| Summary: | media-sound/kwave-0.8.2 fails to build if no available LINGUAS are specified | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Davide Cendron (RETIRED) <scen> |
| Component: | Current packages | Assignee: | Gentoo KDE team <kde> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | arttuv69, Thomas.Eschenbacher |
| Priority: | High | Keywords: | InVCS |
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: | Should enable empty LINGUAS handling for kwave-0.8.2 | ||
|
Description
Davide Cendron (RETIRED)
2009-04-27 21:15:45 UTC
Created attachment 189712 [details, diff]
Should enable empty LINGUAS handling for kwave-0.8.2
Adds a small test around the portion of po/CMakeLists.txt which creates po-files, and thus hopefully enables compilation with empty LINGUAS. Worked for me.
Tested, confirmed, patched. Thanks * Cannot find $EPATCH_SOURCE! Value for $EPATCH_SOURCE is:
*
* 0.8.2-fix_gettext.patch
* ( 0.8.2-fix_gettext.patch )
Had to add the FILESDIR in the PATCHES to make it work:
PATCHES=( "${FILESDIR}/${PV}-fix_gettext.patch" )
Peeking into base.eclass's "base_src_util autopatch", the FILESDIR should probably be there, it won't get added in front (prepended or however one wants to call it).
(In reply to comment #3) > * Cannot find $EPATCH_SOURCE! Value for $EPATCH_SOURCE is: > * > * 0.8.2-fix_gettext.patch > * ( 0.8.2-fix_gettext.patch ) > > Had to add the FILESDIR in the PATCHES to make it work: > > PATCHES=( "${FILESDIR}/${PV}-fix_gettext.patch" ) > > Peeking into base.eclass's "base_src_util autopatch", the FILESDIR should > probably be there, it won't get added in front (prepended or however one wants > to call it). > Whoops, fixed, sorry, i have it overriden with overlay ebuild, so i thought it is ok :D this patch is still required for v0.8.3 and v0.8.4. As nobody filed an upstream bug, I will fix that for v0.8.5 only. |