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

Bug 221093

Summary: app-crypt/mhash-0.9.9-r1 exports private autotools namespace
Product: Gentoo Linux Reporter: Peter Alfredsen (RETIRED) <loki_val>
Component: Current packagesAssignee: Robin Johnson <robbat2>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: 2008.0   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: mhash-0.9.9-autotools-namespace-stomping.patch
mhash-0.9.9-r1--0.9.9-r2.ebuild.patch

Description Peter Alfredsen (RETIRED) gentoo-dev 2008-05-09 15:24:45 UTC
Per debian 473204: http://bugs.debian.org/473204, mhash exports #defines that are customarily autotools-private. This results in warnings when other packages attempt to use mhash's headers.
Comment 1 Peter Alfredsen (RETIRED) gentoo-dev 2008-05-09 15:26:38 UTC
Created attachment 152625 [details, diff]
mhash-0.9.9-autotools-namespace-stomping.patch

Fixes the problem. Adapted from the patch on the Debian bug, though they missed a spot; VERSION was still exported. Fixed that.
Comment 2 Peter Alfredsen (RETIRED) gentoo-dev 2008-05-09 15:28:15 UTC
Created attachment 152627 [details, diff]
mhash-0.9.9-r1--0.9.9-r2.ebuild.patch

Ebuild patch to use the patch. Also added a QA bonus; die on dodoc cause you forgot to remove doc/*.txt.
Comment 3 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2009-04-12 21:44:07 UTC
InCVS.