Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 70955

Summary: net-fs/nfs-utils-1.0.6-r4 SMP build failure
Product: Gentoo Linux Reporter: Torgeir Hansen <torgeir>
Component: New packagesAssignee: Network Filesystems <net-fs>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---

Description Torgeir Hansen 2004-11-12 05:10:00 UTC
with MAKEFLAGS=-j3, it failed as described below, doing a 
'export MAKEFLAGS=""; emerge net-fs/nfs-utils' solved the problem.

the ebuild needs to be forced to -j1

errorlog:
==============================================================================

Making depend in support
Making depend in include
make[2]: Nothing to be done for `depend'.
Making depend in nfs
gcc -O2 -march=athlon-mp -pipe -fomit-frame-pointer -D_GNU_SOURCE -DHAVE_TCP_WRAPPER -I../../support/include -Wall  -pipe  -DVERSION="\"nfs-utils 1.0.6\"" -DNFS3_SUPPORTED -M exports.c rmtab.c xio.c rpcmisc.c rpcdispatch.c xlog.c xmalloc.c wildmat.c nfssvc.c nfsclient.c nfsexport.c getfh.c nfsctl.c lockdsvc.c svc_socket.c cacheio.c > .depend
Making depend in export
rm -f mount.h mount_clnt.c mount_xdr.c
rm -f mount.h mount_clnt.c mount_xdr.c
../../bin/rpcgen -h -o mount.h mount.x
rm -f mount.h mount_clnt.c mount_xdr.c
../../bin/rpcgen -h -o mount.h mount.x
../../bin/rpcgen -h -o mount.h mount.x
../../bin/rpcgen -l -o mount_clnt.c mount.x
../../bin/rpcgen -l -o mount_clnt.c mount.x
file 'mount_clnt.c' already exists and may be overwritten
make[2]: *** [mount_xdr.c] Error 1
make[2]: *** Waiting for unfinished jobs....
../../bin/rpcgen -l -o mount_clnt.c mount.x
make[2]: *** Waiting for unfinished jobs....
file 'mount_clnt.c' already exists and may be overwritten
make[2]: *** [mount_clnt.c] Error 1
../../bin/rpcgen -c -o mount_xdr.c mount.x
make[1]: *** [depend] Error 2
make: *** [depend] Error 2

!!! ERROR: net-fs/nfs-utils-1.0.6-r4 failed.
!!! Function src_compile, Line 36, Exitcode 2
!!! failed to make depend
!!! If you need support, post the topmost build error, NOT this status message.
Comment 1 SpanKY gentoo-dev 2004-11-13 18:31:59 UTC
done