Gentoo Archives: gentoo-alt

From: Qiangning Hong <hongqn@×××××.com>
To: gentoo-alt@l.g.o
Subject: [gentoo-alt] findutils emerge failed
Date: Mon, 21 Apr 2008 09:22:18
Message-Id: b64ef0ce0804210222l6515e144h948a3daa3cf2c1d1@mail.gmail.com
1 When I upgrade to findutils-4.4.0, emerge failed at:
2
3 find.texi:10: @include `../locate/dblocation.texi': No such file or directory.
4 find.texi:554: warning: undefined flag: LOCATE_DB.
5 find.texi:2681: warning: undefined flag: LOCATE_DB.
6 find.texi:2683: warning: undefined flag: LOCATE_DB.
7 find.texi:3160: warning: undefined flag: LOCATE_DB.
8 find.texi:3346: warning: undefined flag: LOCATE_DB.
9 find.texi:5230: warning: undefined flag: LOCATE_DB.
10 find.texi:5238: warning: undefined flag: LOCATE_DB.
11 makeinfo: Removing output file `find.info' due to errors; use --force
12 to preserve.
13 make[1]: *** [find.info] Error 1
14 make: *** [install-recursive] Error 1
15 * ERROR: sys-apps/findutils-4.4.0 failed:
16 * (no error message)
17 *
18 * Call stack:
19 * ebuild.sh: 49: <call src_install>
20 * environment:2399: emake DESTDIR="${D}" install || die;
21 *
22 * If you need support, post the topmost build error, and the call
23 stack if relevant.
24 * build log: '/Users/hongqn/Gentoo/var/tmp/portage/sys-apps/findutils-4.4.0/temp/build.log'
25 * ebuild environment:
26 '/Users/hongqn/Gentoo/var/tmp/portage/sys-apps/findutils-4.4.0/temp/environment'
27 * S: '/Users/hongqn/Gentoo/var/tmp/portage/sys-apps/findutils-4.4.0/work/findutils-4.4.0'
28
29 It is because the dblocation.texi file is not generated in the compile
30 stage. If I comment out the following lines in
31 findutils-4.4.0.ebuild:
32
33 # Don't build or install locate because it conflicts with slocate,
34 # which is a secure version of locate. See bug 18729
35 sed -i '/^SUBDIRS/s/locate//' Makefile.in
36
37 it works. So I think there must be other things should be sed'ed out
38 beside the 'locate' string.
39
40 BTW, is here the right place to report bugs, or should I go to
41 bugs.gentoo.org directly?
42
43 --
44 Qiangning Hong
45 http://www.douban.com/people/hongqn/
46 --
47 gentoo-alt@l.g.o mailing list

Replies

Subject Author
[gentoo-alt] Re: findutils emerge failed Qiangning Hong <hongqn@×××××.com>
Re: [gentoo-alt] findutils emerge failed Fabian Groffen <grobian@g.o>