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

Bug 251229

Summary: media-sound/milkytracker contains an internal copy of zlib-1.2.3 and zzliplib
Product: Gentoo Linux Reporter: Diego Elio Pettenò (RETIRED) <flameeyes>
Component: New packagesAssignee: Gentoo Sound Team <sound>
Status: RESOLVED FIXED    
Severity: normal CC: esigra, gentoo.org, rbu
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 251464    

Description Diego Elio Pettenò (RETIRED) gentoo-dev 2008-12-16 20:29:45 UTC
Check the sources in src/compression.
Comment 1 Christopher O'Neill 2009-01-22 23:16:03 UTC
It's not easy to remove zziplib from the distribution package, the author of Milkytracker has modified zziplib in order to integrate it.  To make zziplib an external dependency would require some rethinking/rewriting of Milkytracker's decompression support, something the author is reluctant to do as he doesn't see it as a problem - he'd rather remove the zip support for Linux/FreeBSD/etc rather than fix this.
Comment 2 Samuli Suominen (RETIRED) gentoo-dev 2009-05-12 08:02:13 UTC
(In reply to comment #1)
> It's not easy to remove zziplib from the distribution package, the author of
> Milkytracker has modified zziplib in order to integrate it.  To make zziplib an
> external dependency would require some rethinking/rewriting of Milkytracker's
> decompression support, something the author is reluctant to do as he doesn't
> see it as a problem - he'd rather remove the zip support for Linux/FreeBSD/etc
> rather than fix this.
> 

That's shame..

Any chance you could contact the upstream and request such ./configure flag? Like, --disable-bundled-libs or such, I think we could live without zip support and just let the users know about it.
Comment 3 Samuli Suominen (RETIRED) gentoo-dev 2009-07-22 06:22:48 UTC
Patched it to use system zlib (without revbump).