* [gentoo-embedded] sys-apps/gawk-3.1.4-r4 failed
@ 2006-06-22 11:26 Shashidhara RaoB
2006-06-22 20:17 ` Walter Goossens
0 siblings, 1 reply; 11+ messages in thread
From: Shashidhara RaoB @ 2006-06-22 11:26 UTC (permalink / raw
To: gentoo-embedded
Hi
Greetings !
I am new to embedded gentoo.
I came through an document on steps for getting embedded gentoo on an target
system. My target system is an x86 SBC machine.
(http://www.bulah.com/embedded-guide.html)
As per the document when i came through the step
emerge -e system (Code listing 3.5)
I am getting the following errors
----------------------------------------------------------------------------------------------
In file included from awk.h:85,
from array.c:43:
./xml_puller.h:30:19: iconv.h: No such file or directory
In file included from awk.h:85,
from array.c:43:
./xml_puller.h:127: error: parse error before "iconv_t"
./xml_puller.h:127: warning: no semicolon at end of struct or union
./xml_puller.h:139: error: parse error before '}' token
In file included from array.c:43:
awk.h:1107: error: 'error' redeclared as different kind of symbol
./xml_puller.h:138: error: previous declaration of 'error' was here
make[2]: *** [array.o] Error 1
make[2]: Leaving directory `/var/tmp/portage/gawk-3.1.4-r4/work/xmlgawk'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/gawk-3.1.4-r4/work/xmlgawk'
make: *** [all] Error 2
!!! ERROR: sys-apps/gawk-3.1.4-r4 failed.
!!! Function src_compile, Line 60, Exitcode 2
!!! xmlgawk make failed
!!! If you need support, post the topmost build error, NOT this status
message.
-------------------------------------------------------------------------------------------------------------------------------
My make.conf file is
USE="bitmap-fonts minimal truetype-fonts mmx"
CFLAGS=" -march=i686 -Os -pipe "
CXXFLAGS="${CFLAGS}"
CHOST="i386-gentoo-linux-uclibc"
FEATURES="buildpkg"
VIDEO_CARDS="i810"
UCLIBS_CPU="686"
------------------------------------------------------------------------------------------
Please can someone help me out and If my approach is wrong can anyone guide
me
Regards
Shashi
_________________________________________________________________
How good are you in a Formula One car? Play now
http://server1.msn.co.in/sp05/tataracing/onlinegame.asp
--
gentoo-embedded@gentoo.org mailing list
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [gentoo-embedded] sys-apps/gawk-3.1.4-r4 failed
2006-06-22 11:26 [gentoo-embedded] sys-apps/gawk-3.1.4-r4 failed Shashidhara RaoB
@ 2006-06-22 20:17 ` Walter Goossens
2006-06-23 7:26 ` Shashidhara RaoB
2006-06-27 12:47 ` Shashidhara RaoB
0 siblings, 2 replies; 11+ messages in thread
From: Walter Goossens @ 2006-06-22 20:17 UTC (permalink / raw
To: gentoo-embedded
Hi
The error you are getting from iconv.h is due to the fact that iconv is
not supported(fully/yet/I'm not sure) on uClibc. Try emerge with:
USE="-nls -xml"
I'm not sure if -xml is needed but -nls is certainly a good idea!
Hope this helps!
Shashidhara RaoB wrote:
> Hi
>
> Greetings !
>
> I am new to embedded gentoo.
> I came through an document on steps for getting embedded gentoo on an
> target system. My target system is an x86 SBC machine.
>
> (http://www.bulah.com/embedded-guide.html)
> As per the document when i came through the step
>
> emerge -e system (Code listing 3.5)
>
> I am getting the following errors
> ----------------------------------------------------------------------------------------------
>
> In file included from awk.h:85,
> from array.c:43:
> ./xml_puller.h:30:19: iconv.h: No such file or directory
> In file included from awk.h:85,
> from array.c:43:
> ./xml_puller.h:127: error: parse error before "iconv_t"
> ./xml_puller.h:127: warning: no semicolon at end of struct or union
> ./xml_puller.h:139: error: parse error before '}' token
> In file included from array.c:43:
> awk.h:1107: error: 'error' redeclared as different kind of symbol
> ./xml_puller.h:138: error: previous declaration of 'error' was here
> make[2]: *** [array.o] Error 1
> make[2]: Leaving directory `/var/tmp/portage/gawk-3.1.4-r4/work/xmlgawk'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/var/tmp/portage/gawk-3.1.4-r4/work/xmlgawk'
> make: *** [all] Error 2
>
> !!! ERROR: sys-apps/gawk-3.1.4-r4 failed.
> !!! Function src_compile, Line 60, Exitcode 2
> !!! xmlgawk make failed
> !!! If you need support, post the topmost build error, NOT this status
> message.
> -------------------------------------------------------------------------------------------------------------------------------
>
> My make.conf file is
>
> USE="bitmap-fonts minimal truetype-fonts mmx"
> CFLAGS=" -march=i686 -Os -pipe "
> CXXFLAGS="${CFLAGS}"
> CHOST="i386-gentoo-linux-uclibc"
> FEATURES="buildpkg"
>
> VIDEO_CARDS="i810"
> UCLIBS_CPU="686"
> ------------------------------------------------------------------------------------------
>
> Please can someone help me out and If my approach is wrong can anyone
> guide me
>
> Regards
> Shashi
>
> _________________________________________________________________
> How good are you in a Formula One car? Play now
> http://server1.msn.co.in/sp05/tataracing/onlinegame.asp
>
--
gentoo-embedded@gentoo.org mailing list
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [gentoo-embedded] sys-apps/gawk-3.1.4-r4 failed
2006-06-22 20:17 ` Walter Goossens
@ 2006-06-23 7:26 ` Shashidhara RaoB
2006-06-27 12:47 ` Shashidhara RaoB
1 sibling, 0 replies; 11+ messages in thread
From: Shashidhara RaoB @ 2006-06-23 7:26 UTC (permalink / raw
To: gentoo-embedded
Hi Walter
Thanks it works
Regards
Shashi
>From: Walter Goossens <wa.goossens@home.nl>
>Reply-To: gentoo-embedded@lists.gentoo.org
>To: gentoo-embedded@lists.gentoo.org
>Subject: Re: [gentoo-embedded] sys-apps/gawk-3.1.4-r4 failed
>Date: Thu, 22 Jun 2006 22:17:19 +0200
>
>Hi
>
>The error you are getting from iconv.h is due to the fact that iconv is not
>supported(fully/yet/I'm not sure) on uClibc. Try emerge with:
>USE="-nls -xml"
>I'm not sure if -xml is needed but -nls is certainly a good idea!
>
>Hope this helps!
>
>Shashidhara RaoB wrote:
>>Hi
>>
>>Greetings !
>>
>>I am new to embedded gentoo.
>>I came through an document on steps for getting embedded gentoo on an
>>target system. My target system is an x86 SBC machine.
>>
>>(http://www.bulah.com/embedded-guide.html)
>>As per the document when i came through the step
>>
>>emerge -e system (Code listing 3.5)
>>
>>I am getting the following errors
>>----------------------------------------------------------------------------------------------
>>
>>In file included from awk.h:85,
>> from array.c:43:
>>./xml_puller.h:30:19: iconv.h: No such file or directory
>>In file included from awk.h:85,
>> from array.c:43:
>>./xml_puller.h:127: error: parse error before "iconv_t"
>>./xml_puller.h:127: warning: no semicolon at end of struct or union
>>./xml_puller.h:139: error: parse error before '}' token
>>In file included from array.c:43:
>>awk.h:1107: error: 'error' redeclared as different kind of symbol
>>./xml_puller.h:138: error: previous declaration of 'error' was here
>>make[2]: *** [array.o] Error 1
>>make[2]: Leaving directory `/var/tmp/portage/gawk-3.1.4-r4/work/xmlgawk'
>>make[1]: *** [all-recursive] Error 1
>>make[1]: Leaving directory `/var/tmp/portage/gawk-3.1.4-r4/work/xmlgawk'
>>make: *** [all] Error 2
>>
>>!!! ERROR: sys-apps/gawk-3.1.4-r4 failed.
>>!!! Function src_compile, Line 60, Exitcode 2
>>!!! xmlgawk make failed
>>!!! If you need support, post the topmost build error, NOT this status
>>message.
>>-------------------------------------------------------------------------------------------------------------------------------
>>
>>My make.conf file is
>>
>>USE="bitmap-fonts minimal truetype-fonts mmx"
>>CFLAGS=" -march=i686 -Os -pipe "
>>CXXFLAGS="${CFLAGS}"
>>CHOST="i386-gentoo-linux-uclibc"
>>FEATURES="buildpkg"
>>
>>VIDEO_CARDS="i810"
>>UCLIBS_CPU="686"
>>------------------------------------------------------------------------------------------
>>
>>Please can someone help me out and If my approach is wrong can anyone
>>guide me
>>
>>Regards
>>Shashi
>>
>>_________________________________________________________________
>>How good are you in a Formula One car? Play now
>>http://server1.msn.co.in/sp05/tataracing/onlinegame.asp
>>
>
>--
>gentoo-embedded@gentoo.org mailing list
>
_________________________________________________________________
Dont just search. Find. Check out the new MSN Search!
http://search.msn.click-url.com/go/onm00200636ave/direct/01/
--
gentoo-embedded@gentoo.org mailing list
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [gentoo-embedded] sys-apps/gawk-3.1.4-r4 failed
2006-06-22 20:17 ` Walter Goossens
2006-06-23 7:26 ` Shashidhara RaoB
@ 2006-06-27 12:47 ` Shashidhara RaoB
2006-06-27 12:55 ` Natanael Copa
1 sibling, 1 reply; 11+ messages in thread
From: Shashidhara RaoB @ 2006-06-27 12:47 UTC (permalink / raw
To: gentoo-embedded
Hi
Greeting !
I went on with successfull installation on gentoo embeded on our SBC with fs
in readonly mode.Now i want the X server to get up so went on with these
steps on the development fs
#emerge xorg-x11
#ROOT=embedded_rootfs/ emerge -K xorg-x11
Then transferred the embedded fs to the target.
Everything went on well, but on my target SBC when i tried to configure X
it spills out these error
#Xorg -configure
X Error cant find libgcc_s.so.1
Any ideas how to go on with X server installation. Or is it not possible
with the present stage distribution to bring X server up.
Regards
Shashi
>From: Walter Goossens <wa.goossens@home.nl>
>Reply-To: gentoo-embedded@lists.gentoo.org
>To: gentoo-embedded@lists.gentoo.org
>Subject: Re: [gentoo-embedded] sys-apps/gawk-3.1.4-r4 failed
>Date: Thu, 22 Jun 2006 22:17:19 +0200
>
>Hi
>
>The error you are getting from iconv.h is due to the fact that iconv is not
>supported(fully/yet/I'm not sure) on uClibc. Try emerge with:
>USE="-nls -xml"
>I'm not sure if -xml is needed but -nls is certainly a good idea!
>
>Hope this helps!
>
>Shashidhara RaoB wrote:
>>Hi
>>
>>Greetings !
>>
>>I am new to embedded gentoo.
>>I came through an document on steps for getting embedded gentoo on an
>>target system. My target system is an x86 SBC machine.
>>
>>(http://www.bulah.com/embedded-guide.html)
>>As per the document when i came through the step
>>
>>emerge -e system (Code listing 3.5)
>>
>>I am getting the following errors
>>----------------------------------------------------------------------------------------------
>>
>>In file included from awk.h:85,
>> from array.c:43:
>>./xml_puller.h:30:19: iconv.h: No such file or directory
>>In file included from awk.h:85,
>> from array.c:43:
>>./xml_puller.h:127: error: parse error before "iconv_t"
>>./xml_puller.h:127: warning: no semicolon at end of struct or union
>>./xml_puller.h:139: error: parse error before '}' token
>>In file included from array.c:43:
>>awk.h:1107: error: 'error' redeclared as different kind of symbol
>>./xml_puller.h:138: error: previous declaration of 'error' was here
>>make[2]: *** [array.o] Error 1
>>make[2]: Leaving directory `/var/tmp/portage/gawk-3.1.4-r4/work/xmlgawk'
>>make[1]: *** [all-recursive] Error 1
>>make[1]: Leaving directory `/var/tmp/portage/gawk-3.1.4-r4/work/xmlgawk'
>>make: *** [all] Error 2
>>
>>!!! ERROR: sys-apps/gawk-3.1.4-r4 failed.
>>!!! Function src_compile, Line 60, Exitcode 2
>>!!! xmlgawk make failed
>>!!! If you need support, post the topmost build error, NOT this status
>>message.
>>-------------------------------------------------------------------------------------------------------------------------------
>>
>>My make.conf file is
>>
>>USE="bitmap-fonts minimal truetype-fonts mmx"
>>CFLAGS=" -march=i686 -Os -pipe "
>>CXXFLAGS="${CFLAGS}"
>>CHOST="i386-gentoo-linux-uclibc"
>>FEATURES="buildpkg"
>>
>>VIDEO_CARDS="i810"
>>UCLIBS_CPU="686"
>>------------------------------------------------------------------------------------------
>>
>>Please can someone help me out and If my approach is wrong can anyone
>>guide me
>>
>>Regards
>>Shashi
>>
>>_________________________________________________________________
>>How good are you in a Formula One car? Play now
>>http://server1.msn.co.in/sp05/tataracing/onlinegame.asp
>>
>
>--
>gentoo-embedded@gentoo.org mailing list
>
_________________________________________________________________
Who will win Bollywoods most coveted IIFA awards? You decide! Cast your
vote! http://server1.msn.co.in/sp06/IIFA2006/static/weekend.asp
--
gentoo-embedded@gentoo.org mailing list
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [gentoo-embedded] sys-apps/gawk-3.1.4-r4 failed
2006-06-27 12:47 ` Shashidhara RaoB
@ 2006-06-27 12:55 ` Natanael Copa
2006-06-27 14:03 ` Shashidhara RaoB
0 siblings, 1 reply; 11+ messages in thread
From: Natanael Copa @ 2006-06-27 12:55 UTC (permalink / raw
To: gentoo-embedded
On Tue, 2006-06-27 at 18:17 +0530, Shashidhara RaoB wrote:
> Everything went on well, but on my target SBC when i tried to configure X
> it spills out these error
> #Xorg -configure
> X Error cant find libgcc_s.so.1
Try copying libgcc_s.so.1 from your gcc package to the target.
--
gentoo-embedded@gentoo.org mailing list
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [gentoo-embedded] sys-apps/gawk-3.1.4-r4 failed
2006-06-27 12:55 ` Natanael Copa
@ 2006-06-27 14:03 ` Shashidhara RaoB
2006-06-28 1:10 ` Ned Ludd
0 siblings, 1 reply; 11+ messages in thread
From: Shashidhara RaoB @ 2006-06-27 14:03 UTC (permalink / raw
To: gentoo-embedded
I did but gives an another error
#libc.so.6 aborted attempt to load X!
>From: Natanael Copa <natanael.copa@gmail.com>
>Reply-To: gentoo-embedded@lists.gentoo.org
>To: gentoo-embedded@lists.gentoo.org
>Subject: Re: [gentoo-embedded] sys-apps/gawk-3.1.4-r4 failed
>Date: Tue, 27 Jun 2006 14:55:49 +0200
>
>On Tue, 2006-06-27 at 18:17 +0530, Shashidhara RaoB wrote:
>
> > Everything went on well, but on my target SBC when i tried to configure
>X
> > it spills out these error
> > #Xorg -configure
> > X Error cant find libgcc_s.so.1
>
>Try copying libgcc_s.so.1 from your gcc package to the target.
>
>
>--
>gentoo-embedded@gentoo.org mailing list
>
_________________________________________________________________
Who will win Bollywoods most coveted IIFA awards? You decide! Cast your
vote! http://server1.msn.co.in/sp06/IIFA2006/static/weekend.asp
--
gentoo-embedded@gentoo.org mailing list
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [gentoo-embedded] sys-apps/gawk-3.1.4-r4 failed
2006-06-27 14:03 ` Shashidhara RaoB
@ 2006-06-28 1:10 ` Ned Ludd
2006-06-28 5:03 ` Shashidhara RaoB
0 siblings, 1 reply; 11+ messages in thread
From: Ned Ludd @ 2006-06-28 1:10 UTC (permalink / raw
To: gentoo-embedded
On Tue, 2006-06-27 at 19:33 +0530, Shashidhara RaoB wrote:
> I did but gives an another error
>
> #libc.so.6 aborted attempt to load X!
Looks like you are mixing uClibc and glibc libs up.. Try using the
libgcc_s.so.1 from your uClibc toolchain.
--
Ned Ludd <solar@gentoo.org>
Gentoo Linux
--
gentoo-embedded@gentoo.org mailing list
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [gentoo-embedded] sys-apps/gawk-3.1.4-r4 failed
2006-06-28 1:10 ` Ned Ludd
@ 2006-06-28 5:03 ` Shashidhara RaoB
2006-06-28 5:44 ` Mike Frysinger
0 siblings, 1 reply; 11+ messages in thread
From: Shashidhara RaoB @ 2006-06-28 5:03 UTC (permalink / raw
To: gentoo-embedded
I am a new bie to this feild.Can anyone tell me the exact procedure for this
i.e Building uclibc toolchain using libgcc_s.so.1
>From: Ned Ludd <solar@gentoo.org>
>Reply-To: gentoo-embedded@lists.gentoo.org
>To: gentoo-embedded@lists.gentoo.org
>Subject: Re: [gentoo-embedded] sys-apps/gawk-3.1.4-r4 failed
>Date: Tue, 27 Jun 2006 21:10:34 -0400
>
>On Tue, 2006-06-27 at 19:33 +0530, Shashidhara RaoB wrote:
> > I did but gives an another error
> >
> > #libc.so.6 aborted attempt to load X!
>
>Looks like you are mixing uClibc and glibc libs up.. Try using the
>libgcc_s.so.1 from your uClibc toolchain.
>
>
>--
>Ned Ludd <solar@gentoo.org>
>Gentoo Linux
>
>--
>gentoo-embedded@gentoo.org mailing list
>
_________________________________________________________________
How good are you in a Formula One car? Play now
http://server1.msn.co.in/sp05/tataracing/onlinegame.asp
--
gentoo-embedded@gentoo.org mailing list
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [gentoo-embedded] sys-apps/gawk-3.1.4-r4 failed
2006-06-28 5:03 ` Shashidhara RaoB
@ 2006-06-28 5:44 ` Mike Frysinger
2006-06-28 9:12 ` Shashidhara RaoB
0 siblings, 1 reply; 11+ messages in thread
From: Mike Frysinger @ 2006-06-28 5:44 UTC (permalink / raw
To: gentoo-embedded; +Cc: Shashidhara RaoB
[-- Attachment #1: Type: text/plain, Size: 574 bytes --]
On Wednesday 28 June 2006 01:03, Shashidhara RaoB wrote:
> I am a new bie to this feild.Can anyone tell me the exact procedure for
> this i.e Building uclibc toolchain using libgcc_s.so.1
he meant, instead of copying libgcc_s.so.1 from the system lib paths where
you're compiling stuff, copy it from the cross compiler toolchain
so instead of copying /lib/libgcc_s.so.1
or /usr/lib/gcc/i686-pc-linux-gnu/3.4.6/libgcc_s.so.1,
copy /usr/lib/gcc/i686-pc-linux-uclibc/3.4.6/libgcc_s.so.1
the versions and target names may obviously be different for you
-mike
[-- Attachment #2: Type: application/pgp-signature, Size: 827 bytes --]
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [gentoo-embedded] sys-apps/gawk-3.1.4-r4 failed
2006-06-28 5:44 ` Mike Frysinger
@ 2006-06-28 9:12 ` Shashidhara RaoB
2006-06-29 1:03 ` [gentoo-embedded] embedded X Mike Frysinger
0 siblings, 1 reply; 11+ messages in thread
From: Shashidhara RaoB @ 2006-06-28 9:12 UTC (permalink / raw
To: gentoo-embedded
Hi Mike
Thanks for the solution.
Do anyone have an guide about getting X server up on Embedded Gentoo .
Thanks in advance
Regards
Shashi
>From: Mike Frysinger <vapier@gentoo.org>
>Reply-To: gentoo-embedded@lists.gentoo.org
>To: gentoo-embedded@lists.gentoo.org
>CC: "Shashidhara RaoB" <shashi_brao@hotmail.com>
>Subject: Re: [gentoo-embedded] sys-apps/gawk-3.1.4-r4 failed
>Date: Wed, 28 Jun 2006 01:44:21 -0400
>
>On Wednesday 28 June 2006 01:03, Shashidhara RaoB wrote:
> > I am a new bie to this feild.Can anyone tell me the exact procedure for
> > this i.e Building uclibc toolchain using libgcc_s.so.1
>
>he meant, instead of copying libgcc_s.so.1 from the system lib paths where
>you're compiling stuff, copy it from the cross compiler toolchain
>
>so instead of copying /lib/libgcc_s.so.1
>or /usr/lib/gcc/i686-pc-linux-gnu/3.4.6/libgcc_s.so.1,
>copy /usr/lib/gcc/i686-pc-linux-uclibc/3.4.6/libgcc_s.so.1
>
>the versions and target names may obviously be different for you
>-mike
><< attach3 >>
_________________________________________________________________
Sexy, sultry, sensuous. - see why Bipasha Basu is all that and more. Try MSN
Search http://server1.msn.co.in/Profile/bipashabasu.asp
--
gentoo-embedded@gentoo.org mailing list
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [gentoo-embedded] embedded X
2006-06-28 9:12 ` Shashidhara RaoB
@ 2006-06-29 1:03 ` Mike Frysinger
0 siblings, 0 replies; 11+ messages in thread
From: Mike Frysinger @ 2006-06-29 1:03 UTC (permalink / raw
To: gentoo-embedded; +Cc: Shashidhara RaoB
[-- Attachment #1: Type: text/plain, Size: 205 bytes --]
On Wednesday 28 June 2006 05:12, Shashidhara RaoB wrote:
> Do anyone have an guide about getting X server up on Embedded Gentoo .
i just emerged it natively and ran it
and by "it" i mean modular X
-mike
[-- Attachment #2: Type: application/pgp-signature, Size: 827 bytes --]
^ permalink raw reply [flat|nested] 11+ messages in thread
end of thread, other threads:[~2006-06-29 0:59 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-06-22 11:26 [gentoo-embedded] sys-apps/gawk-3.1.4-r4 failed Shashidhara RaoB
2006-06-22 20:17 ` Walter Goossens
2006-06-23 7:26 ` Shashidhara RaoB
2006-06-27 12:47 ` Shashidhara RaoB
2006-06-27 12:55 ` Natanael Copa
2006-06-27 14:03 ` Shashidhara RaoB
2006-06-28 1:10 ` Ned Ludd
2006-06-28 5:03 ` Shashidhara RaoB
2006-06-28 5:44 ` Mike Frysinger
2006-06-28 9:12 ` Shashidhara RaoB
2006-06-29 1:03 ` [gentoo-embedded] embedded X Mike Frysinger
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox