make: Entering directory `/src/knfsd-1.5.1'
test "$JURIX" != libc5 || usekernelinc 2.2
CFLAGS="-O2 -Wall -pipe" ./configure --prefix=/usr --enable-kprefix
creating cache ./config.cache
checking for gcc... gcc
checking whether the C compiler (gcc -O2 -Wall -pipe ) works... yes
checking whether the C compiler (gcc -O2 -Wall -pipe ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking how to run the C preprocessor... gcc -E
checking for a BSD compatible install... /usr/bin/install -c
checking for ANSI C header files... yes
checking for GNU libc2... yes
checking for main in -lsocket... no
checking for main in -lnsl... yes
checking for crypt in -lcrypt... yes
checking for innetgr... yes
updating cache ./config.cache
creating ./config.status
creating config.mk
creating support/include/config.h
touch HUGO
make
make[1]: Entering directory `/src/knfsd-1.5.1'
Making all in tools
Making all in getkversion
gcc -O2 -Wall -pipe -D_GNU_SOURCE -I../../support/include -Wall  -pipe    -c -o getkversion.o getkversion.c
gcc  -L../../support/lib -o getkversion getkversion.o 
Building getkversion done.
Making all in support
Making all in include
echo "#define VERSION \"`cat ../../.version`\"" > version.h
ln -sf ../export/mount.h .
Making all in nfs
gcc -O2 -Wall -pipe -D_GNU_SOURCE -I../../support/include -Wall  -pipe    -c -o exports.o exports.c
gcc -O2 -Wall -pipe -D_GNU_SOURCE -I../../support/include -Wall  -pipe    -c -o rmtab.o rmtab.c
gcc -O2 -Wall -pipe -D_GNU_SOURCE -I../../support/include -Wall  -pipe    -c -o xio.o xio.c
gcc -O2 -Wall -pipe -D_GNU_SOURCE -I../../support/include -Wall  -pipe    -c -o rpcmisc.o rpcmisc.c
gcc -O2 -Wall -pipe -D_GNU_SOURCE -I../../support/include -Wall  -pipe    -c -o rpcdispatch.o rpcdispatch.c
gcc -O2 -Wall -pipe -D_GNU_SOURCE -I../../support/include -Wall  -pipe    -c -o xlog.o xlog.c
gcc -O2 -Wall -pipe -D_GNU_SOURCE -I../../support/include -Wall  -pipe    -c -o xmalloc.o xmalloc.c
gcc -O2 -Wall -pipe -D_GNU_SOURCE -I../../support/include -Wall  -pipe    -c -o wildmat.o wildmat.c
gcc -O2 -Wall -pipe -D_GNU_SOURCE -I../../support/include -Wall  -pipe    -c -o nfssvc.o nfssvc.c
gcc -O2 -Wall -pipe -D_GNU_SOURCE -I../../support/include -Wall  -pipe    -c -o nfsclient.o nfsclient.c
gcc -O2 -Wall -pipe -D_GNU_SOURCE -I../../support/include -Wall  -pipe    -c -o nfsexport.o nfsexport.c
gcc -O2 -Wall -pipe -D_GNU_SOURCE -I../../support/include -Wall  -pipe    -c -o getfh.o getfh.c
gcc -O2 -Wall -pipe -D_GNU_SOURCE -I../../support/include -Wall  -pipe    -c -o nfsctl.o nfsctl.c
gcc -O2 -Wall -pipe -D_GNU_SOURCE -I../../support/include -Wall  -pipe    -c -o lockdsvc.o lockdsvc.c
ar cr libnfs.a exports.o rmtab.o xio.o rpcmisc.o rpcdispatch.o xlog.o xmalloc.o wildmat.o nfssvc.o nfsclient.o nfsexport.o getfh.o nfsctl.o lockdsvc.o
ranlib libnfs.a
Building libnfs.a done.
Making all in export
rm -f mount.h mount_clnt.c mount_xdr.c
rpcgen -h -o mount.h mount.x
rpcgen -l -o mount_clnt.c mount.x
rpcgen -c -o mount_xdr.c mount.x
gcc -O2 -Wall -pipe -D_GNU_SOURCE -I../../support/include -Wall  -pipe    -c -o mount_clnt.o mount_clnt.c
gcc -O2 -Wall -pipe -D_GNU_SOURCE -I../../support/include -Wall  -pipe    -c -o mount_xdr.o mount_xdr.c
mount_xdr.c: In function `xdr_fhandle':
mount_xdr.c:45: warning: unused variable `buf'
mount_xdr.c: In function `xdr_fhstatus':
mount_xdr.c:55: warning: unused variable `buf'
mount_xdr.c: In function `xdr_dirpath':
mount_xdr.c:73: warning: unused variable `buf'
mount_xdr.c: In function `xdr_name':
mount_xdr.c:83: warning: unused variable `buf'
mount_xdr.c: In function `xdr_mountlist':
mount_xdr.c:93: warning: unused variable `buf'
mount_xdr.c: In function `xdr_mountbody':
mount_xdr.c:103: warning: unused variable `buf'
mount_xdr.c: In function `xdr_groups':
mount_xdr.c:117: warning: unused variable `buf'
mount_xdr.c: In function `xdr_groupnode':
mount_xdr.c:127: warning: unused variable `buf'
mount_xdr.c: In function `xdr_exports':
mount_xdr.c:139: warning: unused variable `buf'
mount_xdr.c: In function `xdr_exportnode':
mount_xdr.c:149: warning: unused variable `buf'
mount_xdr.c: In function `xdr_fhandle3':
mount_xdr.c:282: warning: unused variable `buf'
mount_xdr.c: In function `xdr_mountstat3':
mount_xdr.c:292: warning: unused variable `buf'
mount_xdr.c: In function `xdr_mountres3_ok':
mount_xdr.c:302: warning: unused variable `buf'
mount_xdr.c: In function `xdr_mountres3':
mount_xdr.c:315: warning: unused variable `buf'
gcc -O2 -Wall -pipe -D_GNU_SOURCE -I../../support/include -Wall  -pipe    -c -o client.o client.c
gcc -O2 -Wall -pipe -D_GNU_SOURCE -I../../support/include -Wall  -pipe    -c -o export.o export.c
gcc -O2 -Wall -pipe -D_GNU_SOURCE -I../../support/include -Wall  -pipe    -c -o hostname.o hostname.c
gcc -O2 -Wall -pipe -D_GNU_SOURCE -I../../support/include -Wall  -pipe    -c -o nfsctl.o nfsctl.c
gcc -O2 -Wall -pipe -D_GNU_SOURCE -I../../support/include -Wall  -pipe    -c -o xtab.o xtab.c
ar cr libexport.a mount_clnt.o mount_xdr.o client.o export.o hostname.o nfsctl.o xtab.o
ranlib libexport.a
Building libexport.a done.
Making all in lib
ln -sf ../nfs/libnfs.a .
ln -sf ../export/libexport.a .
Making all in utils
Making all in exportfs
gcc -O2 -Wall -pipe -D_GNU_SOURCE -I../../support/include -Wall  -pipe    -c -o exportfs.o exportfs.c
gcc  -L../../support/lib -o exportfs exportfs.o -lexport -lnfs
Building exportfs done.
Making all in mountd
gcc -O2 -Wall -pipe -D_GNU_SOURCE -I../../support/include -Wall  -pipe    -c -o mountd.o mountd.c
gcc -O2 -Wall -pipe -D_GNU_SOURCE -I../../support/include -Wall  -pipe    -c -o mount_dispatch.o mount_dispatch.c
gcc -O2 -Wall -pipe -D_GNU_SOURCE -I../../support/include -Wall  -pipe    -c -o auth.o auth.c
gcc -O2 -Wall -pipe -D_GNU_SOURCE -I../../support/include -Wall  -pipe    -c -o svc_run.o svc_run.c
gcc -O2 -Wall -pipe -D_GNU_SOURCE -I../../support/include -Wall  -pipe    -c -o rmtab.o rmtab.c
gcc  -L../../support/lib -o mountd mountd.o mount_dispatch.o auth.o svc_run.o rmtab.o -lexport -lnfs
Building mountd done.
Making all in nfsd
gcc -O2 -Wall -pipe -D_GNU_SOURCE -I../../support/include -Wall  -pipe    -c -o nfsd.o nfsd.c
gcc  -L../../support/lib -o nfsd nfsd.o -lnfs
Building nfsd done.
Making all in statd
rm -f sm_inter.h sm_inter_clnt.c sm_inter_svc.c sm_inter_xdr.c
rpcgen -h -o sm_inter.h sm_inter.x
rpcgen -l -o sm_inter_clnt.c sm_inter.x
rpcgen -m -o sm_inter_svc.c sm_inter.x
rpcgen -c -o sm_inter_xdr.c sm_inter.x
gcc -O2 -Wall -pipe -D_GNU_SOURCE -I../../support/include -Wall  -pipe -Wno-unused     -c -o sm_inter_clnt.o sm_inter_clnt.c
gcc -O2 -Wall -pipe -D_GNU_SOURCE -I../../support/include -Wall  -pipe -Wno-unused     -c -o sm_inter_svc.o sm_inter_svc.c
gcc -O2 -Wall -pipe -D_GNU_SOURCE -I../../support/include -Wall  -pipe -Wno-unused     -c -o sm_inter_xdr.o sm_inter_xdr.c
gcc -O2 -Wall -pipe -D_GNU_SOURCE -I../../support/include -Wall  -pipe -Wno-unused     -c -o callback.o callback.c
gcc -O2 -Wall -pipe -D_GNU_SOURCE -I../../support/include -Wall  -pipe -Wno-unused     -c -o notlist.o notlist.c
gcc -O2 -Wall -pipe -D_GNU_SOURCE -I../../support/include -Wall  -pipe -Wno-unused     -c -o log.o log.c
gcc -O2 -Wall -pipe -D_GNU_SOURCE -I../../support/include -Wall  -pipe -Wno-unused     -c -o misc.o misc.c
misc.c: In function `xunlink':
misc.c:65: warning: suggest explicit braces to avoid ambiguous `else'
gcc -O2 -Wall -pipe -D_GNU_SOURCE -I../../support/include -Wall  -pipe -Wno-unused     -c -o monitor.o monitor.c
gcc -O2 -Wall -pipe -D_GNU_SOURCE -I../../support/include -Wall  -pipe -Wno-unused     -c -o notify.o notify.c
gcc -O2 -Wall -pipe -D_GNU_SOURCE -I../../support/include -Wall  -pipe -Wno-unused     -c -o simu.o simu.c
gcc -O2 -Wall -pipe -D_GNU_SOURCE -I../../support/include -Wall  -pipe -Wno-unused     -c -o stat.o stat.c
gcc -O2 -Wall -pipe -D_GNU_SOURCE -I../../support/include -Wall  -pipe -Wno-unused     -c -o statd.o statd.c
gcc -O2 -Wall -pipe -D_GNU_SOURCE -I../../support/include -Wall  -pipe -Wno-unused     -c -o state.o state.c
gcc -O2 -Wall -pipe -D_GNU_SOURCE -I../../support/include -Wall  -pipe -Wno-unused     -c -o svc_run.o svc_run.c
gcc -O2 -Wall -pipe -D_GNU_SOURCE -I../../support/include -Wall  -pipe -Wno-unused     -c -o rmtcall.o rmtcall.c
gcc  -L../../support/lib -o statd sm_inter_clnt.o sm_inter_svc.o sm_inter_xdr.o  callback.o notlist.o log.o misc.o monitor.o notify.o simu.o stat.o statd.o state.o svc_run.o rmtcall.o -lexport
Building statd done.
Making all in nfsstat
gcc -O2 -Wall -pipe -D_GNU_SOURCE -I../../support/include -Wall  -pipe    -c -o nfsstat.o nfsstat.c
gcc  -L../../support/lib -o nfsstat nfsstat.o 
Building nfsstat done.
Making all in rquotad
gcc -O2 -Wall -pipe -D_GNU_SOURCE -I../../support/include -Wall  -pipe    -c -o rquota_server.o rquota_server.c
gcc -O2 -Wall -pipe -D_GNU_SOURCE -I../../support/include -Wall  -pipe    -c -o rquota_svc.o rquota_svc.c
gcc -O2 -Wall -pipe -D_GNU_SOURCE -I../../support/include -Wall  -pipe    -c -o rquota_xdr.o rquota_xdr.c
gcc -O2 -Wall -pipe -D_GNU_SOURCE -I../../support/include -Wall  -pipe    -c -o quotactl.o quotactl.c
gcc -O2 -Wall -pipe -D_GNU_SOURCE -I../../support/include -Wall  -pipe    -c -o hasquota.o hasquota.c
gcc  -L../../support/lib -o rquotad rquota_server.o rquota_svc.o rquota_xdr.o quotactl.o hasquota.o -lnfs 
Building rquotad done.
Making all in showmount
gcc -O2 -Wall -pipe -D_GNU_SOURCE -I../../support/include -Wall  -pipe    -c -o showmount.o showmount.c
gcc  -L../../support/lib -o showmount showmount.o -lexport
Building showmount done.
Making all in nhfsstone
gcc -O2 -Wall -pipe -D_GNU_SOURCE -I../../support/include -Wall  -pipe    -c -o nhfsstone.o nhfsstone.c
nhfsstone.c:2: warning: `sccsid' defined but not used
gcc  -L../../support/lib -o nhfsstone nhfsstone.o 
Building nhfsstone done.
Making all in lockd
gcc -O2 -Wall -pipe -D_GNU_SOURCE -I../../support/include -Wall  -pipe    -c -o lockd.o lockd.c
gcc  -L../../support/lib -o lockd lockd.o -lnfs
Building lockd done.
Making all in etc
Done.
make[1]: Leaving directory `/src/knfsd-1.5.1'
make: Leaving directory `/src/knfsd-1.5.1'
make: Entering directory `/src/knfsd-1.5.1'
make install
make[1]: Entering directory `/src/knfsd-1.5.1'
Making install in tools
Making install in getkversion
make[3]: Nothing to be done for `install'.
Making install in support
Making install in include
make[3]: `install' is up to date.
Making install in nfs
make[3]: Nothing to be done for `install'.
Making install in export
make[3]: Nothing to be done for `install'.
Making install in lib
make[3]: `install' is up to date.
Making install in utils
Making install in exportfs
mkdir -p /usr/sbin
install -m 755 -s exportfs /usr/sbin/kexportfs
Making install in mountd
mkdir -p /usr/sbin
install -m 755 -s mountd /usr/sbin/rpc.kmountd
Making install in nfsd
mkdir -p /usr/sbin
install -m 755 -s nfsd /usr/sbin/rpc.knfsd
Making install in statd
mkdir -p /usr/sbin
install -m 755 -s statd /usr/sbin/rpc.kstatd
Making install in nfsstat
mkdir -p /usr/sbin
install -m 755 -s nfsstat /usr/sbin/knfsstat
Making install in rquotad
mkdir -p /usr/sbin
install -m 755 -s rquotad /usr/sbin/rpc.krquotad
Making install in showmount
mkdir -p /usr/sbin
install -m 755 -s showmount /usr/sbin/kshowmount
Making install in nhfsstone
mkdir -p /usr/sbin
install -m 755 -s nhfsstone /usr/sbin/knhfsstone
Making install in lockd
mkdir -p /usr/sbin
install -m 755 -s lockd /usr/sbin/rpc.klockd
Making install in etc
Please install the rc file manually.
Making installman in tools
Making installman in getkversion
Making installman in support
Making installman in include
Making installman in nfs
Making installman in export
Making installman in lib
Making installman in utils
Making installman in exportfs
Making installman in mountd
Making installman in nfsd
Making installman in statd
Making installman in nfsstat
Making installman in rquotad
Making installman in showmount
Making installman in nhfsstone
Making installman in lockd
Making installman in etc
if [ ! -d /var/lib/nfs ]; then mkdir -p /var/lib/nfs; fi
touch /var/lib/nfs/etab; chmod 644 /var/lib/nfs/etab
if [ ! -c /dev/nfsd_netlink ]; then \
  mknod -m 0600 /dev/nfsd_netlink c 36 4; \
fi
make[1]: Leaving directory `/src/knfsd-1.5.1'
test "$JURIX" != libc5 || usekernelinc 2.0
install rc /etc/rc.d/init.d/knfs
make: Leaving directory `/src/knfsd-1.5.1'
Extracting package knfsd, please wait...
------------------------------------------------
current binary package: aaa_base.jur
extract /etc/ld.so.cache
deleting /dev/nfsd_netlink
