Gentoo Archives: gentoo-embedded

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

Replies

Subject Author
Re: [gentoo-embedded] Update the chroot jail problem The MoonSeeker <themoonseeker@×××××.com>