Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 55 - bzip2 in build-ix86 is dynamically linked
Summary: bzip2 in build-ix86 is dynamically linked
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Daniel Robbins (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-01-06 17:29 UTC by TheMadHatter
Modified: 2003-01-28 00:30 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 TheMadHatter 2002-01-06 17:29:23 UTC
the utility is used at uncompress time of all packages after glibc is rebuilt.
a corruption of the new glibc and/or an incompatibility will create problems.
after all, that's the reason why you're using spython aren't you ?

fix is simple : 
in the source package of bzip2,
the makefile uses ${CFLAGS} (sic !) at link time.
patch the makefile so that ${LDFLAGS} is used at link time and
export LDFLAGS=--static when compiling with static or build use.
Comment 1 Daniel Robbins (RETIRED) gentoo-dev 2002-01-06 22:01:34 UTC
Are you sure this is a problem?  Portage is using a new update system which
should solve dynamic lib problems.  We no longer need spython and we have a
dynamic bash, so I'm setting this bug to WORKSFORME.