/home/naourr/work/instance-1/output/host/bin/or1k-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -o aumix common.o curses.o dummy.o gpm-xterm.o gtk.o interactive.o mouse.o -lncurses >>> aumix 2.9.1 Installing to target PATH="/home/naourr/work/instance-1/output/host/bin:/home/naourr/work/instance-1/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/.local/bin:/home/naourr/bin" /usr/bin/make -j4 DESTDIR=/home/naourr/work/instance-1/output/target install -C /home/naourr/work/instance-1/output/build/aumix-2.9.1/ Making install in data make[4]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/home/naourr/work/instance-1/output/target/usr/share/aumix' /usr/bin/install -c -m 644 aumix.xpm fadein.set fadeout.set ansi vt100 xterm '/home/naourr/work/instance-1/output/target/usr/share/aumix' Making install in doc make[4]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/home/naourr/work/instance-1/output/target/usr/share/man/man1' /usr/bin/install -c -m 644 aumix.1 mute.1 xaumix.1 '/home/naourr/work/instance-1/output/target/usr/share/man/man1' Making install in po if test "aumix" = "gettext-tools"; then \ /usr/bin/mkdir -p /home/naourr/work/instance-1/output/target/usr/share/gettext/po; \ for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot Makevars.template; do \ /usr/bin/install -c -m 644 ./$file \ /home/naourr/work/instance-1/output/target/usr/share/gettext/po/$file; \ done; \ for file in Makevars; do \ rm -f /home/naourr/work/instance-1/output/target/usr/share/gettext/po/$file; \ done; \ else \ : ; \ fi Making install in src make[4]: Nothing to be done for 'install-data-am'. /usr/bin/mkdir -p '/home/naourr/work/instance-1/output/target/usr/bin' /usr/bin/mkdir -p '/home/naourr/work/instance-1/output/target/usr/bin' /usr/bin/install -c mute xaumix '/home/naourr/work/instance-1/output/target/usr/bin' /usr/bin/install -c aumix '/home/naourr/work/instance-1/output/target/usr/bin' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. PATH="/home/naourr/work/instance-1/output/host/bin:/home/naourr/work/instance-1/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/.local/bin:/home/naourr/bin" BR2_DL_DIR=/home/naourr/work/instance-1/dl BUILD_DIR=/home/naourr/work/instance-1/output/build O=/home/naourr/work/instance-1/output flock /home/naourr/work/instance-1/dl/libtirpc/ support/download/dl-wrapper -c '1.0.2' -d '/home/naourr/work/instance-1/dl/libtirpc' -D '/home/naourr/work/instance-1/dl' -f 'libtirpc-1.0.2.tar.bz2' -H 'package/libtirpc//libtirpc.hash' -n 'libtirpc-1.0.2' -N 'libtirpc' -o '/home/naourr/work/instance-1/dl/libtirpc/libtirpc-1.0.2.tar.bz2' -u http+http://downloads.sourceforge.net/project/libtirpc/libtirpc/1.0.2 -u http\|urlencode+http://sources.buildroot.net/libtirpc -u http\|urlencode+http://sources.buildroot.net -- libtirpc-1.0.2.tar.bz2: OK (sha1: 2a8dc0e6eecc45be6597c8287b1d8e15cbee46e3) libtirpc-1.0.2.tar.bz2: OK (sha256: 723c5ce92706cbb601a8db09110df1b4b69391643158f20ff587e20e7c5f90f5) >>> libtirpc 1.0.2 Extracting bzcat /home/naourr/work/instance-1/dl/libtirpc/libtirpc-1.0.2.tar.bz2 | /home/naourr/work/instance-1/output/host/bin/tar --strip-components=1 -C /home/naourr/work/instance-1/output/build/libtirpc-1.0.2 -xf - >>> libtirpc 1.0.2 Patching Applying 0001-Disable-parts-of-TIRPC-requiring-NIS-support.patch using patch: patching file src/Makefile.am Applying 0002-uClibc-without-RPC-support-and-musl-does-not-install-rpcent.h.patch using patch: patching file tirpc/rpc/rpcent.h Applying 0003-Add-rpcgen-program-from-nfs-utils-sources.patch using patch: patching file Makefile.am patching file configure.ac Hunk #1 succeeded at 89 with fuzz 1 (offset 31 lines). patching file rpcgen/Makefile.am patching file rpcgen/rpc_clntout.c patching file rpcgen/rpc_cout.c patching file rpcgen/rpc_hout.c patching file rpcgen/rpc_main.c patching file rpcgen/rpc_output.h patching file rpcgen/rpc_parse.c patching file rpcgen/rpc_parse.h patching file rpcgen/rpc_sample.c patching file rpcgen/rpc_scan.c patching file rpcgen/rpc_scan.h patching file rpcgen/rpc_svcout.c patching file rpcgen/rpc_tblout.c patching file rpcgen/rpc_util.c patching file rpcgen/rpc_util.h patching file rpcgen/rpcgen.1 Applying 0004-Automatically-generate-XDR-header-files-from-.x-sour.patch using patch: patching file Makefile.am Hunk #3 succeeded at 23 (offset 1 line). Hunk #4 succeeded at 49 (offset -3 lines). patching file src/Makefile.am patching file tirpc/rpc/rpcb_prot.h patching file tirpc/rpcsvc/crypt.h Applying 0005-Add-more-XDR-files-needed-to-build-rpcbind-on-top-of.patch using patch: patching file Makefile.am patching file tirpc/rpcsvc/mount.x patching file tirpc/rpcsvc/nfs_prot.x patching file tirpc/rpcsvc/rquota.x Applying 0006-Disable-DES-authentification-support.patch using patch: patching file src/Makefile.am patching file src/svc_auth.c patching file src/rpc_soc.c Applying 0007-include-stdint.h-for-uintptr_t.patch using patch: patching file src/xdr_sizeof.c >>> libtirpc 1.0.2 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /home/naourr/work/instance-1/output/build/libtirpc-1.0.2 -name $file); do cp support/gnuconfig/$file $i; done; done >>> libtirpc 1.0.2 Configuring >>> libtirpc 1.0.2 Autoreconfiguring libtoolize: putting auxiliary files in '.'. libtoolize: copying file './ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. libtoolize: copying file 'm4/libtool.m4' libtoolize: copying file 'm4/ltoptions.m4' libtoolize: copying file 'm4/ltsugar.m4' libtoolize: copying file 'm4/ltversion.m4' libtoolize: copying file 'm4/lt~obsolete.m4' configure.ac:6: installing './compile' configure.ac:2: installing './missing' Makefile.am:62: warning: dir $@: non-POSIX variable name Makefile.am:62: (probably a GNU make extension) rpcgen/Makefile.am: installing './depcomp' >>> libtirpc 1.0.2 Patching libtool patching file /home/naourr/work/instance-1/output/build/libtirpc-1.0.2/ltmain.sh Hunk #1 succeeded at 2694 (offset 7 lines). Hunk #2 succeeded at 4284 (offset 7 lines). Hunk #3 succeeded at 6579 (offset 25 lines). Hunk #4 succeeded at 6589 (offset 25 lines). Hunk #5 succeeded at 6882 (offset 25 lines). Hunk #6 succeeded at 7174 (offset 25 lines). Hunk #7 succeeded at 8140 (offset 28 lines). Hunk #8 succeeded at 10769 (offset 59 lines). (cd /home/naourr/work/instance-1/output/build/libtirpc-1.0.2/ && rm -rf config.cache && PATH="/home/naourr/work/instance-1/output/host/bin:/home/naourr/work/instance-1/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/.local/bin:/home/naourr/bin" AR="/home/naourr/work/instance-1/output/host/bin/or1k-linux-ar" AS="/home/naourr/work/instance-1/output/host/bin/or1k-linux-as" LD="/home/naourr/work/instance-1/output/host/bin/or1k-linux-ld" NM="/home/naourr/work/instance-1/output/host/bin/or1k-linux-nm" CC="/home/naourr/work/instance-1/output/host/bin/or1k-linux-gcc" GCC="/home/naourr/work/instance-1/output/host/bin/or1k-linux-gcc" CPP="/home/naourr/work/instance-1/output/host/bin/or1k-linux-cpp" CXX="/home/naourr/work/instance-1/output/host/bin/or1k-linux-g++" FC="/home/naourr/work/instance-1/output/host/bin/or1k-linux-gfortran" F77="/home/naourr/work/instance-1/output/host/bin/or1k-linux-gfortran" RANLIB="/home/naourr/work/instance-1/output/host/bin/or1k-linux-ranlib" READELF="/home/naourr/work/instance-1/output/host/bin/or1k-linux-readelf" STRIP="/home/naourr/work/instance-1/output/host/bin/or1k-linux-strip" OBJCOPY="/home/naourr/work/instance-1/output/host/bin/or1k-linux-objcopy" OBJDUMP="/home/naourr/work/instance-1/output/host/bin/or1k-linux-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/naourr/work/instance-1/output/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/naourr/work/instance-1/output/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/naourr/work/instance-1/output/host/include" LDFLAGS_FOR_BUILD="-L/home/naourr/work/instance-1/output/host/lib -Wl,-rpath,/home/naourr/work/instance-1/output/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/naourr/work/instance-1/output/host/bin/or1k-linux-as" DEFAULT_LINKER="/home/naourr/work/instance-1/output/host/bin/or1k-linux-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os " LDFLAGS="" FCFLAGS=" -Os " FFLAGS=" -Os " PKG_CONFIG="/home/naourr/work/instance-1/output/host/bin/pkg-config" STAGING_DIR="/home/naourr/work/instance-1/output/host/or1k-buildroot-linux-uclibc/sysroot" INTLTOOL_PERL=/usr/bin/perl ac_cv_lbl_unaligned_fail=yes ac_cv_func_mmap_fixed_mapped=yes ac_cv_func_memcmp_working=yes ac_cv_have_decl_malloc=yes gl_cv_func_malloc_0_nonnull=yes ac_cv_func_malloc_0_nonnull=yes ac_cv_func_calloc_0_nonnull=yes ac_cv_func_realloc_0_nonnull=yes lt_cv_sys_lib_search_path_spec="" ac_cv_c_bigendian=yes CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -DGQ" CONFIG_SITE=/dev/null ./configure --target=or1k-buildroot-linux-uclibc --host=or1k-buildroot-linux-uclibc --build=x86_64-pc-linux-gnu --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc --localstatedir=/var --program-prefix="" --disable-gtk-doc --disable-gtk-doc-html --disable-doc --disable-docs --disable-documentation --with-xmlto=no --with-fop=no --disable-dependency-tracking --enable-ipv6 --disable-nls --disable-static --enable-shared --disable-gssapi ) configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --disable-nls checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for or1k-buildroot-linux-uclibc-strip... /home/naourr/work/instance-1/output/host/bin/or1k-linux-strip checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether make supports nested variables... (cached) yes checking for or1k-buildroot-linux-uclibc-gcc... /home/naourr/work/instance-1/output/host/bin/or1k-linux-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... yes checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /home/naourr/work/instance-1/output/host/bin/or1k-linux-gcc accepts -g... yes checking for /home/naourr/work/instance-1/output/host/bin/or1k-linux-gcc option to accept ISO C89... none needed checking whether /home/naourr/work/instance-1/output/host/bin/or1k-linux-gcc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of /home/naourr/work/instance-1/output/host/bin/or1k-linux-gcc... none checking how to run the C preprocessor... /home/naourr/work/instance-1/output/host/bin/or1k-linux-cpp checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/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 gssapi/gssapi.h usability... no checking gssapi/gssapi.h presence... no checking for gssapi/gssapi.h... no checking build system type... x86_64-pc-linux-gnu checking host system type... or1k-buildroot-linux-uclibc checking how to print strings... printf checking for a sed that does not truncate output... /usr/bin/sed checking for fgrep... /usr/bin/grep -F checking for ld used by /home/naourr/work/instance-1/output/host/bin/or1k-linux-gcc... /home/naourr/work/instance-1/output/host/bin/or1k-linux-ld checking if the linker (/home/naourr/work/instance-1/output/host/bin/or1k-linux-ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /home/naourr/work/instance-1/output/host/bin/or1k-linux-nm checking the name lister (/home/naourr/work/instance-1/output/host/bin/or1k-linux-nm) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking how to convert x86_64-pc-linux-gnu file names to or1k-buildroot-linux-uclibc format... func_convert_file_noop checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop checking for /home/naourr/work/instance-1/output/host/bin/or1k-linux-ld option to reload object files... -r checking for or1k-buildroot-linux-uclibc-objdump... /home/naourr/work/instance-1/output/host/bin/or1k-linux-objdump checking how to recognize dependent libraries... pass_all checking for or1k-buildroot-linux-uclibc-dlltool... no checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for or1k-buildroot-linux-uclibc-ar... /home/naourr/work/instance-1/output/host/bin/or1k-linux-ar checking for archiver @FILE support... @ checking for or1k-buildroot-linux-uclibc-strip... (cached) /home/naourr/work/instance-1/output/host/bin/or1k-linux-strip checking for or1k-buildroot-linux-uclibc-ranlib... /home/naourr/work/instance-1/output/host/bin/or1k-linux-ranlib checking command to parse /home/naourr/work/instance-1/output/host/bin/or1k-linux-nm output from /home/naourr/work/instance-1/output/host/bin/or1k-linux-gcc object... ok checking for sysroot... no checking for a working dd... /usr/bin/dd checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1 checking for or1k-buildroot-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 /home/naourr/work/instance-1/output/host/bin/or1k-linux-gcc supports -fno-rtti -fno-exceptions... no checking for /home/naourr/work/instance-1/output/host/bin/or1k-linux-gcc option to produce PIC... -fPIC -DPIC checking if /home/naourr/work/instance-1/output/host/bin/or1k-linux-gcc PIC flag -fPIC -DPIC works... yes checking if /home/naourr/work/instance-1/output/host/bin/or1k-linux-gcc static flag -static works... yes checking if /home/naourr/work/instance-1/output/host/bin/or1k-linux-gcc supports -c -o file.o... yes checking if /home/naourr/work/instance-1/output/host/bin/or1k-linux-gcc supports -c -o file.o... (cached) yes checking whether the /home/naourr/work/instance-1/output/host/bin/or1k-linux-gcc linker (/home/naourr/work/instance-1/output/host/bin/or1k-linux-ld) 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... no checking for dirent.h that defines DIR... yes checking for library containing opendir... none required 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 locale.h usability... yes checking locale.h presence... yes checking for locale.h... 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 stddef.h usability... yes checking stddef.h presence... yes checking for stddef.h... yes checking for stdint.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.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 syslog.h usability... yes checking syslog.h presence... yes checking for syslog.h... yes checking for unistd.h... (cached) yes checking features.h usability... yes checking features.h presence... yes checking for features.h... yes checking gssapi/gssapi_ext.h usability... no checking gssapi/gssapi_ext.h presence... no checking for gssapi/gssapi_ext.h... no checking for pthread_create in -lpthread... yes checking for getrpcbyname... no checking for getrpcbynumber... no checking for setrpcent... no checking for endrpcent... no checking for getrpcent... no checking for a C compiler for build tools... checking for gcc... /usr/bin/gcc /usr/bin/gcc checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating man/Makefile config.status: creating doc/Makefile config.status: creating rpcgen/Makefile config.status: creating libtirpc.pc config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --disable-nls >>> libtirpc 1.0.2 Building PATH="/home/naourr/work/instance-1/output/host/bin:/home/naourr/work/instance-1/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/.local/bin:/home/naourr/bin" /usr/bin/make -j4 -C /home/naourr/work/instance-1/output/build/libtirpc-1.0.2/ cd rpcgen && /usr/bin/make CC rpc_clntout.o CC rpc_cout.o CC rpc_hout.o CC rpc_main.o CC rpc_parse.o CC rpc_sample.o CC rpc_scan.o CC rpc_svcout.o CC rpc_tblout.o CC rpc_util.o CCLD rpcgen mkdir -p tirpc/rpcsvc/ mkdir -p tirpc/rpcsvc/ ./rpcgen/rpcgen -h -o tirpc/rpcsvc/crypt.h tirpc/rpcsvc/crypt.x mkdir -p tirpc/rpcsvc/ ./rpcgen/rpcgen -h -o tirpc/rpcsvc/mount.h tirpc/rpcsvc/mount.x ./rpcgen/rpcgen -h -o tirpc/rpcsvc/nfs_prot.h tirpc/rpcsvc/nfs_prot.x mkdir -p tirpc/rpcsvc/ ./rpcgen/rpcgen -h -o tirpc/rpcsvc/rquota.h tirpc/rpcsvc/rquota.x mkdir -p tirpc/rpc/ ./rpcgen/rpcgen -h -o tirpc/rpc/rpcb_prot.h tirpc/rpc/rpcb_prot.x /usr/bin/make all-recursive Making all in src CC libtirpc_la-auth_none.lo CC libtirpc_la-auth_unix.lo CC libtirpc_la-authunix_prot.lo CC libtirpc_la-bindresvport.lo CC libtirpc_la-clnt_bcast.lo CC libtirpc_la-clnt_dg.lo CC libtirpc_la-clnt_generic.lo CC libtirpc_la-clnt_perror.lo CC libtirpc_la-clnt_raw.lo CC libtirpc_la-clnt_simple.lo CC libtirpc_la-clnt_vc.lo CC libtirpc_la-rpc_dtablesize.lo CC libtirpc_la-getnetconfig.lo CC libtirpc_la-getnetpath.lo CC libtirpc_la-getrpcent.lo CC libtirpc_la-getrpcport.lo CC libtirpc_la-mt_misc.lo CC libtirpc_la-pmap_clnt.lo CC libtirpc_la-pmap_getmaps.lo CC libtirpc_la-pmap_getport.lo CC libtirpc_la-pmap_prot.lo CC libtirpc_la-pmap_prot2.lo CC libtirpc_la-pmap_rmt.lo CC libtirpc_la-rpc_prot.lo CC libtirpc_la-rpc_commondata.lo CC libtirpc_la-rpc_callmsg.lo CC libtirpc_la-rpc_generic.lo CC libtirpc_la-rpc_soc.lo CC libtirpc_la-rpcb_clnt.lo CC libtirpc_la-rpcb_prot.lo CC libtirpc_la-rpcb_st_xdr.lo CC libtirpc_la-svc.lo CC libtirpc_la-svc_auth.lo CC libtirpc_la-svc_dg.lo CC libtirpc_la-svc_auth_unix.lo CC libtirpc_la-svc_auth_none.lo CC libtirpc_la-svc_generic.lo CC libtirpc_la-svc_raw.lo CC libtirpc_la-svc_run.lo CC libtirpc_la-svc_simple.lo CC libtirpc_la-svc_vc.lo CC libtirpc_la-getpeereid.lo CC libtirpc_la-debug.lo CC libtirpc_la-xdr.lo CC libtirpc_la-xdr_rec.lo CC libtirpc_la-xdr_array.lo CC libtirpc_la-xdr_float.lo CC libtirpc_la-xdr_mem.lo CC libtirpc_la-xdr_reference.lo CC libtirpc_la-xdr_stdio.lo CC libtirpc_la-xdr_sizeof.lo CCLD libtirpc.la Making all in man make[4]: Nothing to be done for 'all'. Making all in doc make[4]: Nothing to be done for 'all'. Making all in rpcgen make[4]: Nothing to be done for 'all'. cd rpcgen && /usr/bin/make make[5]: Nothing to be done for 'all'. >>> libtirpc 1.0.2 Installing to staging directory PATH="/home/naourr/work/instance-1/output/host/bin:/home/naourr/work/instance-1/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/.local/bin:/home/naourr/bin" /usr/bin/make -j4 DESTDIR=/home/naourr/work/instance-1/output/host/or1k-buildroot-linux-uclibc/sysroot install -C /home/naourr/work/instance-1/output/build/libtirpc-1.0.2/ cd rpcgen && /usr/bin/make make[3]: Nothing to be done for 'all'. /usr/bin/make install-recursive Making install in src make[5]: Nothing to be done for 'install-data-am'. /usr/bin/mkdir -p '/home/naourr/work/instance-1/output/host/or1k-buildroot-linux-uclibc/sysroot/usr/lib' /bin/sh ../libtool --mode=install /usr/bin/install -c libtirpc.la '/home/naourr/work/instance-1/output/host/or1k-buildroot-linux-uclibc/sysroot/usr/lib' libtool: install: /usr/bin/install -c .libs/libtirpc.so.3.0.0 /home/naourr/work/instance-1/output/host/or1k-buildroot-linux-uclibc/sysroot/usr/lib/libtirpc.so.3.0.0 libtool: install: (cd /home/naourr/work/instance-1/output/host/or1k-buildroot-linux-uclibc/sysroot/usr/lib && { ln -s -f libtirpc.so.3.0.0 libtirpc.so.3 || { rm -f libtirpc.so.3 && ln -s libtirpc.so.3.0.0 libtirpc.so.3; }; }) libtool: install: (cd /home/naourr/work/instance-1/output/host/or1k-buildroot-linux-uclibc/sysroot/usr/lib && { ln -s -f libtirpc.so.3.0.0 libtirpc.so || { rm -f libtirpc.so && ln -s libtirpc.so.3.0.0 libtirpc.so; }; }) libtool: install: /usr/bin/install -c .libs/libtirpc.lai /home/naourr/work/instance-1/output/host/or1k-buildroot-linux-uclibc/sysroot/usr/lib/libtirpc.la libtool: warning: remember to run 'libtool --finish /usr/lib' Making install in man make[5]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/home/naourr/work/instance-1/output/host/or1k-buildroot-linux-uclibc/sysroot/usr/share/man/man3' /usr/bin/mkdir -p '/home/naourr/work/instance-1/output/host/or1k-buildroot-linux-uclibc/sysroot/usr/share/man/man5' /usr/bin/install -c -m 644 netconfig.5 '/home/naourr/work/instance-1/output/host/or1k-buildroot-linux-uclibc/sysroot/usr/share/man/man5' /usr/bin/install -c -m 644 getrpcent.3t getrpcport.3t getnetconfig.3t getnetpath.3t bindresvport.3t rpc.3t rpc_xdr.3t des_crypt.3t rpc_soc.3t rpc_secure.3t rtime.3t rpc_clnt_auth.3t rpc_clnt_calls.3t rpc_clnt_create.3t rpcbind.3t rpc_svc_calls.3t rpc_svc_create.3t rpc_svc_err.3t rpc_svc_reg.3t '/home/naourr/work/instance-1/output/host/or1k-buildroot-linux-uclibc/sysroot/usr/share/man/man3' Making install in doc make[5]: Nothing to be done for 'install-data-am'. /usr/bin/mkdir -p '/home/naourr/work/instance-1/output/host/or1k-buildroot-linux-uclibc/sysroot/etc' /usr/bin/install -c -m 644 netconfig '/home/naourr/work/instance-1/output/host/or1k-buildroot-linux-uclibc/sysroot/etc' Making install in rpcgen make[5]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/home/naourr/work/instance-1/output/host/or1k-buildroot-linux-uclibc/sysroot/usr/share/man/man1' /usr/bin/install -c -m 644 rpcgen.1 '/home/naourr/work/instance-1/output/host/or1k-buildroot-linux-uclibc/sysroot/usr/share/man/man1' cd rpcgen && /usr/bin/make make[5]: Nothing to be done for 'all'. make[5]: Nothing to be done for 'install-exec-am'. cd rpcgen && /usr/bin/make /usr/bin/mkdir -p '/home/naourr/work/instance-1/output/host/or1k-buildroot-linux-uclibc/sysroot/usr/include' /usr/bin/mkdir -p '/home/naourr/work/instance-1/output/host/or1k-buildroot-linux-uclibc/sysroot/usr/lib/pkgconfig' /usr/bin/install -c -m 644 libtirpc.pc '/home/naourr/work/instance-1/output/host/or1k-buildroot-linux-uclibc/sysroot/usr/lib/pkgconfig' make[6]: Nothing to be done for 'all'. /usr/bin/mkdir -p '/home/naourr/work/instance-1/output/host/or1k-buildroot-linux-uclibc/sysroot/usr/include/tirpc/rpcsvc' /usr/bin/mkdir -p '/home/naourr/work/instance-1/output/host/or1k-buildroot-linux-uclibc/sysroot/usr/include' /usr/bin/install -c -m 644 tirpc/rpcsvc/crypt.x tirpc/rpcsvc/mount.x tirpc/rpcsvc/nfs_prot.x tirpc/rpcsvc/rquota.x '/home/naourr/work/instance-1/output/host/or1k-buildroot-linux-uclibc/sysroot/usr/include/tirpc/rpcsvc' /usr/bin/mkdir -p '/home/naourr/work/instance-1/output/host/or1k-buildroot-linux-uclibc/sysroot/usr/include/tirpc/rpcsvc' /usr/bin/install -c -m 644 tirpc/rpcsvc/crypt.h tirpc/rpcsvc/mount.h tirpc/rpcsvc/nfs_prot.h tirpc/rpcsvc/rquota.h '/home/naourr/work/instance-1/output/host/or1k-buildroot-linux-uclibc/sysroot/usr/include/tirpc/rpcsvc' /usr/bin/mkdir -p '/home/naourr/work/instance-1/output/host/or1k-buildroot-linux-uclibc/sysroot/usr/include/tirpc' /usr/bin/install -c -m 644 tirpc/netconfig.h '/home/naourr/work/instance-1/output/host/or1k-buildroot-linux-uclibc/sysroot/usr/include/tirpc' /usr/bin/mkdir -p '/home/naourr/work/instance-1/output/host/or1k-buildroot-linux-uclibc/sysroot/usr/include/tirpc/rpc' /usr/bin/install -c -m 644 tirpc/rpc/rpcb_prot.h '/home/naourr/work/instance-1/output/host/or1k-buildroot-linux-uclibc/sysroot/usr/include/tirpc/rpc' /usr/bin/mkdir -p '/home/naourr/work/instance-1/output/host/or1k-buildroot-linux-uclibc/sysroot/usr/include/tirpc/rpc' /usr/bin/install -c -m 644 tirpc/rpc/xdr.h tirpc/rpc/types.h tirpc/rpc/svc_soc.h tirpc/rpc/svc.h tirpc/rpc/svc_dg.h tirpc/rpc/svc_auth.h tirpc/rpc/svc_mt.h tirpc/rpc/rpc_msg.h tirpc/rpc/rpc.h tirpc/rpc/rpcent.h tirpc/rpc/rpc_com.h tirpc/rpc/rpcb_prot.x tirpc/rpc/rpcb_clnt.h tirpc/rpc/raw.h tirpc/rpc/pmap_rmt.h tirpc/rpc/pmap_prot.h tirpc/rpc/pmap_clnt.h tirpc/rpc/nettype.h tirpc/rpc/key_prot.h tirpc/rpc/des.h tirpc/rpc/des_crypt.h tirpc/rpc/clnt_stat.h tirpc/rpc/clnt_soc.h tirpc/rpc/clnt.h tirpc/rpc/auth_unix.h tirpc/rpc/auth_des.h tirpc/rpc/auth.h '/home/naourr/work/instance-1/output/host/or1k-buildroot-linux-uclibc/sysroot/usr/include/tirpc/rpc' >>> libtirpc 1.0.2 Fixing libtool files >>> libtirpc 1.0.2 Installing to target PATH="/home/naourr/work/instance-1/output/host/bin:/home/naourr/work/instance-1/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/.local/bin:/home/naourr/bin" /usr/bin/make -j4 DESTDIR=/home/naourr/work/instance-1/output/target install -C /home/naourr/work/instance-1/output/build/libtirpc-1.0.2/ cd rpcgen && /usr/bin/make make[3]: Nothing to be done for 'all'. /usr/bin/make install-recursive Making install in src make[5]: Nothing to be done for 'install-data-am'. /usr/bin/mkdir -p '/home/naourr/work/instance-1/output/target/usr/lib' /bin/sh ../libtool --mode=install /usr/bin/install -c libtirpc.la '/home/naourr/work/instance-1/output/target/usr/lib' libtool: install: /usr/bin/install -c .libs/libtirpc.so.3.0.0 /home/naourr/work/instance-1/output/target/usr/lib/libtirpc.so.3.0.0 libtool: install: (cd /home/naourr/work/instance-1/output/target/usr/lib && { ln -s -f libtirpc.so.3.0.0 libtirpc.so.3 || { rm -f libtirpc.so.3 && ln -s libtirpc.so.3.0.0 libtirpc.so.3; }; }) libtool: install: (cd /home/naourr/work/instance-1/output/target/usr/lib && { ln -s -f libtirpc.so.3.0.0 libtirpc.so || { rm -f libtirpc.so && ln -s libtirpc.so.3.0.0 libtirpc.so; }; }) libtool: install: /usr/bin/install -c .libs/libtirpc.lai /home/naourr/work/instance-1/output/target/usr/lib/libtirpc.la libtool: warning: remember to run 'libtool --finish /usr/lib' Making install in man make[5]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/home/naourr/work/instance-1/output/target/usr/share/man/man3' /usr/bin/mkdir -p '/home/naourr/work/instance-1/output/target/usr/share/man/man5' /usr/bin/install -c -m 644 netconfig.5 '/home/naourr/work/instance-1/output/target/usr/share/man/man5' /usr/bin/install -c -m 644 getrpcent.3t getrpcport.3t getnetconfig.3t getnetpath.3t bindresvport.3t rpc.3t rpc_xdr.3t des_crypt.3t rpc_soc.3t rpc_secure.3t rtime.3t rpc_clnt_auth.3t rpc_clnt_calls.3t rpc_clnt_create.3t rpcbind.3t rpc_svc_calls.3t rpc_svc_create.3t rpc_svc_err.3t rpc_svc_reg.3t '/home/naourr/work/instance-1/output/target/usr/share/man/man3' Making install in doc make[5]: Nothing to be done for 'install-data-am'. /usr/bin/mkdir -p '/home/naourr/work/instance-1/output/target/etc' /usr/bin/install -c -m 644 netconfig '/home/naourr/work/instance-1/output/target/etc' Making install in rpcgen make[5]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/home/naourr/work/instance-1/output/target/usr/share/man/man1' /usr/bin/install -c -m 644 rpcgen.1 '/home/naourr/work/instance-1/output/target/usr/share/man/man1' cd rpcgen && /usr/bin/make make[5]: Nothing to be done for 'all'. make[5]: Nothing to be done for 'install-exec-am'. cd rpcgen && /usr/bin/make /usr/bin/mkdir -p '/home/naourr/work/instance-1/output/target/usr/lib/pkgconfig' /usr/bin/mkdir -p '/home/naourr/work/instance-1/output/target/usr/include' make[6]: Nothing to be done for 'all'. /usr/bin/install -c -m 644 libtirpc.pc '/home/naourr/work/instance-1/output/target/usr/lib/pkgconfig' /usr/bin/mkdir -p '/home/naourr/work/instance-1/output/target/usr/include' /usr/bin/mkdir -p '/home/naourr/work/instance-1/output/target/usr/include/tirpc/rpcsvc' /usr/bin/install -c -m 644 tirpc/rpcsvc/crypt.x tirpc/rpcsvc/mount.x tirpc/rpcsvc/nfs_prot.x tirpc/rpcsvc/rquota.x '/home/naourr/work/instance-1/output/target/usr/include/tirpc/rpcsvc' /usr/bin/mkdir -p '/home/naourr/work/instance-1/output/target/usr/include/tirpc/rpcsvc' /usr/bin/install -c -m 644 tirpc/rpcsvc/crypt.h tirpc/rpcsvc/mount.h tirpc/rpcsvc/nfs_prot.h tirpc/rpcsvc/rquota.h '/home/naourr/work/instance-1/output/target/usr/include/tirpc/rpcsvc' /usr/bin/mkdir -p '/home/naourr/work/instance-1/output/target/usr/include/tirpc' /usr/bin/install -c -m 644 tirpc/netconfig.h '/home/naourr/work/instance-1/output/target/usr/include/tirpc' /usr/bin/mkdir -p '/home/naourr/work/instance-1/output/target/usr/include/tirpc/rpc' /usr/bin/install -c -m 644 tirpc/rpc/rpcb_prot.h '/home/naourr/work/instance-1/output/target/usr/include/tirpc/rpc' /usr/bin/mkdir -p '/home/naourr/work/instance-1/output/target/usr/include/tirpc/rpc' /usr/bin/install -c -m 644 tirpc/rpc/xdr.h tirpc/rpc/types.h tirpc/rpc/svc_soc.h tirpc/rpc/svc.h tirpc/rpc/svc_dg.h tirpc/rpc/svc_auth.h tirpc/rpc/svc_mt.h tirpc/rpc/rpc_msg.h tirpc/rpc/rpc.h tirpc/rpc/rpcent.h tirpc/rpc/rpc_com.h tirpc/rpc/rpcb_prot.x tirpc/rpc/rpcb_clnt.h tirpc/rpc/raw.h tirpc/rpc/pmap_rmt.h tirpc/rpc/pmap_prot.h tirpc/rpc/pmap_clnt.h tirpc/rpc/nettype.h tirpc/rpc/key_prot.h tirpc/rpc/des.h tirpc/rpc/des_crypt.h tirpc/rpc/clnt_stat.h tirpc/rpc/clnt_soc.h tirpc/rpc/clnt.h tirpc/rpc/auth_unix.h tirpc/rpc/auth_des.h tirpc/rpc/auth.h '/home/naourr/work/instance-1/output/target/usr/include/tirpc/rpc' PATH="/home/naourr/work/instance-1/output/host/bin:/home/naourr/work/instance-1/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/.local/bin:/home/naourr/bin" BR2_DL_DIR=/home/naourr/work/instance-1/dl BUILD_DIR=/home/naourr/work/instance-1/output/build O=/home/naourr/work/instance-1/output flock /home/naourr/work/instance-1/dl/autofs/ support/download/dl-wrapper -c '5.1.4' -d '/home/naourr/work/instance-1/dl/autofs' -D '/home/naourr/work/instance-1/dl' -f 'autofs-5.1.4.tar.xz' -H 'package/autofs//autofs.hash' -n 'autofs-5.1.4' -N 'autofs' -o '/home/naourr/work/instance-1/dl/autofs/autofs-5.1.4.tar.xz' -u https+https://cdn.kernel.org/pub/linux/daemons/autofs/v5 -u http\|urlencode+http://sources.buildroot.net/autofs -u http\|urlencode+http://sources.buildroot.net -- autofs-5.1.4.tar.xz: OK (sha256: 8fce30ee51ffd528fe1a4e8374ef57f43367e1f123030e175fb1b1cf15bc1722) >>> autofs 5.1.4 Extracting xzcat /home/naourr/work/instance-1/dl/autofs/autofs-5.1.4.tar.xz | /home/naourr/work/instance-1/output/host/bin/tar --strip-components=1 -C /home/naourr/work/instance-1/output/build/autofs-5.1.4 -xf - >>> autofs 5.1.4 Patching Applying 0001-include-linux-nfs.h-directly-in-rpc_sub.patch using patch: patching file include/rpc_subs.h >>> autofs 5.1.4 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /home/naourr/work/instance-1/output/build/autofs-5.1.4 -name $file); do cp support/gnuconfig/$file $i; done; done >>> autofs 5.1.4 Patching libtool >>> autofs 5.1.4 Configuring (cd /home/naourr/work/instance-1/output/build/autofs-5.1.4/ && rm -rf config.cache && PATH="/home/naourr/work/instance-1/output/host/bin:/home/naourr/work/instance-1/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/.local/bin:/home/naourr/bin" AR="/home/naourr/work/instance-1/output/host/bin/or1k-linux-ar" AS="/home/naourr/work/instance-1/output/host/bin/or1k-linux-as" LD="/home/naourr/work/instance-1/output/host/bin/or1k-linux-ld" NM="/home/naourr/work/instance-1/output/host/bin/or1k-linux-nm" CC="/home/naourr/work/instance-1/output/host/bin/or1k-linux-gcc" GCC="/home/naourr/work/instance-1/output/host/bin/or1k-linux-gcc" CPP="/home/naourr/work/instance-1/output/host/bin/or1k-linux-cpp" CXX="/home/naourr/work/instance-1/output/host/bin/or1k-linux-g++" FC="/home/naourr/work/instance-1/output/host/bin/or1k-linux-gfortran" F77="/home/naourr/work/instance-1/output/host/bin/or1k-linux-gfortran" RANLIB="/home/naourr/work/instance-1/output/host/bin/or1k-linux-ranlib" READELF="/home/naourr/work/instance-1/output/host/bin/or1k-linux-readelf" STRIP="/home/naourr/work/instance-1/output/host/bin/or1k-linux-strip" OBJCOPY="/home/naourr/work/instance-1/output/host/bin/or1k-linux-objcopy" OBJDUMP="/home/naourr/work/instance-1/output/host/bin/or1k-linux-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/naourr/work/instance-1/output/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/naourr/work/instance-1/output/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/naourr/work/instance-1/output/host/include" LDFLAGS_FOR_BUILD="-L/home/naourr/work/instance-1/output/host/lib -Wl,-rpath,/home/naourr/work/instance-1/output/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/naourr/work/instance-1/output/host/bin/or1k-linux-as" DEFAULT_LINKER="/home/naourr/work/instance-1/output/host/bin/or1k-linux-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os " LDFLAGS="" FCFLAGS=" -Os " FFLAGS=" -Os " PKG_CONFIG="/home/naourr/work/instance-1/output/host/bin/pkg-config" STAGING_DIR="/home/naourr/work/instance-1/output/host/or1k-buildroot-linux-uclibc/sysroot" INTLTOOL_PERL=/usr/bin/perl ac_cv_lbl_unaligned_fail=yes ac_cv_func_mmap_fixed_mapped=yes ac_cv_func_memcmp_working=yes ac_cv_have_decl_malloc=yes gl_cv_func_malloc_0_nonnull=yes ac_cv_func_malloc_0_nonnull=yes ac_cv_func_calloc_0_nonnull=yes ac_cv_func_realloc_0_nonnull=yes lt_cv_sys_lib_search_path_spec="" ac_cv_c_bigendian=yes ac_cv_path_KRB5_CONFIG=no ac_cv_path_MODPROBE=/sbin/modprobe ac_cv_linux_procfs=yes CONFIG_SITE=/dev/null ./configure --target=or1k-buildroot-linux-uclibc --host=or1k-buildroot-linux-uclibc --build=x86_64-pc-linux-gnu --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc --localstatedir=/var --program-prefix="" --disable-gtk-doc --disable-gtk-doc-html --disable-doc --disable-docs --disable-documentation --with-xmlto=no --with-fop=no --disable-dependency-tracking --enable-ipv6 --disable-nls --disable-static --enable-shared --disable-mount-locking --enable-ignore-busy --without-openldap --without-sasl --with-path=""/home/naourr/work/instance-1/output/host/bin:/home/naourr/work/instance-1/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/.local/bin:/home/naourr/bin"" --with-hesiod=no --with-libtirpc ) configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --disable-dependency-tracking, --enable-ipv6, --disable-nls, --disable-static, --enable-shared checking for binaries in... /home/naourr/work/instance-1/output/host/bin:/home/naourr/work/instance-1/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/.local/bin:/home/naourr/bin checking for Linux proc filesystem... (cached) yes checking location of the init.d directory... /etc/init.d checking for autofs configuration file directory... /etc/sysconfig checking for autofs maps directory... /etc checking for autofs fifos directory... /run checking for autofs flag file directory... /run checking pkg-config is at least version 0.9.0... yes checking for TIRPC... yes checking for or1k-buildroot-linux-uclibc-gcc... /home/naourr/work/instance-1/output/host/bin/or1k-linux-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... yes checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /home/naourr/work/instance-1/output/host/bin/or1k-linux-gcc accepts -g... yes checking for /home/naourr/work/instance-1/output/host/bin/or1k-linux-gcc option to accept ISO C89... none needed checking for getrpcbyname... no checking for getservbyname... yes checking if malloc debugging is wanted... no checking for mount... /home/naourr/work/instance-1/output/host/bin/mount checking for mount.nfs... /usr/sbin/mount.nfs checking for umount... /home/naourr/work/instance-1/output/host/bin/umount checking for fsck.ext2... /usr/sbin/fsck.ext2 checking for fsck.ext3... /usr/sbin/fsck.ext3 checking for fsck.ext4... /usr/sbin/fsck.ext4 checking for modprobe... (cached) /sbin/modprobe checking for flex... /home/naourr/work/instance-1/output/host/bin/flex checking for bison... /home/naourr/work/instance-1/output/host/bin/bison checking for ranlib... /home/naourr/work/instance-1/output/host/bin/or1k-linux-ranlib checking for rpcgen... no configure: error: required program RPCGEN not found make[1]: *** [package/pkg-generic.mk:216: /home/naourr/work/instance-1/output/build/autofs-5.1.4/.stamp_configured] Error 1 make: *** [Makefile:79: _all] Error 2 make: Leaving directory '/home/naourr/work/instance-1/buildroot'