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

Bug 95469

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 DUPLICATE    
Severity: normal CC: bsd+disabled
Priority: High    
Version: unspecified   
Hardware: All   
OS: FreeBSD   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: apr-util-1.1.2.patch
apr-util-0.9.6-r2.patch

Description Diego Elio Pettenò (RETIRED) gentoo-dev 2005-06-08 09:25:47 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

*** This bug has been marked as a duplicate of 95468 ***
Comment 2 Diego Elio Pettenò (RETIRED) gentoo-dev 2005-06-08 09:28:58 UTC
Created attachment 60845 [details, diff]
apr-util-1.1.2.patch
Comment 3 Diego Elio Pettenò (RETIRED) gentoo-dev 2005-06-08 09:29:10 UTC
Created attachment 60846 [details, diff]
apr-util-0.9.6-r2.patch