Gentoo Archives: gentoo-alt

From: Galaxy <galaxy001@×××××.com>
To: Fabian Groffen <gentoo-alt@l.g.o>
Subject: Re: [gentoo-alt] Cannot emerge --oneshot findutils
Date: Thu, 10 Sep 2009 02:05:50
Message-Id: 1485688996.20090910100524@gmail.com
In Reply to: Re: [gentoo-alt] Cannot emerge --oneshot findutils by Fabian Groffen
1 > On 10-09-2009 02:31:57 +0800, Galaxy wrote:
2 >> I am following:
3 >> http://www.gentoo.org/proj/en/gentoo-alt/prefix/bootstrap-solaris.xml
4 >> until: Code Listing 1.11: emerge several tools
5 >> $ emerge --oneshot coreutils
6 >> $ emerge --oneshot findutils
7 >>
8 >> find.texi:10: @include `../locate/dblocation.texi': No such file or directory.
9 >> find.texi:554: warning: undefined flag: LOCATE_DB.
10 >> find.texi:2695: warning: undefined flag: LOCATE_DB.
11 >> find.texi:2697: warning: undefined flag: LOCATE_DB.
12 >> find.texi:3174: warning: undefined flag: LOCATE_DB.
13 >> find.texi:3360: warning: undefined flag: LOCATE_DB.
14 >> find.texi:5317: warning: undefined flag: LOCATE_DB.
15 >> find.texi:5325: warning: undefined flag: LOCATE_DB.
16 >> makeinfo: Removing output file `find.info' due to errors; use --force to preserv
17 >> e.
18 >> make[1]: *** [find.info] Error 1
19 >> make[1]: Leaving directory `/share/raid010/resequencing/user/huxs/gentoo/var/tmp
20 >> /portage/sys-apps/findutils-4.5.2/work/findutils-4.5.2/doc'
21
22 > hmmm, what platform is this?
23 2.6.9-55.0.2.ELsmp #1 SMP Tue Jun 26 14:14:47 EDT 2007 x86_64 x86_64 x86_64 GNU/Linux
24 CentOS
25
26 >> It was once a bug for $ ./bootstrap-prefix.sh $EPREFIX/tmp findutils3
27 >> but why this happens in emerge ?
28 >>
29 >> I just use ./bootstrap-prefix.sh $EPREFIX findutils3 to bypass it.
30
31 > that feels like a very bad idea to me.
32 So do I when I emerge -u system and find 4.5.5 works, it just conflict
33 with the 4 files that from findutils3. I went through by rm them.
34
35 So, just need to emerge --sync before setup findutils. The protage
36 package need to be updated.
37
38 And I find another bug: If I set PERL5LIB and the host perl is 5.8.5,
39 the prefix perl 5.8.8 will not work as it cannot find correct lib.
40 Maybe the manual should ask us to unset PERL5LIB. (This is what
41 stops me from "env FEATURES="-collision-protect" emerge --oneshot
42 portage".)

Replies

Subject Author
Re: [gentoo-alt] Cannot emerge --oneshot findutils Fabian Groffen <grobian@g.o>