Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 56505 - gpg references /var/tmp/portage/gnupg-X/image/
Summary: gpg references /var/tmp/portage/gnupg-X/image/
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 Linux
: High major (vote)
Assignee: Tavis Ormandy (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-08 19:14 UTC by Luke-Jr
Modified: 2004-07-18 12:40 UTC (History)
2 users (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 Luke-Jr 2004-07-08 19:14:41 UTC
Without gpa, the --enable-external-hkp option breaks gpg's hkp support. There should be a USE flag to enable that option and DEPEND gpa.
Comment 1 Luke-Jr 2004-07-08 19:39:57 UTC
Correction: this is because GPG is looking for plugins in its temporary directory...
from strace:
[pid   576] execve("/var/tmp/portage/gnupg-1.2.4/image//usr/lib/gnupg/gpgkeys_hkp", ["gpgkeys_hkp"], [/* 57 vars */]) = -1 ENOENT (No such file or directory)
Comment 2 Marius Mauch (RETIRED) gentoo-dev 2004-07-18 11:16:58 UTC
*** Bug 57506 has been marked as a duplicate of this bug. ***
Comment 3 Tavis Ormandy (RETIRED) gentoo-dev 2004-07-18 12:38:42 UTC
Luke, is this a gpa problem, or something I need to fix (i maintain gpg)?

I'm not sure how this would happen with gpg, but I dont know gpa at all.

$ strace -f -eexecve gpg --quiet --recv-keys 0xDEADBEEF
execve("/usr/bin/gpg", ["gpg", "--quiet", "--recv-keys", "0xDEADBEEF"], [/* 99 vars */]) = 0
gpg: WARNING: using insecure memory!
gpg: please see http://www.gnupg.org/faq.html for more information
Process 3690 attached
[pid  3690] execve("/usr/lib/gnupg/gpgkeys_hkp", ["gpgkeys_hkp"], [/* 99 vars */]) = 0
gpgkeys: WARNING: this is an *experimental* HKP interface!
Process 3690 detached
--- SIGCHLD (Child exited) @ 0 (0) ---
gpg: key DEADBEEF: no valid user IDs
gpg: key DEADBEEF: no valid user IDs
Comment 4 Tavis Ormandy (RETIRED) gentoo-dev 2004-07-18 12:40:39 UTC
ahh, wait i see in gpa-0.7.0-r1.ebuild comments that azarah has fixed this!. *phew* :)