Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 407035 - >=net-misc/wicd-1.7.1 does not install translations
Summary: >=net-misc/wicd-1.7.1 does not install translations
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Thomas Kahle (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-05 21:55 UTC by Michael
Modified: 2012-03-07 16:11 UTC (History)
2 users (show)

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


Attachments
emerge --info (info,4.37 KB, text/plain)
2012-03-05 21:55 UTC, Michael
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michael 2012-03-05 21:55:44 UTC
Created attachment 304337 [details]
emerge --info

Since 1.7.1 wicd changes handling translations. First of all it needs dev-python/Babel to compile *.po files to *.mo. Secondly ./setup.py compile_translations should be executed to do that.
I assume it should be reproducible on any platform.
Comment 1 Thomas Kahle (RETIRED) gentoo-dev 2012-03-07 13:46:33 UTC
Thanks for the report!  Should be fixed in -r3.  Please test.

+*wicd-1.7.1-r3 (07 Mar 2012)
+
+  07 Mar 2012; Thomas Kahle <tomka@gentoo.org> +wicd-1.7.1-r3.ebuild:
+  Fix language support (bug 407035), thanks Michael
Comment 2 Michael 2012-03-07 15:36:43 UTC
(In reply to comment #1)
> Thanks for the report!  Should be fixed in -r3.  Please test.
> 
> +*wicd-1.7.1-r3 (07 Mar 2012)
> +
> +  07 Mar 2012; Thomas Kahle <tomka@gentoo.org> +wicd-1.7.1-r3.ebuild:
> +  Fix language support (bug 407035), thanks Michael

As far as I can see it works fine. Thanks for fixing.
Comment 3 Michael 2012-03-07 16:04:59 UTC
(In reply to comment #1)
> Thanks for the report!  Should be fixed in -r3.  Please test.
> 
> +*wicd-1.7.1-r3 (07 Mar 2012)
> +
> +  07 Mar 2012; Thomas Kahle <tomka@gentoo.org> +wicd-1.7.1-r3.ebuild:
> +  Fix language support (bug 407035), thanks Michael


The only thing... I think translations should be installed only if USE="nsl", but I may be wrong.
Comment 4 Thomas Kahle (RETIRED) gentoo-dev 2012-03-07 16:11:28 UTC
(In reply to comment #3)
> (In reply to comment #1)
> > Thanks for the report!  Should be fixed in -r3.  Please test.
> > 
> > +*wicd-1.7.1-r3 (07 Mar 2012)
> > +
> > +  07 Mar 2012; Thomas Kahle <tomka@gentoo.org> +wicd-1.7.1-r3.ebuild:
> > +  Fix language support (bug 407035), thanks Michael
> 
> 
> The only thing... I think translations should be installed only if
> USE="nsl", but I may be wrong.

They are not installed because of this line in the ebuild:

use nls || rm -rf "${D}"/usr/share/locale

but you are right, without USE="nls" we can also save the compile time.  I fixed this in place in -r3.  Thanks again.