Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 41973 - sys-libs/zlib: zutil.h header doesn't get installed by the zlib ebuilds
Summary: sys-libs/zlib: zutil.h header doesn't get installed by the zlib ebuilds
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-17 16:20 UTC by Sundance
Modified: 2004-02-17 16:54 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 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.