patching file src/patchelf.cc Applying 0002-Extract-a-function-for-splitting-a-colon-separated-s.patch using patch: patching file src/patchelf.cc Applying 0003-Add-option-to-make-the-rpath-relative-under-a-specif.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/peko/autobuild/instance-3/output/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 >>> host-patchelf 0.9 Checking configure (powerpc64/powerpc64le) support/scripts/fix-configure-powerpc64.sh /home/peko/autobuild/instance-3/output/build/host-patchelf-0.9 (cd /home/peko/autobuild/instance-3/output/build/host-patchelf-0.9/ && rm -rf config.cache; PATH="/home/peko/autobuild/instance-3/output/host/bin:/home/peko/autobuild/instance-3/output/host/sbin:/home/peko/host/usr/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/peko/.local/bin:/home/peko/bin" PKG_CONFIG="/home/peko/autobuild/instance-3/output/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/home/peko/autobuild/instance-3/output/host/lib/pkgconfig:/home/peko/autobuild/instance-3/output/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/peko/autobuild/instance-3/output/host/include" CFLAGS="-O2 -I/home/peko/autobuild/instance-3/output/host/include" CXXFLAGS="-O2 -I/home/peko/autobuild/instance-3/output/host/include" LDFLAGS="-L/home/peko/autobuild/instance-3/output/host/lib -Wl,-rpath,/home/peko/autobuild/instance-3/output/host/lib" INTLTOOL_PERL=/usr/bin/perl CFLAGS="-O2 -I/home/peko/autobuild/instance-3/output/host/include" LDFLAGS="-L/home/peko/autobuild/instance-3/output/host/lib -Wl,-rpath,/home/peko/autobuild/instance-3/output/host/lib" CONFIG_SITE=/dev/null ./configure --prefix="/home/peko/autobuild/instance-3/output/host" --sysconfdir="/home/peko/autobuild/instance-3/output/host/etc" --localstatedir="/home/peko/autobuild/instance-3/output/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-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 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 65536 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 >>> host-patchelf 0.9 Building PATH="/home/peko/autobuild/instance-3/output/host/bin:/home/peko/autobuild/instance-3/output/host/sbin:/home/peko/host/usr/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/peko/.local/bin:/home/peko/bin" PKG_CONFIG="/home/peko/autobuild/instance-3/output/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/home/peko/autobuild/instance-3/output/host/lib/pkgconfig:/home/peko/autobuild/instance-3/output/host/share/pkgconfig" /usr/bin/make -j16 -C /home/peko/autobuild/instance-3/output/build/host-patchelf-0.9/ Making all in 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=65536 -I. -I/home/peko/autobuild/instance-3/output/host/include -Wall -O2 -I/home/peko/autobuild/instance-3/output/host/include -c -o patchelf.o patchelf.cc /usr/bin/g++ -Wall -O2 -I/home/peko/autobuild/instance-3/output/host/include -L/home/peko/autobuild/instance-3/output/host/lib -Wl,-rpath,/home/peko/autobuild/instance-3/output/host/lib -o patchelf patchelf.o Making all in tests make[3]: Nothing to be done for `all'. make[3]: Nothing to be done for `all-am'. >>> host-patchelf 0.9 Installing to host directory PATH="/home/peko/autobuild/instance-3/output/host/bin:/home/peko/autobuild/instance-3/output/host/sbin:/home/peko/host/usr/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/peko/.local/bin:/home/peko/bin" PKG_CONFIG="/home/peko/autobuild/instance-3/output/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/home/peko/autobuild/instance-3/output/host/lib/pkgconfig:/home/peko/autobuild/instance-3/output/host/share/pkgconfig" /usr/bin/make -j16 install -C /home/peko/autobuild/instance-3/output/build/host-patchelf-0.9/ Making install in src make[4]: Nothing to be done for `install-data-am'. /usr/bin/mkdir -p '/home/peko/autobuild/instance-3/output/host/bin' /usr/bin/install -c patchelf '/home/peko/autobuild/instance-3/output/host/bin' Making install in tests make[4]: Nothing to be done for `install-exec-am'. make[4]: Nothing to be done for `install-data-am'. make[4]: Nothing to be done for `install-exec-am'. /usr/bin/mkdir -p '/home/peko/autobuild/instance-3/output/host/share/doc/patchelf' /usr/bin/mkdir -p '/home/peko/autobuild/instance-3/output/host/share/man/man1' /usr/bin/install -c -m 644 patchelf.1 '/home/peko/autobuild/instance-3/output/host/share/man/man1' /usr/bin/install -c -m 644 README '/home/peko/autobuild/instance-3/output/host/share/doc/patchelf' pugixml-1.7.tar.gz: OK (sha256: fbe10d46f61d769f7d92a296102e4e2bd3ee16130f11c5b10a1aae590ea1f5ca) >>> pugixml 1.7 Extracting gzip -d -c /home/peko/autobuild/instance-3/dl/pugixml-1.7.tar.gz | tar --strip-components=1 -C /home/peko/autobuild/instance-3/output/build/pugixml-1.7 -xf - >>> pugixml 1.7 Patching Applying 0001-check-cxx_long_long_type-existence.patch using patch: patching file scripts/CMakeLists.txt >>> pugixml 1.7 Configuring (mkdir -p /home/peko/autobuild/instance-3/output/build/pugixml-1.7/scripts && cd /home/peko/autobuild/instance-3/output/build/pugixml-1.7/scripts && rm -f CMakeCache.txt && PATH="/home/peko/autobuild/instance-3/output/host/bin:/home/peko/autobuild/instance-3/output/host/sbin:/home/peko/host/usr/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/peko/.local/bin:/home/peko/bin" /usr/bin/cmake3 /home/peko/autobuild/instance-3/output/build/pugixml-1.7/scripts -DCMAKE_TOOLCHAIN_FILE="/home/peko/autobuild/instance-3/output/host/share/buildroot/toolchainfile.cmake" -DCMAKE_INSTALL_PREFIX="/usr" -DCMAKE_COLOR_MAKEFILE=OFF -DBUILD_DOC=OFF -DBUILD_DOCS=OFF -DBUILD_EXAMPLE=OFF -DBUILD_EXAMPLES=OFF -DBUILD_TEST=OFF -DBUILD_TESTS=OFF -DBUILD_TESTING=OFF -DBUILD_SHARED_LIBS=ON ) -- The C compiler identification is GNU 7.1.1 -- The CXX compiler identification is GNU 7.1.1 -- Check for working C compiler: /home/peko/autobuild/instance-3/output/host/bin/arc-buildroot-linux-uclibc-gcc -- Check for working C compiler: /home/peko/autobuild/instance-3/output/host/bin/arc-buildroot-linux-uclibc-gcc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C compile features - done -- Check for working CXX compiler: /home/peko/autobuild/instance-3/output/host/bin/arc-buildroot-linux-uclibc-g++ -- Check for working CXX compiler: /home/peko/autobuild/instance-3/output/host/bin/arc-buildroot-linux-uclibc-g++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done -- Configuring done -- Generating done CMake Warning: Manually-specified variables were not used by the project: BUILD_DOC BUILD_DOCS BUILD_EXAMPLE BUILD_EXAMPLES BUILD_TEST BUILD_TESTING -- Build files have been written to: /home/peko/autobuild/instance-3/output/build/pugixml-1.7/scripts >>> pugixml 1.7 Building PATH="/home/peko/autobuild/instance-3/output/host/bin:/home/peko/autobuild/instance-3/output/host/sbin:/home/peko/host/usr/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/peko/.local/bin:/home/peko/bin" /usr/bin/make -j16 -C /home/peko/autobuild/instance-3/output/build/pugixml-1.7/scripts Scanning dependencies of target pugixml [ 50%] Building CXX object CMakeFiles/pugixml.dir/home/peko/autobuild/instance-3/output/build/pugixml-1.7/src/pugixml.cpp.o [100%] Linking CXX shared library libpugixml.so [100%] Built target pugixml >>> pugixml 1.7 Installing to staging directory PATH="/home/peko/autobuild/instance-3/output/host/bin:/home/peko/autobuild/instance-3/output/host/sbin:/home/peko/host/usr/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/peko/.local/bin:/home/peko/bin" /usr/bin/make -j16 DESTDIR=/home/peko/autobuild/instance-3/output/host/arc-buildroot-linux-uclibc/sysroot install/fast -C /home/peko/autobuild/instance-3/output/build/pugixml-1.7/scripts Install the project... -- Install configuration: "Release" -- Installing: /home/peko/autobuild/instance-3/output/host/arc-buildroot-linux-uclibc/sysroot/usr/lib/libpugixml.so.1.7 -- Installing: /home/peko/autobuild/instance-3/output/host/arc-buildroot-linux-uclibc/sysroot/usr/lib/libpugixml.so.1 -- Installing: /home/peko/autobuild/instance-3/output/host/arc-buildroot-linux-uclibc/sysroot/usr/lib/libpugixml.so -- Installing: /home/peko/autobuild/instance-3/output/host/arc-buildroot-linux-uclibc/sysroot/usr/include/pugixml.hpp -- Installing: /home/peko/autobuild/instance-3/output/host/arc-buildroot-linux-uclibc/sysroot/usr/include/pugiconfig.hpp -- Installing: /home/peko/autobuild/instance-3/output/host/arc-buildroot-linux-uclibc/sysroot/usr/lib/cmake/pugixml/pugixml-config.cmake -- Installing: /home/peko/autobuild/instance-3/output/host/arc-buildroot-linux-uclibc/sysroot/usr/lib/cmake/pugixml/pugixml-config-release.cmake >>> pugixml 1.7 Fixing libtool files >>> pugixml 1.7 Installing to target PATH="/home/peko/autobuild/instance-3/output/host/bin:/home/peko/autobuild/instance-3/output/host/sbin:/home/peko/host/usr/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/peko/.local/bin:/home/peko/bin" /usr/bin/make -j16 DESTDIR=/home/peko/autobuild/instance-3/output/target install/fast -C /home/peko/autobuild/instance-3/output/build/pugixml-1.7/scripts Install the project... -- Install configuration: "Release" -- Installing: /home/peko/autobuild/instance-3/output/target/usr/lib/libpugixml.so.1.7 -- Installing: /home/peko/autobuild/instance-3/output/target/usr/lib/libpugixml.so.1 -- Installing: /home/peko/autobuild/instance-3/output/target/usr/lib/libpugixml.so -- Installing: /home/peko/autobuild/instance-3/output/target/usr/include/pugixml.hpp -- Installing: /home/peko/autobuild/instance-3/output/target/usr/include/pugiconfig.hpp -- Installing: /home/peko/autobuild/instance-3/output/target/usr/lib/cmake/pugixml/pugixml-config.cmake -- Installing: /home/peko/autobuild/instance-3/output/target/usr/lib/cmake/pugixml/pugixml-config-release.cmake wavemon-v0.8.1.tar.gz: OK (sha256: c9ea57da4f8161401bcaaca17b37bcdf16ffb88baad2370afed2e15a7f71af73) >>> wavemon v0.8.1 Extracting gzip -d -c /home/peko/autobuild/instance-3/dl/wavemon-v0.8.1.tar.gz | tar --strip-components=1 -C /home/peko/autobuild/instance-3/output/build/wavemon-v0.8.1 -xf - >>> wavemon v0.8.1 Patching >>> wavemon v0.8.1 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /home/peko/autobuild/instance-3/output/build/wavemon-v0.8.1 -name $file); do cp support/gnuconfig/$file $i; done; done >>> wavemon v0.8.1 Patching libtool >>> wavemon v0.8.1 Configuring (cd /home/peko/autobuild/instance-3/output/build/wavemon-v0.8.1/ && rm -rf config.cache && PATH="/home/peko/autobuild/instance-3/output/host/bin:/home/peko/autobuild/instance-3/output/host/sbin:/home/peko/host/usr/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/peko/.local/bin:/home/peko/bin" AR="/home/peko/autobuild/instance-3/output/host/bin/arc-buildroot-linux-uclibc-ar" AS="/home/peko/autobuild/instance-3/output/host/bin/arc-buildroot-linux-uclibc-as" LD="/home/peko/autobuild/instance-3/output/host/bin/arc-buildroot-linux-uclibc-ld" NM="/home/peko/autobuild/instance-3/output/host/bin/arc-buildroot-linux-uclibc-nm" CC="/home/peko/autobuild/instance-3/output/host/bin/arc-buildroot-linux-uclibc-gcc" GCC="/home/peko/autobuild/instance-3/output/host/bin/arc-buildroot-linux-uclibc-gcc" CPP="/home/peko/autobuild/instance-3/output/host/bin/arc-buildroot-linux-uclibc-cpp" CXX="/home/peko/autobuild/instance-3/output/host/bin/arc-buildroot-linux-uclibc-g++" FC="/home/peko/autobuild/instance-3/output/host/bin/arc-buildroot-linux-uclibc-gfortran" F77="/home/peko/autobuild/instance-3/output/host/bin/arc-buildroot-linux-uclibc-gfortran" RANLIB="/home/peko/autobuild/instance-3/output/host/bin/arc-buildroot-linux-uclibc-ranlib" READELF="/home/peko/autobuild/instance-3/output/host/bin/arc-buildroot-linux-uclibc-readelf" STRIP="/home/peko/autobuild/instance-3/output/host/bin/arc-buildroot-linux-uclibc-strip" OBJCOPY="/home/peko/autobuild/instance-3/output/host/bin/arc-buildroot-linux-uclibc-objcopy" OBJDUMP="/home/peko/autobuild/instance-3/output/host/bin/arc-buildroot-linux-uclibc-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/peko/autobuild/instance-3/output/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/peko/autobuild/instance-3/output/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/peko/autobuild/instance-3/output/host/include" LDFLAGS_FOR_BUILD="-L/home/peko/autobuild/instance-3/output/host/lib -Wl,-rpath,/home/peko/autobuild/instance-3/output/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/peko/autobuild/instance-3/output/host/bin/arc-buildroot-linux-uclibc-as" DEFAULT_LINKER="/home/peko/autobuild/instance-3/output/host/bin/arc-buildroot-linux-uclibc-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 -matomic -Os " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -matomic -Os " LDFLAGS="" FCFLAGS="-matomic -Os " FFLAGS="-matomic -Os " PKG_CONFIG="/home/peko/autobuild/instance-3/output/host/bin/pkg-config" STAGING_DIR="/home/peko/autobuild/instance-3/output/host/arc-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=no CONFIG_SITE=/dev/null ./configure --target=arc-buildroot-linux-uclibc --host=arc-buildroot-linux-uclibc --build=powerpc64le-unknown-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 ) 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 build system type... powerpc64le-unknown-linux-gnu checking host system type... arc-buildroot-linux-uclibc checking for arc-buildroot-linux-uclibc-gcc... /home/peko/autobuild/instance-3/output/host/bin/arc-buildroot-linux-uclibc-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... yes checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /home/peko/autobuild/instance-3/output/host/bin/arc-buildroot-linux-uclibc-gcc accepts -g... yes checking for /home/peko/autobuild/instance-3/output/host/bin/arc-buildroot-linux-uclibc-gcc option to accept ISO C89... none needed checking how to run the C preprocessor... /home/peko/autobuild/instance-3/output/host/bin/arc-buildroot-linux-uclibc-cpp checking for a BSD-compatible install... /usr/bin/install -c 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 whether time.h and sys/time.h may both be included... 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 ncurses.h usability... yes checking ncurses.h presence... yes checking for ncurses.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking netdb.h usability... yes checking netdb.h presence... yes checking for netdb.h... yes checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.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 net/if_arp.h usability... yes checking net/if_arp.h presence... yes checking for net/if_arp.h... yes checking netinet/ether.h usability... yes checking netinet/ether.h presence... yes checking for netinet/ether.h... yes checking net/ethernet.h usability... yes checking net/ethernet.h presence... yes checking for net/ethernet.h... yes checking pthread.h usability... yes checking pthread.h presence... yes checking for pthread.h... yes checking for sys/socket.h... yes checking for linux/if.h... yes checking for linux/wireless.h... yes checking for stdbool.h that conforms to C99... yes checking for _Bool... yes checking for pow in -lm... yes checking for waddstr in -lncurses... yes checking for pthread_create in -lpthread... yes checking for cap_get_flag in -lcap... no checking for gettimeofday... yes checking for ether_ntohost... yes checking pkg-config is at least version 0.9.0... yes checking for LIBNL3... yes checking for LIBNL3_GENL... yes checking whether /home/peko/autobuild/instance-3/output/host/bin/arc-buildroot-linux-uclibc-gcc needs -traditional... no checking for an ANSI C-conforming const... yes checking for inline... inline configure: creating ./config.status config.status: creating Makefile 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 >>> wavemon v0.8.1 Building PATH="/home/peko/autobuild/instance-3/output/host/bin:/home/peko/autobuild/instance-3/output/host/sbin:/home/peko/host/usr/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/peko/.local/bin:/home/peko/bin" /usr/bin/make -j16 CC="/home/peko/autobuild/instance-3/output/host/bin/arc-buildroot-linux-uclibc-gcc" -C /home/peko/autobuild/instance-3/output/build/wavemon-v0.8.1/ CC llist.c CC conf_scr.c CC error.c CC help_scr.c CC conf.c CC ui.c CC scan_scr.c CC iw_scan.c CC about_scr.c CC info_scr.c CC iw_if.c CC iw_nl80211.c CC lhist_scr.c CC utils.c /home/peko/autobuild/instance-3/output/host/bin/arc-buildroot-linux-uclibc-gcc -O2 -Wall -pthread -I/home/peko/autobuild/instance-3/output/host/bin/../arc-buildroot-linux-uclibc/sysroot/usr/include/libnl3 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 wavemon.c llist.o conf_scr.o error.o help_scr.o conf.o ui.o scan_scr.o iw_scan.o about_scr.o info_scr.o iw_if.o iw_nl80211.o lhist_scr.o utils.o -lncurses -lm -L/home/peko/autobuild/instance-3/output/host/bin/../arc-buildroot-linux-uclibc/sysroot/usr/lib -lnl-genl-3 -lnl-3 -L/home/peko/autobuild/instance-3/output/host/bin/../arc-buildroot-linux-uclibc/sysroot/usr/lib -lnl-3 -o wavemon >>> wavemon v0.8.1 Installing to target PATH="/home/peko/autobuild/instance-3/output/host/bin:/home/peko/autobuild/instance-3/output/host/sbin:/home/peko/host/usr/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/peko/.local/bin:/home/peko/bin" /usr/bin/make -j16 DESTDIR=/home/peko/autobuild/instance-3/output/target install -C /home/peko/autobuild/instance-3/output/build/wavemon-v0.8.1/ /usr/bin/install -c -m 0755 -d /home/peko/autobuild/instance-3/output/target/usr/bin /usr/bin/install -c -m 0755 wavemon /home/peko/autobuild/instance-3/output/target/usr/bin /usr/bin/install -c -m 0755 -d /home/peko/autobuild/instance-3/output/target/usr/share/man/man1 /usr/bin/install -c -m 0644 wavemon.1 /home/peko/autobuild/instance-3/output/target/usr/share/man/man1 /usr/bin/install -c -m 0755 -d /home/peko/autobuild/instance-3/output/target/usr/share/man/man5 /usr/bin/install -c -m 0644 wavemonrc.5 /home/peko/autobuild/instance-3/output/target/usr/share/man/man5 /usr/bin/install -c -m 0755 -d /home/peko/autobuild/instance-3/output/target/usr/share/wavemon /usr/bin/install -c -m 0644 README.md NEWS THANKS AUTHORS COPYING ChangeLog /home/peko/autobuild/instance-3/output/target/usr/share/wavemon >>> Finalizing target directory # Check files that are touched by more than one package ./support/scripts/check-uniq-files -t target /home/peko/autobuild/instance-3/output/build/packages-file-list.txt ./support/scripts/check-uniq-files -t staging /home/peko/autobuild/instance-3/output/build/packages-file-list-staging.txt ./support/scripts/check-uniq-files -t host /home/peko/autobuild/instance-3/output/build/packages-file-list-host.txt Warning: host file "./libexec/gcc/arc-buildroot-linux-uclibc/7.1.1/cc1" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final'] Warning: host file "./bin/arc-linux-gcov-tool" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final'] Warning: host file "./bin/arc-buildroot-linux-uclibc-gcc.br_real" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final'] Warning: host file "./bin/arc-linux-gcc.br_real" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final'] Warning: host file "./share/info/dir" is touched by more than one package: ['host-lzip', 'host-m4', 'host-bison', 'host-libtool', 'host-autoconf', 'host-automake', 'host-gettext', 'host-gmp', 'host-mpfr', 'host-mpc', 'host-gcc-initial', 'host-libffi'] Warning: host file "./lib/gcc/arc-buildroot-linux-uclibc/7.1.1/crtbeginT.o" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final'] Warning: host file "./lib/gcc/arc-buildroot-linux-uclibc/7.1.1/libgcc.a" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final'] Warning: host file "./libexec/gcc/arc-buildroot-linux-uclibc/7.1.1/collect2" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final'] Warning: host file "./lib/gcc/arc-buildroot-linux-uclibc/7.1.1/libgcov.a" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final'] Warning: host file "./bin/arc-buildroot-linux-uclibc-cpp.br_real" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final'] Warning: host file "./bin/arc-linux-cpp.br_real" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final'] Warning: host file "./lib/gcc/arc-buildroot-linux-uclibc/7.1.1/crtbeginS.o" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final'] Warning: host file "./libexec/gcc/arc-buildroot-linux-uclibc/7.1.1/lto1" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final'] Warning: host file "./lib/gcc/arc-buildroot-linux-uclibc/7.1.1/plugin/include/auto-host.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final'] Warning: host file "./bin/arc-buildroot-linux-uclibc-gcc-7.1.1.br_real" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final'] Warning: host file "./lib/gcc/arc-buildroot-linux-uclibc/7.1.1/plugin/include/configargs.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final'] Warning: host file "./bin/arc-linux-gcov" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final'] Warning: host file "./lib/gcc/arc-buildroot-linux-uclibc/7.1.1/include-fixed/limits.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final'] Warning: host file "./bin/arc-buildroot-linux-uclibc-gcov" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final'] Warning: host file "./bin/arc-buildroot-linux-uclibc-gcov-tool" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final'] Warning: host file "./lib/gcc/arc-buildroot-linux-uclibc/7.1.1/crtbegin.o" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final'] Warning: host file "./lib/gcc/arc-buildroot-linux-uclibc/7.1.1/install-tools/include/limits.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final'] Warning: host file "./bin/arc-linux-gcov-dump" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final'] Warning: host file "./bin/arc-linux-gcc-7.1.1.br_real" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final'] Warning: host file "./bin/arc-buildroot-linux-uclibc-gcov-dump" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final'] Warning: host file "./libexec/gcc/arc-buildroot-linux-uclibc/7.1.1/lto-wrapper" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final'] rm -f /home/peko/autobuild/instance-3/output/target/usr/share/glib-2.0/schemas/*.xml /home/peko/autobuild/instance-3/output/target/usr/share/glib-2.0/schemas/*.dtd /home/peko/autobuild/instance-3/output/host/bin/glib-compile-schemas /home/peko/autobuild/instance-3/output/host/arc-buildroot-linux-uclibc/sysroot/usr/share/glib-2.0/schemas --targetdir=/home/peko/autobuild/instance-3/output/target/usr/share/glib-2.0/schemas No schema files found: doing nothing. mkdir -p /home/peko/autobuild/instance-3/output/target/etc echo "buildroot" > /home/peko/autobuild/instance-3/output/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/peko/autobuild/instance-3/output/target/etc/hosts mkdir -p /home/peko/autobuild/instance-3/output/target/etc echo "Welcome to Buildroot" > /home/peko/autobuild/instance-3/output/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /home/peko/autobuild/instance-3/output/target/etc/shadow rm -f /home/peko/autobuild/instance-3/output/target/bin/sh rm -f /home/peko/autobuild/instance-3/output/build/locales.nopurge for i in C en_US locale-archive; do echo $i >> /home/peko/autobuild/instance-3/output/build/locales.nopurge; done for dir in /home/peko/autobuild/instance-3/output/target/usr/share/locale; do for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /home/peko/autobuild/instance-3/output/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /home/peko/autobuild/instance-3/output/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /home/peko/autobuild/instance-3/output/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /home/peko/autobuild/instance-3/output/target/usr/share/X11/locale/locale.dir; fi rm -rf /home/peko/autobuild/instance-3/output/target/usr/include /home/peko/autobuild/instance-3/output/target/usr/share/aclocal \ /home/peko/autobuild/instance-3/output/target/usr/lib/pkgconfig /home/peko/autobuild/instance-3/output/target/usr/share/pkgconfig \ /home/peko/autobuild/instance-3/output/target/usr/lib/cmake /home/peko/autobuild/instance-3/output/target/usr/share/cmake find /home/peko/autobuild/instance-3/output/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/peko/autobuild/instance-3/output/target/lib/ /home/peko/autobuild/instance-3/output/target/usr/lib/ /home/peko/autobuild/instance-3/output/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' \) -print0 | xargs -0 rm -f rm -rf /home/peko/autobuild/instance-3/output/target/usr/share/gdb rm -rf /home/peko/autobuild/instance-3/output/target/usr/share/bash-completion rm -rf /home/peko/autobuild/instance-3/output/target/usr/share/zsh rm -rf /home/peko/autobuild/instance-3/output/target/usr/man /home/peko/autobuild/instance-3/output/target/usr/share/man rm -rf /home/peko/autobuild/instance-3/output/target/usr/info /home/peko/autobuild/instance-3/output/target/usr/share/info rm -rf /home/peko/autobuild/instance-3/output/target/usr/doc /home/peko/autobuild/instance-3/output/target/usr/share/doc rm -rf /home/peko/autobuild/instance-3/output/target/usr/share/gtk-doc rmdir /home/peko/autobuild/instance-3/output/target/usr/share 2>/dev/null || true find /home/peko/autobuild/instance-3/output/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /home/peko/autobuild/instance-3/output/host/bin/arc-buildroot-linux-uclibc-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/peko/autobuild/instance-3/output/target/lib/ -type f -name 'libpthread*.so*' | \ xargs -r /home/peko/autobuild/instance-3/output/host/bin/arc-buildroot-linux-uclibc-strip --remove-section=.comment --remove-section=.note --strip-debug find /home/peko/autobuild/instance-3/output/target/lib/ -type f -name 'ld-*.so*' | \ xargs -r /home/peko/autobuild/instance-3/output/host/bin/arc-buildroot-linux-uclibc-strip --remove-section=.comment --remove-section=.note --strip-debug test -f /home/peko/autobuild/instance-3/output/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/peko/autobuild/instance-3/output/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/peko/autobuild/instance-3/output/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2018.05-git-00235-g03b5b44"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2018.05-git"; \ echo "PRETTY_NAME=\"Buildroot 2018.05-git\"" \ ) > /home/peko/autobuild/instance-3/output/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/peko/autobuild/instance-3/output/target/etc >>> Sanitizing RPATH in target tree /home/peko/autobuild/instance-3/buildroot/support/scripts/fix-rpath target make: Leaving directory `/home/peko/autobuild/instance-3/buildroot' make: Entering directory `/home/peko/autobuild/instance-3/buildroot' >>> Buildroot 2018.05-git-00235-g03b5b44 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> host-lzip 1.20 Collecting legal info COPYING: OK (sha256: 3d77c1a58fbde5ddba612d1fe09965e20a3804953eca12e8c1892298bb8a5eef) >>> toolchain-buildroot Collecting legal info >>> host-gcc-final arc-2017.09-release Collecting legal info >>> host-binutils arc-2017.09-release Collecting legal info ERROR: No hash found for COPYING3 ERROR: No hash found for COPYING.LIB >>> host-bison 3.0.4 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-m4 1.4.18 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-autoconf 2.69 Collecting legal info ERROR: No hash found for COPYINGv3 ERROR: No hash found for COPYING.EXCEPTION >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-automake 1.15.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-gettext 0.19.8.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) ERROR: No hash found for gettext-runtime/intl/COPYING.LIB >>> host-libxml2 2.9.7 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> host-pkgconf 0.9.12 Collecting legal info ERROR: No hash found for COPYING >>> host-gmp 6.1.2 Collecting legal info ERROR: No hash found for COPYING.LESSERv3 ERROR: No hash found for COPYINGv2 >>> host-mpc 1.0.3 Collecting legal info ERROR: No hash found for COPYING.LESSER >>> host-mpfr 3.1.6 Collecting legal info ERROR: No hash found for COPYING.LESSER >>> uclibc 1.0.28 Collecting legal info ERROR: No hash found for COPYING.LIB >>> host-gcc-initial arc-2017.09-release Collecting legal info >>> linux-headers 4.15.9 Collecting legal info WARNING: no hash file for COPYING >>> skeleton Collecting legal info >>> skeleton-init-none Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> alsa-lib 1.1.5 Collecting legal info COPYING: OK (sha256: a190dc9c8043755d90f8b0a75fa66b9e42d4af4c980bf5ddc633f0124db3cee7) aserver/COPYING: OK (sha256: bfe16cf823bcff261fc6a062c07ee96660e3c39678f42f39a788a68dbc234ced) >>> atest 895b0183a89c15f5e2305a6795bb1667753cd3f0 Collecting legal info ERROR: No hash found for COPYING >>> libev 4.24 Collecting legal info ERROR: No hash found for LICENSE >>> attr 2.4.47 Collecting legal info ERROR: No hash found for doc/COPYING ERROR: No hash found for doc/COPYING.LGPL >>> curlpp 0.8.1 Collecting legal info doc/LICENSE: OK (sha256: 8b9e3afd4d06ad3c169e788e5187a3e9f4f35671e9a7322f7e74bea9643b5b5a) >>> libcurl 7.58.0 Collecting legal info COPYING: OK (sha256: 5f3849ec38ddb927e79f514bf948890c41b8d1407286a49609b8fb1585931095) >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> directfb 1.7.7 Collecting legal info ERROR: No hash found for COPYING >>> freetype 2.8.1 Collecting legal info docs/LICENSE.TXT: OK (sha256: fd056de4196903a676208ef58cfddafc7d583d1f28fa2e44c309cf84a59e62fb) docs/FTL.TXT: OK (sha256: 4a9a548027a2c1d37788519dea833294c9c81f1ebc280e817f41f50d0c642d78) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> libpng 1.6.34 Collecting legal info LICENSE: OK (sha256: a247c24f82bacf0403fe2f3d5550493a91cdb575fe7036b764bda8cacf3efd9c) >>> ezxml 0.8.6 Collecting legal info ERROR: No hash found for license.txt >>> fswebcam 20140113 Collecting legal info ERROR: No hash found for LICENSE >>> gd 2.2.5 Collecting legal info COPYING: OK (sha256: d02dae2141d49b8a6b09b2b73e68a8f17d7bbeaaf02b3b841ee11fea2d9e328d) >>> jpeg Collecting legal info >>> libjpeg 9b Collecting legal info ERROR: No hash found for README >>> fwup v0.15.4 Collecting legal info ERROR: No hash found for LICENSE >>> libarchive 3.3.2 Collecting legal info ERROR: No hash found for COPYING >>> libconfuse 3.2 Collecting legal info ERROR: No hash found for LICENSE >>> libsodium 1.0.16 Collecting legal info LICENSE: OK (sha256: 6faf327c97dca6da69acefc6d3969d7bffb70a24f0707874870fdcfd6b0acf58) >>> genpart 1.0.2 Collecting legal info >>> gmrender-resurrect 33600ab663f181c4f4f5c48aba25bf961760a300 Collecting legal info ERROR: No hash found for COPYING >>> gstreamer1 1.12.4 Collecting legal info ERROR: No hash found for COPYING >>> libglib2 2.54.2 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libglib2 2.54.2 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libffi 3.2.1 Collecting legal info LICENSE: OK (sha256: 0f4d7a0bfb83c37465d42dc305f124189196cc0cc2cc8d6f8461103682aebbc5) >>> host-pcre 8.41 Collecting legal info LICENCE: OK (sha256: 9ac4dfc82b2645ff77b56b759f95f28aa15ab15a03670fa6d4313a6b351e60f0) >>> host-util-linux 2.31.1 Collecting legal info README.licensing: OK (sha256: 1e4b65802b0df8115395c697029d03339f983d451a473a08643309c684410d9a) Documentation/licenses/COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.UCB: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) Documentation/licenses/COPYING.BSD-3: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> libffi 3.2.1 Collecting legal info LICENSE: OK (sha256: 0f4d7a0bfb83c37465d42dc305f124189196cc0cc2cc8d6f8461103682aebbc5) >>> pcre 8.41 Collecting legal info LICENCE: OK (sha256: 9ac4dfc82b2645ff77b56b759f95f28aa15ab15a03670fa6d4313a6b351e60f0) >>> util-linux 2.31.1 Collecting legal info README.licensing: OK (sha256: 1e4b65802b0df8115395c697029d03339f983d451a473a08643309c684410d9a) Documentation/licenses/COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.UCB: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) Documentation/licenses/COPYING.BSD-3: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) >>> ncurses 6.1 Collecting legal info ERROR: No hash found for README >>> host-ncurses 6.1 Collecting legal info ERROR: No hash found for README >>> libupnp 1.6.25 Collecting legal info LICENSE: OK (sha256: 0375955c8a79d6e8fa0792d45d00fc4e7710d7ac95bcbd27f9225a83f5c946fd) >>> gpsd 3.17 Collecting legal info COPYING: OK (sha256: 71ff85d18bf063954cfc4251678d0e772223e21f80febbd99d5524c90f73f832) >>> host-scons 2.5.1 Collecting legal info ERROR: No hash found for LICENSE.txt >>> host-python 2.7.14 Collecting legal info LICENSE: OK (sha256: d2d17b17388da74dc9c6bdbf78eb7237432c3f8a0c87852df740ec99de2ec680) >>> host-expat 2.2.5 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> gst1-plugins-base 1.12.4 Collecting legal info ERROR: No hash found for COPYING.LIB >>> lft 3.79 Collecting legal info ERROR: No hash found for COPYING >>> libpcap 1.8.1 Collecting legal info ERROR: No hash found for LICENSE >>> libnl 3.4.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libcgi 1.1 Collecting legal info >>> libkcapi 0.14.0 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING.gplv2 ERROR: No hash found for COPYING.bsd >>> libsrtp v1.5.4 Collecting legal info ERROR: No hash found for LICENSE >>> lxc 2.1.1 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> memstat 1.0 Collecting legal info ERROR: No hash found for debian/copyright >>> ncdu 1.12 Collecting legal info ERROR: No hash found for COPYING >>> neon 0.30.2 Collecting legal info ERROR: No hash found for src/COPYING.LIB ERROR: No hash found for test/COPYING ERROR: No hash found for README >>> open-plc-utils 1be781d1ea81827e5f6c1a35961c65dd4d15472c Collecting legal info ERROR: No hash found for LICENSE >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pugixml 1.7 Collecting legal info ERROR: No hash found for readme.txt >>> wavemon v0.8.1 Collecting legal info ERROR: No hash found for COPYING WARNING: the Buildroot source code has not been saved WARNING: gcc-final-arc-2017.09-release: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-arc-2017.09-release: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: genpart-1.0.2: cannot save license (GENPART_LICENSE_FILES not defined) WARNING: libcgi-1.1: cannot save license (LIBCGI_LICENSE_FILES not defined) Legal info produced in /home/peko/autobuild/instance-3/output/legal-info make: Leaving directory `/home/peko/autobuild/instance-3/buildroot'