Hi all!

Quote from the messages of the mplayer ebuild:

+++ MPlayer's build system uses the LINGUAS variable for both
+++ output messages and which man pages to build.  The first
+++ language in the LINGUAS variable will be used to display
+++ output messages.  See bug #228799.

I have set LINGUAS to "en de ru uk". So the messages should be
displayed in English. But they are in German. Mplayer doesn't use
gettext so all the LC_* variables don't do anything. Just for reference
they are set to

  LANG=en_US
  LC_CTYPE="en_US"
  LC_NUMERIC="en_US"
  LC_TIME=de_DE
  LC_COLLATE=C
  LC_MONETARY="en_US"
  LC_MESSAGES="en_US"
  LC_PAPER=de_DE
  LC_NAME="en_US"
  LC_ADDRESS="en_US"
  LC_TELEPHONE="en_US"
  LC_MEASUREMENT="en_US"
  LC_IDENTIFICATION="en_US"
  LC_ALL=

My LINGUAS setting has been working with portage, but after conversion
to paludis it doesn't although the relevant line in use.conf looks like
this:

  */* LINGUAS:        -* en de ru uk

Running paludis --info media-video/mplayer | grep LINGUAS produces

  LINGUAS=de en ru uk

So, it seems paludis sorts the values before passing them to ebuilds.
Unfortunately, mplayer uses the first language in the list to compile in
the output messages. Is there a way to tell paludis not to do this?


Cheers,
Renat

-- 
Probleme kann man niemals mit derselben Denkweise loesen,
durch die sie entstanden sind.
                                              (Einstein)

Attachment: signature.asc
Description: PGP signature

_______________________________________________
paludis-user mailing list
[email protected]
http://lists.pioto.org/mailman/listinfo/paludis-user

Reply via email to