Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 3135 - imlib ebuild fails with gcc-3.1
Summary: imlib ebuild fails with gcc-3.1
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GCC Porting (show other bugs)
Hardware: All All
: High minor (vote)
Assignee: Matthew Kennedy (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-05-28 19:49 UTC by Brandon Low (RETIRED)
Modified: 2002-05-29 01:53 UTC (History)
2 users (show)

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 Brandon Low (RETIRED) gentoo-dev 2002-05-28 19:49:12 UTC
the imlib-1.9.14 ebuild fails under gcc-3.1 apparently due to the new handling of crappity include file ordering... adding --includedir="" to the configure line in the ebuild fixes the problem.
Comment 1 Brandon Low (RETIRED) gentoo-dev 2002-05-28 22:37:57 UTC
it has been pointed out to me by Rufiao Valhacouto <rufiao@gmx.net> who this bug doesn't like that the make line also needs includedir=${D}/usr/include in order for this to not suck.
Comment 2 Rufiao Valhacouto 2002-05-28 22:57:23 UTC
it's also needed to set includedir=${D}/usr/include in the make line of the
src_install() function to prevent the header files to install in /
Comment 3 Matthew Kennedy (RETIRED) gentoo-dev 2002-05-28 23:27:01 UTC
fixed in portage -- thanks for this nice catch!