Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 6087

Summary: gnupg-1.0.7 fails to emerge
Product: Gentoo Linux Reporter: Doug Goldstein (RETIRED) <cardoe>
Component: New packagesAssignee: Daniel Ahlberg (RETIRED) <aliz>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: High    
Version: 1.3   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Doug Goldstein (RETIRED) gentoo-dev 2002-08-06 08:36:27 UTC
make[2]: Entering directory `/var/tmp/portage/gnupg-1.0.7/work/gnupg-1.0.7/checks'
echo '#!/bin/sh' >./gpg_dearmor
./gpg_dearmor > ./secring.gpg < ./secring.asc
echo "../g10/gpg --no-options --no-greeting \
             --no-secmem-warning --batch --dearmor" >>./gpg_dearmor
/bin/sh: line 1: ./gpg_dearmor: Permission denied
chmod 755 ./gpg_dearmor
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

!!! ERROR: The ebuild did not complete successfully.
!!! Function src_compile, Line 35, Exitcode 2
!!! (no error message)

!!! emerge aborting on  /usr/portage/app-crypt/gnupg/gnupg-1.0.7.ebuild .


the permissions on
/var/tmp/portage/gnupg-1.0.7/work/gnupg-1.0.7/checks/gpg-dearmor are...

-rwxr-xr-x    1 root     root           87 Aug  6 04:11 gpg_dearmor

And the contents of the file are...

#/bin/sh
../g10/gpg --no-options --no-greeting  --no-secmem-warning --batch --dearmor


the permissions on ../g10/gpg are:
-rwxr-xr-x    1 root     root       750030 Aug  6 04:11 gpg

So I dunno what's going on...
Comment 1 mi-g2bug 2002-08-07 11:40:40 UTC
i think this is a duplicate of 5979
Comment 2 Doug Goldstein (RETIRED) gentoo-dev 2002-08-13 00:37:02 UTC

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