Gentoo Archives: gentoo-embedded

From: Shashidhara RaoB <shashi_brao@×××××××.com>
To: gentoo-embedded@l.g.o
Subject: Re: [gentoo-embedded] sys-apps/gawk-3.1.4-r4 failed
Date: Tue, 27 Jun 2006 12:48:59
Message-Id: BAY20-F207C79CA7B090CAB865FBB867E0@phx.gbl
In Reply to: Re: [gentoo-embedded] sys-apps/gawk-3.1.4-r4 failed by Walter Goossens
1 Hi
2
3 Greeting !
4
5 I went on with successfull installation on gentoo embeded on our SBC with fs
6 in readonly mode.Now i want the X server to get up so went on with these
7 steps on the development fs
8
9 #emerge xorg-x11
10 #ROOT=embedded_rootfs/ emerge -K xorg-x11
11
12 Then transferred the embedded fs to the target.
13
14 Everything went on well, but on my target SBC when i tried to configure X
15 it spills out these error
16 #Xorg -configure
17 X Error cant find libgcc_s.so.1
18
19 Any ideas how to go on with X server installation. Or is it not possible
20 with the present stage distribution to bring X server up.
21
22 Regards
23 Shashi
24
25
26
27
28
29
30 >From: Walter Goossens <wa.goossens@××××.nl>
31 >Reply-To: gentoo-embedded@l.g.o
32 >To: gentoo-embedded@l.g.o
33 >Subject: Re: [gentoo-embedded] sys-apps/gawk-3.1.4-r4 failed
34 >Date: Thu, 22 Jun 2006 22:17:19 +0200
35 >
36 >Hi
37 >
38 >The error you are getting from iconv.h is due to the fact that iconv is not
39 >supported(fully/yet/I'm not sure) on uClibc. Try emerge with:
40 >USE="-nls -xml"
41 >I'm not sure if -xml is needed but -nls is certainly a good idea!
42 >
43 >Hope this helps!
44 >
45 >Shashidhara RaoB wrote:
46 >>Hi
47 >>
48 >>Greetings !
49 >>
50 >>I am new to embedded gentoo.
51 >>I came through an document on steps for getting embedded gentoo on an
52 >>target system. My target system is an x86 SBC machine.
53 >>
54 >>(http://www.bulah.com/embedded-guide.html)
55 >>As per the document when i came through the step
56 >>
57 >>emerge -e system (Code listing 3.5)
58 >>
59 >>I am getting the following errors
60 >>----------------------------------------------------------------------------------------------
61 >>
62 >>In file included from awk.h:85,
63 >> from array.c:43:
64 >>./xml_puller.h:30:19: iconv.h: No such file or directory
65 >>In file included from awk.h:85,
66 >> from array.c:43:
67 >>./xml_puller.h:127: error: parse error before "iconv_t"
68 >>./xml_puller.h:127: warning: no semicolon at end of struct or union
69 >>./xml_puller.h:139: error: parse error before '}' token
70 >>In file included from array.c:43:
71 >>awk.h:1107: error: 'error' redeclared as different kind of symbol
72 >>./xml_puller.h:138: error: previous declaration of 'error' was here
73 >>make[2]: *** [array.o] Error 1
74 >>make[2]: Leaving directory `/var/tmp/portage/gawk-3.1.4-r4/work/xmlgawk'
75 >>make[1]: *** [all-recursive] Error 1
76 >>make[1]: Leaving directory `/var/tmp/portage/gawk-3.1.4-r4/work/xmlgawk'
77 >>make: *** [all] Error 2
78 >>
79 >>!!! ERROR: sys-apps/gawk-3.1.4-r4 failed.
80 >>!!! Function src_compile, Line 60, Exitcode 2
81 >>!!! xmlgawk make failed
82 >>!!! If you need support, post the topmost build error, NOT this status
83 >>message.
84 >>-------------------------------------------------------------------------------------------------------------------------------
85 >>
86 >>My make.conf file is
87 >>
88 >>USE="bitmap-fonts minimal truetype-fonts mmx"
89 >>CFLAGS=" -march=i686 -Os -pipe "
90 >>CXXFLAGS="${CFLAGS}"
91 >>CHOST="i386-gentoo-linux-uclibc"
92 >>FEATURES="buildpkg"
93 >>
94 >>VIDEO_CARDS="i810"
95 >>UCLIBS_CPU="686"
96 >>------------------------------------------------------------------------------------------
97 >>
98 >>Please can someone help me out and If my approach is wrong can anyone
99 >>guide me
100 >>
101 >>Regards
102 >>Shashi
103 >>
104 >>_________________________________________________________________
105 >>How good are you in a Formula One car? Play now
106 >>http://server1.msn.co.in/sp05/tataracing/onlinegame.asp
107 >>
108 >
109 >--
110 >gentoo-embedded@g.o mailing list
111 >
112
113 _________________________________________________________________
114 Who will win Bollywood’s most coveted IIFA awards? You decide! Cast your
115 vote! http://server1.msn.co.in/sp06/IIFA2006/static/weekend.asp
116
117 --
118 gentoo-embedded@g.o mailing list

Replies

Subject Author
Re: [gentoo-embedded] sys-apps/gawk-3.1.4-r4 failed Natanael Copa <natanael.copa@×××××.com>