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

Bug 312551

Summary: dev-libs/openssl-0.9.8n fails when $SCRIPTS is defined
Product: Gentoo Linux Reporter: Justin Lecher (RETIRED) <jlec>
Component: Current packagesAssignee: Gentoo's Team for Core System packages <base-system>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: /var/tmp/portage/dev-libs/openssl-0.9.8n/temp/build.log
emerge.info

Description Justin Lecher (RETIRED) gentoo-dev 2010-04-01 06:24:50 UTC
installing sureware
installing ubsec
installing capi
make[1]: Leaving directory `/var/tmp/portage/dev-libs/openssl-0.9.8n/work/openssl-0.9.8n/engines'
making install in apps...
make[1]: Entering directory `/var/tmp/portage/dev-libs/openssl-0.9.8n/work/openssl-0.9.8n/apps'
installing openssl
installing /data/scripts
cp: omitting directory `/data/scripts'
make[1]: *** [install] Error 1
make[1]: Leaving directory `/var/tmp/portage/dev-libs/openssl-0.9.8n/work/openssl-0.9.8n/apps'
make: *** [install_sw] Error 1
 * ERROR: dev-libs/openssl-0.9.8n failed:
 *   (no error message)


I have /data/scripts in my PATH. I don't know whats wrong with that.

# env  |grep scripts
SCRIPTS=/data/scripts
PATH=/data/scripts:/sbin:/bin:/usr/sbin:/usr/bin
Comment 1 Justin Lecher (RETIRED) gentoo-dev 2010-04-01 06:25:41 UTC
Created attachment 226063 [details]
/var/tmp/portage/dev-libs/openssl-0.9.8n/temp/build.log

build.log
Comment 2 Justin Lecher (RETIRED) gentoo-dev 2010-04-01 06:26:58 UTC
Created attachment 226065 [details]
emerge.info

emerge --info
Comment 3 SpanKY gentoo-dev 2010-04-02 09:06:09 UTC
i doubt it's PATH.  unset SCRIPTS instead.
Comment 4 Justin Lecher (RETIRED) gentoo-dev 2010-04-02 09:11:41 UTC
What ever it is, it shouldn't stress the emerge.
Comment 5 Justin Lecher (RETIRED) gentoo-dev 2010-04-02 09:27:25 UTC
You were right. Unsetting SCRIPTS helped.
Comment 6 SpanKY gentoo-dev 2010-04-02 18:26:31 UTC
i didnt say you setting SCRIPTS was wrong (notice the bug is still open).  you were simply required to test that fix on your system and report back.
Comment 7 Justin Lecher (RETIRED) gentoo-dev 2010-04-02 18:29:25 UTC
(In reply to comment #6)
> i didnt say you setting SCRIPTS was wrong (notice the bug is still open).  you
> were simply required to test that fix on your system and report back.
> 

It does fix the issue and my comment wasn't meant like it sounds. :)