Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 312551 - dev-libs/openssl-0.9.8n fails when $SCRIPTS is defined
Summary: dev-libs/openssl-0.9.8n fails when $SCRIPTS is defined
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-01 06:24 UTC by Justin Lecher (RETIRED)
Modified: 2010-04-11 20:05 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
/var/tmp/portage/dev-libs/openssl-0.9.8n/temp/build.log (build.log,544.89 KB, text/plain)
2010-04-01 06:25 UTC, Justin Lecher (RETIRED)
Details
emerge.info (emerge.info,15.90 KB, text/plain)
2010-04-01 06:26 UTC, Justin Lecher (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
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. :)