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

Bug 95468

Summary: dev-libs/apr-util: gentoo/freebsd compatibility
Product: Gentoo/Alt Reporter: Diego Elio Pettenò (RETIRED) <flameeyes>
Component: OtherAssignee: Apache Team - Bugzilla Reports <apache-bugs>
Status: RESOLVED FIXED    
Severity: normal CC: bsd+disabled
Priority: High    
Version: unspecified   
Hardware: All   
OS: FreeBSD   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: apr-util-0.9.6-r2.patch
apr-util-1.1.2.patch

Description Diego Elio Pettenò (RETIRED) gentoo-dev 2005-06-08 09:24:10 UTC
As db.h in FreeBSD is a system header which has nothing to do with berkdb, current db.eclass doesn't link it anymore in /usr/include.
This results in a failure during compilation of apr-util, which needs to know where to look for it.

The attached patches provides apr-util with the right paths both for headers and for libraries, making it installable on Gentoo/FreeBSD systems.

Thanks, Diego
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2005-06-08 09:27:09 UTC
*** Bug 95469 has been marked as a duplicate of this bug. ***
Comment 2 Diego Elio Pettenò (RETIRED) gentoo-dev 2005-06-08 09:29:46 UTC
Created attachment 60847 [details, diff]
apr-util-0.9.6-r2.patch
Comment 3 Diego Elio Pettenò (RETIRED) gentoo-dev 2005-06-08 09:29:58 UTC
Created attachment 60848 [details, diff]
apr-util-1.1.2.patch
Comment 4 Bryan Østergaard (RETIRED) gentoo-dev 2005-06-11 15:08:34 UTC
In cvs now.