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

Bug 41973

Summary: sys-libs/zlib: zutil.h header doesn't get installed by the zlib ebuilds
Product: Gentoo Linux Reporter: Sundance <gentoo-bugs>
Component: [OLD] Core systemAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED INVALID    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Sundance 2004-02-17 16:20:37 UTC
SUMMARY:

The zutil.h header provided by the zlib package and needed by some recent programs such as xMule 1.7.3 doesn't get installed by the zlib ebuilds.


PATCH:

-        doins zconf.h zlib.h
+        doins zconf.h zlib.h zutil.h


To be applied to all the current ebuilds in sys-libs/zlib. :)

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Sundance 2004-02-17 16:54:29 UTC
Okay, blooper on my behalf.

Quoth zutil.h:

/* WARNING: this file should *not* be used by applications. It is
   part of the implementation of the compression library and is
   subject to change. Applications should only use zlib.h.
 */


The bug is in xMule: it should NOT require zutil.h at all.
I'm getting in touch with the xMule developpers to let them know.