Gentoo Archives: gentoo-embedded

From: aeriksson@××××××××.fm
To: solar@g.o
Cc: Mike Frysinger <vapier@g.o>, gentoo-embedded@l.g.o
Subject: Re: [gentoo-embedded] stage1-uclibc build error
Date: Tue, 03 Aug 2004 05:44:37
Message-Id: 20040803054408.358EE3F03@latitude.mynet.no-ip.org
1 > That might actually work if you had USE="-* build bootstrap uclibc" set
2 > from a stage1, thats how the catalyst does it and it's supposed to be
3 > done.
4 >
5 <snip>
6 > It works if you use the correct bootstrap script.
7 > In this case you have to use bootstrap-cascade.sh
8
9 Thanks a lot for the info. (Is there any particular doc I should have
10 looked in to pick up that I need to use bootstrap-cascade.sh?) Worked
11 like a charm, sort of...
12
13 "ACCEPT_KEYWORDS="~x86" scripts/bootstrap-cascade.sh" --> No probs
14 "ACCEPT_KEYWORDS="~x86" USE="-* build bootstrap uclibc" emerge
15 system" --> failed with:
16
17 bison -d parse.y -o parse.c
18 bison -d parse.y -o parse.c
19 lex -t token.l > token.c
20 gcc -Os -pipe -include ../include-glibc/glibc-bugs.h -I../libipsec
21 -I../include-glibc -I//usr/include -DIPSEC_DEBUG -DINET6
22 -DYY_NO_UNPUT -I. -Wall -c -o pfkey.o pfkey.c
23 gcc -Os -pipe -include ../include-glibc/glibc-bugs.h -I../libipsec
24 -I../include-glibc -I//usr/include -DIPSEC_DEBUG -DINET6
25 -DYY_NO_UNPUT -I. -Wall -c -o pfkey_dump.o pfkey_dump.c
26 gcc -Os -pipe -include ../include-glibc/glibc-bugs.h -I../libipsec
27 -I../include-glibc -I//usr/include -DIPSEC_DEBUG -DINET6
28 -DYY_NO_UNPUT -I. -Wall -c -o key_debug.o key_debug.c
29 gcc -Os -pipe -include ../include-glibc/glibc-bugs.h -I../libipsec
30 -I../include-glibc -I//usr/include -DIPSEC_DEBUG -DINET6
31 -DYY_NO_UNPUT -I. -Wall -c -o ipsec_strerror.o ipsec_strerror.c
32 gcc -Os -pipe -include ../include-glibc/glibc-bugs.h -I../libipsec
33 -I../include-glibc -I//usr/include -DIPSEC_DEBUG -DINET6
34 -DYY_NO_UNPUT -I. -Wall -c -o parse.o parse.c
35 gcc -Os -pipe -include ../include-glibc/glibc-bugs.h -I../libipsec
36 -I../include-glibc -I//usr/include -DIPSEC_DEBUG -DINET6
37 -DYY_NO_UNPUT -I. -Wall -c -o token.o token.c
38 parse.y: In function `setkeymsg':
39 parse.y:635: warning: dereferencing type-punned pointer will break
40 strict-aliasing rules
41 parse.y:651: warning: dereferencing type-punned pointer will break
42 strict-aliasing rules
43 gcc -o setkey setkey.o parse.o token.o pfkey.o pfkey_dump.o
44 key_debug.o ipsec_strerror.o -L../libipsec -lipsec -lfl
45 /usr/lib/gcc-lib/i386-pc-linux-uclibc/3.3.4/../../../../i386-pc-linux-
46 uclibc/bin/ld: cannot find -lfl
47 collect2: ld returned 1 exit status
48 make: *** [setkey] Error 1
49 rm token.c
50
51 !!! ERROR: net-misc/iputils-021109-r3 failed.
52 !!! Function src_compile, Line 64, Exitcode 2
53 !!! setkey failed
54
55
56 Seems we're missing an 'fl' library... What's fl?
57
58 /Anders
59
60
61 --
62 gentoo-embedded@g.o mailing list

Replies

Subject Author
Re: [gentoo-embedded] stage1-uclibc build error Ned Ludd <solar@g.o>