-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Tomb 2.8 error line 429, duplicate "getpasspass" output=$(pinentry_assuan_getpassgetpasspass | pinentry-curses) #27138
Comments
Yeah needs a update to 2.8.1 as this was fixed in dyne/tomb@da590fb |
Could you make a PR for it? Should be pretty simple. |
well I could do it, however is it fine to ignore these build warnings dyne/tomb#399 |
@biopsin you can make a PR and ask for testers there, too :) |
Closes void-linux#27138 Testers @diogoleal @darmon77
The only difference between the tomb void package and the dyne package is line Tested in musl and glibc x86_64, all perfect. |
Closes #27138 Testers @diogoleal @darmon77
System
xuname: Void 5.9.13_1 x86_64 GNU/Linux Intel
package: tomb-2.8_1
Expected behavior
tomb open secreto.tomb -k secreto.tomb.key
tomb . Commanded to open tomb /home/darmon/secreto.tumb
tomb . Valid tomb file found: /home/darmon/secreto.tumb
tomb . Key is valid.
tomb . Mountpoint not specified, using default: /media/secreto
tomb () Opening secreto on /media/secreto
tomb . This tomb is a valid LUKS encrypted device.
tomb . Cipher is "aes" mode "xts-plain64:sha256" hash "sha256"
tomb . A password is required to use key /home/darmon/secreto.tomb.key
tomb . Password OK.
tomb () Success unlocking tomb secreto
tomb . Checking filesystem via /dev/loop1
fsck from util-linux 2.36
secreto: clean, 223/127512 files, 57720/509952 blocks
tomb (*) Success opening secreto.tumb on /media/secreto
tomb . Last visit by root(0) from /dev/pts/5 on Dennis
tomb . on date Mon Dec 14 15:43:14 2020
Actual behavior
tomb open secreto.tomb -k secreto.tomb.key
tomb . Commanded to open tomb /home/darmon/secreto.tomb
tomb . Valid tomb file found: /home/darmon/secreto.tomb
tomb . Key is valid.
tomb . Mountpoint not specified, using default: /media/secreto
tomb (*) Opening secreto on /media/secreto
tomb . This tomb is a valid LUKS encrypted device.
tomb . Cipher is "aes" mode "xts-plain64:sha256" hash "sha256"
tomb . A password is required to use key /home/darmon/secreto.tomb.key
ask_password:59: command not found: pinentry_assuan_getpassgetpasspass
tomb [W] User aborted password dialog.
tomb [E] No valid password supplied.
Steps to reproduce the behavior
error line 429
output=$(pinentry_assuan_getpassgetpasspass | pinentry-curses)
**Solution **
output=$(pinentry_assuan_getpass | pinentry-curses)
The text was updated successfully, but these errors were encountered: