Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 60069 - zlib-1.2.1 ebuild silently did the wrong thing.
Summary: zlib-1.2.1 ebuild silently did the wrong thing.
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 Linux
: High minor (vote)
Assignee: AMD64 Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-11 10:23 UTC by Brian Litzinger
Modified: 2004-08-13 14:21 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 Brian Litzinger 2004-08-11 10:23:13 UTC
I installed an amd64 2004.1 system.  Later I modified my profile to gcc3.4-amd64 upgraded to gcc 3.4.1 and re-emerged everything.  All went ok, except zlib-1.2.1 (also referred to as libz) did not correctly produce the shared library.  The failure went unnoticed by the system, but later xorg-x11 failed when libz.so.1.2.1 was missing.

The fix was to do a 'configure -s' in the work directly and 'make install'.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.

Actual Results:  
zlib built and installed and quietly didn't installed the shared library version.

Expected Results:  
libz.so.1.2.1 should have been built.

This problem may only exist for people going through the upgrade path I did, so
it might not be a big deal.
Comment 1 Danny van Dyk (RETIRED) gentoo-dev 2004-08-13 01:43:39 UTC
Have you already tried zlib-1.2.1-r2 ?
Comment 2 Brian Litzinger 2004-08-13 12:28:58 UTC
I emerged zlib-1.2.1-r2 and then emerged xorg-x11 and everything worked correctly.
I tried to work backwards to find the point at which the error started but failed.
At this point i have no idea why it was building with zlib-1.2.1.  The errors I ran into were fixed in -r2
Comment 3 Danny van Dyk (RETIRED) gentoo-dev 2004-08-13 14:21:02 UTC
Ok, resolved as WORKSFORME