Gentoo Archives: gentoo-embedded

From: The MoonSeeker <themoonseeker@×××××.com>
To: gentoo-embedded@l.g.o
Subject: Re: [gentoo-embedded] Update the chroot jail problem
Date: Wed, 30 May 2007 08:48:34
Message-Id: 4B55C3DB-796A-4481-AC67-863BE2ECF523@gmail.com
In Reply to: Re: [gentoo-embedded] Update the chroot jail problem by Isidore Ducasse
1 I added "sys-apps/findutils ~x86" in /etc/portage/package.keywords
2 but I still have the problem :
3
4 ...
5 i386-gentoo-linux-uclibc-ar cru libfindtools.a finddata.o fstype.o
6 parser.o pred.o tree.o util.o version.o
7 i386-gentoo-linux-uclibc-ranlib libfindtools.a
8 i386-gentoo-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib
9 -I../lib -I../gnulib/lib -I../intl -DLOCALEDIR=\"/usr/share/locale
10 \" -Os -pipe -MT ftsfind.o -MD -MP -MF .deps/ftsfind.Tpo -c -o
11 ftsfind.o ftsfind.c
12 mv -f .deps/ftsfind.Tpo .deps/ftsfind.Po
13 i386-gentoo-linux-uclibc-gcc -Os -pipe -Wl,-z,relro -o find
14 ftsfind.o ./libfindtools.a ../lib/libfind.a ../gnulib/lib/libgnulib.a
15 ../gnulib/lib/libgnulib.a(close-stream.o): In function `close_stream':
16 close-stream.c:(.text+0xb): warning:
17 ./libfindtools.a(parser.o): In function `get_relative_timestamp':
18 parser.c:(.text+0xca0): undefined reference to `modf'
19 collect2: ld returned 1 exit status
20 make[3]: *** [find] Error 1
21 make[3]: Leaving directory `/var/tmp/portage/sys-apps/findutils-4.3.6/
22 work/findutils-4.3.6/find'
23 make[2]: *** [all-recursive] Error 1
24 make[2]: Leaving directory `/var/tmp/portage/sys-apps/findutils-4.3.6/
25 work/findutils-4.3.6/find'
26 make[1]: *** [all-recursive] Error 1
27 make[1]: Leaving directory `/var/tmp/portage/sys-apps/findutils-4.3.6/
28 work/findutils-4.3.6'
29 make: *** [all] Error 2
30
31 !!! ERROR: sys-apps/findutils-4.3.6 failed.
32 Call stack:
33 ebuild.sh, line 1615: Called dyn_compile
34 ebuild.sh, line 972: Called qa_call 'src_compile'
35 ebuild.sh, line 44: Called src_compile
36 findutils-4.3.6.ebuild, line 56: Called die
37
38 !!! make failed
39 !!! If you need support, post the topmost build error, and the call
40 stack if relevant.
41 !!! A complete build log is located at '/var/tmp/portage/sys-apps/
42 findutils-4.3.6/temp/build.log'.
43
44 -Francis
45
46 On May 30, 2007, at 9:47 AM, Isidore Ducasse wrote:
47
48 > le Wed, 30 May 2007 09:03:46 +0200
49 > The MoonSeeker <themoonseeker@×××××.com> a écrit:
50 >
51 >> How have you do that?
52 >>
53 >> # echo "findutils" >> /etc/portage/package.keywords ???
54 >>
55 >> -francis
56 >
57 > This wouldn't do much. package.keywords' syntax is "category-name/
58 > package-name keyword", as in
59 >
60 > sys-kernel/gentoo-sources ~amd64
61 >
62 > (which is really just an example).
63 > --
64 > gentoo-embedded@g.o mailing list
65 >
66
67 --
68 gentoo-embedded@g.o mailing list

Replies

Subject Author
Re: [gentoo-embedded] Update the chroot jail problem Walter Goossens <wa.goossens@××××.nl>
Re: [gentoo-embedded] Update the chroot jail problem Edel SM <sierra2@×××××.com>
Re: [gentoo-embedded] Update the chroot jail problem Isidore Ducasse <ducasse.isidore@×××××.com>