Mark Knecht wrote: > Dale, > Thanks. My list seems considerable too small (and possibly > incorrect) vs yours. I suspect it should be identical. California, > only speak English. > > CFLAGS="-march=k8 -O2 -pipe" > CHOST="x86_64-pc-linux-gnu" > CXXFLAGS="${CFLAGS}" > MAKEOPTS="-j2" > FEATURES="parallel-fetch distclean ccache" > SYNC="rsync://rsync.gentoo.org/gentoo-portage" > USE="realmedia quicktime dri radeon mmx mmxext sse sse2 3dnow 3dnowext > gnome kde -esd -arts ladspa nptl nptlonly audiofile gimp gimpprint > ppds usb alsa cdr dvd dvdr dvdread jack jack-tmpfs fluidsynth tcltk > sndfile v4l v4l2 mysql flac xscreensaver -samba i8x0 mythtv apache2 > -lirc mjpeg xvid xine cjk unicode vorbis ogg truetype java -eds -dts > a52" > ACCEPT_KEYWORDS="amd64" > ALSA_CARDS="hdsp9652 hdsp" > VIDEO_CARDS="radeon vesa" > LINGUAS="en en_US" > PORTAGE_NICENESS=19 > EMERGE_DEFAULT_OPTS="--with-bdeps y" > source /usr/portage/local/layman/make.conf > > Looking above I don't have LANG or LC_ALL entries and the LINGUAS is > suspect. If I was to convert them to your settings do I then need to > rebuild any apps that use them? > > I tried puting the emerge -epv world results into a file and greping > the file. Does this list look about right? It does contain portage and > k3b which are my most common offenders so I think I'm probably on the > right track. > > Thanks! > > -Mark > > > lightning ~ # emerge -epv world >EMERGE.WORLD > lightning ~ # cat EMERGE.WORLD | grep LINGUAS > [ebuild R ] sys-apps/portage-2.2_rc16 USE="-build -doc -epydoc > (-selinux)" LINGUAS="-pl" 0 kB [0] > [ebuild R ] sys-apps/man-pages-3.14 USE="nls" LINGUAS="-cs -da > -de -es -fr -it -ja -nl -pl -ro -ru -zh_CN" 0 kB [0] > [ebuild R ] net-misc/neon-0.28.3 USE="nls ssl zlib -doc -expat > -gnutls -kerberos -pkcs11 -socks5" LINGUAS="-cs -de -fr -ja -nn -pl > -ru -tr -zh_CN" 0 kB [0] > [ebuild R ] app-portage/esearch-0.7.1 LINGUAS="-it" 0 kB [?=>0] > [ebuild R ] app-text/xpdf-3.02-r1 USE="-nodrm" LINGUAS="-ar -el > -he -ja -ko -la -ru -th -tr -zh_CN -zh_TW" 0 kB [0] > [ebuild R ] www-client/mozilla-firefox-bin-2.0.0.18 > USE="-restrict-javascript" LINGUAS="en en_US -af -ar -be -bg -ca -cs > -da -de -el -en_GB -es -es_AR -es_ES -eu -fi -fr -fy -fy_NL -ga -ga_IE > -gu -gu_IN -he -hu -it -ja -ka -ko -ku -lt -mk -mn -nb -nb_NO -nl -nn > -nn_NO -pa -pa_IN -pl -pt -pt_BR -pt_PT -ro -ru -sk -sl -sv -sv_SE -tr > -uk -zh -zh_CN -zh_TW" 0 kB [0] > [ebuild R ] www-client/mozilla-firefox-2.0.0.18 USE="gnome java > -bindist -debug -filepicker -iceweasel -ipv6 -mozdevelop -moznopango > -restrict-javascript -xforms -xinerama -xprint" LINGUAS="en en_US -af > -ar -be -bg -ca -cs -da -de -el -en_GB -es -es_AR -es_ES -eu -fi -fr > -fy -fy_NL -ga -ga_IE -gu -gu_IN -he -hu -it -ja -ka -ko -ku -lt -mk > -mn -nb -nb_NO -nl -nn -nn_NO -pa -pa_IN -pl -pt -pt_BR -pt_PT -ro -ru > -sk -sl -sv -sv_SE -tr -uk -zh -zh_CN -zh_TW" 0 kB [0] > [ebuild R ] net-www/mplayerplug-in-3.50 USE="firefox (multilib) > nls quicktime realmedia -divx -gmedia -gtk -seamonkey -wmp -xulrunner" > LINGUAS="en_US -cs -da -de -es -fr -hu -it -ja -ko -nb -nl -pl -pt_BR > -ru -se -sk -tr -wa -zh_CN" 0 kB [0] > [ebuild R ] net-print/cups-1.3.8-r2 USE="X acl dbus java jpeg > ldap pam perl png ppds python samba ssl tiff -avahi -gnutls -kerberos > -php -slp -static -xinetd -zeroconf" LINGUAS="en -de -es -et -fr -he > -id -it -ja -pl -sv -zh_TW" 0 kB [0] > [ebuild R ] app-office/openoffice-bin-3.0.0 USE="gnome java kde" > LINGUAS="en -af -ar -as_IN -be_BY -bg -br -bs -ca -cs -da -de -dz -el > -en_GB -en_ZA -es -et -fi -fr -ga -gu -he -hi_IN -hr -hu -it -ja -ka > -km -ko -lt -mk -ml_IN -mr_IN -nb -ne -nl -nn -nr -ns -or_IN -pa_IN > -pl -pt -pt_BR -rw -sh -sk -sl -sr -ss -st -sv -sw_TZ -ta -te_IN -tg > -th -ti_ER -tr -ts -uk -ur_IN -ve -vi -xh -zh_CN -zh_TW -zu" 0 kB [0] > [ebuild R ] app-cdr/k3b-1.0.4 USE="alsa dvdr dvdread encode > ffmpeg flac hal mp3 sndfile vorbis -arts -css -debug -emovix -musepack > -musicbrainz -vcd -xinerama" LINGUAS="-af -ar -bg -br -bs -ca -cs -cy > -da -de -el -en_GB -es -et -eu -fa -fi -fr -ga -gl -he -hi -hu -is -it > -ja -ka -lt -mk -ms -nb -nds -nl -nn -pa -pl -pt -pt_BR -ru -rw -se > -sk -sr [EMAIL PROTECTED] -sv -ta -tr -uk -uz -zh_CN -zh_TW" 0 kB [0] > lightning ~ # cat EMERGE.WORLD | grep LANG > lightning ~ # cat EMERGE.WORLD | grep LC > lightning ~ # > > > I'm not sure if the -N feature will catch those changes or not. It may even depend on the version of portage you are using too. The newer versions of portage has a lot of added features but even it may not catch those. You may try emerge -vNDp world and see if it sees which ones needs to be emerged for them to take effect. That may cure the other problems as well.
Regarding the other email you sent: [EMAIL PROTECTED] / # locale LANG= LC_CTYPE="en_US" LC_NUMERIC="en_US" LC_TIME="en_US" LC_COLLATE="en_US" LC_MONETARY="en_US" LC_MESSAGES="en_US" LC_PAPER="en_US" LC_NAME="en_US" LC_ADDRESS="en_US" LC_TELEPHONE="en_US" LC_MEASUREMENT="en_US" LC_IDENTIFICATION="en_US" LC_ALL=en_US [EMAIL PROTECTED] / # and [EMAIL PROTECTED] / # cat /etc/env.d/02locale LC_ALL="en_US" [EMAIL PROTECTED] / # Not real sure what to think about this one. o_O Dale :-) :-)