Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 455546

Summary: sys-libs/zlib as a wrong install_name in the optional minizip library
Product: Gentoo/Alt Reporter: François Bissey <frp.bissey>
Component: Prefix SupportAssignee: Gentoo Prefix <prefix>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: OS X   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: ebuild fixing libminizip*.dylib
ebuild fixing the minizip dylib problem

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