On 09/20/2018 11:41 PM, Ken Moffat via blfs-dev wrote:
On current lfs I've jus had a weird build failure with
nfs-utils-2.3.3

In a fresh extract, (I was doing a scripted build in /building, so I
assumed I'd copied something wrongly) with configure pasted from the
current book, I get the following in 'make' :

Making all in support
make[1]: Entering directory '/building/bis/nfs-utils-2.3.3/support'
Making all in export
make[2]: Entering directory '/building/bis/nfs-utils-2.3.3/support/export'
test -f mount_clnt.c && rm -rf mount_clnt.c || true

At this point I have:

/usr/bin/rpcgen -c -i 0 -o mount_xdr.c mount.x
test -f mount.h && rm -rf mount.h || true
/usr/bin/rpcgen -h -o mount.h mount.x
rm -f ../../support/include/mount.h
ln -s ../export/mount.h ../../support/include/mount.h
make  all-am
...

l -o mount_clnt.c mount.x
make[2]: l: Command not found
make[2]: [Makefile:701: mount_clnt.c] Error 127 (ignored)
test -f mount_xdr.c && rm -rf mount_xdr.c || true
c -i 0 -o mount_xdr.c mount.x
make[2]: c: Command not found
make[2]: [Makefile:705: mount_xdr.c] Error 127 (ignored)
test -f mount.h && rm -rf mount.h || true
h -o mount.h mount.x
make[2]: h: Command not found
make[2]: [Makefile:709: mount.h] Error 127 (ignored)
rm -f ../../support/include/mount.h
ln -s ../export/mount.h ../../support/include/mount.h
make  all-am

I have nothing like that:
http://anduin.linuxfromscratch.org/~bdubbs/files/nfs-utils-2.3.3.log


    ./configure --prefix=/usr          \
                --sysconfdir=/etc      \
                --sbindir=/sbin        \
                --disable-nfsv4        \
                --disable-ipv6         \
                --disable-gss &&
    make   &&
    sudo make install **

    sudo mv -v /sbin/start-statd /usr/sbin &&
    sudo chmod u+w,go+r $DEST/sbin/mount.nfs &&
    sudo chown nobody.nogroup /var/lib/nfs

  -- Bruce
--
http://lists.linuxfromscratch.org/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to