Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 6087 - gnupg-1.0.7 fails to emerge
Summary: gnupg-1.0.7 fails to emerge
Status: RESOLVED DUPLICATE of bug 5979
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Daniel Ahlberg (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-08-06 08:36 UTC by Doug Goldstein (RETIRED)
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 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 ***