Summary: | fltk-1.1.4_rc1 fails to install lib | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Roger Hawley <karma911> |
Component: | New packages | Assignee: | Nick Hadaway <grandmasterlinux> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | johnm, liquidx, plasmaroo |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | x86 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Roger Hawley
2003-07-30 06:21:54 UTC
Edit the ebuild to and disable xft. Patch your fltk-1.1.4_rc1.ebuild this way --- fltk-1.1.4_rc1.ebuild 2003-07-30 14:44:12.000000000 +0000 +++ fltk-1.1.4_rc1.ebuild-new 2003-07-30 14:42:47.000000000 +0000 @@ -31,7 +31,7 @@ src_compile() { local myconf myconf="--enable-shared --enable-static --enable-threads \ - --enable-xdbe --enable-xft" + --enable-xdbe --disable-xft" # If you still have problems and you just uninstalled # xft and didn't re-install xfree to get the right headers The above is just a workaround. after looking at the ebuild... and seeing comments about xft needing xfree reemerged to get fltk to work... This looks like the joy of not being able to detect what other things are built with... and specifying that things need to be built with something that was built with something else... not just that everything is on the system or not... We need a way to track what is built with what, and dependancies... or just emerge world -e on every update.... Reassigning to liquidx since he's the one who added XFT support fltk-1.1.4_rc2 has been added to portage which should work properly with xft2 marking fixed as I have a couple of success reports. |