Gentoo Archives: gentoo-embedded

From: The MoonSeeker <themoonseeker@×××××.com>
To: gentoo-embedded@l.g.o
Subject: [gentoo-embedded] Update the chroot jail problem
Date: Tue, 29 May 2007 14:04:29
Message-Id: 01862BE0-C1D5-48B9-AA7E-D5A223035B68@gmail.com
1 Hi,
2
3 I'm trying to update the chroot jail but I have got a compilation
4 error :
5
6 emerge -auDN world
7
8 ..
9 i386-gentoo-linux-uclibc-ar cru libfindtools.a finddata.o fstype.o
10 parser.o pred.o tree.o util.o version.o
11 i386-gentoo-linux-uclibc-ranlib libfindtools.a
12 if i386-gentoo-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../
13 gnulib/lib -I../lib -I../gnulib/lib -I../intl -DLOCALEDIR=\"/usr/
14 share/locale\" -Os -pipe -MT ftsfind.o -MD -MP -MF ".deps/
15 ftsfind.Tpo" -c -o ftsfind.o ftsfind.c; \
16 then mv -f ".deps/ftsfind.Tpo" ".deps/ftsfind.Po"; else rm -
17 f ".deps/ftsfind.Tpo"; exit 1; fi
18 i386-gentoo-linux-uclibc-gcc -Os -pipe -Wl,-z,relro -o find
19 ftsfind.o ./libfindtools.a ../lib/libfind.a ../gnulib/lib/libgnulib.a
20 ../gnulib/lib/libgnulib.a(close-stream.o): In function `close_stream':
21 close-stream.c:(.text+0xb): warning:
22 ./libfindtools.a(parser.o): In function `get_relative_timestamp':
23 parser.c:(.text+0xa47): undefined reference to `modf'
24 collect2: ld returned 1 exit status
25 make[3]: *** [find] Error 1
26 make[3]: Leaving directory `/var/tmp/portage/sys-apps/findutils-4.3.4/
27 work/findutils-4.3.4/find'
28 make[2]: *** [all-recursive] Error 1
29 make[2]: Leaving directory `/var/tmp/portage/sys-apps/findutils-4.3.4/
30 work/findutils-4.3.4/find'
31 make[1]: *** [all-recursive] Error 1
32 make[1]: Leaving directory `/var/tmp/portage/sys-apps/findutils-4.3.4/
33 work/findutils-4.3.4'
34 make: *** [all] Error 2
35
36 !!! ERROR: sys-apps/findutils-4.3.4 failed.
37 Call stack:
38 ebuild.sh, line 1615: Called dyn_compile
39 ebuild.sh, line 972: Called qa_call 'src_compile'
40 ebuild.sh, line 44: Called src_compile
41 findutils-4.3.4.ebuild, line 56: Called die
42
43 !!! make failed
44 !!! If you need support, post the topmost build error, and the call
45 stack if relevant.
46 !!! A complete build log is located at '/var/tmp/portage/sys-apps/
47 findutils-4.3.4/temp/build.log'.
48
49 While this tutorial (http://gentoo-wiki.com/Embedded_Gentoo) doesn't
50 work for me, now I'm following this tutorial : http://gentoo-wiki.com/
51 TinyGentoo but I encourted the above error. Is it a bug? Does anyone
52 have a solution?
53
54 Thanks
55 Francis
56 --
57 gentoo-embedded@g.o mailing list

Replies

Subject Author
Re: [gentoo-embedded] Update the chroot jail problem Edel SM <sierra2@×××××.com>