Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
Not sure why, maybe because of the new coreutils or because of bash, scim-qtimm started failing on my by not finding the headers it wants. I'm going to attach a patch to the sources that make use of more autotools-based checks for headers, plus an ebuild cleanup that removes some of the extra stuff added for bug #84369 (seems like upstream sanitised the build system). Changes: - configure now uses KDE_CHECK_HEADERS (wrap around AC_CHECK_HEADERS) for detecting immqt's headers; - arts useflag is gone, with it also dependency and econf parameter; - debug useflag added, enables internal debug support and other; - fixed nls dependencies to require gettext only at build time and use libintl at runtime; - removed the stuff required for bug #84369 as now it doesn't check for kde anymore; - emake -j1 replaced by emake, no parallel build issue that I can see. HTH, Diego
Created an attachment (id=78692) [edit] scim-qtimm-0.9.4-qtimm-check.patch
Created an attachment (id=78693) [edit] Ebuild patch
Committed.