Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 8151 - gnupg install issue
Summary: gnupg install issue
Status: RESOLVED DUPLICATE of bug 5979
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-09-20 11:26 UTC by Andrei Ivanov
Modified: 2005-07-17 13:06 UTC (History)
0 users

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 Andrei Ivanov 2002-09-20 11:26:44 UTC
when installing gnupg, i've noticed this: 

make[2]: Entering directory `/var/tmp/portage/gnupg-1.0.7/work/gnupg-
1.0.7/checks'
echo '#!/bin/sh' >./gpg_dearmor
echo "../g10/gpg --no-options --no-greeting \
             --no-secmem-warning --batch --dearmor" >>./gpg_dearmor
chmod 755 ./gpg_dearmor
./gpg_dearmor > ./secring.gpg < ./secring.asc
/bin/sh: ./gpg_dearmor: /bin/sh: bad interpreter: Permission denied
./gpg_dearmor > ./plain-1 < ./plain-1o.asc
make[2]: *** [secring.gpg] Error 126
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory `/var/tmp/portage/gnupg-1.0.7/work/gnupg-
1.0.7/checks'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/gnupg-1.0.7/work/gnupg-1.0.7'
make: *** [all] Error 2
make  all-recursive

but the install continued. As I see it happend in the 'checks' directory, so 
maybe it's something I shouldn't be worried about, but just wanted to let you 
know...
Comment 1 SpanKY gentoo-dev 2002-09-20 11:34:05 UTC
basically make fails because of jobservers ...

so in the ebuild it does 'emake || make || die' which means, if the jobserver 
fails, run make in the old fashion way, and if make dies, then lets call it 
quits

so its *ok* you saw this error

*** This bug has been marked as a duplicate of 5979 ***