Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 15842 - app-crypt/newpg: gpgsm looks for gpg-protect-tool in /usr/local/lib/newpg
Summary: app-crypt/newpg: gpgsm looks for gpg-protect-tool in /usr/local/lib/newpg
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-02-17 07:57 UTC by Sascha Silbe
Modified: 2003-07-15 14:09 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sascha Silbe 2003-02-17 07:57:43 UTC
gpgsm looks for gpg-protect-tool in /usr/local/lib/newpg instead of /usr/lib/newpg:

gpgsm: error executing `/usr/local/lib/newpg/gpg-protect-tool': No such file or directory




Reproducible: Always
Steps to Reproduce:
1. emerge app-crypt/newpg
2. gpgsm --call-protect-tool --p12-import --store <PKCS#12 encoded private key>
3.

Actual Results:  
gpgsm says:

gpgsm: error executing `/usr/local/lib/newpg/gpg-protect-tool': No such file or directory



Expected Results:  
Import the private key.



Portage 2.0.46-r12 (default-x86-1.4, gcc-3.2.1, glibc-2.3.1-r2)
=================================================================
System uname: 2.4.19-cube-8 i686 AMD Athlon(tm) processor
GENTOO_MIRRORS="ftp://ftp.tu-clausthal.de/pub/linux/gentoo http://distro.ibiblio.org/pub/Linux/distributions/gentoo"
CONFIG_PROTECT="/etc /var/qmail/control /usr/share/config /usr/kde/2/share/config /usr/kde/3/share/config /usr/X11R6/lib/X11/xkb:/usr/share/config:/usr/kde/3.1/share/config:/usr/vice/etc"
CONFIG_PROTECT_MASK="/etc/gconf /etc/afs/modload /etc/afs/C /etc/afs/afsws /etc/env.d"
PORTDIR="/usr/portage"
DISTDIR="/usr/portage/distfiles"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR_OVERLAY="/usr/local/portage"
USE="x86 libg++ gtkhtml gdbm berkdb libwww gtk cdr scanner -3dfx 3dnow -aalib acl afs -alsa apm -arts avi -bonobo crypt -cups dga -directfb doc -dvd encode -esd -evo -fbcon -ggi gif -gnome -gnome-libs -gphoto2 -gpm guile -icc -icc-pgo imap imlib ipv6 -java jpeg kde kerberos lcms ldap -matrox maildir mbox mikmod mmx -motif mozilla mpeg -mule mysql nas ncurses nls -odbc oggvorbis opengl oss pam -pcmcia -pda pdflib -perl png -pnp postgres python qt qtmt quicktime readline -ruby samba sasl sdl slang -slp -snmp socks5 spell ssl -static -svga -tcltk -tcpd tetex tiff truetype -voodoo3 -wavelan X xml xml2 -xmms xv -zeo zlib"
COMPILER="gcc3"
CHOST="i686-pc-linux-gnu"
CFLAGS="-march=athlon-tbird -O3 -pipe"
CXXFLAGS="-march=athlon-tbird -O3 -pipe"
ACCEPT_KEYWORDS="x86"
MAKEOPTS=""
AUTOCLEAN="yes"
SYNC="rsync://hybrid.sascha.silbe.org/gentoo-portage"
FEATURES="sandbox ccache"
Comment 1 J Robert Ray 2003-06-26 00:13:12 UTC
Reassigning bugs due to lack of time.
Comment 2 Paul de Vrieze (RETIRED) gentoo-dev 2003-07-15 02:21:33 UTC
I've just committed -r1 that uses sensible default locations for all auxiliarry programs
Comment 3 Sascha Silbe 2003-07-15 14:09:38 UTC
Works fine now. Thanks!