FS#28883 - /usr/bin/pinentry fails without gtk2

Attached to Project: Arch Linux
Opened by Kaiting Chen (kaitocracy) - Tuesday, 13 March 2012, 03:02 GMT
Last edited by Eric Belanger (Snowman) - Tuesday, 13 March 2012, 04:52 GMT
Task Type Bug Report
Category Packages: Core
Status Closed
Assigned To No-one
Architecture All
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 2
Private No

Details

k ~/pinentry: pinentry
pinentry: error while loading shared libraries: libgtk-x11-2.0.so.0: cannot open shared object file: No such file or directory
k ~/pinentry: ldd `which pinentry`
linux-vdso.so.1 => (0x00007fff001e3000)
libcap.so.2 => /lib/libcap.so.2 (0x00007f8b36627000)
libgtk-x11-2.0.so.0 => not found
libgdk-x11-2.0.so.0 => not found
libpango-1.0.so.0 => not found
libgobject-2.0.so.0 => /usr/lib/libgobject-2.0.so.0 (0x00007f8b363d7000)
libglib-2.0.so.0 => /usr/lib/libglib-2.0.so.0 (0x00007f8b360e2000)
libncursesw.so.5 => /usr/lib/libncursesw.so.5 (0x00007f8b35e85000)
libpthread.so.0 => /lib/libpthread.so.0 (0x00007f8b35c69000)
libc.so.6 => /lib/libc.so.6 (0x00007f8b358c8000)
libattr.so.1 => /lib/libattr.so.1 (0x00007f8b356c4000)
libgthread-2.0.so.0 => /usr/lib/libgthread-2.0.so.0 (0x00007f8b354bf000)
libpcre.so.1 => /usr/lib/libpcre.so.1 (0x00007f8b35265000)
librt.so.1 => /lib/librt.so.1 (0x00007f8b3505d000)
libffi.so.5 => /usr/lib/libffi.so.5 (0x00007f8b34e55000)
/lib/ld-linux-x86-64.so.2 (0x00007f8b3682b000)
This task depends upon

Closed by  Eric Belanger (Snowman)
Tuesday, 13 March 2012, 04:52 GMT
Reason for closing:  Not a bug
Additional comments about closing:  it's an optdepends. If you want to use the other backends, you need to use pinentry-curses or pinentry-qt4.

$ ls -l /usr/bin/pinentry*
lrwxrwxrwx 1 root root 14 Aug 26 2011 /usr/bin/pinentry -> pinentry-gtk-2
-rwxr-xr-x 1 root root 48K Aug 26 2011 /usr/bin/pinentry-curses
-rwxr-xr-x 1 root root 101K Aug 26 2011 /usr/bin/pinentry-gtk-2
-rwxr-xr-x 1 root root 146K Aug 26 2011 /usr/bin/pinentry-qt4

Loading...