Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 282282

Summary: net-im/pidgin-2.6.1 has files generated by broken intltool
Product: Gentoo Linux Reporter: Xake <kanelxake>
Component: New packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED FIXED    
Severity: major    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Xake 2009-08-22 09:36:34 UTC
It seems like the tarball for net.im/pidgin-2.6.1 was renerated on a system with intltool-0.40.6, leading to http://bugzilla.gnome.org/show_bug.cgi?id=577133 (Gentoo bug #264114).

In short: if the user has LINGUAS set, then they will not get any *.mo.

The fix?
Add

src_prepare() {
   intltoolize --automake --copy --force
}

to the ebuild.
You may also want to add intltool to the deps.

Setting Severity to major since loss of language files is a loss of function.
Comment 1 Olivier Crete (RETIRED) gentoo-dev 2009-08-22 15:02:13 UTC
arg, forgot about this, also fixed