Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"ripasso" man page file is a 64-bit ELF executable in the official atim:ripasso Copr repo #86

Closed
labanskoller opened this issue Dec 27, 2019 · 3 comments

Comments

@labanskoller
Copy link

man ripasso has very unexpected results... ;)

user@ripasso ~]$ MANPAGER=head man ripasso-cursive
No manual entry for ripasso-cursive
[user@ripasso ~]$ MANPAGER=head man ripasso
ELF...........>......R@@K@8
                           @!
@@@ ààà.............øHøH...PPP99......ààà+.......+..............
     *     *&°’X6XFXF0üüüDD         *    *0À
Påtd||QåtdRåtd                                   *
*à%à%......../lib64/ld‐linux‐x86‐64.so.2....GNUGNUÀon¢å%°vb’×......................T»b×ý¸Ò...Æ

,"Ë"^z..Üíä
........¥.......».......¤ñK.....¬7   F:©h"..*libdl.so.2_ITM_deregisterTM‐
CloneTable__gmon_start___ITM_registerTMCloneTabledladdr‐
[user@ripasso ~]$ whereis ripasso
ripasso: /usr/share/man/man1/ripasso.1.gz
[user@ripasso ~]$ file /usr/share/man/man1/ripasso.1.gz
/usr/share/man/man1/ripasso.1.gz: gzip compressed data, max compression, from Unix, original size 414592
[user@ripasso ~]$ cp /usr/share/man/man1/ripasso.1.gz .
[user@ripasso ~]$ gzip -d ripasso.1.gz 
[user@ripasso ~]$ file ripasso.1 
ripasso.1: ELF 64-bit LSB pie executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 3.2.0, BuildID[sha1]=14c083048a6f0b886ea20be50b25b0766227d788, not stripped, too many notes (256)
[user@ripasso ~]$ dnf list installed ripasso
Installed Packages
ripasso.x86_64                                                                              0.3.0-1.fc30                                                                               @copr:copr.fedorainfracloud.org:atim:ripasso
@alexanderkjall
Copy link
Collaborator

I guess this is a bug for @tim77 .

The man thing is quite weird, it compiles down to a binary file that outputs a man page on standard output, but rust didn't really have a good man page user story.

@tim77
Copy link
Contributor

tim77 commented Dec 28, 2019

OMG. Should been fixed now. Check this build.

man ripasso-cursive

@labanskoller
Copy link
Author

Much better! Thanks!

[user@ripasso ~]$ dnf list installed ripasso
Installed Packages
ripasso.x86_64                                                          0.3.0-2.fc30                                                          @copr:copr.fedorainfracloud.org:atim:ripasso
[user@ripasso ~]$ MANPAGER=head man ripasso
No manual entry for ripasso
[user@ripasso ~]$ MANPAGER=head man ripasso-cursive
RIPASSO-CURSIVE(1)                                                             General Commands Manual                                                             RIPASSO-CURSIVE(1)

NAME
       ripasso-cursive - A password manager that uses the file format of the standard unix password manager 'pass', implemented in rust.

SYNOPSIS
       ripasso-cursive [FLAGS]

DESCRIPTION
       ripasso-cursive  is  an ncurses application that lets you manage your or your teams passwords.The passwords are encrypted with gpg and optionally stored in an gpg repository.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants