Gentoo Archives: gentoo-embedded

From: Natanael Copa <mlists@××××××.org>
To: gentoo-embedded@l.g.o
Subject: Re: [gentoo-embedded] problems with localization uclibc
Date: Tue, 30 Aug 2005 23:18:56
Message-Id: 4314E917.7090802@tanael.org
In Reply to: Re: [gentoo-embedded] problems with localization uclibc by Walter Goossens
1 Walter Goossens wrote:
2
3 > Natanael Copa wrote:
4 >
5 >> Most of the problems I have been experiencing with gentoo embedded have
6 >> been related to localization (gettext/libintl/libiconv). Here are some
7 >> examples:
8 >>
9 >> 'make menuconfig' and 'make oldconfig' does not work out of the box
10 >> (looks like they are experiencing this on uclibc list too?)
11 >> http://thread.gmane.org/gmane.linux.gentoo.embedded/88
12 >>
13 >> Some applications don't link:
14 >> for example eject (Adding LDADD=-lintl is a workaround)
15 >>
16 >> Some applications don't compile (at least gcc does not in ~x86:
17 >> https://bugs.gentoo.org/show_bug.cgi?id=104237)
18 >>
19 >> Many ebuilds compile but has not proper RDEPEND. They often lack
20 >> libiconv or gettext dependency.
21 >> For example:
22 >> gdb: readline libiconv
23 >> eject: gettext
24 >> mpd: libiconv
25 >> mpc: libiconv
26 >> cvs: gettext
27 >>
28 >> etc...
29 >>
30 >> Since this is a returning problem, I wonder if there is something we
31 >> could do about it.
32 >>
33 >> Is a standard way to handle localization problems with uclibc?
34 >>
35 >> Should localization in uclibc be mentioned in developer docs?
36 >>
37 >> Should the ebuilds with dependency related problems be reported one by
38 >> one or can we make a bulk? (ie try to find all affected ebuilds and
39 >> report as single bug)
40 >>
41 >>
42 >>
43 > I've got that libiconv problem too using gentoo-embedded on a MIPS
44 > system.
45 > I'm unable to compile PHP due to this bug...
46 >
47 > If / when you find something out will you let us know?
48 > I tried installing the separate libiconv from x86 but that isn't
49 > really elegant and to make things worse, doesn't do the trick (for PHP
50 > at least)
51
52
53 There is an explanation here:
54
55 https://bugs.gentoo.org/show_bug.cgi?id=104237
56
57
58 It tells that gettext/iconv shouldn't be there at all. It is in my
59 system (obviously) so I need to remove and recompile. (using
60 rev-dep-rebuild --soname libiconv.so.2)
61
62 Looks like it was fetchmail that pulled in gettext and gettext pulled in
63 libiconv.
64
65
66 --
67 Natanael Copa
68
69 --
70 gentoo-embedded@g.o mailing list

Replies

Subject Author
Re: [gentoo-embedded] problems with localization uclibc "Peter S. Mazinger" <ps.m@×××.net>