Summary: | ebuild (emerge) of xmms (r20) blows up -- compiler finds non-ASCII char in file | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Craig Goodrich <craigg> |
Component: | Current packages | Assignee: | Gentoo Sound Team <sound> |
Status: | RESOLVED FIXED | ||
Severity: | major | CC: | gentoo, paradyse, seemant, simon.thiffeault |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | x86 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | 36442 | ||
Bug Blocks: | |||
Attachments: | a patch for xmms-1.2.7-r20.ebuild to fix the problem |
Description
Craig Goodrich
2003-12-22 18:03:58 UTC
I ran into the same problem. I found the following work around. Downgrade gettext to 0.11.5-r1 and try to re-emerge xmms. This trick worked for me and instead of those error messages I just got warnings. Created attachment 22682 [details, diff]
a patch for xmms-1.2.7-r20.ebuild to fix the problem
I've attached a patch to fix the problem. However, gettext-0.12 has a problem with --from-code and I encountered the same issue in three ebuilds, games-board/daemonshogi, app-dicts/ebview and this one. I think there might be a better solution than symptomatic treatment. seemant: do you have any idea on this? *** Bug 36442 has been marked as a duplicate of this bug. *** Hum, this seems to be fixed in xmms-1.2.7-r{23,25}.ebuild (it applies a patch in ${PATCHDIR}/${PN}-gettext-fix.patch if USE="nls" is set). The patch is doing the same thing as the diff I attached (though my diff is to ebuild and the patch is to Makefile.in). My diff isn't necessary (provided the patch is applied) and the patch should be applied by the upstream? *** Bug 36703 has been marked as a duplicate of this bug. *** *** Bug 32786 has been marked as a duplicate of this bug. *** -r23 is now stable on x86 |