Gentoo Archives: gentoo-alt

From: Matt Michalowski <me@××××××××.au>
To: gentoo-alt@l.g.o
Subject: Re: [gentoo-alt] Installation workaround for findutils on Mac OS X
Date: Wed, 02 Apr 2008 07:13:52
Message-Id: 47F3321C.80200@mattm.id.au
In Reply to: [gentoo-alt] Installation workaround for findutils on Mac OS X by Nils Ohlmeier
1 Nils Ohlmeier wrote:
2 > Thus I created an ebuild for findutils-4.2.31 by hand and emerge that
3 > with 'emerge --oneshot =findutils-4.2.31'. After that I was able to
4 > finish the Gentoo Prefix bootstrap. And after the 'emerge --sync' the
5 > upgrade to findutils-4.4.0 went smooth.
6 >
7
8
9 Am I alone in not being able to emerge findutils-4.4.0 from 4.3.13? I
10 get this error on x86-macosx, x86-linux & amd64-linux installs, when
11 it's trying to make the doc:
12
13 Making all in doc
14 make[2]: Entering directory
15 `/opt/hwbp/var/tmp/portage/sys-apps/findutils-4.4.0/work/findutils-4.4.0/doc'
16 make[3]: Entering directory
17 `/opt/hwbp/var/tmp/portage/sys-apps/findutils-4.4.0/work/findutils-4.4.0'
18 make[3]: Leaving directory
19 `/opt/hwbp/var/tmp/portage/sys-apps/findutils-4.4.0/work/findutils-4.4.0'
20 restore=: && backupdir=".am$$" && \
21 am__cwd=`pwd` && cd . && \
22 rm -rf $backupdir && mkdir $backupdir && \
23 if (/bin/sh
24 /opt/hwbp/var/tmp/portage/sys-apps/findutils-4.4.0/work/findutils-4.4.0/build-aux/missing
25 --run makeinfo --version) >/dev/null 2>&1; then \
26 for f in find.info find.info-[0-9] find.info-[0-9][0-9]
27 find.i[0-9] find.i[0-9][0-9]; do \
28 if test -f $f; then mv $f $backupdir; restore=mv; else :; fi; \
29 done; \
30 else :; fi && \
31 cd "$am__cwd"; \
32 if /bin/sh
33 /opt/hwbp/var/tmp/portage/sys-apps/findutils-4.4.0/work/findutils-4.4.0/build-aux/missing
34 --run makeinfo -I . \
35 -o find.info find.texi; \
36 then \
37 rc=0; \
38 cd .; \
39 else \
40 rc=$?; \
41 cd . && \
42 $restore $backupdir/* `echo "./find.info" | sed 's|[^/]*$||'`; \
43 fi; \
44 rm -rf $backupdir; exit $rc
45 find.texi:10: @include `../locate/dblocation.texi': No such file or
46 directory.
47 find.texi:554: warning: undefined flag: LOCATE_DB.
48 find.texi:2681: warning: undefined flag: LOCATE_DB.
49 find.texi:2683: warning: undefined flag: LOCATE_DB.
50 find.texi:3160: warning: undefined flag: LOCATE_DB.
51 find.texi:3346: warning: undefined flag: LOCATE_DB.
52 find.texi:5230: warning: undefined flag: LOCATE_DB.
53 find.texi:5238: warning: undefined flag: LOCATE_DB.
54 makeinfo: Removing output file `find.info' due to errors; use --force to
55 preserve.
56 make[2]: *** [find.info] Error 1
57 make[2]: Leaving directory
58 `/opt/hwbp/var/tmp/portage/sys-apps/findutils-4.4.0/work/findutils-4.4.0/doc'
59 make[1]: *** [all-recursive] Error 1
60 make[1]: Leaving directory
61 `/opt/hwbp/var/tmp/portage/sys-apps/findutils-4.4.0/work/findutils-4.4.0'
62 make: *** [all] Error 2
63
64 I can understand dblocation.texi not being built since the ebuild seds
65 out the locate directory from the top level Makefile, but so do the
66 earlier ebuilds and they get through fine. Any ideas?
67
68 Matt.
69
70 --
71 gentoo-alt@l.g.o mailing list

Replies