Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 455546 - sys-libs/zlib as a wrong install_name in the optional minizip library
Summary: sys-libs/zlib as a wrong install_name in the optional minizip library
Status: RESOLVED FIXED
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Prefix Support (show other bugs)
Hardware: All OS X
: Normal normal (vote)
Assignee: Gentoo Prefix
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-05 02:57 UTC by François Bissey
Modified: 2013-06-30 19:12 UTC (History)
0 users

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


Attachments
ebuild fixing libminizip*.dylib (zlib-1.2.7.ebuild,3.42 KB, text/plain)
2013-02-05 02:58 UTC, François Bissey
Details
ebuild fixing the minizip dylib problem (zlib-1.2.7.ebuild,3.26 KB, text/plain)
2013-06-30 10:58 UTC, François Bissey
Details

Note You need to log in before you can comment on or make changes to this bug.
Description François Bissey 2013-02-05 02:57:35 UTC
Same kind of problem has with bug #455512 the libraries are moved from usr/lib to lib by gen_ld_script and if you enable minizip it end up being linked to a library  that has been moved and corrected during the install phase. I got a fix for it.

Reproducible: Always
Comment 1 François Bissey 2013-02-05 02:58:40 UTC
Created attachment 337970 [details]
ebuild fixing libminizip*.dylib

Here is an ebuild that include a fix for libminizip*.dylib.
Comment 2 François Bissey 2013-06-30 10:58:17 UTC
Created attachment 352302 [details]
ebuild fixing the minizip dylib problem

This is a better ebuild to take care of the dylib problem. minizip install is put in a separate function that can then get called before gen_usr_ldscript.
Comment 3 Fabian Groffen gentoo-dev 2013-06-30 19:12:06 UTC
Thanks!  I've committed your patch