Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 44251 - boehm-gc does not install neccessary headers
Summary: boehm-gc does not install neccessary headers
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High normal
Assignee: Mamoru KOMACHI (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-10 07:12 UTC by Thomas Weidner
Modified: 2004-03-11 12:40 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 Thomas Weidner 2004-03-10 07:12:46 UTC
hi.

the boehm-gc-6.2 ebuild only installs ${S}/include/*.h into /usr/include/gc but not ${S}/include/private/*.h, which breaks every application depending on it. fix is to add these 2 lines to the ebuild:
        insinto /usr/include/gc/private
        doins include/private/*.h
right under the installation of the other headers.
Comment 1 Mamoru KOMACHI (RETIRED) gentoo-dev 2004-03-11 12:40:11 UTC
yup, at least AFAIK old w3m needs gc/private headers. Fixed in
boehm-gc-0.6.2-r1.ebuild. Thanks for reporting.