On 9/21/2018 6:41 AM, 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
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
make[3]: Entering directory '/building/bis/nfs-utils-2.3.3/support/export'
gcc -DHAVE_CONFIG_H -I. -I../../support/include  -I/usr/include/tirpc 
-D_GNU_SOURCE -pipe  -Wall  -Wextra  -Werror=strict-prototypes  
-Werror=missing-prototypes  -Werror=missing-declarations  -Werror=format=2  
-Werror=undef  -Werror=missing-include-dirs  -Werror=strict-aliasing=2  
-Werror=init-self  -Werror=implicit-function-declaration  -Werror=return-type  
-Werror=switch  -Werror=overflow  -Werror=parentheses  -Werror=aggregate-return 
 -Werror=unused-result  -fno-strict-aliasing  -Werror=format-overflow=2 
-Werror=int-conversion -Werror=incompatible-pointer-types 
-Werror=misleading-indentation -g -O2 -MT client.o -MD -MP -MF .deps/client.Tpo 
-c -o client.o client.c
mv -f .deps/client.Tpo .deps/client.Po
gcc -DHAVE_CONFIG_H -I. -I../../support/include  -I/usr/include/tirpc 
-D_GNU_SOURCE -pipe  -Wall  -Wextra  -Werror=strict-prototypes  
-Werror=missing-prototypes  -Werror=missing-declarations  -Werror=format=2  
-Werror=undef  -Werror=missing-include-dirs  -Werror=strict-aliasing=2  
-Werror=init-self  -Werror=implicit-function-declaration  -Werror=return-type  
-Werror=switch  -Werror=overflow  -Werror=parentheses  -Werror=aggregate-return 
 -Werror=unused-result  -fno-strict-aliasing  -Werror=format-overflow=2 
-Werror=int-conversion -Werror=incompatible-pointer-types 
-Werror=misleading-indentation -g -O2 -MT export.o -MD -MP -MF .deps/export.Tpo 
-c -o export.o export.c
mv -f .deps/export.Tpo .deps/export.Po
gcc -DHAVE_CONFIG_H -I. -I../../support/include  -I/usr/include/tirpc 
-D_GNU_SOURCE -pipe  -Wall  -Wextra  -Werror=strict-prototypes  
-Werror=missing-prototypes  -Werror=missing-declarations  -Werror=format=2  
-Werror=undef  -Werror=missing-include-dirs  -Werror=strict-aliasing=2  
-Werror=init-self  -Werror=implicit-function-declaration  -Werror=return-type  
-Werror=switch  -Werror=overflow  -Werror=parentheses  -Werror=aggregate-return 
 -Werror=unused-result  -fno-strict-aliasing  -Werror=format-overflow=2 
-Werror=int-conversion -Werror=incompatible-pointer-types 
-Werror=misleading-indentation -g -O2 -MT hostname.o -MD -MP -MF 
.deps/hostname.Tpo -c -o hostname.o hostname.c
mv -f .deps/hostname.Tpo .deps/hostname.Po
gcc -DHAVE_CONFIG_H -I. -I../../support/include  -I/usr/include/tirpc 
-D_GNU_SOURCE -pipe  -Wall  -Wextra  -Werror=strict-prototypes  
-Werror=missing-prototypes  -Werror=missing-declarations  -Werror=format=2  
-Werror=undef  -Werror=missing-include-dirs  -Werror=strict-aliasing=2  
-Werror=init-self  -Werror=implicit-function-declaration  -Werror=return-type  
-Werror=switch  -Werror=overflow  -Werror=parentheses  -Werror=aggregate-return 
 -Werror=unused-result  -fno-strict-aliasing  -Werror=format-overflow=2 
-Werror=int-conversion -Werror=incompatible-pointer-types 
-Werror=misleading-indentation -g -O2 -MT xtab.o -MD -MP -MF .deps/xtab.Tpo -c 
-o xtab.o xtab.c
mv -f .deps/xtab.Tpo .deps/xtab.Po
test -f mount_clnt.c && rm -rf mount_clnt.c || true
l -o mount_clnt.c mount.x
make[3]: l: Command not found
make[3]: [Makefile:701: mount_clnt.c] Error 127 (ignored)
gcc -DHAVE_CONFIG_H -I. -I../../support/include  -I/usr/include/tirpc 
-D_GNU_SOURCE -pipe  -Wall  -Wextra  -Werror=strict-prototypes  
-Werror=missing-prototypes  -Werror=missing-declarations  -Werror=format=2  
-Werror=undef  -Werror=missing-include-dirs  -Werror=strict-aliasing=2  
-Werror=init-self  -Werror=implicit-function-declaration  -Werror=return-type  
-Werror=switch  -Werror=overflow  -Werror=parentheses  -Werror=aggregate-return 
 -Werror=unused-result  -fno-strict-aliasing  -Werror=format-overflow=2 
-Werror=int-conversion -Werror=incompatible-pointer-types 
-Werror=misleading-indentation -g -O2 -MT mount_clnt.o -MD -MP -MF 
.deps/mount_clnt.Tpo -c -o mount_clnt.o mount_clnt.c
gcc: error: mount_clnt.c: No such file or directory
gcc: fatal error: no input files
compilation terminated.
make[3]: *** [Makefile:452: mount_clnt.o] Error 1
make[3]: Leaving directory '/building/bis/nfs-utils-2.3.3/support/export'
make[2]: *** [Makefile:396: all] Error 2
make[2]: Leaving directory '/building/bis/nfs-utils-2.3.3/support/export'
make[1]: *** [Makefile:431: all-recursive] Error 1
make[1]: Leaving directory '/building/bis/nfs-utils-2.3.3/support'
make: *** [Makefile:470: all-recursive] Error 1

For this build I have reverted to 2.3.2 with the sed and autoreconf.

ĸen


Do you have rpcgen installed?
--
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