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

Bug 4532

Summary: Translation files dont get installed with icewm even though USE nls is set
Product: Gentoo Linux Reporter: Arkadiusz Mucha <arkmch>
Component: New packagesAssignee: Seemant Kulleen (RETIRED) <seemant>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: 1.2   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: emerge log for icewm

Description Arkadiusz Mucha 2002-07-04 08:31:53 UTC
I have the "nls" USE setting in my /etc/make.conf. I have also set the  
LINGUAS="pl" variable in /etc/profile.As should be expected I get the  
following messages during the compilation of icewm:  
  
Installing message catalogues in  
/var/tmp/portage/icewm-1.2.0_pre3-r1/work/icewm-1.2.0pre3/usr/share/locale  
{...}  
Installing language: pl  
[...]  
 
 When I look into the 
(...)work/icewm-1.2.0pre3/usr/share/locale/(language)/LC_MESSAGES, the 
icewm.mo files are there, but during the emerge stage none of them gets 
installed in  
/usr/share/locale
Comment 1 Arkadiusz Mucha 2002-07-04 08:35:59 UTC
Created attachment 1958 [details]
emerge log for icewm
Comment 2 Seemant Kulleen (RETIRED) gentoo-dev 2002-07-06 20:42:40 UTC
The new version of icewm fixes this issue.  Please be sure to emerge unmerge
icewm before emerge icewm, otherwise you might have two lying around even
(emerge clean won't see the old one).
Comment 3 Arkadiusz Mucha 2002-07-11 10:27:33 UTC
I did just that. Thank you.