Gentoo Archives: gentoo-embedded

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

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-embedded] stage1-uclibc build error James Francis <francis@×××××××.com>