Gentoo Archives: gentoo-embedded

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

Replies

Subject Author
Re: [gentoo-embedded] sys-apps/gawk-3.1.4-r4 failed Shashidhara RaoB <shashi_brao@×××××××.com>
Re: [gentoo-embedded] sys-apps/gawk-3.1.4-r4 failed Shashidhara RaoB <shashi_brao@×××××××.com>