Gentoo Archives: gentoo-embedded

From: "Peter S. Mazinger" <ps.m@×××.net>
To: gentoo-embedded@l.g.o
Subject: Re: [gentoo-embedded] glibc-2 status
Date: Mon, 02 Jan 2006 15:22:33
Message-Id: Pine.LNX.4.44.0601021612030.14395-100000@lnx.bridge.intra
In Reply to: Re: [gentoo-embedded] glibc-2 status by solar
1 On Tue, 27 Dec 2005, solar wrote:
2
3 > On Tue, 2005-12-27 at 15:03 -0500, Mike Frysinger wrote:
4 > > On Tuesday 27 December 2005 13:02, solar wrote:
5 > > > On Tue, 2005-12-27 at 14:36 +0100, Natanael Copa wrote:
6 > > > > Anyone who know the status of glibc-2 in embedded?
7 > > >
8 > > > Assuming you mean glib2 it still remains at the same state.
9 > > > This is a sore spot for some of us being that the only problem
10 > > > moving forward is coming from another Gentoo developer.
11 > >
12 > > considering said developer has been afk for quite a while,
13 >
14 > cough good.
15 >
16 > > why dont i just go
17 > > ahead and include the patch in our ebuilds (especially since upstream has
18 > > accepted it)
19 >
20 > I was unaware it was accepted for glib or even submitted for that
21 > matter. But I like your idea.
22
23 The patch was only accepted for gtk+, but for glib2 I am sure it won't
24 ever be acceptable, because upstream the test for iconv() and nls support
25 will stop the build, if they are both not found.
26
27 nls is no real problem, because it can be replaced by dummies, yvasilev
28 made a better patch for iconv() replacement.
29
30 I see the future rather by enabling iconv() in uClibc (but not the
31 nls/libintl/gettext stuff). That allows proper glib2 builds and everything
32 that depends on it.
33 The nls part can be disabled/replaced by dummies in
34 glib-2/glib/gi18n[-lib].h, that will allow to solve all glib2 dependant
35 apps by:
36 sed -i 's:libintl.h:gi18n.h:' <file>
37
38 I have built like this all of emerge gnome
39
40 Peter
41
42 --
43 Peter S. Mazinger <ps dot m at gmx dot net> ID: 0xA5F059F2
44 Key fingerprint = 92A4 31E1 56BC 3D5A 2D08 BB6E C389 975E A5F0 59F2
45
46 --
47 gentoo-embedded@g.o mailing list

Replies

Subject Author
Re: [gentoo-embedded] glibc-2 status Natanael Copa <mlists@××××××.org>