Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 384398 Details for
Bug 522304
net-fs/nfs-utils-1.2.9 with sys-libs/uclibc on hardened: including stdlib.h doesn't define NULL
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
build log unpatched; compiler throws NULL undeclared identifier
nfs-utils-1.2.9-r3:20140908-201512.log (text/plain), 66.27 KB, created by
Sam
on 2014-09-08 18:21:08 UTC
(
hide
)
Description:
build log unpatched; compiler throws NULL undeclared identifier
Filename:
MIME Type:
Creator:
Sam
Created:
2014-09-08 18:21:08 UTC
Size:
66.27 KB
patch
obsolete
> * Package: net-fs/nfs-utils-1.2.9-r3 > * Repository: x-portage > * USE: abi_x86_64 amd64 elibc_uclibc ipv6 kernel_linux libmount nfsv4 tcpd uclibc userland_GNU uuid > * FEATURES: preserve-libs sandbox userpriv usersandbox >>>> Unpacking source... >>>> Unpacking nfs-utils-1.2.9.tar.bz2 to /var/tmp/gentoo/portage/net-fs/nfs-utils-1.2.9-r3/work >>>> Source unpacked in /var/tmp/gentoo/portage/net-fs/nfs-utils-1.2.9-r3/work >>>> Preparing source in /var/tmp/gentoo/portage/net-fs/nfs-utils-1.2.9-r3/work/nfs-utils-1.2.9 ... > * Applying nfs-utils-1.1.4-mtab-sym.patch ... > [ ok ] > * Applying nfs-utils-1.2.8-cross-build.patch ... > [ ok ] > * Running eautoreconf in '/var/tmp/gentoo/portage/net-fs/nfs-utils-1.2.9-r3/work/nfs-utils-1.2.9' ... > * Running libtoolize --install --copy --force --automake ... > [ ok ] > * Running aclocal -I aclocal ... > [ ok ] > * Running autoconf ... > [ ok ] > * Running autoheader ... > [ ok ] > * Running automake --add-missing --copy --foreign --force-missing ... > [ ok ] > * Running elibtoolize in: nfs-utils-1.2.9/ > * Applying portage/1.2.0 patch ... > * Applying sed/1.5.6 patch ... > * Applying as-needed/2.4.2 patch ... > * Applying target-nm/2.4.2 patch ... >>>> Source prepared. >>>> Configuring source in /var/tmp/gentoo/portage/net-fs/nfs-utils-1.2.9-r3/work/nfs-utils-1.2.9 ... > * econf: updating nfs-utils-1.2.9/config.sub with /usr/share/gnuconfig/config.sub > * econf: updating nfs-utils-1.2.9/config.guess with /usr/share/gnuconfig/config.guess >./configure --prefix=/usr --build=x86_64-gentoo-linux-uclibc --host=x86_64-gentoo-linux-uclibc --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib --disable-dependency-tracking --with-statedir=/var/lib/nfs --enable-tirpc --with-tirpcinclude=/usr/include/tirpc/ --enable-libmount-mount --with-tcp-wrappers --disable-nfsdcltrack --enable-nfsv4 --disable-nfsv41 --enable-ipv6 --disable-caps --enable-uuid --disable-gss --without-gssglue >checking build system type... x86_64-gentoo-linux-uclibc >checking host system type... x86_64-gentoo-linux-uclibc >checking for a BSD-compatible install... /usr/lib/portage/bin/ebuild-helpers/xattr/install -c >checking whether build environment is sane... yes >checking for a thread-safe mkdir -p... /bin/mkdir -p >checking for gawk... gawk >checking whether make sets $(MAKE)... yes >checking whether make supports nested variables... yes >checking whether to enable maintainer-specific portions of Makefiles... no >checking for style of include used by make... GNU >checking for x86_64-gentoo-linux-uclibc-gcc... x86_64-gentoo-linux-uclibc-gcc >checking whether the C compiler works... yes >checking for C compiler default output file name... a.out >checking for suffix of executables... >checking whether we are cross compiling... no >checking for suffix of object files... o >checking whether we are using the GNU C compiler... yes >checking whether x86_64-gentoo-linux-uclibc-gcc accepts -g... yes >checking for x86_64-gentoo-linux-uclibc-gcc option to accept ISO C89... none needed >checking dependency style of x86_64-gentoo-linux-uclibc-gcc... none >checking how to run the C preprocessor... x86_64-gentoo-linux-uclibc-gcc -E >checking for grep that handles long lines and -e... /bin/grep >checking for egrep... /bin/grep -E >checking for ANSI C header files... yes >checking for sys/types.h... yes >checking for sys/stat.h... yes >checking for stdlib.h... yes >checking for string.h... yes >checking for memory.h... yes >checking for strings.h... yes >checking for inttypes.h... yes >checking for stdint.h... yes >checking for unistd.h... yes >checking for clnt_tli_create in -ltirpc... yes >checking for authgss_free_private_data in -ltirpc... no >checking /usr/include/tirpc//netconfig.h usability... yes >checking /usr/include/tirpc//netconfig.h presence... yes >checking for /usr/include/tirpc//netconfig.h... yes >checking for prctl... yes >checking for libwrap... yes >checking for special C compiler options needed for large files... no >checking for _FILE_OFFSET_BITS value needed for large files... no >checking for x86_64-gentoo-linux-uclibc-g++... x86_64-gentoo-linux-uclibc-g++ >checking whether we are using the GNU C++ compiler... yes >checking whether x86_64-gentoo-linux-uclibc-g++ accepts -g... yes >checking dependency style of x86_64-gentoo-linux-uclibc-g++... none >checking for x86_64-gentoo-linux-uclibc-gcc... (cached) x86_64-gentoo-linux-uclibc-gcc >checking whether we are using the GNU C compiler... (cached) yes >checking whether x86_64-gentoo-linux-uclibc-gcc accepts -g... (cached) yes >checking for x86_64-gentoo-linux-uclibc-gcc option to accept ISO C89... (cached) none needed >checking dependency style of x86_64-gentoo-linux-uclibc-gcc... (cached) none >checking how to run the C preprocessor... x86_64-gentoo-linux-uclibc-gcc -E >checking whether ln -s works... yes >checking whether make sets $(MAKE)... (cached) yes >checking how to print strings... printf >checking for a sed that does not truncate output... /bin/sed >checking for fgrep... /bin/grep -F >checking for ld used by x86_64-gentoo-linux-uclibc-gcc... /usr/x86_64-gentoo-linux-uclibc/bin/ld >checking if the linker (/usr/x86_64-gentoo-linux-uclibc/bin/ld) is GNU ld... yes >checking for BSD- or MS-compatible name lister (nm)... /usr/bin/x86_64-gentoo-linux-uclibc-nm -B >checking the name lister (/usr/bin/x86_64-gentoo-linux-uclibc-nm -B) interface... BSD nm >checking the maximum length of command line arguments... 1572864 >checking whether the shell understands some XSI constructs... yes >checking whether the shell understands "+="... yes >checking how to convert x86_64-gentoo-linux-uclibc file names to x86_64-gentoo-linux-uclibc format... func_convert_file_noop >checking how to convert x86_64-gentoo-linux-uclibc file names to toolchain format... func_convert_file_noop >checking for /usr/x86_64-gentoo-linux-uclibc/bin/ld option to reload object files... -r >checking for x86_64-gentoo-linux-uclibc-objdump... x86_64-gentoo-linux-uclibc-objdump >checking how to recognize dependent libraries... pass_all >checking for x86_64-gentoo-linux-uclibc-dlltool... no >checking for dlltool... no >checking how to associate runtime and link libraries... printf %s\n >checking for x86_64-gentoo-linux-uclibc-ar... x86_64-gentoo-linux-uclibc-ar >checking for archiver @FILE support... @ >checking for x86_64-gentoo-linux-uclibc-strip... x86_64-gentoo-linux-uclibc-strip >checking for x86_64-gentoo-linux-uclibc-ranlib... x86_64-gentoo-linux-uclibc-ranlib >checking command to parse /usr/bin/x86_64-gentoo-linux-uclibc-nm -B output from x86_64-gentoo-linux-uclibc-gcc object... ok >checking for sysroot... no >checking for x86_64-gentoo-linux-uclibc-mt... no >checking for mt... no >checking if : is a manifest tool... no >checking for dlfcn.h... yes >checking for objdir... .libs >checking if x86_64-gentoo-linux-uclibc-gcc supports -fno-rtti -fno-exceptions... no >checking for x86_64-gentoo-linux-uclibc-gcc option to produce PIC... -fPIC -DPIC >checking if x86_64-gentoo-linux-uclibc-gcc PIC flag -fPIC -DPIC works... yes >checking if x86_64-gentoo-linux-uclibc-gcc static flag -static works... yes >checking if x86_64-gentoo-linux-uclibc-gcc supports -c -o file.o... yes >checking if x86_64-gentoo-linux-uclibc-gcc supports -c -o file.o... (cached) yes >checking whether the x86_64-gentoo-linux-uclibc-gcc linker (/usr/x86_64-gentoo-linux-uclibc/bin/ld -m elf_x86_64) supports shared libraries... yes >checking whether -lc should be explicitly linked in... no >checking dynamic linker characteristics... GNU/Linux ld.so >checking how to hardcode library paths into programs... immediate >checking whether stripping libraries is possible... yes >checking if libtool supports shared libraries... yes >checking whether to build shared libraries... yes >checking whether to build static libraries... yes >checking how to run the C++ preprocessor... x86_64-gentoo-linux-uclibc-g++ -E >checking for ld used by x86_64-gentoo-linux-uclibc-g++... /usr/x86_64-gentoo-linux-uclibc/bin/ld -m elf_x86_64 >checking if the linker (/usr/x86_64-gentoo-linux-uclibc/bin/ld -m elf_x86_64) is GNU ld... yes >checking whether the x86_64-gentoo-linux-uclibc-g++ linker (/usr/x86_64-gentoo-linux-uclibc/bin/ld -m elf_x86_64) supports shared libraries... yes >checking for x86_64-gentoo-linux-uclibc-g++ option to produce PIC... -fPIC -DPIC >checking if x86_64-gentoo-linux-uclibc-g++ PIC flag -fPIC -DPIC works... yes >checking if x86_64-gentoo-linux-uclibc-g++ static flag -static works... yes >checking if x86_64-gentoo-linux-uclibc-g++ supports -c -o file.o... yes >checking if x86_64-gentoo-linux-uclibc-g++ supports -c -o file.o... (cached) yes >checking whether the x86_64-gentoo-linux-uclibc-g++ linker (/usr/x86_64-gentoo-linux-uclibc/bin/ld -m elf_x86_64) supports shared libraries... yes >checking dynamic linker characteristics... (cached) GNU/Linux ld.so >checking how to hardcode library paths into programs... immediate >checking whether x86_64-gentoo-linux-uclibc-gcc and cc understand -c and -o together... yes >checking for x86_64-gentoo-linux-uclibc-ar... (cached) x86_64-gentoo-linux-uclibc-ar >checking for x86_64-gentoo-linux-uclibc-ld... /usr/x86_64-gentoo-linux-uclibc/bin/ld -m elf_x86_64 >checking for ANSI C header files... (cached) yes >checking for GNU libc2... yes >checking for BSD signal semantics... no >checking for gethostbyname... yes >checking for connect... yes >checking for getaddrinfo... yes >checking for getrpcbynumber... yes >checking for getservbyname... yes >checking for crypt in -lcrypt... yes >checking for dlclose in -ldl... yes >checking for event_dispatch in -levent... yes >checking event.h usability... yes >checking event.h presence... yes >checking for event.h... yes >checking for nfs4_init_name_mapping in -lnfsidmap... yes >checking nfsidmap.h usability... yes >checking nfsidmap.h presence... yes >checking for nfsidmap.h... yes >checking for nfs4_set_debug in -lnfsidmap... yes >checking for nfs4_owner_to_uid in -lnfsidmap... yes >checking for keyctl_instantiate in -lkeyutils... yes >checking for keyutils.h... (cached) no >checking sqlite3.h usability... yes >checking sqlite3.h presence... yes >checking for sqlite3.h... yes >checking for sqlite3_libversion_number in -lsqlite3... yes >checking for suitable sqlite3 version... (cached) yes >checking for blkid_get_library_version in -lblkid... yes >checking blkid/blkid.h usability... yes >checking blkid/blkid.h presence... yes >checking for blkid/blkid.h... yes >checking for suitable libblkid version... yes >checking for mnt_context_do_mount in -lmount... yes >checking libmount/libmount.h usability... yes >checking libmount/libmount.h presence... yes >checking for libmount/libmount.h... yes >checking for getifaddrs... yes >checking for getnameinfo... yes >checking for bindresvport_sa in -ltirpc... yes >checking arpa/inet.h usability... yes >checking arpa/inet.h presence... yes >checking for arpa/inet.h... yes >checking fcntl.h usability... yes >checking fcntl.h presence... yes >checking for fcntl.h... yes >checking libintl.h usability... yes >checking libintl.h presence... yes >checking for libintl.h... yes >checking limits.h usability... yes >checking limits.h presence... yes >checking for limits.h... yes >checking malloc.h usability... yes >checking malloc.h presence... yes >checking for malloc.h... yes >checking for memory.h... (cached) yes >checking netdb.h usability... yes >checking netdb.h presence... yes >checking for netdb.h... yes >checking netinet/in.h usability... yes >checking netinet/in.h presence... yes >checking for netinet/in.h... yes >checking paths.h usability... yes >checking paths.h presence... yes >checking for paths.h... yes >checking for stdlib.h... (cached) yes >checking for string.h... (cached) yes >checking sys/file.h usability... yes >checking sys/file.h presence... yes >checking for sys/file.h... yes >checking sys/ioctl.h usability... yes >checking sys/ioctl.h presence... yes >checking for sys/ioctl.h... yes >checking sys/mount.h usability... yes >checking sys/mount.h presence... yes >checking for sys/mount.h... yes >checking sys/param.h usability... yes >checking sys/param.h presence... yes >checking for sys/param.h... yes >checking sys/socket.h usability... yes >checking sys/socket.h presence... yes >checking for sys/socket.h... yes >checking sys/time.h usability... yes >checking sys/time.h presence... yes >checking for sys/time.h... yes >checking sys/vfs.h usability... yes >checking sys/vfs.h presence... yes >checking for sys/vfs.h... yes >checking syslog.h usability... yes >checking syslog.h presence... yes >checking for syslog.h... yes >checking for unistd.h... (cached) yes >checking com_err.h usability... yes >checking com_err.h presence... yes >checking for com_err.h... yes >checking et/com_err.h usability... yes >checking et/com_err.h presence... yes >checking for et/com_err.h... yes >checking ifaddrs.h usability... yes >checking ifaddrs.h presence... yes >checking for ifaddrs.h... yes >checking nfs-plugin.h usability... no >checking nfs-plugin.h presence... no >checking for nfs-plugin.h... no >checking libio.h usability... no >checking libio.h presence... no >checking for libio.h... no >checking for an ANSI C-conforming const... yes >checking for uid_t in sys/types.h... yes >checking for inline... inline >checking for off_t... yes >checking for pid_t... yes >checking for size_t... yes >checking whether time.h and sys/time.h may both be included... yes >checking whether struct tm is in sys/time.h or time.h... time.h >checking for working alloca.h... yes >checking for alloca... yes >checking for dirent.h that defines DIR... yes >checking for library containing opendir... none required >checking whether closedir returns void... no >checking for error_at_line... yes >checking vfork.h usability... no >checking vfork.h presence... no >checking for vfork.h... no >checking for fork... yes >checking for vfork... yes >checking for working fork... yes >checking for working vfork... (cached) yes >checking type of array argument to getgroups... gid_t >checking for getgroups... yes >checking for working getgroups... yes >checking for library containing getmntent... none required >checking whether x86_64-gentoo-linux-uclibc-gcc needs -traditional... no >checking whether lstat correctly handles trailing slash... yes >checking whether lstat accepts an empty string... no >checking whether lstat correctly handles trailing slash... (cached) yes >checking whether sys/types.h defines makedev... yes >checking for working memcmp... yes >checking sys/select.h usability... yes >checking sys/select.h presence... yes >checking for sys/select.h... yes >checking for sys/socket.h... (cached) yes >checking types of arguments for select... int,fd_set *,struct timeval * >checking return type of signal handlers... void >checking whether stat accepts an empty string... no >checking for vprintf... yes >checking for _doprnt... no >checking for alarm... yes >checking for atexit... yes >checking for dup2... yes >checking for fdatasync... yes >checking for ftruncate... yes >checking for getcwd... yes >checking for gethostbyaddr... yes >checking for gethostbyname... (cached) yes >checking for gethostname... yes >checking for getmntent... (cached) yes >checking for getnameinfo... (cached) yes >checking for getrpcbyname... yes >checking for getifaddrs... (cached) yes >checking for gettimeofday... yes >checking for hasmntopt... yes >checking for inet_ntoa... yes >checking for innetgr... no >checking for memset... yes >checking for mkdir... yes >checking for pathconf... yes >checking for ppoll... yes >checking for realpath... yes >checking for rmdir... yes >checking for select... yes >checking for socket... yes >checking for strcasecmp... yes >checking for strchr... yes >checking for strdup... yes >checking for strerror... yes >checking for strrchr... yes >checking for strtol... yes >checking for strtoul... yes >checking for sigprocmask... yes >checking size of short... 2 >checking size of int... 4 >checking size of long... 8 >checking size of size_t... 8 >checking size of socklen_t... 4 >checking that generated files are newer than configure... done >configure: creating ./config.status >config.status: creating Makefile >config.status: creating linux-nfs/Makefile >config.status: creating support/Makefile >config.status: creating support/export/Makefile >config.status: creating support/include/nfs/Makefile >config.status: creating support/include/rpcsvc/Makefile >config.status: creating support/include/sys/fs/Makefile >config.status: creating support/include/sys/Makefile >config.status: creating support/include/Makefile >config.status: creating support/misc/Makefile >config.status: creating support/nfs/Makefile >config.status: creating support/nsm/Makefile >config.status: creating tools/Makefile >config.status: creating tools/locktest/Makefile >config.status: creating tools/nlmtest/Makefile >config.status: creating tools/rpcdebug/Makefile >config.status: creating tools/rpcgen/Makefile >config.status: creating tools/mountstats/Makefile >config.status: creating tools/nfs-iostat/Makefile >config.status: creating utils/Makefile >config.status: creating utils/blkmapd/Makefile >config.status: creating utils/nfsdcltrack/Makefile >config.status: creating utils/exportfs/Makefile >config.status: creating utils/gssd/Makefile >config.status: creating utils/idmapd/Makefile >config.status: creating utils/mount/Makefile >config.status: creating utils/mountd/Makefile >config.status: creating utils/nfsd/Makefile >config.status: creating utils/nfsstat/Makefile >config.status: creating utils/nfsidmap/Makefile >config.status: creating utils/showmount/Makefile >config.status: creating utils/statd/Makefile >config.status: creating utils/osd_login/Makefile >config.status: creating tests/Makefile >config.status: creating tests/nsm_client/Makefile >config.status: creating support/include/config.h >config.status: executing depfiles commands >config.status: executing libtool commands >>>> Source configured. >>>> Compiling source in /var/tmp/gentoo/portage/net-fs/nfs-utils-1.2.9-r3/work/nfs-utils-1.2.9 ... >make -j4 clean >Making clean in tools >make[1]: Entering directory `/var/tmp/gentoo/portage/net-fs/nfs-utils-1.2.9-r3/work/nfs-utils-1.2.9/tools' >Making clean in locktest >make[2]: Entering directory `/var/tmp/gentoo/portage/net-fs/nfs-utils-1.2.9-r3/work/nfs-utils-1.2.9/tools/locktest' >rm -rf .libs _libs >rm -f *.o >rm -f *.lo > rm -f testlk >make[2]: Leaving directory `/var/tmp/gentoo/portage/net-fs/nfs-utils-1.2.9-r3/work/nfs-utils-1.2.9/tools/locktest' >Making clean in rpcdebug >make[2]: Entering directory `/var/tmp/gentoo/portage/net-fs/nfs-utils-1.2.9-r3/work/nfs-utils-1.2.9/tools/rpcdebug' >rm -rf .libs _libs >rm -f *.o > rm -f rpcdebug >rm -f *.lo >make[2]: Leaving directory `/var/tmp/gentoo/portage/net-fs/nfs-utils-1.2.9-r3/work/nfs-utils-1.2.9/tools/rpcdebug' >Making clean in nlmtest >make[2]: Entering directory `/var/tmp/gentoo/portage/net-fs/nfs-utils-1.2.9-r3/work/nfs-utils-1.2.9/tools/nlmtest' >rm -rf .libs _libs >rm -f *.lo >make[2]: Leaving directory `/var/tmp/gentoo/portage/net-fs/nfs-utils-1.2.9-r3/work/nfs-utils-1.2.9/tools/nlmtest' >Making clean in mountstats >make[2]: Entering directory `/var/tmp/gentoo/portage/net-fs/nfs-utils-1.2.9-r3/work/nfs-utils-1.2.9/tools/mountstats' >rm -rf .libs _libs >rm -f *.lo >make[2]: Leaving directory `/var/tmp/gentoo/portage/net-fs/nfs-utils-1.2.9-r3/work/nfs-utils-1.2.9/tools/mountstats' >Making clean in nfs-iostat >make[2]: Entering directory `/var/tmp/gentoo/portage/net-fs/nfs-utils-1.2.9-r3/work/nfs-utils-1.2.9/tools/nfs-iostat' >rm -rf .libs _libs >rm -f *.lo >make[2]: Leaving directory `/var/tmp/gentoo/portage/net-fs/nfs-utils-1.2.9-r3/work/nfs-utils-1.2.9/tools/nfs-iostat' >Making clean in rpcgen >make[2]: Entering directory `/var/tmp/gentoo/portage/net-fs/nfs-utils-1.2.9-r3/work/nfs-utils-1.2.9/tools/rpcgen' >rm -rf .libs _libs >rm -f *.o >rm -f *.lo > rm -f rpcgen >make[2]: Leaving directory `/var/tmp/gentoo/portage/net-fs/nfs-utils-1.2.9-r3/work/nfs-utils-1.2.9/tools/rpcgen' >make[2]: Entering directory `/var/tmp/gentoo/portage/net-fs/nfs-utils-1.2.9-r3/work/nfs-utils-1.2.9/tools' >rm -rf .libs _libs >rm -f *.lo >make[2]: Leaving directory `/var/tmp/gentoo/portage/net-fs/nfs-utils-1.2.9-r3/work/nfs-utils-1.2.9/tools' >make[1]: Leaving directory `/var/tmp/gentoo/portage/net-fs/nfs-utils-1.2.9-r3/work/nfs-utils-1.2.9/tools' >Making clean in support >make[1]: Entering directory `/var/tmp/gentoo/portage/net-fs/nfs-utils-1.2.9-r3/work/nfs-utils-1.2.9/support' >Making clean in export >make[2]: Entering directory `/var/tmp/gentoo/portage/net-fs/nfs-utils-1.2.9-r3/work/nfs-utils-1.2.9/support/export' >test -z "mount_clnt.c mount_xdr.c mount.h ../../support/include/mount.h" || rm -f mount_clnt.c mount_xdr.c mount.h ../../support/include/mount.h >rm -rf .libs _libs >test -z "libexport.a" || rm -f libexport.a >rm -f *.o >rm -f *.lo >make[2]: Leaving directory `/var/tmp/gentoo/portage/net-fs/nfs-utils-1.2.9-r3/work/nfs-utils-1.2.9/support/export' >Making clean in include >make[2]: Entering directory `/var/tmp/gentoo/portage/net-fs/nfs-utils-1.2.9-r3/work/nfs-utils-1.2.9/support/include' >Making clean in nfs >make[3]: Entering directory `/var/tmp/gentoo/portage/net-fs/nfs-utils-1.2.9-r3/work/nfs-utils-1.2.9/support/include/nfs' >rm -rf .libs _libs >rm -f *.lo >make[3]: Leaving directory `/var/tmp/gentoo/portage/net-fs/nfs-utils-1.2.9-r3/work/nfs-utils-1.2.9/support/include/nfs' >Making clean in rpcsvc >make[3]: Entering directory `/var/tmp/gentoo/portage/net-fs/nfs-utils-1.2.9-r3/work/nfs-utils-1.2.9/support/include/rpcsvc' >rm -rf .libs _libs >rm -f *.lo >make[3]: Leaving directory `/var/tmp/gentoo/portage/net-fs/nfs-utils-1.2.9-r3/work/nfs-utils-1.2.9/support/include/rpcsvc' >Making clean in sys >make[3]: Entering directory `/var/tmp/gentoo/portage/net-fs/nfs-utils-1.2.9-r3/work/nfs-utils-1.2.9/support/include/sys' >Making clean in fs >make[4]: Entering directory `/var/tmp/gentoo/portage/net-fs/nfs-utils-1.2.9-r3/work/nfs-utils-1.2.9/support/include/sys/fs' >rm -rf .libs _libs >rm -f *.lo >make[4]: Leaving directory `/var/tmp/gentoo/portage/net-fs/nfs-utils-1.2.9-r3/work/nfs-utils-1.2.9/support/include/sys/fs' >make[4]: Entering directory `/var/tmp/gentoo/portage/net-fs/nfs-utils-1.2.9-r3/work/nfs-utils-1.2.9/support/include/sys' >rm -rf .libs _libs >rm -f *.lo >make[4]: Leaving directory `/var/tmp/gentoo/portage/net-fs/nfs-utils-1.2.9-r3/work/nfs-utils-1.2.9/support/include/sys' >make[3]: Leaving directory `/var/tmp/gentoo/portage/net-fs/nfs-utils-1.2.9-r3/work/nfs-utils-1.2.9/support/include/sys' >make[3]: Entering directory `/var/tmp/gentoo/portage/net-fs/nfs-utils-1.2.9-r3/work/nfs-utils-1.2.9/support/include' >rm -rf .libs _libs >rm -f *.lo >make[3]: Leaving directory `/var/tmp/gentoo/portage/net-fs/nfs-utils-1.2.9-r3/work/nfs-utils-1.2.9/support/include' >make[2]: Leaving directory `/var/tmp/gentoo/portage/net-fs/nfs-utils-1.2.9-r3/work/nfs-utils-1.2.9/support/include' >Making clean in misc >make[2]: Entering directory `/var/tmp/gentoo/portage/net-fs/nfs-utils-1.2.9-r3/work/nfs-utils-1.2.9/support/misc' >rm -rf .libs _libs >test -z "libmisc.a" || rm -f libmisc.a >rm -f *.o >rm -f *.lo >make[2]: Leaving directory `/var/tmp/gentoo/portage/net-fs/nfs-utils-1.2.9-r3/work/nfs-utils-1.2.9/support/misc' >Making clean in nfs >make[2]: Entering directory `/var/tmp/gentoo/portage/net-fs/nfs-utils-1.2.9-r3/work/nfs-utils-1.2.9/support/nfs' >rm -rf .libs _libs >test -z "libnfs.a" || rm -f libnfs.a >rm -f *.o >rm -f *.lo >make[2]: Leaving directory `/var/tmp/gentoo/portage/net-fs/nfs-utils-1.2.9-r3/work/nfs-utils-1.2.9/support/nfs' >Making clean in nsm >make[2]: Entering directory `/var/tmp/gentoo/portage/net-fs/nfs-utils-1.2.9-r3/work/nfs-utils-1.2.9/support/nsm' >test -z "sm_inter_clnt.c sm_inter_svc.c sm_inter_xdr.c sm_inter.h ../../support/include/sm_inter.h" || rm -f sm_inter_clnt.c sm_inter_svc.c sm_inter_xdr.c sm_inter.h ../../support/include/sm_inter.h >rm -rf .libs _libs >test -z "libnsm.a" || rm -f libnsm.a >rm -f *.o >rm -f *.lo >make[2]: Leaving directory `/var/tmp/gentoo/portage/net-fs/nfs-utils-1.2.9-r3/work/nfs-utils-1.2.9/support/nsm' >make[2]: Entering directory `/var/tmp/gentoo/portage/net-fs/nfs-utils-1.2.9-r3/work/nfs-utils-1.2.9/support' >rm -rf .libs _libs >rm -f *.lo >make[2]: Leaving directory `/var/tmp/gentoo/portage/net-fs/nfs-utils-1.2.9-r3/work/nfs-utils-1.2.9/support' >make[1]: Leaving directory `/var/tmp/gentoo/portage/net-fs/nfs-utils-1.2.9-r3/work/nfs-utils-1.2.9/support' >Making clean in utils >make[1]: Entering directory `/var/tmp/gentoo/portage/net-fs/nfs-utils-1.2.9-r3/work/nfs-utils-1.2.9/utils' >Making clean in exportfs >make[2]: Entering directory `/var/tmp/gentoo/portage/net-fs/nfs-utils-1.2.9-r3/work/nfs-utils-1.2.9/utils/exportfs' >rm -rf .libs _libs >rm -f *.o >rm -f *.lo > rm -f exportfs >make[2]: Leaving directory `/var/tmp/gentoo/portage/net-fs/nfs-utils-1.2.9-r3/work/nfs-utils-1.2.9/utils/exportfs' >Making clean in mountd >make[2]: Entering directory `/var/tmp/gentoo/portage/net-fs/nfs-utils-1.2.9-r3/work/nfs-utils-1.2.9/utils/mountd' >rm -rf .libs _libs >rm -f *.o >rm -f *.lo > rm -f mountd >make[2]: Leaving directory `/var/tmp/gentoo/portage/net-fs/nfs-utils-1.2.9-r3/work/nfs-utils-1.2.9/utils/mountd' >Making clean in nfsd >make[2]: Entering directory `/var/tmp/gentoo/portage/net-fs/nfs-utils-1.2.9-r3/work/nfs-utils-1.2.9/utils/nfsd' >rm -rf .libs _libs >rm -f *.o >rm -f *.lo > rm -f nfsd >make[2]: Leaving directory `/var/tmp/gentoo/portage/net-fs/nfs-utils-1.2.9-r3/work/nfs-utils-1.2.9/utils/nfsd' >Making clean in nfsstat >make[2]: Entering directory `/var/tmp/gentoo/portage/net-fs/nfs-utils-1.2.9-r3/work/nfs-utils-1.2.9/utils/nfsstat' >rm -rf .libs _libs >rm -f *.o >rm -f *.lo > rm -f nfsstat >make[2]: Leaving directory `/var/tmp/gentoo/portage/net-fs/nfs-utils-1.2.9-r3/work/nfs-utils-1.2.9/utils/nfsstat' >Making clean in showmount >make[2]: Entering directory `/var/tmp/gentoo/portage/net-fs/nfs-utils-1.2.9-r3/work/nfs-utils-1.2.9/utils/showmount' >rm -rf .libs _libs >rm -f *.o >rm -f *.lo > rm -f showmount >make[2]: Leaving directory `/var/tmp/gentoo/portage/net-fs/nfs-utils-1.2.9-r3/work/nfs-utils-1.2.9/utils/showmount' >Making clean in statd >make[2]: Entering directory `/var/tmp/gentoo/portage/net-fs/nfs-utils-1.2.9-r3/work/nfs-utils-1.2.9/utils/statd' >test -z "" || rm -f >rm -rf .libs _libs >rm -f *.o >rm -f *.lo > rm -f statd sm-notify >make[2]: Leaving directory `/var/tmp/gentoo/portage/net-fs/nfs-utils-1.2.9-r3/work/nfs-utils-1.2.9/utils/statd' >Making clean in osd_login >make[2]: Entering directory `/var/tmp/gentoo/portage/net-fs/nfs-utils-1.2.9-r3/work/nfs-utils-1.2.9/utils/osd_login' >rm -rf .libs _libs >rm -f *.lo >make[2]: Leaving directory `/var/tmp/gentoo/portage/net-fs/nfs-utils-1.2.9-r3/work/nfs-utils-1.2.9/utils/osd_login' >Making clean in idmapd >make[2]: Entering directory `/var/tmp/gentoo/portage/net-fs/nfs-utils-1.2.9-r3/work/nfs-utils-1.2.9/utils/idmapd' >rm -rf .libs _libs >rm -f *.o >rm -f *.lo > rm -f idmapd >make[2]: Leaving directory `/var/tmp/gentoo/portage/net-fs/nfs-utils-1.2.9-r3/work/nfs-utils-1.2.9/utils/idmapd' >Making clean in mount >make[2]: Entering directory `/var/tmp/gentoo/portage/net-fs/nfs-utils-1.2.9-r3/work/nfs-utils-1.2.9/utils/mount' >rm -rf .libs _libs >rm -f *.o >rm -f *.lo > rm -f mount.nfs >make[2]: Leaving directory `/var/tmp/gentoo/portage/net-fs/nfs-utils-1.2.9-r3/work/nfs-utils-1.2.9/utils/mount' >make[2]: Entering directory `/var/tmp/gentoo/portage/net-fs/nfs-utils-1.2.9-r3/work/nfs-utils-1.2.9/utils' >rm -rf .libs _libs >rm -f *.lo >make[2]: Leaving directory `/var/tmp/gentoo/portage/net-fs/nfs-utils-1.2.9-r3/work/nfs-utils-1.2.9/utils' >make[1]: Leaving directory `/var/tmp/gentoo/portage/net-fs/nfs-utils-1.2.9-r3/work/nfs-utils-1.2.9/utils' >Making clean in linux-nfs >make[1]: Entering directory `/var/tmp/gentoo/portage/net-fs/nfs-utils-1.2.9-r3/work/nfs-utils-1.2.9/linux-nfs' >rm -rf .libs _libs >rm -f *.lo >make[1]: Leaving directory `/var/tmp/gentoo/portage/net-fs/nfs-utils-1.2.9-r3/work/nfs-utils-1.2.9/linux-nfs' >Making clean in tests >make[1]: Entering directory `/var/tmp/gentoo/portage/net-fs/nfs-utils-1.2.9-r3/work/nfs-utils-1.2.9/tests' >Making clean in nsm_client >make[2]: Entering directory `/var/tmp/gentoo/portage/net-fs/nfs-utils-1.2.9-r3/work/nfs-utils-1.2.9/tests/nsm_client' >test -z "nlm_sm_inter_clnt.c nlm_sm_inter_svc.c nlm_sm_inter_xdr.c nlm_sm_inter.h" || rm -f nlm_sm_inter_clnt.c nlm_sm_inter_svc.c nlm_sm_inter_xdr.c nlm_sm_inter.h >rm -rf .libs _libs >rm -f *.o > rm -f nsm_client >rm -f *.lo >make[2]: Leaving directory `/var/tmp/gentoo/portage/net-fs/nfs-utils-1.2.9-r3/work/nfs-utils-1.2.9/tests/nsm_client' >make[2]: Entering directory `/var/tmp/gentoo/portage/net-fs/nfs-utils-1.2.9-r3/work/nfs-utils-1.2.9/tests' >rm -rf .libs _libs >rm -f *.o >test -z "t0001-statd-basic-mon-unmon.sh.log" || rm -f t0001-statd-basic-mon-unmon.sh.log >rm -f *.lo > rm -f statdb_dump >test -z "t0001-statd-basic-mon-unmon.sh.trs" || rm -f t0001-statd-basic-mon-unmon.sh.trs >test -z "test-suite.log" || rm -f test-suite.log >make[2]: Leaving directory `/var/tmp/gentoo/portage/net-fs/nfs-utils-1.2.9-r3/work/nfs-utils-1.2.9/tests' >make[1]: Leaving directory `/var/tmp/gentoo/portage/net-fs/nfs-utils-1.2.9-r3/work/nfs-utils-1.2.9/tests' >make[1]: Entering directory `/var/tmp/gentoo/portage/net-fs/nfs-utils-1.2.9-r3/work/nfs-utils-1.2.9' >rm -rf .libs _libs >rm -f *.lo >make[1]: Leaving directory `/var/tmp/gentoo/portage/net-fs/nfs-utils-1.2.9-r3/work/nfs-utils-1.2.9' >make -j4 >Making all in tools >make[1]: Entering directory `/var/tmp/gentoo/portage/net-fs/nfs-utils-1.2.9-r3/work/nfs-utils-1.2.9/tools' >Making all in locktest >make[2]: Entering directory `/var/tmp/gentoo/portage/net-fs/nfs-utils-1.2.9-r3/work/nfs-utils-1.2.9/tools/locktest' >x86_64-gentoo-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../../support/include -I/usr/include/tirpc/ -D_GNU_SOURCE -Wall -Wextra -Wstrict-prototypes -pipe -fstack-check -O2 -pipe -c testlk.c >testlk.c: In function 'main': >testlk.c:85:5: warning: format '%lld' expects argument of type 'long long int', but argument 4 has type '__off_t' [-Wformat] >testlk.c:85:5: warning: format '%lld' expects argument of type 'long long int', but argument 5 has type '__off_t' [-Wformat] >/bin/sh ../../libtool --tag=CC --mode=link x86_64-gentoo-linux-uclibc-gcc -Wall -Wextra -Wstrict-prototypes -pipe -fstack-check -O2 -pipe -Wl,-O1 -Wl,--as-needed -o testlk testlk.o >libtool: link: x86_64-gentoo-linux-uclibc-gcc -Wall -Wextra -Wstrict-prototypes -pipe -fstack-check -O2 -pipe -Wl,-O1 -o testlk testlk.o -Wl,--as-needed >make[2]: Leaving directory `/var/tmp/gentoo/portage/net-fs/nfs-utils-1.2.9-r3/work/nfs-utils-1.2.9/tools/locktest' >Making all in rpcdebug >make[2]: Entering directory `/var/tmp/gentoo/portage/net-fs/nfs-utils-1.2.9-r3/work/nfs-utils-1.2.9/tools/rpcdebug' >x86_64-gentoo-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../../support/include -I/usr/include/tirpc/ -D_GNU_SOURCE -Wall -Wextra -Wstrict-prototypes -pipe -fstack-check -O2 -pipe -c rpcdebug.c >/bin/sh ../../libtool --tag=CC --mode=link x86_64-gentoo-linux-uclibc-gcc -Wall -Wextra -Wstrict-prototypes -pipe -fstack-check -O2 -pipe -Wl,-O1 -Wl,--as-needed -o rpcdebug rpcdebug.o >libtool: link: x86_64-gentoo-linux-uclibc-gcc -Wall -Wextra -Wstrict-prototypes -pipe -fstack-check -O2 -pipe -Wl,-O1 -o rpcdebug rpcdebug.o -Wl,--as-needed >make[2]: Leaving directory `/var/tmp/gentoo/portage/net-fs/nfs-utils-1.2.9-r3/work/nfs-utils-1.2.9/tools/rpcdebug' >Making all in nlmtest >make[2]: Entering directory `/var/tmp/gentoo/portage/net-fs/nfs-utils-1.2.9-r3/work/nfs-utils-1.2.9/tools/nlmtest' >make[2]: Nothing to be done for `all'. >make[2]: Leaving directory `/var/tmp/gentoo/portage/net-fs/nfs-utils-1.2.9-r3/work/nfs-utils-1.2.9/tools/nlmtest' >Making all in mountstats >make[2]: Entering directory `/var/tmp/gentoo/portage/net-fs/nfs-utils-1.2.9-r3/work/nfs-utils-1.2.9/tools/mountstats' >make[2]: Nothing to be done for `all'. >make[2]: Leaving directory `/var/tmp/gentoo/portage/net-fs/nfs-utils-1.2.9-r3/work/nfs-utils-1.2.9/tools/mountstats' >Making all in nfs-iostat >make[2]: Entering directory `/var/tmp/gentoo/portage/net-fs/nfs-utils-1.2.9-r3/work/nfs-utils-1.2.9/tools/nfs-iostat' >make[2]: Nothing to be done for `all'. >make[2]: Leaving directory `/var/tmp/gentoo/portage/net-fs/nfs-utils-1.2.9-r3/work/nfs-utils-1.2.9/tools/nfs-iostat' >Making all in rpcgen >make[2]: Entering directory `/var/tmp/gentoo/portage/net-fs/nfs-utils-1.2.9-r3/work/nfs-utils-1.2.9/tools/rpcgen' >x86_64-gentoo-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../../support/include -I/usr/include/tirpc/ -D_GNU_SOURCE -Wall -Wextra -Wstrict-prototypes -pipe -fstack-check -O2 -pipe -c rpc_clntout.c >x86_64-gentoo-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../../support/include -I/usr/include/tirpc/ -D_GNU_SOURCE -Wall -Wextra -Wstrict-prototypes -pipe -fstack-check -O2 -pipe -c rpc_cout.c >x86_64-gentoo-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../../support/include -I/usr/include/tirpc/ -D_GNU_SOURCE -Wall -Wextra -Wstrict-prototypes -pipe -fstack-check -O2 -pipe -c rpc_hout.c >x86_64-gentoo-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../../support/include -I/usr/include/tirpc/ -D_GNU_SOURCE -Wall -Wextra -Wstrict-prototypes -pipe -fstack-check -O2 -pipe -c rpc_main.c >In file included from rpc_hout.c:38:0: >rpc_parse.h:156:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] >In file included from rpc_clntout.c:40:0: >rpc_parse.h:156:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] >In file included from rpc_cout.c:41:0: >rpc_parse.h:156:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]In file included from rpc_hout.c:39:0: >rpc_util.h:94:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] > >rpc_util.h:99:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] >In file included from rpc_cout.c:42:0: >rpc_util.h:94:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] >rpc_util.h:99:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] >In file included from rpc_clntout.c:41:0: >rpc_util.h:94:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] >rpc_util.h:99:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] >rpc_cout.c: In function 'emit_enum': >rpc_cout.c:289:23: warning: unused parameter 'def' [-Wunused-parameter] >rpc_hout.c: In function 'pdeclaration': >rpc_hout.c:470:2: warning: format not a string literal and no format arguments [-Wformat-security] >In file included from rpc_main.c:47:0: >rpc_parse.h:156:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] >In file included from rpc_main.c:48:0: >rpc_util.h:94:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] >rpc_util.h:99:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] >In file included from rpc_main.c:49:0: >rpc_scan.h:93:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] >rpc_scan.h:94:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] >rpc_scan.h:95:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] >rpc_scan.h:96:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] >rpc_scan.h:97:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] >rpc_scan.h:98:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] >rpc_scan.h:99:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] >rpc_main.c: In function 'h_output': >rpc_main.c:504:3: warning: format not a string literal and no format arguments [-Wformat-security] >x86_64-gentoo-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../../support/include -I/usr/include/tirpc/ -D_GNU_SOURCE -Wall -Wextra -Wstrict-prototypes -pipe -fstack-check -O2 -pipe -c rpc_parse.c >In file included from rpc_parse.c:40:0: >rpc_scan.h:93:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] >rpc_scan.h:94:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] >rpc_scan.h:95:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] >rpc_scan.h:96:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] >rpc_scan.h:97:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] >rpc_scan.h:98:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] >rpc_scan.h:99:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] >In file included from rpc_parse.c:41:0: >rpc_parse.h:156:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] >In file included from rpc_parse.c:42:0: >rpc_util.h:94:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] >rpc_util.h:99:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] >x86_64-gentoo-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../../support/include -I/usr/include/tirpc/ -D_GNU_SOURCE -Wall -Wextra -Wstrict-prototypes -pipe -fstack-check -O2 -pipe -c rpc_scan.c >In file included from rpc_scan.c:40:0: >rpc_scan.h:93:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] >rpc_scan.h:94:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] >rpc_scan.h:95:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] >rpc_scan.h:96:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] >rpc_scan.h:97:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] >rpc_scan.h:98:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] >rpc_scan.h:99:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] >In file included from rpc_scan.c:41:0: >rpc_parse.h:156:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] >In file included from rpc_scan.c:42:0: >rpc_util.h:94:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] >rpc_util.h:99:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] >rpc_scan.c: In function 'findstrconst': >rpc_scan.c:306:3: warning: value computed is not used [-Wunused-value] >rpc_scan.c: In function 'findchrconst': >rpc_scan.c:327:3: warning: value computed is not used [-Wunused-value] >x86_64-gentoo-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../../support/include -I/usr/include/tirpc/ -D_GNU_SOURCE -Wall -Wextra -Wstrict-prototypes -pipe -fstack-check -O2 -pipe -c rpc_svcout.c >In file included from rpc_svcout.c:38:0: >rpc_parse.h:156:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] >In file included from rpc_svcout.c:39:0: >rpc_util.h:94:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] >rpc_util.h:99:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] >rpc_svcout.c: In function 'write_real_program': >rpc_svcout.c:296:8: warning: format not a string literal and no format arguments [-Wformat-security] >x86_64-gentoo-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../../support/include -I/usr/include/tirpc/ -D_GNU_SOURCE -Wall -Wextra -Wstrict-prototypes -pipe -fstack-check -O2 -pipe -c rpc_tblout.c >In file included from rpc_tblout.c:38:0: >rpc_parse.h:156:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] >In file included from rpc_tblout.c:39:0: >rpc_util.h:94:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] >rpc_util.h:99:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] >rpc_tblout.c: In function 'write_table': >rpc_tblout.c:97:4: warning: format not a string literal and no format arguments [-Wformat-security] >rpc_tblout.c:137:3: warning: format not a string literal and no format arguments [-Wformat-security] >x86_64-gentoo-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../../support/include -I/usr/include/tirpc/ -D_GNU_SOURCE -Wall -Wextra -Wstrict-prototypes -pipe -fstack-check -O2 -pipe -c rpc_util.c >x86_64-gentoo-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../../support/include -I/usr/include/tirpc/ -D_GNU_SOURCE -Wall -Wextra -Wstrict-prototypes -pipe -fstack-check -O2 -pipe -c rpc_sample.c >In file included from rpc_util.c:40:0: >rpc_scan.h:93:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] >rpc_scan.h:94:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] >rpc_scan.h:95:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] >rpc_scan.h:96:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] >rpc_scan.h:97:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] >rpc_scan.h:98:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] >rpc_scan.h:99:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] >In file included from rpc_util.c:41:0: >rpc_parse.h:156:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] >In file included from rpc_util.c:42:0: >rpc_util.h:94:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] >rpc_util.h:99:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] >rpc_util.c:104:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] >rpc_util.c:278:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] >rpc_util.c:368:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] >In file included from rpc_sample.c:40:0: >rpc_parse.h:156:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] >In file included from rpc_sample.c:41:0: >rpc_util.h:94:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] >rpc_util.h:99:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] >/bin/sh ../../libtool --tag=CC --mode=link x86_64-gentoo-linux-uclibc-gcc -Wall -Wextra -Wstrict-prototypes -pipe -fstack-check -O2 -pipe -Wl,-O1 -Wl,--as-needed -o rpcgen rpc_clntout.o rpc_cout.o rpc_hout.o rpc_main.o rpc_parse.o rpc_scan.o rpc_svcout.o rpc_tblout.o rpc_util.o rpc_sample.o >libtool: link: x86_64-gentoo-linux-uclibc-gcc -Wall -Wextra -Wstrict-prototypes -pipe -fstack-check -O2 -pipe -Wl,-O1 -o rpcgen rpc_clntout.o rpc_cout.o rpc_hout.o rpc_main.o rpc_parse.o rpc_scan.o rpc_svcout.o rpc_tblout.o rpc_util.o rpc_sample.o -Wl,--as-needed >make[2]: Leaving directory `/var/tmp/gentoo/portage/net-fs/nfs-utils-1.2.9-r3/work/nfs-utils-1.2.9/tools/rpcgen' >make[2]: Entering directory `/var/tmp/gentoo/portage/net-fs/nfs-utils-1.2.9-r3/work/nfs-utils-1.2.9/tools' >make[2]: Nothing to be done for `all-am'. >make[2]: Leaving directory `/var/tmp/gentoo/portage/net-fs/nfs-utils-1.2.9-r3/work/nfs-utils-1.2.9/tools' >make[1]: Leaving directory `/var/tmp/gentoo/portage/net-fs/nfs-utils-1.2.9-r3/work/nfs-utils-1.2.9/tools' >Making all in support >make[1]: Entering directory `/var/tmp/gentoo/portage/net-fs/nfs-utils-1.2.9-r3/work/nfs-utils-1.2.9/support' >Making all in export >make[2]: Entering directory `/var/tmp/gentoo/portage/net-fs/nfs-utils-1.2.9-r3/work/nfs-utils-1.2.9/support/export' >test -f mount_clnt.c && rm -rf mount_clnt.c || true >test -f mount_xdr.c && rm -rf mount_xdr.c || true >test -f mount.h && rm -rf mount.h || true >../../tools/rpcgen/rpcgen -l -o mount_clnt.c mount.x >../../tools/rpcgen/rpcgen -c -o mount_xdr.c mount.x >../../tools/rpcgen/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 >make[3]: Entering directory `/var/tmp/gentoo/portage/net-fs/nfs-utils-1.2.9-r3/work/nfs-utils-1.2.9/support/export' >x86_64-gentoo-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../../support/include -I/usr/include/tirpc/ -D_GNU_SOURCE -Wall -Wextra -Wstrict-prototypes -pipe -fstack-check -O2 -pipe -c client.c >x86_64-gentoo-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../../support/include -I/usr/include/tirpc/ -D_GNU_SOURCE -Wall -Wextra -Wstrict-prototypes -pipe -fstack-check -O2 -pipe -c export.c >x86_64-gentoo-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../../support/include -I/usr/include/tirpc/ -D_GNU_SOURCE -Wall -Wextra -Wstrict-prototypes -pipe -fstack-check -O2 -pipe -c hostname.c >x86_64-gentoo-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../../support/include -I/usr/include/tirpc/ -D_GNU_SOURCE -Wall -Wextra -Wstrict-prototypes -pipe -fstack-check -O2 -pipe -c nfsctl.c >x86_64-gentoo-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../../support/include -I/usr/include/tirpc/ -D_GNU_SOURCE -Wall -Wextra -Wstrict-prototypes -pipe -fstack-check -O2 -pipe -c rmtab.c >x86_64-gentoo-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../../support/include -I/usr/include/tirpc/ -D_GNU_SOURCE -Wall -Wextra -Wstrict-prototypes -pipe -fstack-check -O2 -pipe -c xtab.c >x86_64-gentoo-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../../support/include -I/usr/include/tirpc/ -D_GNU_SOURCE -Wall -Wextra -Wstrict-prototypes -pipe -fstack-check -O2 -pipe -c mount_clnt.c >x86_64-gentoo-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../../support/include -I/usr/include/tirpc/ -D_GNU_SOURCE -Wall -Wextra -Wstrict-prototypes -pipe -fstack-check -O2 -pipe -c mount_xdr.c >rm -f libexport.a >x86_64-gentoo-linux-uclibc-ar cru libexport.a client.o export.o hostname.o nfsctl.o rmtab.o xtab.o mount_clnt.o mount_xdr.o >x86_64-gentoo-linux-uclibc-ranlib libexport.a >make[3]: Leaving directory `/var/tmp/gentoo/portage/net-fs/nfs-utils-1.2.9-r3/work/nfs-utils-1.2.9/support/export' >make[2]: Leaving directory `/var/tmp/gentoo/portage/net-fs/nfs-utils-1.2.9-r3/work/nfs-utils-1.2.9/support/export' >Making all in include >make[2]: Entering directory `/var/tmp/gentoo/portage/net-fs/nfs-utils-1.2.9-r3/work/nfs-utils-1.2.9/support/include' >make all-recursive >make[3]: Entering directory `/var/tmp/gentoo/portage/net-fs/nfs-utils-1.2.9-r3/work/nfs-utils-1.2.9/support/include' >Making all in nfs >make[4]: Entering directory `/var/tmp/gentoo/portage/net-fs/nfs-utils-1.2.9-r3/work/nfs-utils-1.2.9/support/include/nfs' >make[4]: Nothing to be done for `all'. >make[4]: Leaving directory `/var/tmp/gentoo/portage/net-fs/nfs-utils-1.2.9-r3/work/nfs-utils-1.2.9/support/include/nfs' >Making all in rpcsvc >make[4]: Entering directory `/var/tmp/gentoo/portage/net-fs/nfs-utils-1.2.9-r3/work/nfs-utils-1.2.9/support/include/rpcsvc' >make[4]: Nothing to be done for `all'. >make[4]: Leaving directory `/var/tmp/gentoo/portage/net-fs/nfs-utils-1.2.9-r3/work/nfs-utils-1.2.9/support/include/rpcsvc' >Making all in sys >make[4]: Entering directory `/var/tmp/gentoo/portage/net-fs/nfs-utils-1.2.9-r3/work/nfs-utils-1.2.9/support/include/sys' >Making all in fs >make[5]: Entering directory `/var/tmp/gentoo/portage/net-fs/nfs-utils-1.2.9-r3/work/nfs-utils-1.2.9/support/include/sys/fs' >make[5]: Nothing to be done for `all'. >make[5]: Leaving directory `/var/tmp/gentoo/portage/net-fs/nfs-utils-1.2.9-r3/work/nfs-utils-1.2.9/support/include/sys/fs' >make[5]: Entering directory `/var/tmp/gentoo/portage/net-fs/nfs-utils-1.2.9-r3/work/nfs-utils-1.2.9/support/include/sys' >make[5]: Nothing to be done for `all-am'. >make[5]: Leaving directory `/var/tmp/gentoo/portage/net-fs/nfs-utils-1.2.9-r3/work/nfs-utils-1.2.9/support/include/sys' >make[4]: Leaving directory `/var/tmp/gentoo/portage/net-fs/nfs-utils-1.2.9-r3/work/nfs-utils-1.2.9/support/include/sys' >make[4]: Entering directory `/var/tmp/gentoo/portage/net-fs/nfs-utils-1.2.9-r3/work/nfs-utils-1.2.9/support/include' >make[4]: Leaving directory `/var/tmp/gentoo/portage/net-fs/nfs-utils-1.2.9-r3/work/nfs-utils-1.2.9/support/include' >make[3]: Leaving directory `/var/tmp/gentoo/portage/net-fs/nfs-utils-1.2.9-r3/work/nfs-utils-1.2.9/support/include' >make[2]: Leaving directory `/var/tmp/gentoo/portage/net-fs/nfs-utils-1.2.9-r3/work/nfs-utils-1.2.9/support/include' >Making all in misc >make[2]: Entering directory `/var/tmp/gentoo/portage/net-fs/nfs-utils-1.2.9-r3/work/nfs-utils-1.2.9/support/misc' >x86_64-gentoo-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../../support/include -I/usr/include/tirpc/ -D_GNU_SOURCE -Wall -Wextra -Wstrict-prototypes -pipe -fstack-check -O2 -pipe -c tcpwrapper.c >x86_64-gentoo-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../../support/include -I/usr/include/tirpc/ -D_GNU_SOURCE -Wall -Wextra -Wstrict-prototypes -pipe -fstack-check -O2 -pipe -c from_local.c >x86_64-gentoo-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../../support/include -I/usr/include/tirpc/ -D_GNU_SOURCE -Wall -Wextra -Wstrict-prototypes -pipe -fstack-check -O2 -pipe -c mountpoint.c >rm -f libmisc.a >x86_64-gentoo-linux-uclibc-ar cru libmisc.a tcpwrapper.o from_local.o mountpoint.o >x86_64-gentoo-linux-uclibc-ranlib libmisc.a >make[2]: Leaving directory `/var/tmp/gentoo/portage/net-fs/nfs-utils-1.2.9-r3/work/nfs-utils-1.2.9/support/misc' >Making all in nfs >make[2]: Entering directory `/var/tmp/gentoo/portage/net-fs/nfs-utils-1.2.9-r3/work/nfs-utils-1.2.9/support/nfs' >x86_64-gentoo-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../../support/include -I/usr/include/tirpc/ -D_GNU_SOURCE -Wall -Wextra -Wstrict-prototypes -pipe -fstack-check -O2 -pipe -c exports.c >x86_64-gentoo-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../../support/include -I/usr/include/tirpc/ -D_GNU_SOURCE -Wall -Wextra -Wstrict-prototypes -pipe -fstack-check -O2 -pipe -c rmtab.c >x86_64-gentoo-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../../support/include -I/usr/include/tirpc/ -D_GNU_SOURCE -Wall -Wextra -Wstrict-prototypes -pipe -fstack-check -O2 -pipe -c xio.c >x86_64-gentoo-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../../support/include -I/usr/include/tirpc/ -D_GNU_SOURCE -Wall -Wextra -Wstrict-prototypes -pipe -fstack-check -O2 -pipe -c rpcmisc.c >x86_64-gentoo-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../../support/include -I/usr/include/tirpc/ -D_GNU_SOURCE -Wall -Wextra -Wstrict-prototypes -pipe -fstack-check -O2 -pipe -c rpcdispatch.c >x86_64-gentoo-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../../support/include -I/usr/include/tirpc/ -D_GNU_SOURCE -Wall -Wextra -Wstrict-prototypes -pipe -fstack-check -O2 -pipe -c xlog.c >x86_64-gentoo-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../../support/include -I/usr/include/tirpc/ -D_GNU_SOURCE -Wall -Wextra -Wstrict-prototypes -pipe -fstack-check -O2 -pipe -c xcommon.c >x86_64-gentoo-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../../support/include -I/usr/include/tirpc/ -D_GNU_SOURCE -Wall -Wextra -Wstrict-prototypes -pipe -fstack-check -O2 -pipe -c wildmat.c >x86_64-gentoo-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../../support/include -I/usr/include/tirpc/ -D_GNU_SOURCE -Wall -Wextra -Wstrict-prototypes -pipe -fstack-check -O2 -pipe -c nfsclient.c >x86_64-gentoo-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../../support/include -I/usr/include/tirpc/ -D_GNU_SOURCE -Wall -Wextra -Wstrict-prototypes -pipe -fstack-check -O2 -pipe -c nfsexport.c >x86_64-gentoo-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../../support/include -I/usr/include/tirpc/ -D_GNU_SOURCE -Wall -Wextra -Wstrict-prototypes -pipe -fstack-check -O2 -pipe -c getfh.c >x86_64-gentoo-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../../support/include -I/usr/include/tirpc/ -D_GNU_SOURCE -Wall -Wextra -Wstrict-prototypes -pipe -fstack-check -O2 -pipe -c nfsctl.c >x86_64-gentoo-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../../support/include -I/usr/include/tirpc/ -D_GNU_SOURCE -Wall -Wextra -Wstrict-prototypes -pipe -fstack-check -O2 -pipe -c rpc_socket.c >x86_64-gentoo-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../../support/include -I/usr/include/tirpc/ -D_GNU_SOURCE -Wall -Wextra -Wstrict-prototypes -pipe -fstack-check -O2 -pipe -c getport.c >x86_64-gentoo-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../../support/include -I/usr/include/tirpc/ -D_GNU_SOURCE -Wall -Wextra -Wstrict-prototypes -pipe -fstack-check -O2 -pipe -c svc_socket.c >x86_64-gentoo-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../../support/include -I/usr/include/tirpc/ -D_GNU_SOURCE -Wall -Wextra -Wstrict-prototypes -pipe -fstack-check -O2 -pipe -c cacheio.c >x86_64-gentoo-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../../support/include -I/usr/include/tirpc/ -D_GNU_SOURCE -Wall -Wextra -Wstrict-prototypes -pipe -fstack-check -O2 -pipe -c closeall.c >x86_64-gentoo-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../../support/include -I/usr/include/tirpc/ -D_GNU_SOURCE -Wall -Wextra -Wstrict-prototypes -pipe -fstack-check -O2 -pipe -c nfs_mntent.c >x86_64-gentoo-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../../support/include -I/usr/include/tirpc/ -D_GNU_SOURCE -Wall -Wextra -Wstrict-prototypes -pipe -fstack-check -O2 -pipe -c conffile.c >x86_64-gentoo-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../../support/include -I/usr/include/tirpc/ -D_GNU_SOURCE -Wall -Wextra -Wstrict-prototypes -pipe -fstack-check -O2 -pipe -c svc_create.c >x86_64-gentoo-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../../support/include -I/usr/include/tirpc/ -D_GNU_SOURCE -Wall -Wextra -Wstrict-prototypes -pipe -fstack-check -O2 -pipe -c atomicio.c >x86_64-gentoo-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../../support/include -I/usr/include/tirpc/ -D_GNU_SOURCE -Wall -Wextra -Wstrict-prototypes -pipe -fstack-check -O2 -pipe -c strlcpy.c >x86_64-gentoo-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../../support/include -I/usr/include/tirpc/ -D_GNU_SOURCE -Wall -Wextra -Wstrict-prototypes -pipe -fstack-check -O2 -pipe -c strlcat.c >rm -f libnfs.a >x86_64-gentoo-linux-uclibc-ar cru libnfs.a exports.o rmtab.o xio.o rpcmisc.o rpcdispatch.o xlog.o xcommon.o wildmat.o nfsclient.o nfsexport.o getfh.o nfsctl.o rpc_socket.o getport.o svc_socket.o cacheio.o closeall.o nfs_mntent.o conffile.o svc_create.o atomicio.o strlcpy.o strlcat.o >x86_64-gentoo-linux-uclibc-ranlib libnfs.a >make[2]: Leaving directory `/var/tmp/gentoo/portage/net-fs/nfs-utils-1.2.9-r3/work/nfs-utils-1.2.9/support/nfs' >Making all in nsm >make[2]: Entering directory `/var/tmp/gentoo/portage/net-fs/nfs-utils-1.2.9-r3/work/nfs-utils-1.2.9/support/nsm' >test -f sm_inter_clnt.c && rm -rf sm_inter_clnt.c || true >test -f sm_inter_svc.c && rm -rf sm_inter_svc.c || true >test -f sm_inter_xdr.c && rm -rf sm_inter_xdr.c || true >test -f sm_inter.h && rm -rf sm_inter.h || true >../../tools/rpcgen/rpcgen -l -o sm_inter_clnt.c sm_inter.x >../../tools/rpcgen/rpcgen -m -o sm_inter_svc.c sm_inter.x >../../tools/rpcgen/rpcgen -c -o sm_inter_xdr.c sm_inter.x >../../tools/rpcgen/rpcgen -h -o sm_inter.h sm_inter.x >rm -f ../../support/include/sm_inter.h >ln -s ../nsm/sm_inter.h ../../support/include/sm_inter.h >make all-am >make[3]: Entering directory `/var/tmp/gentoo/portage/net-fs/nfs-utils-1.2.9-r3/work/nfs-utils-1.2.9/support/nsm' >x86_64-gentoo-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../../support/include -I/usr/include/tirpc/ -D_GNU_SOURCE -Wall -Wextra -Wstrict-prototypes -pipe -fstack-check -O2 -pipe -c sm_inter_clnt.c >x86_64-gentoo-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../../support/include -I/usr/include/tirpc/ -D_GNU_SOURCE -Wall -Wextra -Wstrict-prototypes -pipe -fstack-check -O2 -pipe -c sm_inter_svc.c >x86_64-gentoo-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../../support/include -I/usr/include/tirpc/ -D_GNU_SOURCE -Wall -Wextra -Wstrict-prototypes -pipe -fstack-check -O2 -pipe -c sm_inter_xdr.c >x86_64-gentoo-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../../support/include -I/usr/include/tirpc/ -D_GNU_SOURCE -Wall -Wextra -Wstrict-prototypes -pipe -fstack-check -O2 -pipe -c file.c >sm_inter_svc.c:31:6: warning: function declaration isn't a prototype [-Wstrict-prototypes] >sm_inter_svc.c:45:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] >sm_inter_svc.c: In function 'sm_prog_1': >sm_inter_svc.c:57:2: warning: function declaration isn't a prototype [-Wstrict-prototypes] >sm_inter_svc.c:57:2: warning: function declaration isn't a prototype [-Wstrict-prototypes] >sm_inter_svc.c:58:2: warning: function declaration isn't a prototype [-Wstrict-prototypes] >sm_inter_svc.c:70:3: warning: function declaration isn't a prototype [-Wstrict-prototypes] >sm_inter_svc.c:76:3: warning: function declaration isn't a prototype [-Wstrict-prototypes] >sm_inter_svc.c:82:3: warning: function declaration isn't a prototype [-Wstrict-prototypes] >sm_inter_svc.c:88:3: warning: function declaration isn't a prototype [-Wstrict-prototypes] >sm_inter_svc.c:94:3: warning: function declaration isn't a prototype [-Wstrict-prototypes] >sm_inter_svc.c:100:3: warning: function declaration isn't a prototype [-Wstrict-prototypes] >x86_64-gentoo-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../../support/include -I/usr/include/tirpc/ -D_GNU_SOURCE -Wall -Wextra -Wstrict-prototypes -pipe -fstack-check -O2 -pipe -c rpc.c >rm -f libnsm.a >x86_64-gentoo-linux-uclibc-ar cru libnsm.a sm_inter_clnt.o sm_inter_svc.o sm_inter_xdr.o file.o rpc.o >x86_64-gentoo-linux-uclibc-ranlib libnsm.a >make[3]: Leaving directory `/var/tmp/gentoo/portage/net-fs/nfs-utils-1.2.9-r3/work/nfs-utils-1.2.9/support/nsm' >make[2]: Leaving directory `/var/tmp/gentoo/portage/net-fs/nfs-utils-1.2.9-r3/work/nfs-utils-1.2.9/support/nsm' >make[2]: Entering directory `/var/tmp/gentoo/portage/net-fs/nfs-utils-1.2.9-r3/work/nfs-utils-1.2.9/support' >make[2]: Nothing to be done for `all-am'. >make[2]: Leaving directory `/var/tmp/gentoo/portage/net-fs/nfs-utils-1.2.9-r3/work/nfs-utils-1.2.9/support' >make[1]: Leaving directory `/var/tmp/gentoo/portage/net-fs/nfs-utils-1.2.9-r3/work/nfs-utils-1.2.9/support' >Making all in utils >make[1]: Entering directory `/var/tmp/gentoo/portage/net-fs/nfs-utils-1.2.9-r3/work/nfs-utils-1.2.9/utils' >Making all in exportfs >make[2]: Entering directory `/var/tmp/gentoo/portage/net-fs/nfs-utils-1.2.9-r3/work/nfs-utils-1.2.9/utils/exportfs' >x86_64-gentoo-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../../support/include -I/usr/include/tirpc/ -D_GNU_SOURCE -Wall -Wextra -Wstrict-prototypes -pipe -fstack-check -O2 -pipe -c exportfs.c >/bin/sh ../../libtool --tag=CC --mode=link x86_64-gentoo-linux-uclibc-gcc -Wall -Wextra -Wstrict-prototypes -pipe -fstack-check -O2 -pipe -Wl,-O1 -Wl,--as-needed -o exportfs exportfs.o ../../support/export/libexport.a ../../support/nfs/libnfs.a ../../support/misc/libmisc.a -lwrap >libtool: link: x86_64-gentoo-linux-uclibc-gcc -Wall -Wextra -Wstrict-prototypes -pipe -fstack-check -O2 -pipe -Wl,-O1 -o exportfs exportfs.o -Wl,--as-needed ../../support/export/libexport.a ../../support/nfs/libnfs.a ../../support/misc/libmisc.a -lwrap >make[2]: Leaving directory `/var/tmp/gentoo/portage/net-fs/nfs-utils-1.2.9-r3/work/nfs-utils-1.2.9/utils/exportfs' >Making all in mountd >make[2]: Entering directory `/var/tmp/gentoo/portage/net-fs/nfs-utils-1.2.9-r3/work/nfs-utils-1.2.9/utils/mountd' >x86_64-gentoo-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../../support/include -I/usr/include/tirpc/ -D_GNU_SOURCE -I../../support/include -I../../support/export -D_GNU_SOURCE -Wall -Wextra -Wstrict-prototypes -pipe -fstack-check -O2 -pipe -c -o mountd-mountd.o `test -f 'mountd.c' || echo './'`mountd.c >x86_64-gentoo-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../../support/include -I/usr/include/tirpc/ -D_GNU_SOURCE -I../../support/include -I../../support/export -D_GNU_SOURCE -Wall -Wextra -Wstrict-prototypes -pipe -fstack-check -O2 -pipe -c -o mountd-mount_dispatch.o `test -f 'mount_dispatch.c' || echo './'`mount_dispatch.c >x86_64-gentoo-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../../support/include -I/usr/include/tirpc/ -D_GNU_SOURCE -I../../support/include -I../../support/export -D_GNU_SOURCE -Wall -Wextra -Wstrict-prototypes -pipe -fstack-check -O2 -pipe -c -o mountd-auth.o `test -f 'auth.c' || echo './'`auth.c >x86_64-gentoo-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../../support/include -I/usr/include/tirpc/ -D_GNU_SOURCE -I../../support/include -I../../support/export -D_GNU_SOURCE -Wall -Wextra -Wstrict-prototypes -pipe -fstack-check -O2 -pipe -c -o mountd-rmtab.o `test -f 'rmtab.c' || echo './'`rmtab.c >x86_64-gentoo-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../../support/include -I/usr/include/tirpc/ -D_GNU_SOURCE -I../../support/include -I../../support/export -D_GNU_SOURCE -Wall -Wextra -Wstrict-prototypes -pipe -fstack-check -O2 -pipe -c -o mountd-cache.o `test -f 'cache.c' || echo './'`cache.c >x86_64-gentoo-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../../support/include -I/usr/include/tirpc/ -D_GNU_SOURCE -I../../support/include -I../../support/export -D_GNU_SOURCE -Wall -Wextra -Wstrict-prototypes -pipe -fstack-check -O2 -pipe -c -o mountd-svc_run.o `test -f 'svc_run.c' || echo './'`svc_run.c >x86_64-gentoo-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../../support/include -I/usr/include/tirpc/ -D_GNU_SOURCE -I../../support/include -I../../support/export -D_GNU_SOURCE -Wall -Wextra -Wstrict-prototypes -pipe -fstack-check -O2 -pipe -c -o mountd-fsloc.o `test -f 'fsloc.c' || echo './'`fsloc.c >x86_64-gentoo-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../../support/include -I/usr/include/tirpc/ -D_GNU_SOURCE -I../../support/include -I../../support/export -D_GNU_SOURCE -Wall -Wextra -Wstrict-prototypes -pipe -fstack-check -O2 -pipe -c -o mountd-v4root.o `test -f 'v4root.c' || echo './'`v4root.c >/bin/sh ../../libtool --tag=CC --mode=link x86_64-gentoo-linux-uclibc-gcc -Wall -Wextra -Wstrict-prototypes -pipe -fstack-check -O2 -pipe -Wl,-O1 -Wl,--as-needed -o mountd mountd-mountd.o mountd-mount_dispatch.o mountd-auth.o mountd-rmtab.o mountd-cache.o mountd-svc_run.o mountd-fsloc.o mountd-v4root.o ../../support/export/libexport.a ../../support/nfs/libnfs.a ../../support/misc/libmisc.a -lwrap -lblkid -ldl -ltirpc >libtool: link: x86_64-gentoo-linux-uclibc-gcc -Wall -Wextra -Wstrict-prototypes -pipe -fstack-check -O2 -pipe -Wl,-O1 -o mountd mountd-mountd.o mountd-mount_dispatch.o mountd-auth.o mountd-rmtab.o mountd-cache.o mountd-svc_run.o mountd-fsloc.o mountd-v4root.o -Wl,--as-needed ../../support/export/libexport.a ../../support/nfs/libnfs.a ../../support/misc/libmisc.a -lwrap -lblkid -ldl -ltirpc >make[2]: Leaving directory `/var/tmp/gentoo/portage/net-fs/nfs-utils-1.2.9-r3/work/nfs-utils-1.2.9/utils/mountd' >Making all in nfsd >make[2]: Entering directory `/var/tmp/gentoo/portage/net-fs/nfs-utils-1.2.9-r3/work/nfs-utils-1.2.9/utils/nfsd' >x86_64-gentoo-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../../support/include -I/usr/include/tirpc/ -D_GNU_SOURCE -Wall -Wextra -Wstrict-prototypes -pipe -fstack-check -O2 -pipe -c nfsd.c >x86_64-gentoo-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../../support/include -I/usr/include/tirpc/ -D_GNU_SOURCE -Wall -Wextra -Wstrict-prototypes -pipe -fstack-check -O2 -pipe -c nfssvc.c >/bin/sh ../../libtool --tag=CC --mode=link x86_64-gentoo-linux-uclibc-gcc -Wall -Wextra -Wstrict-prototypes -pipe -fstack-check -O2 -pipe -Wl,-O1 -Wl,--as-needed -o nfsd nfsd.o nfssvc.o ../../support/nfs/libnfs.a -ltirpc >libtool: link: x86_64-gentoo-linux-uclibc-gcc -Wall -Wextra -Wstrict-prototypes -pipe -fstack-check -O2 -pipe -Wl,-O1 -o nfsd nfsd.o nfssvc.o -Wl,--as-needed ../../support/nfs/libnfs.a -ltirpc >make[2]: Leaving directory `/var/tmp/gentoo/portage/net-fs/nfs-utils-1.2.9-r3/work/nfs-utils-1.2.9/utils/nfsd' >Making all in nfsstat >make[2]: Entering directory `/var/tmp/gentoo/portage/net-fs/nfs-utils-1.2.9-r3/work/nfs-utils-1.2.9/utils/nfsstat' >x86_64-gentoo-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../../support/include -I/usr/include/tirpc/ -D_GNU_SOURCE -Wall -Wextra -Wstrict-prototypes -pipe -fstack-check -O2 -pipe -c nfsstat.c >/bin/sh ../../libtool --tag=CC --mode=link x86_64-gentoo-linux-uclibc-gcc -Wall -Wextra -Wstrict-prototypes -pipe -fstack-check -O2 -pipe -Wl,-O1 -Wl,--as-needed -o nfsstat nfsstat.o ../../support/export/libexport.a ../../support/nfs/libnfs.a ../../support/misc/libmisc.a >libtool: link: x86_64-gentoo-linux-uclibc-gcc -Wall -Wextra -Wstrict-prototypes -pipe -fstack-check -O2 -pipe -Wl,-O1 -o nfsstat nfsstat.o -Wl,--as-needed ../../support/export/libexport.a ../../support/nfs/libnfs.a ../../support/misc/libmisc.a >make[2]: Leaving directory `/var/tmp/gentoo/portage/net-fs/nfs-utils-1.2.9-r3/work/nfs-utils-1.2.9/utils/nfsstat' >Making all in showmount >make[2]: Entering directory `/var/tmp/gentoo/portage/net-fs/nfs-utils-1.2.9-r3/work/nfs-utils-1.2.9/utils/showmount' >x86_64-gentoo-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../../support/include -I/usr/include/tirpc/ -D_GNU_SOURCE -I../../support/export -D_GNU_SOURCE -Wall -Wextra -Wstrict-prototypes -pipe -fstack-check -O2 -pipe -c -o showmount-showmount.o `test -f 'showmount.c' || echo './'`showmount.c >/bin/sh ../../libtool --tag=CC --mode=link x86_64-gentoo-linux-uclibc-gcc -Wall -Wextra -Wstrict-prototypes -pipe -fstack-check -O2 -pipe -Wl,-O1 -Wl,--as-needed -o showmount showmount-showmount.o ../../support/export/libexport.a ../../support/nfs/libnfs.a ../../support/misc/libmisc.a -ltirpc >libtool: link: x86_64-gentoo-linux-uclibc-gcc -Wall -Wextra -Wstrict-prototypes -pipe -fstack-check -O2 -pipe -Wl,-O1 -o showmount showmount-showmount.o -Wl,--as-needed ../../support/export/libexport.a ../../support/nfs/libnfs.a ../../support/misc/libmisc.a -ltirpc >make[2]: Leaving directory `/var/tmp/gentoo/portage/net-fs/nfs-utils-1.2.9-r3/work/nfs-utils-1.2.9/utils/showmount' >Making all in statd >make[2]: Entering directory `/var/tmp/gentoo/portage/net-fs/nfs-utils-1.2.9-r3/work/nfs-utils-1.2.9/utils/statd' >make all-am >make[3]: Entering directory `/var/tmp/gentoo/portage/net-fs/nfs-utils-1.2.9-r3/work/nfs-utils-1.2.9/utils/statd' >x86_64-gentoo-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../../support/include -I/usr/include/tirpc/ -D_GNU_SOURCE -Wall -Wextra -Wstrict-prototypes -pipe -fstack-check -O2 -pipe -c callback.c >x86_64-gentoo-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../../support/include -I/usr/include/tirpc/ -D_GNU_SOURCE -Wall -Wextra -Wstrict-prototypes -pipe -fstack-check -O2 -pipe -c notlist.c >x86_64-gentoo-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../../support/include -I/usr/include/tirpc/ -D_GNU_SOURCE -Wall -Wextra -Wstrict-prototypes -pipe -fstack-check -O2 -pipe -c misc.c >x86_64-gentoo-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../../support/include -I/usr/include/tirpc/ -D_GNU_SOURCE -Wall -Wextra -Wstrict-prototypes -pipe -fstack-check -O2 -pipe -c monitor.c >x86_64-gentoo-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../../support/include -I/usr/include/tirpc/ -D_GNU_SOURCE -Wall -Wextra -Wstrict-prototypes -pipe -fstack-check -O2 -pipe -c hostname.c >x86_64-gentoo-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../../support/include -I/usr/include/tirpc/ -D_GNU_SOURCE -Wall -Wextra -Wstrict-prototypes -pipe -fstack-check -O2 -pipe -c simu.c >In file included from simu.c:14:0: >../../support/include/sockaddr.h: In function 'nfs_compare_sockaddr': >../../support/include/sockaddr.h:231:13: error: 'NULL' undeclared (first use in this function) >../../support/include/sockaddr.h:231:13: note: each undeclared identifier is reported only once for each function it appears in >x86_64-gentoo-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../../support/include -I/usr/include/tirpc/ -D_GNU_SOURCE -Wall -Wextra -Wstrict-prototypes -pipe -fstack-check -O2 -pipe -c stat.c >make[3]: *** [simu.o] Error 1 >make[3]: *** Waiting for unfinished jobs.... >make[3]: Leaving directory `/var/tmp/gentoo/portage/net-fs/nfs-utils-1.2.9-r3/work/nfs-utils-1.2.9/utils/statd' >make[2]: *** [all] Error 2 >make[2]: Leaving directory `/var/tmp/gentoo/portage/net-fs/nfs-utils-1.2.9-r3/work/nfs-utils-1.2.9/utils/statd' >make[1]: *** [all-recursive] Error 1 >make[1]: Leaving directory `/var/tmp/gentoo/portage/net-fs/nfs-utils-1.2.9-r3/work/nfs-utils-1.2.9/utils' >make: *** [all-recursive] Error 1 > * ERROR: net-fs/nfs-utils-1.2.9-r3::x-portage failed (compile phase): > * emake failed > * > * If you need support, post the output of `emerge --info '=net-fs/nfs-utils-1.2.9-r3::x-portage'`, > * the complete build log and the output of `emerge -pqv '=net-fs/nfs-utils-1.2.9-r3::x-portage'`. > * The complete build log is located at '/var/log/portage/build/net-fs/nfs-utils-1.2.9-r3:20140908-201512.log'. > * For convenience, a symlink to the build log is located at '/var/tmp/gentoo/portage/net-fs/nfs-utils-1.2.9-r3/temp/build.log'. > * The ebuild environment file is located at '/var/tmp/gentoo/portage/net-fs/nfs-utils-1.2.9-r3/temp/environment'. > * Working directory: '/var/tmp/gentoo/portage/net-fs/nfs-utils-1.2.9-r3/work/nfs-utils-1.2.9' > * S: '/var/tmp/gentoo/portage/net-fs/nfs-utils-1.2.9-r3/work/nfs-utils-1.2.9'
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 522304
:
384336
| 384398