Applying 0001-Adjust-for-buildroot-build.patch using patch: patching file devLib/Makefile patching file gpio/Makefile patching file wiringPi/Makefile Applying 0002-wiringPi-wiringSerial-fix-compile-for-missing-baud-d.patch using patch: patching file wiringPi/wiringSerial.c >>> wiringpi 96344ff7125182989f98d3be8d111952a8f74e15 Configuring >>> wiringpi 96344ff7125182989f98d3be8d111952a8f74e15 Building PATH="/home/peko/autobuild/instance-2/output/host/bin:/home/peko/autobuild/instance-2/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/peko/.local/bin:/home/peko/bin" PATH="/home/peko/autobuild/instance-2/output/host/bin:/home/peko/autobuild/instance-2/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/peko/.local/bin:/home/peko/bin" AR="/home/peko/autobuild/instance-2/output/host/bin/xtensa-buildroot-linux-uclibc-ar" AS="/home/peko/autobuild/instance-2/output/host/bin/xtensa-buildroot-linux-uclibc-as" LD="/home/peko/autobuild/instance-2/output/host/bin/xtensa-buildroot-linux-uclibc-ld" NM="/home/peko/autobuild/instance-2/output/host/bin/xtensa-buildroot-linux-uclibc-nm" CC="/home/peko/autobuild/instance-2/output/host/bin/xtensa-buildroot-linux-uclibc-gcc" GCC="/home/peko/autobuild/instance-2/output/host/bin/xtensa-buildroot-linux-uclibc-gcc" CPP="/home/peko/autobuild/instance-2/output/host/bin/xtensa-buildroot-linux-uclibc-cpp" CXX="/home/peko/autobuild/instance-2/output/host/bin/xtensa-buildroot-linux-uclibc-g++" FC="/home/peko/autobuild/instance-2/output/host/bin/xtensa-buildroot-linux-uclibc-gfortran" F77="/home/peko/autobuild/instance-2/output/host/bin/xtensa-buildroot-linux-uclibc-gfortran" RANLIB="/home/peko/autobuild/instance-2/output/host/bin/xtensa-buildroot-linux-uclibc-ranlib" READELF="/home/peko/autobuild/instance-2/output/host/bin/xtensa-buildroot-linux-uclibc-readelf" STRIP="/home/peko/autobuild/instance-2/output/host/bin/xtensa-buildroot-linux-uclibc-strip" OBJCOPY="/home/peko/autobuild/instance-2/output/host/bin/xtensa-buildroot-linux-uclibc-objcopy" OBJDUMP="/home/peko/autobuild/instance-2/output/host/bin/xtensa-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-2/output/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/peko/autobuild/instance-2/output/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/peko/autobuild/instance-2/output/host/include" LDFLAGS_FOR_BUILD="-L/home/peko/autobuild/instance-2/output/host/lib -Wl,-rpath,/home/peko/autobuild/instance-2/output/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/peko/autobuild/instance-2/output/host/bin/xtensa-buildroot-linux-uclibc-as" DEFAULT_LINKER="/home/peko/autobuild/instance-2/output/host/bin/xtensa-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 -mlongcalls -mauto-litpools -Os -static" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mlongcalls -mauto-litpools -Os -static -static" LDFLAGS=" -static" FCFLAGS="-mlongcalls -mauto-litpools -Os -static" FFLAGS="-mlongcalls -mauto-litpools -Os -static" PKG_CONFIG="/home/peko/autobuild/instance-2/output/host/bin/pkg-config" STAGING_DIR="/home/peko/autobuild/instance-2/output/host/xtensa-buildroot-linux-uclibc/sysroot" INTLTOOL_PERL=/usr/bin/perl /usr/bin/make -j16 -C /home/peko/autobuild/instance-2/output/build/wiringpi-96344ff7125182989f98d3be8d111952a8f74e15/wiringPi static [Compile] wiringPi.c [Compile] wiringSerial.c [Compile] wiringShift.c [Compile] piHiPri.c [Compile] piThread.c [Compile] wiringPiSPI.c [Compile] wiringPiI2C.c [Compile] mcp23008.c [Compile] softPwm.c [Compile] softTone.c [Compile] mcp23016.c [Compile] mcp23017.c [Compile] mcp23s08.c [Compile] mcp23s17.c [Compile] sr595.c [Compile] pcf8574.c [Compile] pcf8591.c [Compile] mcp3002.c [Compile] mcp3004.c [Compile] mcp4802.c [Compile] mcp3422.c [Compile] max31855.c [Compile] max5322.c [Compile] ads1115.c [Compile] sn3218.c [Compile] bmp180.c [Compile] htu21d.c [Compile] ds18b20.c [Compile] rht03.c [Compile] drcSerial.c [Compile] drcNet.c [Compile] pseudoPins.c [Compile] wpiExtensions.c wiringPi.c:1248:21: warning: 'digitalWrite8Dummy' defined but not used [-Wunused-function] static void digitalWrite8Dummy (UNU struct wiringPiNodeStruct *node, UNU int pin, UNU int value) { return ; } ^~~~~~~~~~~~~~~~~~ wiringPi.c:1247:21: warning: 'digitalRead8Dummy' defined but not used [-Wunused-function] static unsigned int digitalRead8Dummy (UNU struct wiringPiNodeStruct *node, UNU int UNU pin) { return 0 ; } ^~~~~~~~~~~~~~~~~ [Link (Static)] PATH="/home/peko/autobuild/instance-2/output/host/bin:/home/peko/autobuild/instance-2/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/peko/.local/bin:/home/peko/bin" PATH="/home/peko/autobuild/instance-2/output/host/bin:/home/peko/autobuild/instance-2/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/peko/.local/bin:/home/peko/bin" AR="/home/peko/autobuild/instance-2/output/host/bin/xtensa-buildroot-linux-uclibc-ar" AS="/home/peko/autobuild/instance-2/output/host/bin/xtensa-buildroot-linux-uclibc-as" LD="/home/peko/autobuild/instance-2/output/host/bin/xtensa-buildroot-linux-uclibc-ld" NM="/home/peko/autobuild/instance-2/output/host/bin/xtensa-buildroot-linux-uclibc-nm" CC="/home/peko/autobuild/instance-2/output/host/bin/xtensa-buildroot-linux-uclibc-gcc" GCC="/home/peko/autobuild/instance-2/output/host/bin/xtensa-buildroot-linux-uclibc-gcc" CPP="/home/peko/autobuild/instance-2/output/host/bin/xtensa-buildroot-linux-uclibc-cpp" CXX="/home/peko/autobuild/instance-2/output/host/bin/xtensa-buildroot-linux-uclibc-g++" FC="/home/peko/autobuild/instance-2/output/host/bin/xtensa-buildroot-linux-uclibc-gfortran" F77="/home/peko/autobuild/instance-2/output/host/bin/xtensa-buildroot-linux-uclibc-gfortran" RANLIB="/home/peko/autobuild/instance-2/output/host/bin/xtensa-buildroot-linux-uclibc-ranlib" READELF="/home/peko/autobuild/instance-2/output/host/bin/xtensa-buildroot-linux-uclibc-readelf" STRIP="/home/peko/autobuild/instance-2/output/host/bin/xtensa-buildroot-linux-uclibc-strip" OBJCOPY="/home/peko/autobuild/instance-2/output/host/bin/xtensa-buildroot-linux-uclibc-objcopy" OBJDUMP="/home/peko/autobuild/instance-2/output/host/bin/xtensa-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-2/output/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/peko/autobuild/instance-2/output/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/peko/autobuild/instance-2/output/host/include" LDFLAGS_FOR_BUILD="-L/home/peko/autobuild/instance-2/output/host/lib -Wl,-rpath,/home/peko/autobuild/instance-2/output/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/peko/autobuild/instance-2/output/host/bin/xtensa-buildroot-linux-uclibc-as" DEFAULT_LINKER="/home/peko/autobuild/instance-2/output/host/bin/xtensa-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 -mlongcalls -mauto-litpools -Os -static" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mlongcalls -mauto-litpools -Os -static -static" LDFLAGS=" -static" FCFLAGS="-mlongcalls -mauto-litpools -Os -static" FFLAGS="-mlongcalls -mauto-litpools -Os -static" PKG_CONFIG="/home/peko/autobuild/instance-2/output/host/bin/pkg-config" STAGING_DIR="/home/peko/autobuild/instance-2/output/host/xtensa-buildroot-linux-uclibc/sysroot" INTLTOOL_PERL=/usr/bin/perl /usr/bin/make -j16 -C /home/peko/autobuild/instance-2/output/build/wiringpi-96344ff7125182989f98d3be8d111952a8f74e15/devLib static [Compile] maxdetect.c [Compile] ds1302.c [Compile] piNes.c [Compile] gertboard.c [Compile] piFace.c [Compile] lcd128x64.c [Compile] lcd.c [Compile] piGlow.c [Compile] scrollPhat.c [Link (Static)] PATH="/home/peko/autobuild/instance-2/output/host/bin:/home/peko/autobuild/instance-2/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/peko/.local/bin:/home/peko/bin" PATH="/home/peko/autobuild/instance-2/output/host/bin:/home/peko/autobuild/instance-2/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/peko/.local/bin:/home/peko/bin" AR="/home/peko/autobuild/instance-2/output/host/bin/xtensa-buildroot-linux-uclibc-ar" AS="/home/peko/autobuild/instance-2/output/host/bin/xtensa-buildroot-linux-uclibc-as" LD="/home/peko/autobuild/instance-2/output/host/bin/xtensa-buildroot-linux-uclibc-ld" NM="/home/peko/autobuild/instance-2/output/host/bin/xtensa-buildroot-linux-uclibc-nm" CC="/home/peko/autobuild/instance-2/output/host/bin/xtensa-buildroot-linux-uclibc-gcc" GCC="/home/peko/autobuild/instance-2/output/host/bin/xtensa-buildroot-linux-uclibc-gcc" CPP="/home/peko/autobuild/instance-2/output/host/bin/xtensa-buildroot-linux-uclibc-cpp" CXX="/home/peko/autobuild/instance-2/output/host/bin/xtensa-buildroot-linux-uclibc-g++" FC="/home/peko/autobuild/instance-2/output/host/bin/xtensa-buildroot-linux-uclibc-gfortran" F77="/home/peko/autobuild/instance-2/output/host/bin/xtensa-buildroot-linux-uclibc-gfortran" RANLIB="/home/peko/autobuild/instance-2/output/host/bin/xtensa-buildroot-linux-uclibc-ranlib" READELF="/home/peko/autobuild/instance-2/output/host/bin/xtensa-buildroot-linux-uclibc-readelf" STRIP="/home/peko/autobuild/instance-2/output/host/bin/xtensa-buildroot-linux-uclibc-strip" OBJCOPY="/home/peko/autobuild/instance-2/output/host/bin/xtensa-buildroot-linux-uclibc-objcopy" OBJDUMP="/home/peko/autobuild/instance-2/output/host/bin/xtensa-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-2/output/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/peko/autobuild/instance-2/output/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/peko/autobuild/instance-2/output/host/include" LDFLAGS_FOR_BUILD="-L/home/peko/autobuild/instance-2/output/host/lib -Wl,-rpath,/home/peko/autobuild/instance-2/output/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/peko/autobuild/instance-2/output/host/bin/xtensa-buildroot-linux-uclibc-as" DEFAULT_LINKER="/home/peko/autobuild/instance-2/output/host/bin/xtensa-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 -mlongcalls -mauto-litpools -Os -static" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mlongcalls -mauto-litpools -Os -static -static" LDFLAGS=" -static" FCFLAGS="-mlongcalls -mauto-litpools -Os -static" FFLAGS="-mlongcalls -mauto-litpools -Os -static" PKG_CONFIG="/home/peko/autobuild/instance-2/output/host/bin/pkg-config" STAGING_DIR="/home/peko/autobuild/instance-2/output/host/xtensa-buildroot-linux-uclibc/sysroot" INTLTOOL_PERL=/usr/bin/perl /usr/bin/make -j16 -C /home/peko/autobuild/instance-2/output/build/wiringpi-96344ff7125182989f98d3be8d111952a8f74e15/gpio gpio-static [Compile] gpio.c [Compile] readall.c [Compile] pins.c [Link (Static)] >>> wiringpi 96344ff7125182989f98d3be8d111952a8f74e15 Installing to staging directory PATH="/home/peko/autobuild/instance-2/output/host/bin:/home/peko/autobuild/instance-2/output/host/sbin:/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-2/output/build/wiringpi-96344ff7125182989f98d3be8d111952a8f74e15/wiringPi install-static DESTDIR=/home/peko/autobuild/instance-2/output/host/xtensa-buildroot-linux-uclibc/sysroot PREFIX=/usr LDCONFIG=true [Install Headers] [Install Static Lib] PATH="/home/peko/autobuild/instance-2/output/host/bin:/home/peko/autobuild/instance-2/output/host/sbin:/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-2/output/build/wiringpi-96344ff7125182989f98d3be8d111952a8f74e15/devLib install-static DESTDIR=/home/peko/autobuild/instance-2/output/host/xtensa-buildroot-linux-uclibc/sysroot PREFIX=/usr LDCONFIG=true [Install Headers] [Install Static Lib] >>> wiringpi 96344ff7125182989f98d3be8d111952a8f74e15 Fixing libtool files >>> wiringpi 96344ff7125182989f98d3be8d111952a8f74e15 Installing to target PATH="/home/peko/autobuild/instance-2/output/host/bin:/home/peko/autobuild/instance-2/output/host/sbin:/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-2/output/build/wiringpi-96344ff7125182989f98d3be8d111952a8f74e15/wiringPi install-static DESTDIR=/home/peko/autobuild/instance-2/output/target PREFIX=/usr LDCONFIG=true [Install Headers] [Install Static Lib] PATH="/home/peko/autobuild/instance-2/output/host/bin:/home/peko/autobuild/instance-2/output/host/sbin:/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-2/output/build/wiringpi-96344ff7125182989f98d3be8d111952a8f74e15/devLib install-static DESTDIR=/home/peko/autobuild/instance-2/output/target PREFIX=/usr LDCONFIG=true [Install Headers] [Install Static Lib] /usr/bin/install -D -m 0755 /home/peko/autobuild/instance-2/output/build/wiringpi-96344ff7125182989f98d3be8d111952a8f74e15/gpio/gpio /home/peko/autobuild/instance-2/output/target/usr/bin/gpio /usr/bin/install -D -m 0755 /home/peko/autobuild/instance-2/output/build/wiringpi-96344ff7125182989f98d3be8d111952a8f74e15/gpio/pintest /home/peko/autobuild/instance-2/output/target/usr/bin/pintest wpan-tools-0.7.tar.gz: OK (md5: 06608f69951088844196f79685318aa9) wpan-tools-0.7.tar.gz: OK (sha256: 8b690ff0e71e08bece5ec541223fda7abd2d5552d97d3d25b4967609b58fef00) >>> wpan-tools 0.7 Extracting gzip -d -c /home/peko/autobuild/instance-2/dl/wpan-tools-0.7.tar.gz | tar --strip-components=1 -C /home/peko/autobuild/instance-2/output/build/wpan-tools-0.7 -xf - >>> wpan-tools 0.7 Patching Applying 0001-src-nl_extras.h-fix-compatibility-with-libnl-3.3.0.patch using patch: patching file src/nl_extras.h >>> wpan-tools 0.7 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /home/peko/autobuild/instance-2/output/build/wpan-tools-0.7 -name $file); do cp support/gnuconfig/$file $i; done; done >>> wpan-tools 0.7 Patching libtool patching file /home/peko/autobuild/instance-2/output/build/wpan-tools-0.7/build-aux/ltmain.sh Hunk #1 succeeded at 2694 (offset 7 lines). Hunk #2 succeeded at 4284 (offset 7 lines). Hunk #3 succeeded at 6579 (offset 25 lines). Hunk #4 succeeded at 6589 (offset 25 lines). Hunk #5 succeeded at 6882 (offset 25 lines). Hunk #6 succeeded at 7174 (offset 25 lines). Hunk #7 succeeded at 8140 (offset 28 lines). Hunk #8 succeeded at 10769 (offset 59 lines). >>> wpan-tools 0.7 Configuring (cd /home/peko/autobuild/instance-2/output/build/wpan-tools-0.7/ && rm -rf config.cache && PATH="/home/peko/autobuild/instance-2/output/host/bin:/home/peko/autobuild/instance-2/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/peko/.local/bin:/home/peko/bin" AR="/home/peko/autobuild/instance-2/output/host/bin/xtensa-buildroot-linux-uclibc-ar" AS="/home/peko/autobuild/instance-2/output/host/bin/xtensa-buildroot-linux-uclibc-as" LD="/home/peko/autobuild/instance-2/output/host/bin/xtensa-buildroot-linux-uclibc-ld" NM="/home/peko/autobuild/instance-2/output/host/bin/xtensa-buildroot-linux-uclibc-nm" CC="/home/peko/autobuild/instance-2/output/host/bin/xtensa-buildroot-linux-uclibc-gcc" GCC="/home/peko/autobuild/instance-2/output/host/bin/xtensa-buildroot-linux-uclibc-gcc" CPP="/home/peko/autobuild/instance-2/output/host/bin/xtensa-buildroot-linux-uclibc-cpp" CXX="/home/peko/autobuild/instance-2/output/host/bin/xtensa-buildroot-linux-uclibc-g++" FC="/home/peko/autobuild/instance-2/output/host/bin/xtensa-buildroot-linux-uclibc-gfortran" F77="/home/peko/autobuild/instance-2/output/host/bin/xtensa-buildroot-linux-uclibc-gfortran" RANLIB="/home/peko/autobuild/instance-2/output/host/bin/xtensa-buildroot-linux-uclibc-ranlib" READELF="/home/peko/autobuild/instance-2/output/host/bin/xtensa-buildroot-linux-uclibc-readelf" STRIP="/home/peko/autobuild/instance-2/output/host/bin/xtensa-buildroot-linux-uclibc-strip" OBJCOPY="/home/peko/autobuild/instance-2/output/host/bin/xtensa-buildroot-linux-uclibc-objcopy" OBJDUMP="/home/peko/autobuild/instance-2/output/host/bin/xtensa-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-2/output/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/peko/autobuild/instance-2/output/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/peko/autobuild/instance-2/output/host/include" LDFLAGS_FOR_BUILD="-L/home/peko/autobuild/instance-2/output/host/lib -Wl,-rpath,/home/peko/autobuild/instance-2/output/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/peko/autobuild/instance-2/output/host/bin/xtensa-buildroot-linux-uclibc-as" DEFAULT_LINKER="/home/peko/autobuild/instance-2/output/host/bin/xtensa-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 -mlongcalls -mauto-litpools -Os -static" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mlongcalls -mauto-litpools -Os -static -static" LDFLAGS=" -static" FCFLAGS="-mlongcalls -mauto-litpools -Os -static" FFLAGS="-mlongcalls -mauto-litpools -Os -static" PKG_CONFIG="/home/peko/autobuild/instance-2/output/host/bin/pkg-config" STAGING_DIR="/home/peko/autobuild/instance-2/output/host/xtensa-buildroot-linux-uclibc/sysroot" INTLTOOL_PERL=/usr/bin/perl ac_cv_lbl_unaligned_fail=yes ac_cv_func_mmap_fixed_mapped=yes ac_cv_func_memcmp_working=yes ac_cv_have_decl_malloc=yes gl_cv_func_malloc_0_nonnull=yes ac_cv_func_malloc_0_nonnull=yes ac_cv_func_calloc_0_nonnull=yes ac_cv_func_realloc_0_nonnull=yes lt_cv_sys_lib_search_path_spec="" ac_cv_c_bigendian=yes CONFIG_SITE=/dev/null ./configure --target=xtensa-buildroot-linux-uclibc --host=xtensa-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 --enable-static --disable-shared ) configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --enable-ipv6, --disable-nls checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for xtensa-buildroot-linux-uclibc-strip... /home/peko/autobuild/instance-2/output/host/bin/xtensa-buildroot-linux-uclibc-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 how to create a pax tar archive... gnutar checking for style of include used by make... GNU checking for xtensa-buildroot-linux-uclibc-gcc... /home/peko/autobuild/instance-2/output/host/bin/xtensa-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-2/output/host/bin/xtensa-buildroot-linux-uclibc-gcc accepts -g... yes checking for /home/peko/autobuild/instance-2/output/host/bin/xtensa-buildroot-linux-uclibc-gcc option to accept ISO C89... none needed checking whether /home/peko/autobuild/instance-2/output/host/bin/xtensa-buildroot-linux-uclibc-gcc understands -c and -o together... yes checking dependency style of /home/peko/autobuild/instance-2/output/host/bin/xtensa-buildroot-linux-uclibc-gcc... none checking for /home/peko/autobuild/instance-2/output/host/bin/xtensa-buildroot-linux-uclibc-gcc option to accept ISO C99... none needed checking for /home/peko/autobuild/instance-2/output/host/bin/xtensa-buildroot-linux-uclibc-gcc option to accept ISO Standard C... (cached) none needed checking how to run the C preprocessor... /home/peko/autobuild/instance-2/output/host/bin/xtensa-buildroot-linux-uclibc-cpp checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking whether make supports nested variables... (cached) yes checking build system type... powerpc64le-unknown-linux-gnu checking host system type... xtensa-buildroot-linux-uclibc checking how to print strings... printf checking for a sed that does not truncate output... /usr/bin/sed checking for fgrep... /usr/bin/grep -F checking for ld used by /home/peko/autobuild/instance-2/output/host/bin/xtensa-buildroot-linux-uclibc-gcc... /home/peko/autobuild/instance-2/output/host/bin/xtensa-buildroot-linux-uclibc-ld checking if the linker (/home/peko/autobuild/instance-2/output/host/bin/xtensa-buildroot-linux-uclibc-ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /home/peko/autobuild/instance-2/output/host/bin/xtensa-buildroot-linux-uclibc-nm checking the name lister (/home/peko/autobuild/instance-2/output/host/bin/xtensa-buildroot-linux-uclibc-nm) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking how to convert powerpc64le-unknown-linux-gnu file names to xtensa-buildroot-linux-uclibc format... func_convert_file_noop checking how to convert powerpc64le-unknown-linux-gnu file names to toolchain format... func_convert_file_noop checking for /home/peko/autobuild/instance-2/output/host/bin/xtensa-buildroot-linux-uclibc-ld option to reload object files... -r checking for xtensa-buildroot-linux-uclibc-objdump... /home/peko/autobuild/instance-2/output/host/bin/xtensa-buildroot-linux-uclibc-objdump checking how to recognize dependent libraries... pass_all checking for xtensa-buildroot-linux-uclibc-dlltool... no checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for xtensa-buildroot-linux-uclibc-ar... /home/peko/autobuild/instance-2/output/host/bin/xtensa-buildroot-linux-uclibc-ar checking for archiver @FILE support... @ checking for xtensa-buildroot-linux-uclibc-strip... (cached) /home/peko/autobuild/instance-2/output/host/bin/xtensa-buildroot-linux-uclibc-strip checking for xtensa-buildroot-linux-uclibc-ranlib... /home/peko/autobuild/instance-2/output/host/bin/xtensa-buildroot-linux-uclibc-ranlib checking command to parse /home/peko/autobuild/instance-2/output/host/bin/xtensa-buildroot-linux-uclibc-nm output from /home/peko/autobuild/instance-2/output/host/bin/xtensa-buildroot-linux-uclibc-gcc object... ok checking for sysroot... no checking for a working dd... /usr/bin/dd checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1 checking for xtensa-buildroot-linux-uclibc-mt... no checking for mt... no checking if : is a manifest tool... no checking for dlfcn.h... no checking for objdir... .libs checking if /home/peko/autobuild/instance-2/output/host/bin/xtensa-buildroot-linux-uclibc-gcc supports -fno-rtti -fno-exceptions... no checking for /home/peko/autobuild/instance-2/output/host/bin/xtensa-buildroot-linux-uclibc-gcc option to produce PIC... -fPIC -DPIC checking if /home/peko/autobuild/instance-2/output/host/bin/xtensa-buildroot-linux-uclibc-gcc PIC flag -fPIC -DPIC works... yes checking if /home/peko/autobuild/instance-2/output/host/bin/xtensa-buildroot-linux-uclibc-gcc static flag -static works... yes checking if /home/peko/autobuild/instance-2/output/host/bin/xtensa-buildroot-linux-uclibc-gcc supports -c -o file.o... yes checking if /home/peko/autobuild/instance-2/output/host/bin/xtensa-buildroot-linux-uclibc-gcc supports -c -o file.o... (cached) yes checking whether the /home/peko/autobuild/instance-2/output/host/bin/xtensa-buildroot-linux-uclibc-gcc linker (/home/peko/autobuild/instance-2/output/host/bin/xtensa-buildroot-linux-uclibc-ld) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... no checking whether to build static libraries... yes checking for a sed that does not truncate output... (cached) /usr/bin/sed checking pkg-config is at least version 0.9.0... yes checking for LIBNL3... yes checking for __secure_getenv... no checking for secure_getenv... yes 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 wpan-ping/Makefile config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --enable-ipv6, --disable-nls wpan-tools 0.7 ===== prefix: /usr sysconfdir: /etc compiler: /home/peko/autobuild/instance-2/output/host/bin/xtensa-buildroot-linux-uclibc-gcc cflags: -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mlongcalls -mauto-litpools -Os -static ldflags: -static >>> wpan-tools 0.7 Building PATH="/home/peko/autobuild/instance-2/output/host/bin:/home/peko/autobuild/instance-2/output/host/sbin:/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-2/output/build/wpan-tools-0.7/ /usr/bin/make --no-print-directory all-recursive Making all in src CC iwpan-sections.o CC iwpan-iwpan.o CC iwpan-interface.o CC iwpan-info.o CC iwpan-phy.o CC iwpan-mac.o CCLD iwpan Making all in wpan-ping CC wpan_ping-wpan-ping.o CCLD wpan-ping make[4]: Nothing to be done for `all-am'. >>> wpan-tools 0.7 Installing to target PATH="/home/peko/autobuild/instance-2/output/host/bin:/home/peko/autobuild/instance-2/output/host/sbin:/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-2/output/target install -C /home/peko/autobuild/instance-2/output/build/wpan-tools-0.7/ Making install in src make[4]: Nothing to be done for `install-data-am'. /usr/bin/mkdir -p '/home/peko/autobuild/instance-2/output/target/usr/bin' /bin/sh ../libtool --mode=install /usr/bin/install -c iwpan '/home/peko/autobuild/instance-2/output/target/usr/bin' libtool: install: /usr/bin/install -c iwpan /home/peko/autobuild/instance-2/output/target/usr/bin/iwpan Making install in wpan-ping make[4]: Nothing to be done for `install-data-am'. /usr/bin/mkdir -p '/home/peko/autobuild/instance-2/output/target/usr/bin' /bin/sh ../libtool --mode=install /usr/bin/install -c wpan-ping '/home/peko/autobuild/instance-2/output/target/usr/bin' libtool: install: /usr/bin/install -c wpan-ping /home/peko/autobuild/instance-2/output/target/usr/bin/wpan-ping make[4]: Nothing to be done for `install-exec-am'. make[4]: Nothing to be done for `install-data-am'. >>> Finalizing target directory rm -f /home/peko/autobuild/instance-2/output/target/usr/share/glib-2.0/schemas/*.xml /home/peko/autobuild/instance-2/output/target/usr/share/glib-2.0/schemas/*.dtd /home/peko/autobuild/instance-2/output/host/bin/glib-compile-schemas /home/peko/autobuild/instance-2/output/host/xtensa-buildroot-linux-uclibc/sysroot/usr/share/glib-2.0/schemas --targetdir=/home/peko/autobuild/instance-2/output/target/usr/share/glib-2.0/schemas No schema files found: doing nothing. mkdir -p /home/peko/autobuild/instance-2/output/target/etc echo "buildroot" > /home/peko/autobuild/instance-2/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-2/output/target/etc/hosts mkdir -p /home/peko/autobuild/instance-2/output/target/etc echo "Welcome to Buildroot" > /home/peko/autobuild/instance-2/output/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /home/peko/autobuild/instance-2/output/target/etc/shadow rm -f /home/peko/autobuild/instance-2/output/target/bin/sh rm -f /home/peko/autobuild/instance-2/output/build/locales.nopurge for i in C en_US locale-archive; do echo $i >> /home/peko/autobuild/instance-2/output/build/locales.nopurge; done for dir in /home/peko/autobuild/instance-2/output/target/usr/share/locale; do for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /home/peko/autobuild/instance-2/output/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /home/peko/autobuild/instance-2/output/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /home/peko/autobuild/instance-2/output/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /home/peko/autobuild/instance-2/output/target/usr/share/X11/locale/locale.dir; fi rm -rf /home/peko/autobuild/instance-2/output/target/usr/include /home/peko/autobuild/instance-2/output/target/usr/share/aclocal \ /home/peko/autobuild/instance-2/output/target/usr/lib/pkgconfig /home/peko/autobuild/instance-2/output/target/usr/share/pkgconfig \ /home/peko/autobuild/instance-2/output/target/usr/lib/cmake /home/peko/autobuild/instance-2/output/target/usr/share/cmake find /home/peko/autobuild/instance-2/output/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/peko/autobuild/instance-2/output/target/lib/ /home/peko/autobuild/instance-2/output/target/usr/lib/ /home/peko/autobuild/instance-2/output/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' \) -print0 | xargs -0 rm -f rm -rf /home/peko/autobuild/instance-2/output/target/usr/share/gdb rm -rf /home/peko/autobuild/instance-2/output/target/usr/share/bash-completion rm -rf /home/peko/autobuild/instance-2/output/target/usr/share/zsh rm -rf /home/peko/autobuild/instance-2/output/target/usr/man /home/peko/autobuild/instance-2/output/target/usr/share/man rm -rf /home/peko/autobuild/instance-2/output/target/usr/info /home/peko/autobuild/instance-2/output/target/usr/share/info rm -rf /home/peko/autobuild/instance-2/output/target/usr/doc /home/peko/autobuild/instance-2/output/target/usr/share/doc rm -rf /home/peko/autobuild/instance-2/output/target/usr/share/gtk-doc rmdir /home/peko/autobuild/instance-2/output/target/usr/share 2>/dev/null || true find /home/peko/autobuild/instance-2/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-2/output/host/bin/xtensa-buildroot-linux-uclibc-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/peko/autobuild/instance-2/output/target/lib/ -type f -name 'libpthread*.so*' | \ xargs -r /home/peko/autobuild/instance-2/output/host/bin/xtensa-buildroot-linux-uclibc-strip --remove-section=.comment --remove-section=.note --strip-debug find /home/peko/autobuild/instance-2/output/target/lib/ -type f -name 'ld-*.so*' | \ xargs -r /home/peko/autobuild/instance-2/output/host/bin/xtensa-buildroot-linux-uclibc-strip --remove-section=.comment --remove-section=.note --strip-debug test -f /home/peko/autobuild/instance-2/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-2/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-2/output/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2017.11.2-00023-gc8eea94"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2017.11.2"; \ echo "PRETTY_NAME=\"Buildroot 2017.11.2\"" \ ) > /home/peko/autobuild/instance-2/output/target/etc/os-release >>> Sanitizing RPATH in target tree /home/peko/autobuild/instance-2/buildroot/support/scripts/fix-rpath target make: Leaving directory `/home/peko/autobuild/instance-2/buildroot' make: Entering directory `/home/peko/autobuild/instance-2/buildroot' >>> Buildroot 2017.11.2-00023-gc8eea94 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> host-lzip 1.19 Collecting legal info ERROR: No hash found for COPYING >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 6.4.0 Collecting legal info >>> host-binutils 2.28.1 Collecting legal info ERROR: No hash found for COPYING3 ERROR: No hash found for COPYING.LIB >>> host-gmp 6.1.2 Collecting legal info ERROR: No hash found for COPYING.LESSERv3 ERROR: No hash found for COPYINGv2 >>> host-m4 1.4.18 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> 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.26 Collecting legal info ERROR: No hash found for COPYING.LIB >>> host-gcc-initial 6.4.0 Collecting legal info >>> linux-headers 4.13.16 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 >>> argp-standalone 1.3 Collecting legal info >>> beecrypt 4.2.1 Collecting legal info ERROR: No hash found for COPYING.LIB >>> 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) >>> btrfs-progs 4.13.3 Collecting legal info COPYING: OK (sha256: 0d5bf346df9e635a29dcdddf832dc5b002ca6cdc1c5c9c6c567d2a61bb0c5c15) >>> e2fsprogs 1.43.7 Collecting legal info NOTICE: OK (sha256: 680f852df303874fe9c722283a7da571ae9a0477768df8af1e363298e2adc51e) lib/ss/mit-sipb-copyright.h: OK (sha256: 032989b508f1a72ebee5b3417e55d06d473f9ee203e45ab11864a7e49cdec63d) lib/et/internal.h: OK (sha256: 47182fe6631a32f271a15bbe210751b3825b7199f588879aac7d4804fc8b4b8f) >>> host-pkgconf 0.9.12 Collecting legal info ERROR: No hash found for COPYING >>> util-linux 2.31 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) sys-utils/rfkill.c: OK (sha256: 996126b78a42dd2eeea1256d78b7fd6dec090ea196365c0ccb46adc32bc92460) >>> ncurses 6.0 Collecting legal info ERROR: No hash found for README >>> host-ncurses 6.0 Collecting legal info ERROR: No hash found for README >>> zlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> lzo 2.10 Collecting legal info ERROR: No hash found for COPYING >>> bullet 2.86.1 Collecting legal info ERROR: No hash found for LICENSE.txt >>> ebtables 2.0.10-4 Collecting legal info ERROR: No hash found for COPYING >>> ficl 4.1.0 Collecting legal info ERROR: No hash found for ReadMe.txt >>> flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> 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.5 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> gssdp 1.0.2 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> 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 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) sys-utils/rfkill.c: OK (sha256: 996126b78a42dd2eeea1256d78b7fd6dec090ea196365c0ccb46adc32bc92460) >>> host-zlib 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) >>> libsoup 2.56.1 Collecting legal info COPYING: OK (sha256: b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c) >>> host-intltool 0.51.0 Collecting legal info ERROR: No hash found for COPYING >>> host-libxml-parser-perl 2.44 Collecting legal info ERROR: No hash found for README >>> host-expat 2.2.4 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> libxml2 2.9.5 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> sqlite 3210000 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> gupnp 1.0.1 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> iperf3 3.1.7 Collecting legal info ERROR: No hash found for LICENSE >>> libcue v1.4.0 Collecting legal info ERROR: No hash found for COPYING >>> host-bison 3.0.4 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> libdvbcsa 1.1.0 Collecting legal info ERROR: No hash found for COPYING >>> libev 4.24 Collecting legal info ERROR: No hash found for LICENSE >>> libfm-extra 1.2.4 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for src/extra/fm-xml-file.c >>> liblo 0.26 Collecting legal info ERROR: No hash found for COPYING >>> libmcrypt 2.5.8 Collecting legal info ERROR: No hash found for COPYING.LIB >>> libnfnetlink 1.0.1 Collecting legal info ERROR: No hash found for COPYING >>> libnl 3.3.0 Collecting legal info ERROR: No hash found for COPYING >>> libogg 1.3.2 Collecting legal info ERROR: No hash found for COPYING >>> libsndfile 1.0.28 Collecting legal info ERROR: No hash found for COPYING >>> libuio 940861de278cb794bf9d775b76a4d1d4f9108607 Collecting legal info ERROR: No hash found for COPYING >>> libvncserver 0.9.11 Collecting legal info ERROR: No hash found for COPYING >>> log4cplus 1.1.2 Collecting legal info ERROR: No hash found for LICENSE >>> lzop 1.03 Collecting legal info ERROR: No hash found for COPYING >>> macchanger 1.7.0 Collecting legal info ERROR: No hash found for COPYING >>> memstat 1.0 Collecting legal info ERROR: No hash found for debian/copyright >>> menu-cache 1.0.1 Collecting legal info ERROR: No hash found for COPYING >>> minissdpd 1.5 Collecting legal info ERROR: No hash found for LICENSE >>> nanomsg 1.0.0 Collecting legal info COPYING: OK (sha256: 4e51f6a04312ea7c5f4f0e92d91b6415c1eeb09bdaf86a6fd11d93499457c07a) >>> patch 2.7.5 Collecting legal info ERROR: No hash found for COPYING >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pwgen 2.07 Collecting legal info ERROR: No hash found for debian/copyright >>> qt 4.8.7 Collecting legal info ERROR: No hash found for LICENSE.LGPL ERROR: No hash found for LGPL_EXCEPTION.txt ERROR: No hash found for LICENSE.GPL3 >>> sbc 1.3 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING.LIB >>> sdparm 1.10 Collecting legal info ERROR: No hash found for COPYING >>> shared-mime-info 1.8 Collecting legal info ERROR: No hash found for COPYING >>> host-shared-mime-info 1.8 Collecting legal info ERROR: No hash found for COPYING >>> smartmontools 6.5 Collecting legal info ERROR: No hash found for COPYING >>> snappy be6dc3db83c4701e3e79694dcbfd1c3da03b91dd Collecting legal info ERROR: No hash found for COPYING >>> sshpass 1.06 Collecting legal info ERROR: No hash found for COPYING >>> ti-utils 06dbdb2727354b5f3ad7c723897f40051fddee49 Collecting legal info ERROR: No hash found for COPYING >>> tremor 19427 Collecting legal info WARNING: no hash file for COPYING >>> unrar 5.5.8 Collecting legal info license.txt: OK (sha256: 6ecc1687808b7d66b24f874755abfed7464d9751ed0001cd4e8e5d9bf397ff8a) >>> vim v8.0.0329 Collecting legal info ERROR: No hash found for README.txt >>> w_scan 20170107 Collecting legal info ERROR: No hash found for COPYING >>> wavpack 5.1.0 Collecting legal info ERROR: No hash found for COPYING >>> wiringpi 96344ff7125182989f98d3be8d111952a8f74e15 Collecting legal info ERROR: No hash found for COPYING.LESSER >>> wpan-tools 0.7 Collecting legal info ERROR: No hash found for COPYING WARNING: the Buildroot source code has not been saved WARNING: gcc-final-6.4.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-6.4.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: argp-standalone-1.3: cannot save license (ARGP_STANDALONE_LICENSE_FILES not defined) Legal info produced in /home/peko/autobuild/instance-2/output/legal-info make: Leaving directory `/home/peko/autobuild/instance-2/buildroot'