Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 121258 - app-i18n/scim-qtimm ebuild cleanup + patch for configure failure
Summary: app-i18n/scim-qtimm ebuild cleanup + patch for configure failure
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: CJK Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-01 22:19 UTC by Diego Elio Pettenò (RETIRED)
Modified: 2006-03-09 09:01 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
scim-qtimm-0.9.4-qtimm-check.patch (scim-qtimm-0.9.4-qtimm-check.patch,718 bytes, patch)
2006-02-01 22:20 UTC, Diego Elio Pettenò (RETIRED)
Details | Diff
Ebuild patch (scim-qtimm-ebuild.patch,1.70 KB, patch)
2006-02-01 22:20 UTC, Diego Elio Pettenò (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Diego Elio Pettenò (RETIRED) gentoo-dev 2006-02-01 22:19:35 UTC
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
Comment 1 Diego Elio Pettenò (RETIRED) gentoo-dev 2006-02-01 22:20:02 UTC
Created attachment 78692 [details, diff]
scim-qtimm-0.9.4-qtimm-check.patch
Comment 2 Diego Elio Pettenò (RETIRED) gentoo-dev 2006-02-01 22:20:17 UTC
Created attachment 78693 [details, diff]
Ebuild patch
Comment 3 Diego Elio Pettenò (RETIRED) gentoo-dev 2006-03-09 09:01:14 UTC
Committed.