Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] Tomb 2.8  error line 429, duplicate "getpasspass" output=$(pinentry_assuan_getpassgetpasspass  | pinentry-curses)
@ 2020-12-14  4:53 darmon77
  2020-12-14  7:35 ` biopsin
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: darmon77 @ 2020-12-14  4:53 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 2118 bytes --]

New issue by darmon77 on void-packages repository

https://github.com/void-linux/void-packages/issues/27138

Description:
<!-- Don't request update of package. We have a script for that. https://alpha.de.repo.voidlinux.org/void-updates/void-updates.txt . However, a quality pull request may help. -->
### 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 faviola 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 faviola.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 faviola 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)


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Tomb 2.8  error line 429, duplicate "getpasspass" output=$(pinentry_assuan_getpassgetpasspass  | pinentry-curses)
  2020-12-14  4:53 [ISSUE] Tomb 2.8 error line 429, duplicate "getpasspass" output=$(pinentry_assuan_getpassgetpasspass | pinentry-curses) darmon77
@ 2020-12-14  7:35 ` biopsin
  2020-12-14 13:23 ` ericonr
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: biopsin @ 2020-12-14  7:35 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 269 bytes --]

New comment by biopsin on void-packages repository

https://github.com/void-linux/void-packages/issues/27138#issuecomment-744238265

Comment:
Yeah needs a update to 2.8.1 as this was fixed in https://github.com/dyne/Tomb/commit/da590fb50e84acfe1e87a872d66915802c719f36

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Tomb 2.8  error line 429, duplicate "getpasspass" output=$(pinentry_assuan_getpassgetpasspass  | pinentry-curses)
  2020-12-14  4:53 [ISSUE] Tomb 2.8 error line 429, duplicate "getpasspass" output=$(pinentry_assuan_getpassgetpasspass | pinentry-curses) darmon77
  2020-12-14  7:35 ` biopsin
@ 2020-12-14 13:23 ` ericonr
  2020-12-14 17:44 ` biopsin
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: ericonr @ 2020-12-14 13:23 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 195 bytes --]

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/issues/27138#issuecomment-744437070

Comment:
Could you make a PR for it? Should be pretty simple.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Tomb 2.8  error line 429, duplicate "getpasspass" output=$(pinentry_assuan_getpassgetpasspass  | pinentry-curses)
  2020-12-14  4:53 [ISSUE] Tomb 2.8 error line 429, duplicate "getpasspass" output=$(pinentry_assuan_getpassgetpasspass | pinentry-curses) darmon77
  2020-12-14  7:35 ` biopsin
  2020-12-14 13:23 ` ericonr
@ 2020-12-14 17:44 ` biopsin
  2020-12-14 17:50 ` ericonr
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: biopsin @ 2020-12-14 17:44 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 493 bytes --]

New comment by biopsin on void-packages repository

https://github.com/void-linux/void-packages/issues/27138#issuecomment-744600860

Comment:
well I could do it, however is it fine to ignore these build warnings https://github.com/dyne/Tomb/issues/399
As I'm not a tomb user; I don't want to push something that might brake something write dependent by any chance, knowing my luck in these matters ;p
@diogoleal @darmon77 any chance you would update and test, since one of you are using it?

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Tomb 2.8  error line 429, duplicate "getpasspass" output=$(pinentry_assuan_getpassgetpasspass  | pinentry-curses)
  2020-12-14  4:53 [ISSUE] Tomb 2.8 error line 429, duplicate "getpasspass" output=$(pinentry_assuan_getpassgetpasspass | pinentry-curses) darmon77
                   ` (2 preceding siblings ...)
  2020-12-14 17:44 ` biopsin
@ 2020-12-14 17:50 ` ericonr
  2020-12-14 18:09 ` darmon77
  2020-12-15 14:13 ` [ISSUE] [CLOSED] " ericonr
  5 siblings, 0 replies; 7+ messages in thread
From: ericonr @ 2020-12-14 17:50 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 203 bytes --]

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/issues/27138#issuecomment-744604621

Comment:
@biopsin you can make a PR and ask for testers there, too :)

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Tomb 2.8  error line 429, duplicate "getpasspass" output=$(pinentry_assuan_getpassgetpasspass  | pinentry-curses)
  2020-12-14  4:53 [ISSUE] Tomb 2.8 error line 429, duplicate "getpasspass" output=$(pinentry_assuan_getpassgetpasspass | pinentry-curses) darmon77
                   ` (3 preceding siblings ...)
  2020-12-14 17:50 ` ericonr
@ 2020-12-14 18:09 ` darmon77
  2020-12-15 14:13 ` [ISSUE] [CLOSED] " ericonr
  5 siblings, 0 replies; 7+ messages in thread
From: darmon77 @ 2020-12-14 18:09 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 594 bytes --]

New comment by darmon77 on void-packages repository

https://github.com/void-linux/void-packages/issues/27138#issuecomment-744615271

Comment:
The only difference between the tomb void package and the dyne package is line
429: pkg void 2.8.0= output=$(pinentry_assuan_getpassgetpasspass | pinentry-curses) dyne/Tomb#399
429: pkg dyne 2.8.1= output=$(pinentry_assuan_getpass | pinentry-curses)
771: pkg void 2.8.0= local fd=1
771: pkg dyne 2.8.1= local fd=2
783: pkg void 2.8.0= fd=2
783: pkg dyne 2.8.1= ;; 

Tested in musl and glibc x86_64, all perfect.
Just update the dyne package 

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [ISSUE] [CLOSED] Tomb 2.8  error line 429, duplicate "getpasspass" output=$(pinentry_assuan_getpassgetpasspass  | pinentry-curses)
  2020-12-14  4:53 [ISSUE] Tomb 2.8 error line 429, duplicate "getpasspass" output=$(pinentry_assuan_getpassgetpasspass | pinentry-curses) darmon77
                   ` (4 preceding siblings ...)
  2020-12-14 18:09 ` darmon77
@ 2020-12-15 14:13 ` ericonr
  5 siblings, 0 replies; 7+ messages in thread
From: ericonr @ 2020-12-15 14:13 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 2121 bytes --]

Closed issue by darmon77 on void-packages repository

https://github.com/void-linux/void-packages/issues/27138

Description:
<!-- Don't request update of package. We have a script for that. https://alpha.de.repo.voidlinux.org/void-updates/void-updates.txt . However, a quality pull request may help. -->
### 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)


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2020-12-15 14:13 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-14  4:53 [ISSUE] Tomb 2.8 error line 429, duplicate "getpasspass" output=$(pinentry_assuan_getpassgetpasspass | pinentry-curses) darmon77
2020-12-14  7:35 ` biopsin
2020-12-14 13:23 ` ericonr
2020-12-14 17:44 ` biopsin
2020-12-14 17:50 ` ericonr
2020-12-14 18:09 ` darmon77
2020-12-15 14:13 ` [ISSUE] [CLOSED] " ericonr

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).