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

Bug 184052

Summary: mplayer doesn't report $LINGUAS usage to portage.
Product: Gentoo Linux Reporter: Alex Kinnane <Kinnane>
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Alex Kinnane 2007-07-03 01:01:04 UTC
When building mplayer with a $LINGUAS variable set mplayer will build a localized version but this will not be displayed by 'emerge -vp mplayer'


ACTUAL RESULT



It should behave in the same way as other packages that build localized versions like Open Office.

EXPECT RESULT

[ebuild   R   ] app-office/openoffice-2.2.1  USE="cairo cups dbus firefox gnome gstreamer gtk java pam -binfilter -branding -debug -eds -kde -ldap -mono -odk -seamonkey -sound -webdav" LINGUAS="en_GB* -af -ar -as_IN -be_BY -bg -bn -br -bs -ca -cs -cy -da -de -dz -el -en -en_US -en_ZA -eo -es -et -fa -fi -fr -ga -gl -gu_IN -he -hi_IN -hr -hu -it -ja -km -ko -ku -lt -lv -mk -ml_IN -mr_IN -nb -ne -nl -nn -nr -ns -or_IN -pa_IN -pl -pt -pt_BR -ru -rw -sh_YU -sk -sl -sr_CS -ss -st -sv -sw_TZ -ta_IN -te_IN -tg -th -ti_ER -tn -tr -ts -uk* -ur_IN -ve -vi -xh -zh_CN -zh_TW -zu" 0 kB 


I found this by enabling LINGUAS="uk" and then mplayer was built with the ukraine local which was not mentioned in the description before I installed.



Reproducible: Always

Steps to Reproduce:
1.set LINGUAS="uk"
2.emerge -va mplayer
3.NO indication of language usage appears in the emerge description
4. mplayer is built localized

Actual Results:  
x7@Room5 ~ $ emerge -pv mplayer

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild   R   ] media-video/mplayer-1.0.20070622-r1  USE="3dnow 3dnowext X a52 aac alsa cdparanoia dvd encode gif gtk iconv jpeg mad mmx mmxext mp3 opengl png quicktime real rtc samba sdl sse sse2 ssse3 theora truetype unicode vorbis x264 xv xvid xvmc -aalib (-altivec) -amrnb -amrwb -arts -bidi -bindist -bl -cddb -cpudetection -custom-cflags -debug -dga -directfb -doc -dts -dv -dvb -dvdnav -enca -esd -fbcon -ftp -ggi -ipv6 -ivtv -jack -joystick -libcaca -lirc -live -livecd -lzo -md5sum -mp2 -musepack -nas -openal -oss -pnm -radio -rar -speex -srt (-svga) -tga -tivo -v4l -v4l2 (-vidix) (-win32codecs) -xanim -xinerama -zoran" VIDEO_CARDS="-mga -s3virge -tdfx -vesa" 0 kB 

Total: 1 package (1 reinstall), Size of downloads: 0 kB


mplayer is then build localized.

Expected Results:  
x7@Room5 ~ $ emerge -pv openoffice

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild   R   ] app-office/openoffice-2.2.1  USE="cairo cups dbus firefox gnome gstreamer gtk java pam -binfilter -branding -debug -eds -kde -ldap -mono -odk -seamonkey -sound -webdav" LINGUAS="en_GB* -af -ar -as_IN -be_BY -bg -bn -br -bs -ca -cs -cy -da -de -dz -el -en -en_US -en_ZA -eo -es -et -fa -fi -fr -ga -gl -gu_IN -he -hi_IN -hr -hu -it -ja -km -ko -ku -lt -lv -mk -ml_IN -mr_IN -nb -ne -nl -nn -nr -ns -or_IN -pa_IN -pl -pt -pt_BR -ru -rw -sh_YU -sk -sl -sr_CS -ss -st -sv -sw_TZ -ta_IN -te_IN -tg -th -ti_ER -tn -tr -ts -uk* -ur_IN -ve -vi -xh -zh_CN -zh_TW -zu" 0 kB 

Total: 1 package (1 reinstall), Size of downloads: 0 kB


Here the openoffice build displays the LINGUAS values it responds to.
Comment 1 Dawid Węgliński (RETIRED) gentoo-dev 2007-07-03 01:28:16 UTC

*** This bug has been marked as a duplicate of bug 184050 ***