Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 62467 - zlib - libz.a causes emerge fail of imlib2-1.1.1
Summary: zlib - libz.a causes emerge fail of imlib2-1.1.1
Status: RESOLVED DUPLICATE of bug 61868
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: AMD64 Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-31 20:19 UTC by Bob Sanders
Modified: 2005-07-17 13:06 UTC (History)
2 users (show)

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 Bob Sanders 2004-08-31 20:19:55 UTC
During the upgrade on two different Opteron based systems, the following occured
in the same place during the imlib2 upgrade -

/usr/lib/gcc-lib/x86_64-pc-linux-gnu/3.3.4/../../../../x86_64-pc-linux-gnu/bin/ld: /usr/lib/gcc-lib/x86_64-pc-linux-gnu/3.3.4/../../../../lib64/libz.a(inflate.o): relocation R_X86_64_32 can not be used when making a shared object; recompile with -fPIC
/usr/lib/gcc-lib/x86_64-pc-linux-gnu/3.3.4/../../../../lib64/libz.a: could not read symbols: Bad value
collect2: ld returned 1 exit status
make[2]: *** [libImlib2.la] Error 1
make[2]: Leaving directory `/var/tmp/portage/imlib2-1.1.1/work/imlib2-1.1.1/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/imlib2-1.1.1/work/imlib2-1.1.1'
make: *** [all-recursive-am] Error 2



Reproducible: Always
Steps to Reproduce:
1.emerge sync
2. emerge -uDpv world
3.




Will post tomorrow when I have access to the systems.
Comment 1 Travis Tilley (RETIRED) gentoo-dev 2004-08-31 22:22:42 UTC
hmm... the current stable imlib2 is 1.1.2 btw.

also, have you tried to sync up and re-emerge zlib? there was a bug that i fixed that would prevent libz.so from being built sometimes. it seems you've been snagged by that, since imlib2 should be using that instead of libz.a...
Comment 2 Bob Sanders 2004-09-01 20:09:09 UTC
re-emerging zlib worked on both systems.  imlib2 emerged fine after
zlib was re-emerged.

Bob

Comment 3 SpanKY gentoo-dev 2004-09-01 20:16:36 UTC

*** This bug has been marked as a duplicate of 61868 ***