Gentoo Archives: gentoo-dev

From: Nicholas Burlett <nrb23@×××××××.edu>
To: gentoo-dev@g.o
Subject: [gentoo-dev] findutils-4.1.7.ebuild fails
Date: Sun, 20 Jan 2002 13:05:31
Message-Id: 1011553617.860.11.camel@gemini
1 the findutils-4.1.7.ebuild fails shortly into the compile run. I'm
2 trying to do a emerge --world update, but findutils fails on each
3 attempt. Can anyone point me in the right direction?
4
5 The following is the tail end of the emerge output:
6
7 make[2]: Entering directory
8 `/var/tmp/portage/findutils-4.1.7/work/findutils-4.1.7/find'
9 Making all in testsuite
10 make[3]: Entering directory
11 `/var/tmp/portage/findutils-4.1.7/work/findutils-4.1.7/find/testsuite'
12 make[3]: Nothing to be done for `all'.
13 make[3]: Leaving directory
14 `/var/tmp/portage/findutils-4.1.7/work/findutils-4.1.7/find/testsuite'
15 make[3]: Entering directory
16 `/var/tmp/portage/findutils-4.1.7/work/findutils-4.1.7/find'
17 source='fstype.c' object='fstype.o' libtool=no \
18 depfile='.deps/fstype.Po' tmpdepfile='.deps/fstype.TPo' \
19 depmode=gcc /bin/sh ../depcomp \
20 i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I../intl
21 -DLOCALEDIR=\"/usr/share/locale\" -mcpu=i686 -march=i686 -O3 -pipe -c
22 -o fstype.o `test -f fstype.c || echo './'`fstype.c
23 fstype.c:162: afs/venus.h: No such file or directory
24 fstype.c:170: sys/ioccom.h: No such file or directory
25 fstype.c: In function `in_afs':
26 fstype.c:178: storage size of `vi' isn't known
27 fstype.c:184: `VIOC_FILE_CELL_NAME' undeclared (first use in this
28 function)
29 fstype.c:184: (Each undeclared identifier is reported only once
30 fstype.c:184: for each function it appears in.)
31 make[3]: *** [fstype.o] Error 1
32 make[3]: Leaving directory
33 `/var/tmp/portage/findutils-4.1.7/work/findutils-4.1.7/find'
34 make[2]: *** [all-recursive] Error 1
35 make[2]: Leaving directory
36 `/var/tmp/portage/findutils-4.1.7/work/findutils-4.1.7/find'
37 make[1]: *** [all-recursive] Error 1
38 make[1]: Leaving directory
39 `/var/tmp/portage/findutils-4.1.7/work/findutils-4.1.7'
40 make: *** [all-redirect] Error 2
41
42 !!! ERROR: The ebuild did not complete successfully.
43 !!! Function src_compile, Line 4, Exitcode 2
44 !!! (no error message)
45
46 !!! emerge aborting on
47 /usr/portage/sys-apps/findutils/findutils-4.1.7.ebuild .

Replies

Subject Author
Re: [gentoo-dev] findutils-4.1.7.ebuild fails Daniel Robbins <drobbins@g.o>