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

Bug 301888

Summary: lxde-base/lxappearance-0.4.0 doesn't like LINGUAS="en_GB"
Product: Gentoo Linux Reporter: François Bissey <frp.bissey>
Component: Current packagesAssignee: LXDE team (DEFUNCT) <lxde+disabled>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description François Bissey 2010-01-23 09:17:18 UTC
I experienced failure updating lxappearance to version 0.4.0.
After checking it wasn't a parallel make problem I tried removing
en_GB from my LINGUAS variable as the failure occurred while trying 
to build en_GB.gmo

Reproducible: Always

Steps to Reproduce:
1.LINGUAS="en_GB" emerge =lxde-base/lxappearance-0.4.0
2.
3.

Actual Results:  
make[2]: Leaving directory `/media/anthill/portage/lxde-base/lxappearance-0.4.0/work/lxappearance-0.4.0/src'                                  
Making all in po                                                                                                                              
make[2]: Entering directory `/media/anthill/portage/lxde-base/lxappearance-0.4.0/work/lxappearance-0.4.0/po'                                  
make[2]: *** No rule to make target `en_GB.gmo', needed by `all-yes'.  Stop.                                                                  
make[2]: Leaving directory `/media/anthill/portage/lxde-base/lxappearance-0.4.0/work/lxappearance-0.4.0/po'                                   
make[1]: *** [all-recursive] Error 1                                                                                                          
make[1]: Leaving directory `/media/anthill/portage/lxde-base/lxappearance-0.4.0/work/lxappearance-0.4.0'                                      
make: *** [all] Error 2                                                                                                                       


My LINGUAS variable is currently set to "en_GB fr", 
LINGUAS="fr" emerge =lxde-base/lxappearance-0.4.0
actually worked so it is a question of filtering 
the content of LINGUAS.
Comment 1 Ben de Groot (RETIRED) gentoo-dev 2010-01-23 11:50:52 UTC
This is fixed. Please sync and try again.
Comment 2 François Bissey 2010-01-23 22:28:33 UTC
(In reply to comment #1)
> This is fixed. Please sync and try again.
> 

is working now thanks.