Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 278025 - dev-util/gitg-0.0.4 uses broken po/Makefile.in.in from intltool-0.40.6
Summary: dev-util/gitg-0.0.4 uses broken po/Makefile.in.in from intltool-0.40.6
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Mike Auty (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-16 09:51 UTC by Bernard Cafarelli
Modified: 2009-07-16 14:48 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Bernard Cafarelli gentoo-dev 2009-07-16 09:51:51 UTC
This is another bug caused by the broken Makefile.in.in file from
intltool-0.40.6 (see bug #264114), and has the nice result of breaking all translations ;)

Usual workaround is adding (from pidgin-2.5.7, or geeqie-1.0_beta2-r1):
src_prepare() {
        # Fix intltoolize broken file, see upstream #577133
        sed "s:'\^\$\$lang\$\$':\^\$\$lang\$\$:g" -i "${S}/po/Makefile.in.in" || die "sed failed"
}
Comment 1 Mike Auty (RETIRED) gentoo-dev 2009-07-16 14:48:21 UTC
Ok, should be all FIXED.  Thanks!  5:)