First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 44251
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Mamoru KOMACHI (RETIRED) <usata@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Thomas Weidner <3.14159@gmx.net>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 44251 depends on: Show dependency tree
Bug 44251 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2004-03-10 07:12 0000
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 From Mamoru KOMACHI (RETIRED) 2004-03-11 12:40:11 0000 -------
yup, at least AFAIK old w3m needs gc/private headers. Fixed in
boehm-gc-0.6.2-r1.ebuild. Thanks for reporting.

First Last Prev Next    No search results available      Search page      Enter new bug