Gentoo Archives: gentoo-dev

From: Sebastian Werner <sebastian@××××××××××××××××××.de>
To: gentoo-dev@g.o
Subject: Re: [gentoo-dev] I don't understand - the old i18n problem
Date: Sat, 29 Dec 2001 12:21:15
Message-Id: 20011229192136.7b59c114.sebastian@werner-productions.de
In Reply to: [gentoo-dev] I don't understand - the old i18n problem by Sebastian Werner
1 OK, I have detected the problem... Sorry for my question:
2
3 I have set LINGUAS to "de_DE" - never do something like this!!!
4
5 It seems to block some application to do int. Don't know why... but
6
7 Mhh
8
9 Sorry
10
11 Sebastian Werner
12
13 On Sat, 29 Dec 2001 19:04:20 +0100
14 Sebastian Werner <sebastian@××××××××××××××××××.de> wrote:
15
16 > Hello
17 >
18 > I have some trouble to get applications to work in my language (de). Some Applications like galeon, gnome, sylpheed works fine and present the right texts. But some others like xmms, seems nothing todo while installing in the subdir po.
19 >
20 > The output while compiling xmms is something like this:
21 >
22 > ----------------
23 > if test -r ".././mkinstalldirs"; then \
24 > .././mkinstalldirs /usr//share; \
25 > else \
26 > /bin/sh ../mkinstalldirs /usr//share; \
27 > fi
28 > if test "xmms" = "gettext"; then \
29 > if test -r ".././mkinstalldirs"; then \
30 > .././mkinstalldirs /usr//share/gettext/po; \
31 > else \
32 > /bin/sh ../mkinstalldirs /usr//share/gettext/po; \
33 > fi; \
34 > /bin/install -c -m 644 ./Makefile.in.in \
35 > /usr//share/gettext/po/Makefile.in.in; \
36 > else \
37 > : ; \
38 > fi
39 > ----------------------
40 >
41 > This seems don't copy any of the *po files. Has anybody else this problem. I have 'nls' in my use flag and if i try to compile xmms for example manually there is the same strange problem... mhh
42 >
43 > Thanks in advance
44 >
45 > Sebastian Werner
46 >
47 > _______________________________________________
48 > gentoo-dev mailing list
49 > gentoo-dev@g.o
50 > http://lists.gentoo.org/mailman/listinfo/gentoo-dev