Gentoo Archives: gentoo-embedded

From: Shashidhara RaoB <shashi_brao@×××××××.com>
To: gentoo-embedded@l.g.o
Subject: [gentoo-embedded] sys-apps/gawk-3.1.4-r4 failed
Date: Thu, 22 Jun 2006 11:28:05
Message-Id: BAY20-F13273D6181771CF510C2886850@phx.gbl
1 Hi
2
3 Greetings !
4
5 I am new to embedded gentoo.
6 I came through an document on steps for getting embedded gentoo on an target
7 system. My target system is an x86 SBC machine.
8
9 (http://www.bulah.com/embedded-guide.html)
10 As per the document when i came through the step
11
12 emerge -e system (Code listing 3.5)
13
14 I am getting the following errors
15 ----------------------------------------------------------------------------------------------
16 In file included from awk.h:85,
17 from array.c:43:
18 ./xml_puller.h:30:19: iconv.h: No such file or directory
19 In file included from awk.h:85,
20 from array.c:43:
21 ./xml_puller.h:127: error: parse error before "iconv_t"
22 ./xml_puller.h:127: warning: no semicolon at end of struct or union
23 ./xml_puller.h:139: error: parse error before '}' token
24 In file included from array.c:43:
25 awk.h:1107: error: 'error' redeclared as different kind of symbol
26 ./xml_puller.h:138: error: previous declaration of 'error' was here
27 make[2]: *** [array.o] Error 1
28 make[2]: Leaving directory `/var/tmp/portage/gawk-3.1.4-r4/work/xmlgawk'
29 make[1]: *** [all-recursive] Error 1
30 make[1]: Leaving directory `/var/tmp/portage/gawk-3.1.4-r4/work/xmlgawk'
31 make: *** [all] Error 2
32
33 !!! ERROR: sys-apps/gawk-3.1.4-r4 failed.
34 !!! Function src_compile, Line 60, Exitcode 2
35 !!! xmlgawk make failed
36 !!! If you need support, post the topmost build error, NOT this status
37 message.
38 -------------------------------------------------------------------------------------------------------------------------------
39 My make.conf file is
40
41 USE="bitmap-fonts minimal truetype-fonts mmx"
42 CFLAGS=" -march=i686 -Os -pipe "
43 CXXFLAGS="${CFLAGS}"
44 CHOST="i386-gentoo-linux-uclibc"
45 FEATURES="buildpkg"
46
47 VIDEO_CARDS="i810"
48 UCLIBS_CPU="686"
49 ------------------------------------------------------------------------------------------
50 Please can someone help me out and If my approach is wrong can anyone guide
51 me
52
53 Regards
54 Shashi
55
56 _________________________________________________________________
57 How good are you in a Formula One car? Play now
58 http://server1.msn.co.in/sp05/tataracing/onlinegame.asp
59
60 --
61 gentoo-embedded@g.o mailing list

Replies

Subject Author
Re: [gentoo-embedded] sys-apps/gawk-3.1.4-r4 failed Walter Goossens <wa.goossens@××××.nl>