* [gentoo-dev] findutils-4.1.7.ebuild fails
@ 2002-01-20 19:06 Nicholas Burlett
2002-01-20 21:05 ` Daniel Robbins
0 siblings, 1 reply; 3+ messages in thread
From: Nicholas Burlett @ 2002-01-20 19:06 UTC (permalink / raw
To: gentoo-dev
the findutils-4.1.7.ebuild fails shortly into the compile run. I'm
trying to do a emerge --world update, but findutils fails on each
attempt. Can anyone point me in the right direction?
The following is the tail end of the emerge output:
make[2]: Entering directory
`/var/tmp/portage/findutils-4.1.7/work/findutils-4.1.7/find'
Making all in testsuite
make[3]: Entering directory
`/var/tmp/portage/findutils-4.1.7/work/findutils-4.1.7/find/testsuite'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory
`/var/tmp/portage/findutils-4.1.7/work/findutils-4.1.7/find/testsuite'
make[3]: Entering directory
`/var/tmp/portage/findutils-4.1.7/work/findutils-4.1.7/find'
source='fstype.c' object='fstype.o' libtool=no \
depfile='.deps/fstype.Po' tmpdepfile='.deps/fstype.TPo' \
depmode=gcc /bin/sh ../depcomp \
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I../intl
-DLOCALEDIR=\"/usr/share/locale\" -mcpu=i686 -march=i686 -O3 -pipe -c
-o fstype.o `test -f fstype.c || echo './'`fstype.c
fstype.c:162: afs/venus.h: No such file or directory
fstype.c:170: sys/ioccom.h: No such file or directory
fstype.c: In function `in_afs':
fstype.c:178: storage size of `vi' isn't known
fstype.c:184: `VIOC_FILE_CELL_NAME' undeclared (first use in this
function)
fstype.c:184: (Each undeclared identifier is reported only once
fstype.c:184: for each function it appears in.)
make[3]: *** [fstype.o] Error 1
make[3]: Leaving directory
`/var/tmp/portage/findutils-4.1.7/work/findutils-4.1.7/find'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory
`/var/tmp/portage/findutils-4.1.7/work/findutils-4.1.7/find'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
`/var/tmp/portage/findutils-4.1.7/work/findutils-4.1.7'
make: *** [all-redirect] Error 2
!!! ERROR: The ebuild did not complete successfully.
!!! Function src_compile, Line 4, Exitcode 2
!!! (no error message)
!!! emerge aborting on
/usr/portage/sys-apps/findutils/findutils-4.1.7.ebuild .
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [gentoo-dev] findutils-4.1.7.ebuild fails
2002-01-20 19:06 [gentoo-dev] findutils-4.1.7.ebuild fails Nicholas Burlett
@ 2002-01-20 21:05 ` Daniel Robbins
2002-01-21 15:37 ` Nicholas Burlett
0 siblings, 1 reply; 3+ messages in thread
From: Daniel Robbins @ 2002-01-20 21:05 UTC (permalink / raw
To: gentoo-dev
Please report this to bugs.gentoo.org. We won't ignore it.
On Sun, 2002-01-20 at 12:06, Nicholas Burlett wrote:
> the findutils-4.1.7.ebuild fails shortly into the compile run. I'm
> trying to do a emerge --world update, but findutils fails on each
> attempt. Can anyone point me in the right direction?
>
> The following is the tail end of the emerge output:
>
> make[2]: Entering directory
> `/var/tmp/portage/findutils-4.1.7/work/findutils-4.1.7/find'
> Making all in testsuite
> make[3]: Entering directory
> `/var/tmp/portage/findutils-4.1.7/work/findutils-4.1.7/find/testsuite'
> make[3]: Nothing to be done for `all'.
> make[3]: Leaving directory
> `/var/tmp/portage/findutils-4.1.7/work/findutils-4.1.7/find/testsuite'
> make[3]: Entering directory
> `/var/tmp/portage/findutils-4.1.7/work/findutils-4.1.7/find'
> source='fstype.c' object='fstype.o' libtool=no \
> depfile='.deps/fstype.Po' tmpdepfile='.deps/fstype.TPo' \
> depmode=gcc /bin/sh ../depcomp \
> i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I../intl
> -DLOCALEDIR=\"/usr/share/locale\" -mcpu=i686 -march=i686 -O3 -pipe -c
> -o fstype.o `test -f fstype.c || echo './'`fstype.c
> fstype.c:162: afs/venus.h: No such file or directory
> fstype.c:170: sys/ioccom.h: No such file or directory
> fstype.c: In function `in_afs':
> fstype.c:178: storage size of `vi' isn't known
> fstype.c:184: `VIOC_FILE_CELL_NAME' undeclared (first use in this
> function)
> fstype.c:184: (Each undeclared identifier is reported only once
> fstype.c:184: for each function it appears in.)
> make[3]: *** [fstype.o] Error 1
> make[3]: Leaving directory
> `/var/tmp/portage/findutils-4.1.7/work/findutils-4.1.7/find'
> make[2]: *** [all-recursive] Error 1
> make[2]: Leaving directory
> `/var/tmp/portage/findutils-4.1.7/work/findutils-4.1.7/find'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory
> `/var/tmp/portage/findutils-4.1.7/work/findutils-4.1.7'
> make: *** [all-redirect] Error 2
>
> !!! ERROR: The ebuild did not complete successfully.
> !!! Function src_compile, Line 4, Exitcode 2
> !!! (no error message)
>
> !!! emerge aborting on
> /usr/portage/sys-apps/findutils/findutils-4.1.7.ebuild .
>
>
> _______________________________________________
> gentoo-dev mailing list
> gentoo-dev@gentoo.org
> http://lists.gentoo.org/mailman/listinfo/gentoo-dev
--
Daniel Robbins <drobbins@gentoo.org>
Chief Architect/President http://www.gentoo.org
Gentoo Technologies, Inc.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [gentoo-dev] findutils-4.1.7.ebuild fails
2002-01-20 21:05 ` Daniel Robbins
@ 2002-01-21 15:37 ` Nicholas Burlett
0 siblings, 0 replies; 3+ messages in thread
From: Nicholas Burlett @ 2002-01-21 15:37 UTC (permalink / raw
To: gentoo-dev
This bug is now in the database as Bug 260. Thanks for the help :->
-nick
On Sun, 2002-01-20 at 16:05, Daniel Robbins wrote:
> Please report this to bugs.gentoo.org. We won't ignore it.
>
> On Sun, 2002-01-20 at 12:06, Nicholas Burlett wrote:
> > the findutils-4.1.7.ebuild fails shortly into the compile run. I'm
> > trying to do a emerge --world update, but findutils fails on each
> > attempt. Can anyone point me in the right direction?
> >
> > The following is the tail end of the emerge output:
> >
> > make[2]: Entering directory
> > `/var/tmp/portage/findutils-4.1.7/work/findutils-4.1.7/find'
> > Making all in testsuite
> > make[3]: Entering directory
> > `/var/tmp/portage/findutils-4.1.7/work/findutils-4.1.7/find/testsuite'
> > make[3]: Nothing to be done for `all'.
> > make[3]: Leaving directory
> > `/var/tmp/portage/findutils-4.1.7/work/findutils-4.1.7/find/testsuite'
> > make[3]: Entering directory
> > `/var/tmp/portage/findutils-4.1.7/work/findutils-4.1.7/find'
> > source='fstype.c' object='fstype.o' libtool=no \
> > depfile='.deps/fstype.Po' tmpdepfile='.deps/fstype.TPo' \
> > depmode=gcc /bin/sh ../depcomp \
> > i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I../intl
> > -DLOCALEDIR=\"/usr/share/locale\" -mcpu=i686 -march=i686 -O3 -pipe -c
> > -o fstype.o `test -f fstype.c || echo './'`fstype.c
> > fstype.c:162: afs/venus.h: No such file or directory
> > fstype.c:170: sys/ioccom.h: No such file or directory
> > fstype.c: In function `in_afs':
> > fstype.c:178: storage size of `vi' isn't known
> > fstype.c:184: `VIOC_FILE_CELL_NAME' undeclared (first use in this
> > function)
> > fstype.c:184: (Each undeclared identifier is reported only once
> > fstype.c:184: for each function it appears in.)
> > make[3]: *** [fstype.o] Error 1
> > make[3]: Leaving directory
> > `/var/tmp/portage/findutils-4.1.7/work/findutils-4.1.7/find'
> > make[2]: *** [all-recursive] Error 1
> > make[2]: Leaving directory
> > `/var/tmp/portage/findutils-4.1.7/work/findutils-4.1.7/find'
> > make[1]: *** [all-recursive] Error 1
> > make[1]: Leaving directory
> > `/var/tmp/portage/findutils-4.1.7/work/findutils-4.1.7'
> > make: *** [all-redirect] Error 2
> >
> > !!! ERROR: The ebuild did not complete successfully.
> > !!! Function src_compile, Line 4, Exitcode 2
> > !!! (no error message)
> >
> > !!! emerge aborting on
> > /usr/portage/sys-apps/findutils/findutils-4.1.7.ebuild .
> >
> >
> > _______________________________________________
> > gentoo-dev mailing list
> > gentoo-dev@gentoo.org
> > http://lists.gentoo.org/mailman/listinfo/gentoo-dev
> --
> Daniel Robbins <drobbins@gentoo.org>
> Chief Architect/President http://www.gentoo.org
> Gentoo Technologies, Inc.
>
> _______________________________________________
> gentoo-dev mailing list
> gentoo-dev@gentoo.org
> http://lists.gentoo.org/mailman/listinfo/gentoo-dev
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2002-01-21 15:35 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-01-20 19:06 [gentoo-dev] findutils-4.1.7.ebuild fails Nicholas Burlett
2002-01-20 21:05 ` Daniel Robbins
2002-01-21 15:37 ` Nicholas Burlett
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox