> but doesn't end up in the package itself.

Fixed, thanks.

>     $ pkg_info -I pinentry
>     pinentry-0.9.6p1    PIN or passphrase entry dialog (ncurses interface)
> 
>     $ ls -l /usr/local/bin/pinentry*
>     lrwxr-xr-x  1 root  wheel     15 Oct 28 21:44 /usr/local/bin/pinentry -> 
> pinentry-curses
>     -r-xr-xr-x  1 root  bin     2844 Oct 25 14:35 
> /usr/local/bin/pinentry-curses
> 
>     $ file /usr/local/bin/pinentry*
>     /usr/local/bin/pinentry:        symbolic link to 
> '/usr/local/bin/pinentry-curses'
>     /usr/local/bin/pinentry-curses: Bourne shell script text executable
> 
> In the end, I had renamed the above two files and copied the built
> binary in its place:
> 
>     $ ls -l /usr/local/bin/pinentry*
>     -r-xr-xr-x  1 root  bin     2844 Oct 23 15:14 /usr/local/bin/pinentry
>     -rwxr-xr-x  1 root  wheel  65760 Oct 30 01:06 
> /usr/local/bin/pinentry-curses
>     lrwxr-xr-x  1 root  wheel     15 Oct 28 04:13 /usr/local/bin/pinentry.old 
> -> pinentry-curses
> 
>     $ file /usr/local/bin/pinentry*
>     /usr/local/bin/pinentry:        Bourne shell script text executable
>     /usr/local/bin/pinentry-curses: ELF 32-bit LSB shared object, Intel 
> 80386, version 1
>     /usr/local/bin/pinentry.old:    symbolic link to 
> '/usr/local/bin/pinentry-curses'
> 
> This, however, only "solves" the problem with the package but does *not*
> resolve the issue which I had initially reported - pinentry doesn't
> prompt for password, the terminal stays blank and pinentry-curses eats
> up 100% CPU.
> 
> Regards,
> 
> Raf
> 

-- 
Antoine

Reply via email to