Applying 0004-patchelf-Check-ELF-endianness-before-writing-new-run.patch using patch: patching file src/patchelf.cc >>> host-patchelf 0.9 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /home/naourr/work/instance-3/output-1/build/host-patchelf-0.9 -name $file); do cp support/gnuconfig/$file $i; done; done >>> host-patchelf 0.9 Patching libtool >>> host-patchelf 0.9 Configuring (cd /home/naourr/work/instance-3/output-1/build/host-patchelf-0.9/ && rm -rf config.cache; PATH="/home/naourr/work/instance-3/output-1/host/bin:/home/naourr/work/instance-3/output-1/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/bin:/home/naourr/git/git-wrappers:/home/naourr/.local/bin:/home/naourr/bin" PKG_CONFIG="/home/naourr/work/instance-3/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/home/naourr/work/instance-3/output-1/host/lib/pkgconfig:/home/naourr/work/instance-3/output-1/host/share/pkgconfig" AR="/usr/bin/ar" AS="/usr/bin/as" LD="/usr/bin/ld" NM="/usr/bin/nm" CC="/usr/bin/gcc" GCC="/usr/bin/gcc" CXX="/usr/bin/g++" CPP="/usr/bin/cpp" OBJCOPY="/usr/bin/objcopy" RANLIB="/usr/bin/ranlib" CPPFLAGS="-I/home/naourr/work/instance-3/output-1/host/include" CFLAGS="-O2 -I/home/naourr/work/instance-3/output-1/host/include" CXXFLAGS="-O2 -I/home/naourr/work/instance-3/output-1/host/include" LDFLAGS="-L/home/naourr/work/instance-3/output-1/host/lib -Wl,-rpath,/home/naourr/work/instance-3/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl CFLAGS="-O2 -I/home/naourr/work/instance-3/output-1/host/include" LDFLAGS="-L/home/naourr/work/instance-3/output-1/host/lib -Wl,-rpath,/home/naourr/work/instance-3/output-1/host/lib" CONFIG_SITE=/dev/null ./configure --prefix="/home/naourr/work/instance-3/output-1/host" --sysconfdir="/home/naourr/work/instance-3/output-1/host/etc" --localstatedir="/home/naourr/work/instance-3/output-1/host/var" --enable-shared --disable-static --disable-gtk-doc --disable-gtk-doc-html --disable-doc --disable-docs --disable-documentation --disable-debug --with-xmlto=no --with-fop=no --disable-nls --disable-dependency-tracking ) configure: WARNING: unrecognized options: --enable-shared, --disable-static, --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --disable-debug, --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 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 for style of include used by make... GNU checking for gcc... /usr/bin/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 /usr/bin/gcc accepts -g... yes checking for /usr/bin/gcc option to accept ISO C89... none needed checking whether /usr/bin/gcc understands -c and -o together... yes checking dependency style of /usr/bin/gcc... none checking whether we are using the GNU C++ compiler... yes checking whether /usr/bin/g++ accepts -g... yes checking dependency style of /usr/bin/g++... none Setting page size to 4096 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 tests/Makefile config.status: creating patchelf.spec config.status: executing depfiles commands configure: WARNING: unrecognized options: --enable-shared, --disable-static, --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --disable-debug, --with-xmlto, --with-fop, --disable-nls >>> host-patchelf 0.9 Building PATH="/home/naourr/work/instance-3/output-1/host/bin:/home/naourr/work/instance-3/output-1/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/bin:/home/naourr/git/git-wrappers:/home/naourr/.local/bin:/home/naourr/bin" PKG_CONFIG="/home/naourr/work/instance-3/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/home/naourr/work/instance-3/output-1/host/lib/pkgconfig:/home/naourr/work/instance-3/output-1/host/share/pkgconfig" /usr/bin/make -j4 -C /home/naourr/work/instance-3/output-1/build/host-patchelf-0.9/ make[1]: Entering directory '/home/naourr/work/instance-3/output-1/build/host-patchelf-0.9' Making all in src make[2]: Entering directory '/home/naourr/work/instance-3/output-1/build/host-patchelf-0.9/src' /usr/bin/g++ -DPACKAGE_NAME=\"patchelf\" -DPACKAGE_TARNAME=\"patchelf\" -DPACKAGE_VERSION=\"0.9\" -DPACKAGE_STRING=\"patchelf\ 0.9\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"patchelf\" -DVERSION=\"0.9\" -DPAGESIZE=4096 -I. -I/home/naourr/work/instance-3/output-1/host/include -Wall -O2 -I/home/naourr/work/instance-3/output-1/host/include -c -o patchelf.o patchelf.cc /usr/bin/g++ -Wall -O2 -I/home/naourr/work/instance-3/output-1/host/include -L/home/naourr/work/instance-3/output-1/host/lib -Wl,-rpath,/home/naourr/work/instance-3/output-1/host/lib -o patchelf patchelf.o make[2]: Leaving directory '/home/naourr/work/instance-3/output-1/build/host-patchelf-0.9/src' Making all in tests make[2]: Entering directory '/home/naourr/work/instance-3/output-1/build/host-patchelf-0.9/tests' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/home/naourr/work/instance-3/output-1/build/host-patchelf-0.9/tests' make[2]: Entering directory '/home/naourr/work/instance-3/output-1/build/host-patchelf-0.9' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/home/naourr/work/instance-3/output-1/build/host-patchelf-0.9' make[1]: Leaving directory '/home/naourr/work/instance-3/output-1/build/host-patchelf-0.9' >>> host-patchelf 0.9 Installing to host directory PATH="/home/naourr/work/instance-3/output-1/host/bin:/home/naourr/work/instance-3/output-1/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/bin:/home/naourr/git/git-wrappers:/home/naourr/.local/bin:/home/naourr/bin" PKG_CONFIG="/home/naourr/work/instance-3/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/home/naourr/work/instance-3/output-1/host/lib/pkgconfig:/home/naourr/work/instance-3/output-1/host/share/pkgconfig" /usr/bin/make -j4 install -C /home/naourr/work/instance-3/output-1/build/host-patchelf-0.9/ make[1]: Entering directory '/home/naourr/work/instance-3/output-1/build/host-patchelf-0.9' Making install in src make[2]: Entering directory '/home/naourr/work/instance-3/output-1/build/host-patchelf-0.9/src' make[3]: Entering directory '/home/naourr/work/instance-3/output-1/build/host-patchelf-0.9/src' make[3]: Nothing to be done for 'install-data-am'. /usr/bin/mkdir -p '/home/naourr/work/instance-3/output-1/host/bin' /usr/bin/install -c patchelf '/home/naourr/work/instance-3/output-1/host/bin' make[3]: Leaving directory '/home/naourr/work/instance-3/output-1/build/host-patchelf-0.9/src' make[2]: Leaving directory '/home/naourr/work/instance-3/output-1/build/host-patchelf-0.9/src' Making install in tests make[2]: Entering directory '/home/naourr/work/instance-3/output-1/build/host-patchelf-0.9/tests' make[3]: Entering directory '/home/naourr/work/instance-3/output-1/build/host-patchelf-0.9/tests' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/home/naourr/work/instance-3/output-1/build/host-patchelf-0.9/tests' make[2]: Leaving directory '/home/naourr/work/instance-3/output-1/build/host-patchelf-0.9/tests' make[2]: Entering directory '/home/naourr/work/instance-3/output-1/build/host-patchelf-0.9' make[3]: Entering directory '/home/naourr/work/instance-3/output-1/build/host-patchelf-0.9' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/home/naourr/work/instance-3/output-1/host/share/doc/patchelf' /usr/bin/mkdir -p '/home/naourr/work/instance-3/output-1/host/share/man/man1' /usr/bin/install -c -m 644 README '/home/naourr/work/instance-3/output-1/host/share/doc/patchelf' /usr/bin/install -c -m 644 patchelf.1 '/home/naourr/work/instance-3/output-1/host/share/man/man1' make[3]: Leaving directory '/home/naourr/work/instance-3/output-1/build/host-patchelf-0.9' make[2]: Leaving directory '/home/naourr/work/instance-3/output-1/build/host-patchelf-0.9' make[1]: Leaving directory '/home/naourr/work/instance-3/output-1/build/host-patchelf-0.9' rtptools-1.22.tar.gz: OK (sha256: 2c76b2a423fb943820c91194372133a44cbdc456ebf69c51616ec50eeb068c28) >>> rtptools 1.22 Extracting gzip -d -c /home/naourr/work/instance-3/dl/rtptools/rtptools-1.22.tar.gz | /home/naourr/work/instance-3/output-1/host/bin/tar --strip-components=1 -C /home/naourr/work/instance-3/output-1/build/rtptools-1.22 -xf - >>> rtptools 1.22 Patching >>> rtptools 1.22 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /home/naourr/work/instance-3/output-1/build/rtptools-1.22 -name $file); do cp support/gnuconfig/$file $i; done; done >>> rtptools 1.22 Patching libtool >>> rtptools 1.22 Configuring (cd /home/naourr/work/instance-3/output-1/build/rtptools-1.22/ && rm -rf config.cache && PATH="/home/naourr/work/instance-3/output-1/host/bin:/home/naourr/work/instance-3/output-1/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/bin:/home/naourr/git/git-wrappers:/home/naourr/.local/bin:/home/naourr/bin" AR="/home/naourr/work/instance-3/output-1/host/bin/x86_64-linux-ar" AS="/home/naourr/work/instance-3/output-1/host/bin/x86_64-linux-as" LD="/home/naourr/work/instance-3/output-1/host/bin/x86_64-linux-ld" NM="/home/naourr/work/instance-3/output-1/host/bin/x86_64-linux-nm" CC="/home/naourr/work/instance-3/output-1/host/bin/x86_64-linux-gcc" GCC="/home/naourr/work/instance-3/output-1/host/bin/x86_64-linux-gcc" CPP="/home/naourr/work/instance-3/output-1/host/bin/x86_64-linux-cpp" CXX="/home/naourr/work/instance-3/output-1/host/bin/x86_64-linux-g++" FC="/home/naourr/work/instance-3/output-1/host/bin/x86_64-linux-gfortran" F77="/home/naourr/work/instance-3/output-1/host/bin/x86_64-linux-gfortran" RANLIB="/home/naourr/work/instance-3/output-1/host/bin/x86_64-linux-ranlib" READELF="/home/naourr/work/instance-3/output-1/host/bin/x86_64-linux-readelf" STRIP="/home/naourr/work/instance-3/output-1/host/bin/x86_64-linux-strip" OBJCOPY="/home/naourr/work/instance-3/output-1/host/bin/x86_64-linux-objcopy" OBJDUMP="/home/naourr/work/instance-3/output-1/host/bin/x86_64-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-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/naourr/work/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/naourr/work/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/naourr/work/instance-3/output-1/host/lib -Wl,-rpath,/home/naourr/work/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/naourr/work/instance-3/output-1/host/bin/x86_64-linux-as" DEFAULT_LINKER="/home/naourr/work/instance-3/output-1/host/bin/x86_64-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 -O2 " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 " LDFLAGS="" FCFLAGS=" -O2 " FFLAGS=" -O2 " PKG_CONFIG="/home/naourr/work/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/naourr/work/instance-3/output-1/host/x86_64-buildroot-linux-uclibc/sysroot" INTLTOOL_PERL=/usr/bin/perl ac_cv_lbl_unaligned_fail=no 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=no ac_cv_prog_FOUND_CLANG=no CONFIG_SITE=/dev/null ./configure --target=x86_64-buildroot-linux-uclibc --host=x86_64-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 --enable-nls --disable-static --enable-shared ) configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --enable-ipv6, --enable-nls, --disable-static, --enable-shared checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for x86_64-buildroot-linux-uclibc-strip... /home/naourr/work/instance-3/output-1/host/bin/x86_64-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 build system type... x86_64-pc-linux-gnu checking host system type... x86_64-buildroot-linux-uclibc checking for x86_64-buildroot-linux-uclibc-gcc... /home/naourr/work/instance-3/output-1/host/bin/x86_64-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-3/output-1/host/bin/x86_64-linux-gcc accepts -g... yes checking for /home/naourr/work/instance-3/output-1/host/bin/x86_64-linux-gcc option to accept ISO C89... none needed checking whether /home/naourr/work/instance-3/output-1/host/bin/x86_64-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-3/output-1/host/bin/x86_64-linux-gcc... none checking how to run the C preprocessor... /home/naourr/work/instance-3/output-1/host/bin/x86_64-linux-cpp checking for clang... (cached) no checking for groff... yes checking for mandoc... no 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 search.h usability... yes checking search.h presence... yes checking for search.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking for unistd.h... (cached) yes checking for stdint.h... (cached) yes checking rpcsvc/ypclnt.h usability... no checking rpcsvc/ypclnt.h presence... no checking for rpcsvc/ypclnt.h... no checking for an ANSI C-conforming const... yes checking whether byte ordering is bigendian... (cached) no checking for uid_t in sys/types.h... yes checking for off_t... yes checking for pid_t... yes checking for size_t... yes checking for uint16_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 struct msghdr.msg_control... yes checking whether /home/naourr/work/instance-3/output-1/host/bin/x86_64-linux-gcc needs -traditional... no checking return type of signal handlers... void checking for strftime... yes checking for vprintf... yes checking for _doprnt... no checking for gethostbyname... yes checking for gettimeofday... yes checking for mktime... yes checking for select... yes checking for strdup... yes checking for strerror... yes checking for strstr... yes checking for strtol... yes checking for uname... yes checking for srand... yes checking for gethostbyname... (cached) yes checking for yp_match... no checking for yp_match in -lnsl... no checking for socket... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: executing depfiles commands configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --enable-ipv6, --enable-nls, --disable-static, --enable-shared >>> rtptools 1.22 Building PATH="/home/naourr/work/instance-3/output-1/host/bin:/home/naourr/work/instance-3/output-1/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/bin:/home/naourr/git/git-wrappers:/home/naourr/.local/bin:/home/naourr/bin" /usr/bin/make -j4 -C /home/naourr/work/instance-3/output-1/build/rtptools-1.22/ make[1]: Entering directory '/home/naourr/work/instance-3/output-1/build/rtptools-1.22' /home/naourr/work/instance-3/output-1/host/bin/x86_64-linux-gcc -DPACKAGE_NAME=\"rtptools\" -DPACKAGE_TARNAME=\"rtptools\" -DPACKAGE_VERSION=\"1.22\" -DPACKAGE_STRING=\"rtptools\ 1.22\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"rtptools\" -DVERSION=\"1.22\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SEARCH_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_MSGHDR_MSG_CONTROL=1 -DRETSIGTYPE=void -DHAVE_STRFTIME=1 -DHAVE_VPRINTF=1 -DHAVE_GETHOSTBYNAME=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_MKTIME=1 -DHAVE_SELECT=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_UNAME=1 -DHAVE_SRAND=1 -DHAVE_GETHOSTBYNAME=1 -DHAVE_SOCKET=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -Wall -c -o host2ip.o host2ip.c /home/naourr/work/instance-3/output-1/host/bin/x86_64-linux-gcc -DPACKAGE_NAME=\"rtptools\" -DPACKAGE_TARNAME=\"rtptools\" -DPACKAGE_VERSION=\"1.22\" -DPACKAGE_STRING=\"rtptools\ 1.22\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"rtptools\" -DVERSION=\"1.22\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SEARCH_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_MSGHDR_MSG_CONTROL=1 -DRETSIGTYPE=void -DHAVE_STRFTIME=1 -DHAVE_VPRINTF=1 -DHAVE_GETHOSTBYNAME=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_MKTIME=1 -DHAVE_SELECT=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_UNAME=1 -DHAVE_SRAND=1 -DHAVE_GETHOSTBYNAME=1 -DHAVE_SOCKET=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -Wall -c -o hpt.o hpt.c /home/naourr/work/instance-3/output-1/host/bin/x86_64-linux-gcc -DPACKAGE_NAME=\"rtptools\" -DPACKAGE_TARNAME=\"rtptools\" -DPACKAGE_VERSION=\"1.22\" -DPACKAGE_STRING=\"rtptools\ 1.22\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"rtptools\" -DVERSION=\"1.22\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SEARCH_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_MSGHDR_MSG_CONTROL=1 -DRETSIGTYPE=void -DHAVE_STRFTIME=1 -DHAVE_VPRINTF=1 -DHAVE_GETHOSTBYNAME=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_MKTIME=1 -DHAVE_SELECT=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_UNAME=1 -DHAVE_SRAND=1 -DHAVE_GETHOSTBYNAME=1 -DHAVE_SOCKET=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -Wall -c -o multimer.o multimer.c /home/naourr/work/instance-3/output-1/host/bin/x86_64-linux-gcc -DPACKAGE_NAME=\"rtptools\" -DPACKAGE_TARNAME=\"rtptools\" -DPACKAGE_VERSION=\"1.22\" -DPACKAGE_STRING=\"rtptools\ 1.22\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"rtptools\" -DVERSION=\"1.22\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SEARCH_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_MSGHDR_MSG_CONTROL=1 -DRETSIGTYPE=void -DHAVE_STRFTIME=1 -DHAVE_VPRINTF=1 -DHAVE_GETHOSTBYNAME=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_MKTIME=1 -DHAVE_SELECT=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_UNAME=1 -DHAVE_SRAND=1 -DHAVE_GETHOSTBYNAME=1 -DHAVE_SOCKET=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -Wall -c -o notify.o notify.c /home/naourr/work/instance-3/output-1/host/bin/x86_64-linux-gcc -DPACKAGE_NAME=\"rtptools\" -DPACKAGE_TARNAME=\"rtptools\" -DPACKAGE_VERSION=\"1.22\" -DPACKAGE_STRING=\"rtptools\ 1.22\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"rtptools\" -DVERSION=\"1.22\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SEARCH_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_MSGHDR_MSG_CONTROL=1 -DRETSIGTYPE=void -DHAVE_STRFTIME=1 -DHAVE_VPRINTF=1 -DHAVE_GETHOSTBYNAME=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_MKTIME=1 -DHAVE_SELECT=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_UNAME=1 -DHAVE_SRAND=1 -DHAVE_GETHOSTBYNAME=1 -DHAVE_SOCKET=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -Wall -c -o rd.o rd.c /home/naourr/work/instance-3/output-1/host/bin/x86_64-linux-gcc -DPACKAGE_NAME=\"rtptools\" -DPACKAGE_TARNAME=\"rtptools\" -DPACKAGE_VERSION=\"1.22\" -DPACKAGE_STRING=\"rtptools\ 1.22\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"rtptools\" -DVERSION=\"1.22\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SEARCH_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_MSGHDR_MSG_CONTROL=1 -DRETSIGTYPE=void -DHAVE_STRFTIME=1 -DHAVE_VPRINTF=1 -DHAVE_GETHOSTBYNAME=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_MKTIME=1 -DHAVE_SELECT=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_UNAME=1 -DHAVE_SRAND=1 -DHAVE_GETHOSTBYNAME=1 -DHAVE_SOCKET=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -Wall -c -o rtpdump.o rtpdump.c /home/naourr/work/instance-3/output-1/host/bin/x86_64-linux-gcc -DPACKAGE_NAME=\"rtptools\" -DPACKAGE_TARNAME=\"rtptools\" -DPACKAGE_VERSION=\"1.22\" -DPACKAGE_STRING=\"rtptools\ 1.22\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"rtptools\" -DVERSION=\"1.22\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SEARCH_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_MSGHDR_MSG_CONTROL=1 -DRETSIGTYPE=void -DHAVE_STRFTIME=1 -DHAVE_VPRINTF=1 -DHAVE_GETHOSTBYNAME=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_MKTIME=1 -DHAVE_SELECT=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_UNAME=1 -DHAVE_SRAND=1 -DHAVE_GETHOSTBYNAME=1 -DHAVE_SOCKET=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -Wall -c -o rtpplay.o rtpplay.c rtpplay.c: In function 'play_handler': rtpplay.c:155:12: warning: variable 'm' set but not used [-Wunused-but-set-variable] uint8_t m = 0; ^ rtpplay.c:154:12: warning: variable 'seq' set but not used [-Wunused-but-set-variable] uint16_t seq = 0; ^~~ rtpplay.c: In function 'main': rtpplay.c:354:52: warning: pointer targets in passing argument 3 of 'hpt' differ in signedness [-Wpointer-sign] if (hpt(argv[optind], (struct sockaddr *)&sin, &ttl) < 0) { ^~~~ rtpplay.c:310:14: note: expected 'unsigned char *' but argument is of type 'char *' extern int hpt(char *h, struct sockaddr *sa, unsigned char *ttl); ^~~ /home/naourr/work/instance-3/output-1/host/bin/x86_64-linux-gcc -DPACKAGE_NAME=\"rtptools\" -DPACKAGE_TARNAME=\"rtptools\" -DPACKAGE_VERSION=\"1.22\" -DPACKAGE_STRING=\"rtptools\ 1.22\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"rtptools\" -DVERSION=\"1.22\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SEARCH_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_MSGHDR_MSG_CONTROL=1 -DRETSIGTYPE=void -DHAVE_STRFTIME=1 -DHAVE_VPRINTF=1 -DHAVE_GETHOSTBYNAME=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_MKTIME=1 -DHAVE_SELECT=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_UNAME=1 -DHAVE_SRAND=1 -DHAVE_GETHOSTBYNAME=1 -DHAVE_SOCKET=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -Wall -c -o rtpsend.o rtpsend.c rtpdump.c: In function 'parse_data': rtpdump.c:290:35: warning: format '%lx' expects argument of type 'long unsigned int', but argument 4 has type 'uint32_t' {aka 'unsigned int'} [-Wformat=] fprintf(out, "csrc[%d]=0x%0lx ", i, r->csrc[i]); ~~~^ ~~~~~~~~~~ %0x rtpdump.c: In function 'rtp_read_sdes': rtpdump.c:397:21: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] return b + ((4 - ((int)b & 0x3)) & 0x3); ^ rtpsend.c: In function 'rtp': rtpsend.c:716:11: warning: variable 'dummy' set but not used [-Wunused-but-set-variable] int dummy; ^~~~~ rtpsend.c:658:7: warning: variable 'pad' set but not used [-Wunused-but-set-variable] int pad = 0; ^~~ rtpsend.c: In function 'main': rtpsend.c:918:52: warning: pointer targets in passing argument 3 of 'hpt' differ in signedness [-Wpointer-sign] if (hpt(argv[optind], (struct sockaddr *)&sin, &ttl) < 0) { ^~~~ rtpsend.c:877:14: note: expected 'unsigned char *' but argument is of type 'char *' extern int hpt(char *h, struct sockaddr *sa, unsigned char *ttl); ^~~ /home/naourr/work/instance-3/output-1/host/bin/x86_64-linux-gcc -DPACKAGE_NAME=\"rtptools\" -DPACKAGE_TARNAME=\"rtptools\" -DPACKAGE_VERSION=\"1.22\" -DPACKAGE_STRING=\"rtptools\ 1.22\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"rtptools\" -DVERSION=\"1.22\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SEARCH_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_MSGHDR_MSG_CONTROL=1 -DRETSIGTYPE=void -DHAVE_STRFTIME=1 -DHAVE_VPRINTF=1 -DHAVE_GETHOSTBYNAME=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_MKTIME=1 -DHAVE_SELECT=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_UNAME=1 -DHAVE_SRAND=1 -DHAVE_GETHOSTBYNAME=1 -DHAVE_SOCKET=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -Wall -c -o rtptrans.o rtptrans.c /home/naourr/work/instance-3/output-1/host/bin/x86_64-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -Wall -o rtpplay host2ip.o hpt.o multimer.o notify.o rd.o rtpplay.o /home/naourr/work/instance-3/output-1/host/bin/x86_64-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -Wall -o rtpsend host2ip.o hpt.o multimer.o notify.o rtpsend.o /home/naourr/work/instance-3/output-1/host/bin/x86_64-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -Wall -o rtptrans host2ip.o hpt.o multimer.o notify.o rtptrans.o /home/naourr/work/instance-3/output-1/host/bin/x86_64-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -Wall -o rtpdump host2ip.o hpt.o multimer.o notify.o rd.o rtpdump.o make[1]: Leaving directory '/home/naourr/work/instance-3/output-1/build/rtptools-1.22' >>> rtptools 1.22 Installing to target PATH="/home/naourr/work/instance-3/output-1/host/bin:/home/naourr/work/instance-3/output-1/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/bin:/home/naourr/git/git-wrappers:/home/naourr/.local/bin:/home/naourr/bin" /usr/bin/make -j4 DESTDIR=/home/naourr/work/instance-3/output-1/target install -C /home/naourr/work/instance-3/output-1/build/rtptools-1.22/ make[1]: Entering directory '/home/naourr/work/instance-3/output-1/build/rtptools-1.22' make[2]: Entering directory '/home/naourr/work/instance-3/output-1/build/rtptools-1.22' /usr/bin/mkdir -p '/home/naourr/work/instance-3/output-1/target/usr/bin' /usr/bin/mkdir -p '/home/naourr/work/instance-3/output-1/target/usr/bin' /usr/bin/mkdir -p '/home/naourr/work/instance-3/output-1/target/usr/share/man/man1' /usr/bin/install -c multidump multiplay '/home/naourr/work/instance-3/output-1/target/usr/bin' /usr/bin/install -c rtpdump rtpplay rtpsend rtptrans '/home/naourr/work/instance-3/output-1/target/usr/bin' /usr/bin/install -c -m 644 rtpdump.1 rtpplay.1 rtpsend.1 rtptrans.1 multidump.1 multiplay.1 '/home/naourr/work/instance-3/output-1/target/usr/share/man/man1' make[2]: Leaving directory '/home/naourr/work/instance-3/output-1/build/rtptools-1.22' make[1]: Leaving directory '/home/naourr/work/instance-3/output-1/build/rtptools-1.22' whetstone.c: OK (sha256: 333e4ceca042c146f63eec605573d16ae8b07166cbc44a17bec1ea97c6f1efbf) >>> whetstone 1.2 Extracting cp /home/naourr/work/instance-3/dl/whetstone/whetstone.c /home/naourr/work/instance-3/output-1/build/whetstone-1.2/ >>> whetstone 1.2 Patching >>> whetstone 1.2 Configuring >>> whetstone 1.2 Building PATH="/home/naourr/work/instance-3/output-1/host/bin:/home/naourr/work/instance-3/output-1/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/bin:/home/naourr/git/git-wrappers:/home/naourr/.local/bin:/home/naourr/bin" AR="/home/naourr/work/instance-3/output-1/host/bin/x86_64-linux-ar" AS="/home/naourr/work/instance-3/output-1/host/bin/x86_64-linux-as" LD="/home/naourr/work/instance-3/output-1/host/bin/x86_64-linux-ld" NM="/home/naourr/work/instance-3/output-1/host/bin/x86_64-linux-nm" CC="/home/naourr/work/instance-3/output-1/host/bin/x86_64-linux-gcc" GCC="/home/naourr/work/instance-3/output-1/host/bin/x86_64-linux-gcc" CPP="/home/naourr/work/instance-3/output-1/host/bin/x86_64-linux-cpp" CXX="/home/naourr/work/instance-3/output-1/host/bin/x86_64-linux-g++" FC="/home/naourr/work/instance-3/output-1/host/bin/x86_64-linux-gfortran" F77="/home/naourr/work/instance-3/output-1/host/bin/x86_64-linux-gfortran" RANLIB="/home/naourr/work/instance-3/output-1/host/bin/x86_64-linux-ranlib" READELF="/home/naourr/work/instance-3/output-1/host/bin/x86_64-linux-readelf" STRIP="/home/naourr/work/instance-3/output-1/host/bin/x86_64-linux-strip" OBJCOPY="/home/naourr/work/instance-3/output-1/host/bin/x86_64-linux-objcopy" OBJDUMP="/home/naourr/work/instance-3/output-1/host/bin/x86_64-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-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/naourr/work/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/naourr/work/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/naourr/work/instance-3/output-1/host/lib -Wl,-rpath,/home/naourr/work/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/naourr/work/instance-3/output-1/host/bin/x86_64-linux-as" DEFAULT_LINKER="/home/naourr/work/instance-3/output-1/host/bin/x86_64-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 -O2 " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 " LDFLAGS="" FCFLAGS=" -O2 " FFLAGS=" -O2 " PKG_CONFIG="/home/naourr/work/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/naourr/work/instance-3/output-1/host/x86_64-buildroot-linux-uclibc/sysroot" INTLTOOL_PERL=/usr/bin/perl /usr/bin/make -j4 LDLIBS="-lm" -C /home/naourr/work/instance-3/output-1/build/whetstone-1.2 whetstone make[1]: Entering directory '/home/naourr/work/instance-3/output-1/build/whetstone-1.2' /home/naourr/work/instance-3/output-1/host/bin/x86_64-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 whetstone.c -lm -o whetstone make[1]: Leaving directory '/home/naourr/work/instance-3/output-1/build/whetstone-1.2' >>> whetstone 1.2 Installing to target /usr/bin/install -D /home/naourr/work/instance-3/output-1/build/whetstone-1.2/whetstone /home/naourr/work/instance-3/output-1/target/usr/bin/whetstone wipe-2.3.1.tar.bz2: OK (sha256: 463916370f9b35bb34419c2c0ae3dc4c0a471db32e8595afa1d14c0337b61aa0) >>> wipe 2.3.1 Extracting bzcat /home/naourr/work/instance-3/dl/wipe/wipe-2.3.1.tar.bz2 | /home/naourr/work/instance-3/output-1/host/bin/tar --strip-components=1 -C /home/naourr/work/instance-3/output-1/build/wipe-2.3.1 -xf - >>> wipe 2.3.1 Patching Applying 0001-musl.patch using patch: patching file rand.h >>> wipe 2.3.1 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /home/naourr/work/instance-3/output-1/build/wipe-2.3.1 -name $file); do cp support/gnuconfig/$file $i; done; done >>> wipe 2.3.1 Patching libtool >>> wipe 2.3.1 Configuring (cd /home/naourr/work/instance-3/output-1/build/wipe-2.3.1/ && rm -rf config.cache && PATH="/home/naourr/work/instance-3/output-1/host/bin:/home/naourr/work/instance-3/output-1/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/bin:/home/naourr/git/git-wrappers:/home/naourr/.local/bin:/home/naourr/bin" AR="/home/naourr/work/instance-3/output-1/host/bin/x86_64-linux-ar" AS="/home/naourr/work/instance-3/output-1/host/bin/x86_64-linux-as" LD="/home/naourr/work/instance-3/output-1/host/bin/x86_64-linux-ld" NM="/home/naourr/work/instance-3/output-1/host/bin/x86_64-linux-nm" CC="/home/naourr/work/instance-3/output-1/host/bin/x86_64-linux-gcc" GCC="/home/naourr/work/instance-3/output-1/host/bin/x86_64-linux-gcc" CPP="/home/naourr/work/instance-3/output-1/host/bin/x86_64-linux-cpp" CXX="/home/naourr/work/instance-3/output-1/host/bin/x86_64-linux-g++" FC="/home/naourr/work/instance-3/output-1/host/bin/x86_64-linux-gfortran" F77="/home/naourr/work/instance-3/output-1/host/bin/x86_64-linux-gfortran" RANLIB="/home/naourr/work/instance-3/output-1/host/bin/x86_64-linux-ranlib" READELF="/home/naourr/work/instance-3/output-1/host/bin/x86_64-linux-readelf" STRIP="/home/naourr/work/instance-3/output-1/host/bin/x86_64-linux-strip" OBJCOPY="/home/naourr/work/instance-3/output-1/host/bin/x86_64-linux-objcopy" OBJDUMP="/home/naourr/work/instance-3/output-1/host/bin/x86_64-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-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/naourr/work/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/naourr/work/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/naourr/work/instance-3/output-1/host/lib -Wl,-rpath,/home/naourr/work/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/naourr/work/instance-3/output-1/host/bin/x86_64-linux-as" DEFAULT_LINKER="/home/naourr/work/instance-3/output-1/host/bin/x86_64-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 -O2 " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 " LDFLAGS="" FCFLAGS=" -O2 " FFLAGS=" -O2 " PKG_CONFIG="/home/naourr/work/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/naourr/work/instance-3/output-1/host/x86_64-buildroot-linux-uclibc/sysroot" INTLTOOL_PERL=/usr/bin/perl ac_cv_lbl_unaligned_fail=no 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=no CONFIG_SITE=/dev/null ./configure --target=x86_64-buildroot-linux-uclibc --host=x86_64-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 --enable-nls --disable-static --enable-shared ) loading site script /dev/null creating cache ./config.cache checking host system type... x86_64-buildroot-linux-uclibc checking target system type... x86_64-buildroot-linux-uclibc checking build system type... x86_64-pc-linux-gnu checking for gcc... /home/naourr/work/instance-3/output-1/host/bin/x86_64-linux-gcc checking whether the C compiler (/home/naourr/work/instance-3/output-1/host/bin/x86_64-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 ) works... yes checking whether the C compiler (/home/naourr/work/instance-3/output-1/host/bin/x86_64-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 ) is a cross-compiler... yes checking whether we are using GNU C... yes checking whether /home/naourr/work/instance-3/output-1/host/bin/x86_64-linux-gcc accepts -g... yes checking for POSIXized ISC... no checking how to run the C preprocessor... /home/naourr/work/instance-3/output-1/host/bin/x86_64-linux-cpp checking whether /home/naourr/work/instance-3/output-1/host/bin/x86_64-linux-gcc needs -traditional... no checking for a BSD compatible install... /usr/bin/install -c checking whether the C compiler accepts -pipe... yes checking whether the C compiler accepts -g... yes checking whether the C compiler accepts -O0... yes checking whether the C compiler accepts -O2... yes checking whether the C compiler accepts -ansi... yes checking whether the C compiler accepts -pedantic... yes checking whether the C compiler accepts -Wall... yes checking whether the C compiler accepts -Werror... yes checking for dirent.h that defines DIR... yes checking for opendir in -ldir... no checking for ANSI C header files... yes checking for unistd.h... yes checking for stdint.h... yes checking for fcntl.h... yes checking for memory.h... yes checking for linux/fs.h... yes checking for sys/mount.h... yes checking for sys/disklabel.h... no checking for sys/ioctl.h... yes checking for sys/file.h... yes checking for sys/stat.h... yes checking for sys/time.h... yes checking for sys/types.h... yes checking for getopt.h... yes checking for errno.h... yes checking for termio.h... yes checking for termios.h... yes checking for linux/mtio.h... yes checking for working const... yes checking for inline... __inline__ checking for off_t... yes checking for size_t... yes checking whether stat file-mode macros are broken... no checking for unistd.h... (cached) yes checking for getpagesize... yes checking for working mmap... (cached) yes checking for getopt... yes checking for strnlen... yes checking for bzero... yes checking for memset... yes checking for memcpy... yes checking for realloc... yes checking for fchmod... yes checking for ioctl... yes checking for fcntl... yes checking for lockf... yes checking for flock... yes checking for fsync... yes checking for fdatasync... yes checking for unlink... yes checking for rmdir... yes checking for remove... yes checking for rename... yes checking for dirfd... yes updating cache ./config.cache creating ./config.status creating Makefile creating config.h >>> wipe 2.3.1 Building PATH="/home/naourr/work/instance-3/output-1/host/bin:/home/naourr/work/instance-3/output-1/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/bin:/home/naourr/git/git-wrappers:/home/naourr/.local/bin:/home/naourr/bin" /usr/bin/make -j4 -C /home/naourr/work/instance-3/output-1/build/wipe-2.3.1/ make[1]: Entering directory '/home/naourr/work/instance-3/output-1/build/wipe-2.3.1' /home/naourr/work/instance-3/output-1/host/bin/x86_64-linux-gcc -pipe -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -DLINUX -c -o main.o main.c /home/naourr/work/instance-3/output-1/host/bin/x86_64-linux-gcc -pipe -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -DLINUX -c -o wipe.o wipe.c /home/naourr/work/instance-3/output-1/host/bin/x86_64-linux-gcc -pipe -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -DLINUX -c -o rand.o rand.c /home/naourr/work/instance-3/output-1/host/bin/x86_64-linux-gcc -pipe -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -DLINUX -c -o dir.o dir.c /home/naourr/work/instance-3/output-1/host/bin/x86_64-linux-gcc -pipe -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -DLINUX -c -o file.o file.c /home/naourr/work/instance-3/output-1/host/bin/x86_64-linux-gcc -pipe -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -DLINUX -c -o blkdev.o blkdev.c /home/naourr/work/instance-3/output-1/host/bin/x86_64-linux-gcc -pipe -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -DLINUX -c -o lock.o lock.c /home/naourr/work/instance-3/output-1/host/bin/x86_64-linux-gcc -pipe -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -DLINUX -c -o text.o text.c /home/naourr/work/instance-3/output-1/host/bin/x86_64-linux-gcc -pipe -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -DLINUX -c -o str.o str.c /home/naourr/work/instance-3/output-1/host/bin/x86_64-linux-gcc -pipe -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -DLINUX -c -o percent.o percent.c /home/naourr/work/instance-3/output-1/host/bin/x86_64-linux-gcc -pipe -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -DLINUX -c -o prompt.o prompt.c /home/naourr/work/instance-3/output-1/host/bin/x86_64-linux-gcc -pipe -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -DLINUX -c -o io.o io.c /home/naourr/work/instance-3/output-1/host/bin/x86_64-linux-gcc -pipe -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -DLINUX -c -o mt.o mt.c /home/naourr/work/instance-3/output-1/host/bin/x86_64-linux-gcc *.o -o wipe make[1]: Leaving directory '/home/naourr/work/instance-3/output-1/build/wipe-2.3.1' >>> wipe 2.3.1 Installing to target /usr/bin/install -D -m 0755 /home/naourr/work/instance-3/output-1/build/wipe-2.3.1/wipe /home/naourr/work/instance-3/output-1/target/usr/bin/wipe >>> Finalizing host directory >>> Finalizing target directory /usr/bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~console::respawn:/sbin/getty -L console 0 vt100 #~' /home/naourr/work/instance-3/output-1/target/etc/inittab /usr/bin/sed -i -e '/^#.*-o remount,rw \/$/s~^#\+~~' /home/naourr/work/instance-3/output-1/target/etc/inittab if grep -q CONFIG_ASH=y /home/naourr/work/instance-3/output-1/build/busybox-1.31.1/.config; then grep -qsE '^/bin/ash$' /home/naourr/work/instance-3/output-1/target/etc/shells || echo "/bin/ash" >> /home/naourr/work/instance-3/output-1/target/etc/shells; fi if grep -q CONFIG_HUSH=y /home/naourr/work/instance-3/output-1/build/busybox-1.31.1/.config; then grep -qsE '^/bin/hush$' /home/naourr/work/instance-3/output-1/target/etc/shells || echo "/bin/hush" >> /home/naourr/work/instance-3/output-1/target/etc/shells; fi mkdir -p /home/naourr/work/instance-3/output-1/target/etc echo "buildroot" > /home/naourr/work/instance-3/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/naourr/work/instance-3/output-1/target/etc/hosts mkdir -p /home/naourr/work/instance-3/output-1/target/etc echo "Welcome to Buildroot" > /home/naourr/work/instance-3/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /home/naourr/work/instance-3/output-1/target/etc/shadow rm -f /home/naourr/work/instance-3/output-1/target/bin/sh if [ -x /home/naourr/work/instance-3/output-1/target/sbin/swapon -a -x /home/naourr/work/instance-3/output-1/target/sbin/swapoff ]; then /usr/bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /home/naourr/work/instance-3/output-1/target/etc/inittab; else /usr/bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /home/naourr/work/instance-3/output-1/target/etc/inittab; fi printf '%s\n' C en_US locale-archive > /home/naourr/work/instance-3/output-1/build/locales.nopurge for dir in /home/naourr/work/instance-3/output-1/target/usr/share/locale /home/naourr/work/instance-3/output-1/target/usr/share/X11/locale /home/naourr/work/instance-3/output-1/target/usr/lib/locale; do if [ ! -d $dir ]; then continue; fi; for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /home/naourr/work/instance-3/output-1/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /home/naourr/work/instance-3/output-1/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /home/naourr/work/instance-3/output-1/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /home/naourr/work/instance-3/output-1/target/usr/share/X11/locale/locale.dir; fi rm -rf /home/naourr/work/instance-3/output-1/target/usr/include /home/naourr/work/instance-3/output-1/target/usr/share/aclocal \ /home/naourr/work/instance-3/output-1/target/usr/lib/pkgconfig /home/naourr/work/instance-3/output-1/target/usr/share/pkgconfig \ /home/naourr/work/instance-3/output-1/target/usr/lib/cmake /home/naourr/work/instance-3/output-1/target/usr/share/cmake \ /home/naourr/work/instance-3/output-1/target/usr/doc find /home/naourr/work/instance-3/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/naourr/work/instance-3/output-1/target/lib/ /home/naourr/work/instance-3/output-1/target/usr/lib/ /home/naourr/work/instance-3/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /home/naourr/work/instance-3/output-1/target/usr/share/gdb rm -rf /home/naourr/work/instance-3/output-1/target/usr/share/bash-completion rm -rf /home/naourr/work/instance-3/output-1/target/etc/bash_completion.d rm -rf /home/naourr/work/instance-3/output-1/target/usr/share/zsh rm -rf /home/naourr/work/instance-3/output-1/target/usr/man /home/naourr/work/instance-3/output-1/target/usr/share/man rm -rf /home/naourr/work/instance-3/output-1/target/usr/info /home/naourr/work/instance-3/output-1/target/usr/share/info rm -rf /home/naourr/work/instance-3/output-1/target/usr/doc /home/naourr/work/instance-3/output-1/target/usr/share/doc rm -rf /home/naourr/work/instance-3/output-1/target/usr/share/gtk-doc rmdir /home/naourr/work/instance-3/output-1/target/usr/share 2>/dev/null || true rm -rf /home/naourr/work/instance-3/output-1/target/lib/debug /home/naourr/work/instance-3/output-1/target/usr/lib/debug find /home/naourr/work/instance-3/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /home/naourr/work/instance-3/output-1/host/bin/x86_64-linux-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/naourr/work/instance-3/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /home/naourr/work/instance-3/output-1/host/bin/x86_64-linux-strip --remove-section=.comment --remove-section=.note --strip-debug 2>/dev/null || true test -f /home/naourr/work/instance-3/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/naourr/work/instance-3/output-1/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /home/naourr/work/instance-3/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2019.02-8285-gfc3d6a3ed0"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2020.08-git"; \ echo "PRETTY_NAME=\"Buildroot 2020.08-git\"" \ ) > /home/naourr/work/instance-3/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/naourr/work/instance-3/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/naourr/work/instance-3/output-1/per-package /home/naourr/work/instance-3/buildroot/support/scripts/fix-rpath target cat /home/naourr/work/instance-3/output-1/build/busybox-1.31.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/conntrack-tools-1.4.6/.files-list.txt /home/naourr/work/instance-3/output-1/build/fscryptctl-f037dcf4354ce8f25d0f371b58dfe7a7ac27576f/.files-list.txt /home/naourr/work/instance-3/output-1/build/gettext-gnu-0.20.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/gettext/.files-list.txt /home/naourr/work/instance-3/output-1/build/gnuplot-5.2.8/.files-list.txt /home/naourr/work/instance-3/output-1/build/host-autoconf-2.69/.files-list.txt /home/naourr/work/instance-3/output-1/build/host-automake-1.15.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/host-bison-3.6.4/.files-list.txt /home/naourr/work/instance-3/output-1/build/host-flex-2.6.4/.files-list.txt /home/naourr/work/instance-3/output-1/build/host-gettext-gnu-0.20.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/host-gettext/.files-list.txt /home/naourr/work/instance-3/output-1/build/host-libtextstyle-0.20.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/host-libtirpc-1.2.6/.files-list.txt /home/naourr/work/instance-3/output-1/build/host-libtool-2.4.6/.files-list.txt /home/naourr/work/instance-3/output-1/build/host-libxml2-2.9.10/.files-list.txt /home/naourr/work/instance-3/output-1/build/host-m4-1.4.18/.files-list.txt /home/naourr/work/instance-3/output-1/build/host-nfs-utils-2.5.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/host-patchelf-0.9/.files-list.txt /home/naourr/work/instance-3/output-1/build/host-pkgconf-1.6.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/host-skeleton/.files-list.txt /home/naourr/work/instance-3/output-1/build/host-tar-1.29/.files-list.txt /home/naourr/work/instance-3/output-1/build/initscripts/.files-list.txt /home/naourr/work/instance-3/output-1/build/libmnl-1.0.4/.files-list.txt /home/naourr/work/instance-3/output-1/build/libnetfilter_conntrack-1.0.8/.files-list.txt /home/naourr/work/instance-3/output-1/build/libnetfilter_cthelper-1.0.0/.files-list.txt /home/naourr/work/instance-3/output-1/build/libnetfilter_cttimeout-1.0.0/.files-list.txt /home/naourr/work/instance-3/output-1/build/libnetfilter_queue-1.0.5/.files-list.txt /home/naourr/work/instance-3/output-1/build/libnfnetlink-1.0.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/libraw1394-2.1.2/.files-list.txt /home/naourr/work/instance-3/output-1/build/libtirpc-1.2.6/.files-list.txt /home/naourr/work/instance-3/output-1/build/libupnp18-1.8.7/.files-list.txt /home/naourr/work/instance-3/output-1/build/logrotate-3.16.0/.files-list.txt /home/naourr/work/instance-3/output-1/build/popt-1.16/.files-list.txt /home/naourr/work/instance-3/output-1/build/rtptools-1.22/.files-list.txt /home/naourr/work/instance-3/output-1/build/skeleton-init-common/.files-list.txt /home/naourr/work/instance-3/output-1/build/skeleton-init-sysv/.files-list.txt /home/naourr/work/instance-3/output-1/build/skeleton/.files-list.txt /home/naourr/work/instance-3/output-1/build/toolchain-external-custom/.files-list.txt /home/naourr/work/instance-3/output-1/build/toolchain-external/.files-list.txt /home/naourr/work/instance-3/output-1/build/toolchain/.files-list.txt /home/naourr/work/instance-3/output-1/build/whetstone-1.2/.files-list.txt /home/naourr/work/instance-3/output-1/build/wipe-2.3.1/.files-list.txt > /home/naourr/work/instance-3/output-1/build/packages-file-list.txt cat /home/naourr/work/instance-3/output-1/build/busybox-1.31.1/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/conntrack-tools-1.4.6/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/fscryptctl-f037dcf4354ce8f25d0f371b58dfe7a7ac27576f/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/gettext-gnu-0.20.1/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/gettext/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/gnuplot-5.2.8/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-autoconf-2.69/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-automake-1.15.1/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-bison-3.6.4/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-flex-2.6.4/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-gettext-gnu-0.20.1/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-gettext/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-libtextstyle-0.20.1/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-libtirpc-1.2.6/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-libtool-2.4.6/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-libxml2-2.9.10/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-m4-1.4.18/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-nfs-utils-2.5.1/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-patchelf-0.9/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-pkgconf-1.6.1/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-skeleton/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-tar-1.29/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/initscripts/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/libmnl-1.0.4/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/libnetfilter_conntrack-1.0.8/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/libnetfilter_cthelper-1.0.0/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/libnetfilter_cttimeout-1.0.0/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/libnetfilter_queue-1.0.5/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/libnfnetlink-1.0.1/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/libraw1394-2.1.2/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/libtirpc-1.2.6/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/libupnp18-1.8.7/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/logrotate-3.16.0/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/popt-1.16/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/rtptools-1.22/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/skeleton-init-common/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/skeleton-init-sysv/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/skeleton/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/toolchain-external-custom/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/toolchain-external/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/toolchain/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/whetstone-1.2/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/wipe-2.3.1/.files-list-host.txt > /home/naourr/work/instance-3/output-1/build/packages-file-list-host.txt cat /home/naourr/work/instance-3/output-1/build/busybox-1.31.1/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/conntrack-tools-1.4.6/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/fscryptctl-f037dcf4354ce8f25d0f371b58dfe7a7ac27576f/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/gettext-gnu-0.20.1/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/gettext/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/gnuplot-5.2.8/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/host-autoconf-2.69/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/host-automake-1.15.1/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/host-bison-3.6.4/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/host-flex-2.6.4/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/host-gettext-gnu-0.20.1/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/host-gettext/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/host-libtextstyle-0.20.1/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/host-libtirpc-1.2.6/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/host-libtool-2.4.6/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/host-libxml2-2.9.10/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/host-m4-1.4.18/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/host-nfs-utils-2.5.1/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/host-patchelf-0.9/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/host-pkgconf-1.6.1/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/host-skeleton/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/host-tar-1.29/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/initscripts/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libmnl-1.0.4/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libnetfilter_conntrack-1.0.8/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libnetfilter_cthelper-1.0.0/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libnetfilter_cttimeout-1.0.0/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libnetfilter_queue-1.0.5/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libnfnetlink-1.0.1/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libraw1394-2.1.2/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libtirpc-1.2.6/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libupnp18-1.8.7/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/logrotate-3.16.0/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/popt-1.16/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/rtptools-1.22/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/skeleton-init-common/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/skeleton-init-sysv/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/skeleton/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/toolchain-external-custom/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/toolchain-external/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/toolchain/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/whetstone-1.2/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/wipe-2.3.1/.files-list-staging.txt > /home/naourr/work/instance-3/output-1/build/packages-file-list-staging.txt touch /home/naourr/work/instance-3/output-1/target/usr ln -snf /home/naourr/work/instance-3/output-1/host/x86_64-buildroot-linux-uclibc/sysroot /home/naourr/work/instance-3/output-1/staging make: Leaving directory '/home/naourr/work/instance-3/buildroot' make: Entering directory '/home/naourr/work/instance-3/buildroot' >>> Buildroot 2019.02-8285-gfc3d6a3ed0 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-external Collecting legal info >>> host-skeleton Collecting legal info >>> host-tar 1.29 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain-external-custom Collecting legal info >>> toolchain Collecting legal info >>> busybox 1.31.1 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) >>> host-pkgconf 1.6.1 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> libtirpc 1.2.6 Collecting legal info COPYING: OK (sha256: 17cf6098f95bdbb269f0bbc68e76c88fe20487ca7ec53f454923ab4256ecd2e7) >>> host-autoconf 2.69 Collecting legal info COPYINGv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-m4 1.4.18 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-automake 1.15.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-nfs-utils 2.5.1 Collecting legal info COPYING: OK (sha256: 576540abf5e95029ad4ad90e32071385a5e95b2c30708c706116f3eb87b9a3de) >>> host-libtirpc 1.2.6 Collecting legal info COPYING: OK (sha256: 17cf6098f95bdbb269f0bbc68e76c88fe20487ca7ec53f454923ab4256ecd2e7) >>> conntrack-tools 1.4.6 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> host-bison 3.6.4 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-gettext Collecting legal info >>> host-gettext-gnu 0.20.1 Collecting legal info COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) gettext-runtime/intl/COPYING.LIB: OK (sha256: 3fe5361f24b7c49ba12911c08f5a33f9cb18871d95d9fb881f5b8a4793e04288) >>> host-libtextstyle 0.20.1 Collecting legal info COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> host-libxml2 2.9.10 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> libnetfilter_conntrack 1.0.8 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libmnl 1.0.4 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnfnetlink 1.0.1 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnetfilter_cthelper 1.0.0 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnetfilter_cttimeout 1.0.0 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnetfilter_queue 1.0.5 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> fscryptctl f037dcf4354ce8f25d0f371b58dfe7a7ac27576f Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> gettext-gnu 0.20.1 Collecting legal info COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) gettext-runtime/intl/COPYING.LIB: OK (sha256: 3fe5361f24b7c49ba12911c08f5a33f9cb18871d95d9fb881f5b8a4793e04288) >>> gettext Collecting legal info >>> gnuplot 5.2.8 Collecting legal info Copyright: OK (sha256: 895928ec0735cca1c8cec42656c7e314a065d0242813bb8693c0c1bf61fd4e4d) >>> initscripts Collecting legal info >>> libraw1394 2.1.2 Collecting legal info COPYING.LIB: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> libupnp18 1.8.7 Collecting legal info COPYING: OK (sha256: c8b99423cad48bb44e2cf52a496361404290865eac259a82da6d1e4331ececb3) >>> logrotate 3.16.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> popt 1.16 Collecting legal info COPYING: OK (sha256: 518d4f2a05064cb9a8ec0ea02e86408af4feed6916f78ef42171465db8b383c5) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> rtptools 1.22 Collecting legal info LICENSE: OK (sha256: f864592065e232c0b444ae9682a7a1a2c6aafe96712999f794bec24d4441a6a9) >>> whetstone 1.2 Collecting legal info >>> wipe 2.3.1 Collecting legal info LICENSE: OK (sha256: 890cd89006bb57ce95b460e867c7bcc81d30cbc23067a9be4644bdac6882bc14) WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-custom: cannot save license (TOOLCHAIN_EXTERNAL_CUSTOM_LICENSE_FILES not defined) WARNING: whetstone-1.2: cannot save license (WHETSTONE_LICENSE_FILES not defined) Legal info produced in /home/naourr/work/instance-3/output-1/legal-info make: Leaving directory '/home/naourr/work/instance-3/buildroot'