Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 407217 - Bad /usr/local/lib/libbz2.a breaks bootstrap procedure on Solaris 10
Summary: Bad /usr/local/lib/libbz2.a breaks bootstrap procedure on Solaris 10
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Prefix Support (show other bugs)
Hardware: Sparc64 Solaris
: Normal normal (vote)
Assignee: Gentoo Prefix
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-07 02:58 UTC by Richard Yao (RETIRED)
Modified: 2012-03-24 16:31 UTC (History)
0 users

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


Attachments
./bootstrap-prefix.sh "${EPREFIX}/tmp" python output (python.log,131.50 KB, text/plain)
2012-03-07 02:58 UTC, Richard Yao (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Richard Yao (RETIRED) gentoo-dev 2012-03-07 02:58:58 UTC
Created attachment 304493 [details]
./bootstrap-prefix.sh "${EPREFIX}/tmp" python output

The bootstrap process on the Solaris 10 systems I use is broken because of a bad /usr/local/lib/libbz2.a file.

When I did my original install, I had to patch the bootstrap-prefix.sh script to omit those modules from the build.
Comment 1 Richard Yao (RETIRED) gentoo-dev 2012-03-09 07:01:49 UTC
To be more specific, I appended _ctypes bz2 to PYTHON_DISABLE_MODULES.
Comment 2 Fabian Groffen gentoo-dev 2012-03-24 16:31:09 UTC
It's really hard to work around a badly broken system in a generic way.