Gentoo Archives: gentoo-alt

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