make[3]: Leaving directory '/home/naourr/work/instance-3/output/build/webp-1.0.0/examples' make[2]: Leaving directory '/home/naourr/work/instance-3/output/build/webp-1.0.0/examples' make[2]: Entering directory '/home/naourr/work/instance-3/output/build/webp-1.0.0' make[3]: Entering directory '/home/naourr/work/instance-3/output/build/webp-1.0.0' 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/build/webp-1.0.0' make[2]: Leaving directory '/home/naourr/work/instance-3/output/build/webp-1.0.0' make[1]: Leaving directory '/home/naourr/work/instance-3/output/build/webp-1.0.0' wiringpi-2.46.tar.gz: OK (sha256: 2455fc97d2b60ed169675dccbaabf55e1958c3c2499b246c96edfc8b036e9073) >>> wiringpi 2.46 Extracting gzip -d -c /home/naourr/work/instance-3/dl/wiringpi/wiringpi-2.46.tar.gz | /home/naourr/work/instance-3/output/host/bin/tar --strip-components=1 -C /home/naourr/work/instance-3/output/build/wiringpi-2.46 -xf - >>> wiringpi 2.46 Patching 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 2.46 Configuring >>> wiringpi 2.46 Building PATH="/home/naourr/work/instance-3/output/host/bin:/home/naourr/work/instance-3/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/.local/bin:/home/naourr/bin" PATH="/home/naourr/work/instance-3/output/host/bin:/home/naourr/work/instance-3/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/.local/bin:/home/naourr/bin" AR="/home/naourr/work/instance-3/output/host/bin/x86_64-linux-ar" AS="/home/naourr/work/instance-3/output/host/bin/x86_64-linux-as" LD="/home/naourr/work/instance-3/output/host/bin/x86_64-linux-ld" NM="/home/naourr/work/instance-3/output/host/bin/x86_64-linux-nm" CC="/home/naourr/work/instance-3/output/host/bin/x86_64-linux-gcc" GCC="/home/naourr/work/instance-3/output/host/bin/x86_64-linux-gcc" CPP="/home/naourr/work/instance-3/output/host/bin/x86_64-linux-cpp" CXX="/home/naourr/work/instance-3/output/host/bin/x86_64-linux-g++" FC="/home/naourr/work/instance-3/output/host/bin/x86_64-linux-gfortran" F77="/home/naourr/work/instance-3/output/host/bin/x86_64-linux-gfortran" RANLIB="/home/naourr/work/instance-3/output/host/bin/x86_64-linux-ranlib" READELF="/home/naourr/work/instance-3/output/host/bin/x86_64-linux-readelf" STRIP="/home/naourr/work/instance-3/output/host/bin/x86_64-linux-strip" OBJCOPY="/home/naourr/work/instance-3/output/host/bin/x86_64-linux-objcopy" OBJDUMP="/home/naourr/work/instance-3/output/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/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/naourr/work/instance-3/output/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/naourr/work/instance-3/output/host/include" LDFLAGS_FOR_BUILD="-L/home/naourr/work/instance-3/output/host/lib -Wl,-rpath,/home/naourr/work/instance-3/output/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/naourr/work/instance-3/output/host/bin/x86_64-linux-as" DEFAULT_LINKER="/home/naourr/work/instance-3/output/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 -Os " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os " LDFLAGS="" FCFLAGS=" -Os " FFLAGS=" -Os " PKG_CONFIG="/home/naourr/work/instance-3/output/host/bin/pkg-config" STAGING_DIR="/home/naourr/work/instance-3/output/host/x86_64-buildroot-linux-musl/sysroot" INTLTOOL_PERL=/usr/bin/perl /usr/bin/make -j4 -C /home/naourr/work/instance-3/output/build/wiringpi-2.46/wiringPi all make[1]: Entering directory '/home/naourr/work/instance-3/output/build/wiringpi-2.46/wiringPi' [Compile] wiringPi.c [Compile] wiringSerial.c [Compile] wiringShift.c [Compile] piHiPri.c wiringPi.c:1309: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:1308:21: warning: 'digitalRead8Dummy' defined but not used [-Wunused-function] static unsigned int digitalRead8Dummy (UNU struct wiringPiNodeStruct *node, UNU int UNU pin) { return 0 ; } ^~~~~~~~~~~~~~~~~ [Compile] piThread.c [Compile] wiringPiSPI.c [Compile] wiringPiI2C.c [Compile] softPwm.c [Compile] softTone.c [Compile] mcp23008.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 pseudoPins.c: In function 'myAnalogRead': pseudoPins.c:50:16: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] int *ptr = (int *)node->data0 ; ^ pseudoPins.c: In function 'myAnalogWrite': pseudoPins.c:59:16: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] int *ptr = (int *)node->data0 ; ^ pseudoPins.c: In function 'pseudoPinsSetup': pseudoPins.c:89:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] node->data0 = (unsigned int)ptr ; ^ [Compile] wpiExtensions.c [Link (Dynamic)] make[1]: Leaving directory '/home/naourr/work/instance-3/output/build/wiringpi-2.46/wiringPi' PATH="/home/naourr/work/instance-3/output/host/bin:/home/naourr/work/instance-3/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/.local/bin:/home/naourr/bin" PATH="/home/naourr/work/instance-3/output/host/bin:/home/naourr/work/instance-3/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/.local/bin:/home/naourr/bin" AR="/home/naourr/work/instance-3/output/host/bin/x86_64-linux-ar" AS="/home/naourr/work/instance-3/output/host/bin/x86_64-linux-as" LD="/home/naourr/work/instance-3/output/host/bin/x86_64-linux-ld" NM="/home/naourr/work/instance-3/output/host/bin/x86_64-linux-nm" CC="/home/naourr/work/instance-3/output/host/bin/x86_64-linux-gcc" GCC="/home/naourr/work/instance-3/output/host/bin/x86_64-linux-gcc" CPP="/home/naourr/work/instance-3/output/host/bin/x86_64-linux-cpp" CXX="/home/naourr/work/instance-3/output/host/bin/x86_64-linux-g++" FC="/home/naourr/work/instance-3/output/host/bin/x86_64-linux-gfortran" F77="/home/naourr/work/instance-3/output/host/bin/x86_64-linux-gfortran" RANLIB="/home/naourr/work/instance-3/output/host/bin/x86_64-linux-ranlib" READELF="/home/naourr/work/instance-3/output/host/bin/x86_64-linux-readelf" STRIP="/home/naourr/work/instance-3/output/host/bin/x86_64-linux-strip" OBJCOPY="/home/naourr/work/instance-3/output/host/bin/x86_64-linux-objcopy" OBJDUMP="/home/naourr/work/instance-3/output/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/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/naourr/work/instance-3/output/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/naourr/work/instance-3/output/host/include" LDFLAGS_FOR_BUILD="-L/home/naourr/work/instance-3/output/host/lib -Wl,-rpath,/home/naourr/work/instance-3/output/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/naourr/work/instance-3/output/host/bin/x86_64-linux-as" DEFAULT_LINKER="/home/naourr/work/instance-3/output/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 -Os " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os " LDFLAGS="" FCFLAGS=" -Os " FFLAGS=" -Os " PKG_CONFIG="/home/naourr/work/instance-3/output/host/bin/pkg-config" STAGING_DIR="/home/naourr/work/instance-3/output/host/x86_64-buildroot-linux-musl/sysroot" INTLTOOL_PERL=/usr/bin/perl /usr/bin/make -j4 -C /home/naourr/work/instance-3/output/build/wiringpi-2.46/devLib all make[1]: Entering directory '/home/naourr/work/instance-3/output/build/wiringpi-2.46/devLib' [Compile] ds1302.c [Compile] maxdetect.c [Compile] piNes.c [Compile] gertboard.c [Compile] piFace.c [Compile] lcd128x64.c [Compile] lcd.c [Compile] scrollPhat.c [Compile] piGlow.c [Link (Dynamic)] make[1]: Leaving directory '/home/naourr/work/instance-3/output/build/wiringpi-2.46/devLib' PATH="/home/naourr/work/instance-3/output/host/bin:/home/naourr/work/instance-3/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/.local/bin:/home/naourr/bin" PATH="/home/naourr/work/instance-3/output/host/bin:/home/naourr/work/instance-3/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/.local/bin:/home/naourr/bin" AR="/home/naourr/work/instance-3/output/host/bin/x86_64-linux-ar" AS="/home/naourr/work/instance-3/output/host/bin/x86_64-linux-as" LD="/home/naourr/work/instance-3/output/host/bin/x86_64-linux-ld" NM="/home/naourr/work/instance-3/output/host/bin/x86_64-linux-nm" CC="/home/naourr/work/instance-3/output/host/bin/x86_64-linux-gcc" GCC="/home/naourr/work/instance-3/output/host/bin/x86_64-linux-gcc" CPP="/home/naourr/work/instance-3/output/host/bin/x86_64-linux-cpp" CXX="/home/naourr/work/instance-3/output/host/bin/x86_64-linux-g++" FC="/home/naourr/work/instance-3/output/host/bin/x86_64-linux-gfortran" F77="/home/naourr/work/instance-3/output/host/bin/x86_64-linux-gfortran" RANLIB="/home/naourr/work/instance-3/output/host/bin/x86_64-linux-ranlib" READELF="/home/naourr/work/instance-3/output/host/bin/x86_64-linux-readelf" STRIP="/home/naourr/work/instance-3/output/host/bin/x86_64-linux-strip" OBJCOPY="/home/naourr/work/instance-3/output/host/bin/x86_64-linux-objcopy" OBJDUMP="/home/naourr/work/instance-3/output/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/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/naourr/work/instance-3/output/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/naourr/work/instance-3/output/host/include" LDFLAGS_FOR_BUILD="-L/home/naourr/work/instance-3/output/host/lib -Wl,-rpath,/home/naourr/work/instance-3/output/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/naourr/work/instance-3/output/host/bin/x86_64-linux-as" DEFAULT_LINKER="/home/naourr/work/instance-3/output/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 -Os " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os " LDFLAGS="" FCFLAGS=" -Os " FFLAGS=" -Os " PKG_CONFIG="/home/naourr/work/instance-3/output/host/bin/pkg-config" STAGING_DIR="/home/naourr/work/instance-3/output/host/x86_64-buildroot-linux-musl/sysroot" INTLTOOL_PERL=/usr/bin/perl /usr/bin/make -j4 -C /home/naourr/work/instance-3/output/build/wiringpi-2.46/gpio all make[1]: Entering directory '/home/naourr/work/instance-3/output/build/wiringpi-2.46/gpio' [Compile] gpio.c [Compile] readall.c [Link (Dynamic)] make[1]: Leaving directory '/home/naourr/work/instance-3/output/build/wiringpi-2.46/gpio' >>> wiringpi 2.46 Installing to staging directory PATH="/home/naourr/work/instance-3/output/host/bin:/home/naourr/work/instance-3/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/.local/bin:/home/naourr/bin" /usr/bin/make -j4 -C /home/naourr/work/instance-3/output/build/wiringpi-2.46/wiringPi install DESTDIR=/home/naourr/work/instance-3/output/host/x86_64-buildroot-linux-musl/sysroot PREFIX=/usr LDCONFIG=true make[1]: Entering directory '/home/naourr/work/instance-3/output/build/wiringpi-2.46/wiringPi' [Install Headers] [Install Dynamic Lib] make[1]: Leaving directory '/home/naourr/work/instance-3/output/build/wiringpi-2.46/wiringPi' PATH="/home/naourr/work/instance-3/output/host/bin:/home/naourr/work/instance-3/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/.local/bin:/home/naourr/bin" /usr/bin/make -j4 -C /home/naourr/work/instance-3/output/build/wiringpi-2.46/devLib install DESTDIR=/home/naourr/work/instance-3/output/host/x86_64-buildroot-linux-musl/sysroot PREFIX=/usr LDCONFIG=true make[1]: Entering directory '/home/naourr/work/instance-3/output/build/wiringpi-2.46/devLib' [Install Headers] [Install Dynamic Lib] make[1]: Leaving directory '/home/naourr/work/instance-3/output/build/wiringpi-2.46/devLib' >>> wiringpi 2.46 Fixing libtool files >>> wiringpi 2.46 Installing to target PATH="/home/naourr/work/instance-3/output/host/bin:/home/naourr/work/instance-3/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/.local/bin:/home/naourr/bin" /usr/bin/make -j4 -C /home/naourr/work/instance-3/output/build/wiringpi-2.46/wiringPi install DESTDIR=/home/naourr/work/instance-3/output/target PREFIX=/usr LDCONFIG=true make[1]: Entering directory '/home/naourr/work/instance-3/output/build/wiringpi-2.46/wiringPi' [Install Headers] [Install Dynamic Lib] make[1]: Leaving directory '/home/naourr/work/instance-3/output/build/wiringpi-2.46/wiringPi' PATH="/home/naourr/work/instance-3/output/host/bin:/home/naourr/work/instance-3/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/.local/bin:/home/naourr/bin" /usr/bin/make -j4 -C /home/naourr/work/instance-3/output/build/wiringpi-2.46/devLib install DESTDIR=/home/naourr/work/instance-3/output/target PREFIX=/usr LDCONFIG=true make[1]: Entering directory '/home/naourr/work/instance-3/output/build/wiringpi-2.46/devLib' [Install Headers] [Install Dynamic Lib] make[1]: Leaving directory '/home/naourr/work/instance-3/output/build/wiringpi-2.46/devLib' /usr/bin/install -D -m 0755 /home/naourr/work/instance-3/output/build/wiringpi-2.46/gpio/gpio /home/naourr/work/instance-3/output/target/usr/bin/gpio /usr/bin/install -D -m 0755 /home/naourr/work/instance-3/output/build/wiringpi-2.46/gpio/pintest /home/naourr/work/instance-3/output/target/usr/bin/pintest >>> Finalizing target directory # Check files that are touched by more than one package ./support/scripts/check-uniq-files -t target /home/naourr/work/instance-3/output/build/packages-file-list.txt Warning: target file "./usr/share/info/dir" is touched by more than one package: [u'readline', u'cpio', u'libffi', u'gmp', u'macchanger'] Warning: target file "./usr/lib/charset.alias" is touched by more than one package: [u'cpio', u'libglib2'] ./support/scripts/check-uniq-files -t staging /home/naourr/work/instance-3/output/build/packages-file-list-staging.txt Warning: staging file "./usr/lib/libcap-ng.la" is touched by more than one package: [u'libcap-ng', u'util-linux', u'libglib2', u'libopenssl', u'freerdp', u'gflags', u'gmp', u'libusb', u'jimtcl', u'jsmn', u'libbsd', u'libconfig', u'libcuefile', u'libpthread-stubs', u'libdrm', u'libevent', u'libusb-compat', u'libnfc', u'libid3tag', u'libkrb5', u'liblo', u'libmbim', u'libmnl', u'libmpdclient', u'libnfnetlink', u'libnetfilter_log', u'libnftnl', u'libpcap', u'libpwquality', u'libreplaygain', u'libva', u'minizip', u'mtdev', u'musepack', u'openpowerlink', u'pixman', u'qpid-proton', u'rabbitmq-c', u'slang', u'thrift', u'webp', u'wiringpi'] Warning: staging file "./usr/lib/libev.la" is touched by more than one package: [u'libev', u'audiofile', u'boost', u'ncurses', u'readline', u'libzlib', u'cracklib', u'duma', u'ficl', u'libffi', u'pcre', u'libcap-ng', u'util-linux', u'libglib2', u'libopenssl', u'freerdp', u'gflags', u'gmp', u'libusb', u'jimtcl', u'jsmn', u'libbsd', u'libconfig', u'libcuefile', u'libpthread-stubs', u'libdrm', u'libevent', u'libusb-compat', u'libnfc', u'libid3tag', u'libkrb5', u'liblo', u'libmbim', u'libmnl', u'libmpdclient', u'libnfnetlink', u'libnetfilter_log', u'libnftnl', u'libpcap', u'libpwquality', u'libreplaygain', u'libva', u'minizip', u'mtdev', u'musepack', u'openpowerlink', u'pixman', u'qpid-proton', u'rabbitmq-c', u'slang', u'thrift', u'webp', u'wiringpi'] Warning: staging file "./usr/lib/libthrift.la" is touched by more than one package: [u'thrift', u'webp', u'wiringpi'] Warning: staging file "./usr/lib/libevent_core.la" is touched by more than one package: [u'libevent', u'libusb-compat', u'libnfc', u'libid3tag', u'libkrb5', u'liblo', u'libmbim', u'libmnl', u'libmpdclient', u'libnfnetlink', u'libnetfilter_log', u'libnftnl', u'libpcap', u'libpwquality', u'libreplaygain', u'libva', u'minizip', u'mtdev', u'musepack', u'openpowerlink', u'pixman', u'qpid-proton', u'rabbitmq-c', u'slang', u'thrift', u'webp', u'wiringpi'] Warning: staging file "./usr/lib/libuuid.la" is touched by more than one package: [u'util-linux', u'libglib2', u'libopenssl', u'freerdp', u'gflags', u'gmp', u'libusb', u'jimtcl', u'jsmn', u'libbsd', u'libconfig', u'libcuefile', u'libpthread-stubs', u'libdrm', u'libevent', u'libusb-compat', u'libnfc', u'libid3tag', u'libkrb5', u'liblo', u'libmbim', u'libmnl', u'libmpdclient', u'libnfnetlink', u'libnetfilter_log', u'libnftnl', u'libpcap', u'libpwquality', u'libreplaygain', u'libva', u'minizip', u'mtdev', u'musepack', u'openpowerlink', u'pixman', u'qpid-proton', u'rabbitmq-c', u'slang', u'thrift', u'webp', u'wiringpi'] Warning: staging file "./usr/lib/libnftnl.la" is touched by more than one package: [u'libnftnl', u'libpcap', u'libpwquality', u'libreplaygain', u'libva', u'minizip', u'mtdev', u'musepack', u'openpowerlink', u'pixman', u'qpid-proton', u'rabbitmq-c', u'slang', u'thrift', u'webp', u'wiringpi'] Warning: staging file "./usr/lib/libpcreposix.la" is touched by more than one package: [u'pcre', u'libcap-ng', u'util-linux', u'libglib2', u'libopenssl', u'freerdp', u'gflags', u'gmp', u'libusb', u'jimtcl', u'jsmn', u'libbsd', u'libconfig', u'libcuefile', u'libpthread-stubs', u'libdrm', u'libevent', u'libusb-compat', u'libnfc', u'libid3tag', u'libkrb5', u'liblo', u'libmbim', u'libmnl', u'libmpdclient', u'libnfnetlink', u'libnetfilter_log', u'libnftnl', u'libpcap', u'libpwquality', u'libreplaygain', u'libva', u'minizip', u'mtdev', u'musepack', u'openpowerlink', u'pixman', u'qpid-proton', u'rabbitmq-c', u'slang', u'thrift', u'webp', u'wiringpi'] Warning: staging file "./usr/lib/libnetfilter_log_libipulog.la" is touched by more than one package: [u'libnetfilter_log', u'libnftnl', u'libpcap', u'libpwquality', u'libreplaygain', u'libva', u'minizip', u'mtdev', u'musepack', u'openpowerlink', u'pixman', u'qpid-proton', u'rabbitmq-c', u'slang', u'thrift', u'webp', u'wiringpi'] Warning: staging file "./usr/lib/libgobject-2.0.la" is touched by more than one package: [u'libglib2', u'libopenssl', u'freerdp', u'gflags', u'gmp', u'libusb', u'jimtcl', u'jsmn', u'libbsd', u'libconfig', u'libcuefile', u'libpthread-stubs', u'libdrm', u'libevent', u'libusb-compat', u'libnfc', u'libid3tag', u'libkrb5', u'liblo', u'libmbim', u'libmnl', u'libmpdclient', u'libnfnetlink', u'libnetfilter_log', u'libnftnl', u'libpcap', u'libpwquality', u'libreplaygain', u'libva', u'minizip', u'mtdev', u'musepack', u'openpowerlink', u'pixman', u'qpid-proton', u'rabbitmq-c', u'slang', u'thrift', u'webp', u'wiringpi'] Warning: staging file "./usr/share/info/dir" is touched by more than one package: [u'readline', u'libffi', u'gmp'] Warning: staging file "./usr/lib/libreplaygain.la" is touched by more than one package: [u'libreplaygain', u'libva', u'minizip', u'mtdev', u'musepack', u'openpowerlink', u'pixman', u'qpid-proton', u'rabbitmq-c', u'slang', u'thrift', u'webp', u'wiringpi'] Warning: staging file "./usr/lib/libmbim-glib.la" is touched by more than one package: [u'libmbim', u'libmnl', u'libmpdclient', u'libnfnetlink', u'libnetfilter_log', u'libnftnl', u'libpcap', u'libpwquality', u'libreplaygain', u'libva', u'minizip', u'mtdev', u'musepack', u'openpowerlink', u'pixman', u'qpid-proton', u'rabbitmq-c', u'slang', u'thrift', u'webp', u'wiringpi'] Warning: staging file "./usr/lib/libnfc.la" is touched by more than one package: [u'libnfc', u'libid3tag', u'libkrb5', u'liblo', u'libmbim', u'libmnl', u'libmpdclient', u'libnfnetlink', u'libnetfilter_log', u'libnftnl', u'libpcap', u'libpwquality', u'libreplaygain', u'libva', u'minizip', u'mtdev', u'musepack', u'openpowerlink', u'pixman', u'qpid-proton', u'rabbitmq-c', u'slang', u'thrift', u'webp', u'wiringpi'] Warning: staging file "./usr/lib/libffi.la" is touched by more than one package: [u'libffi', u'pcre', u'libcap-ng', u'util-linux', u'libglib2', u'libopenssl', u'freerdp', u'gflags', u'gmp', u'libusb', u'jimtcl', u'jsmn', u'libbsd', u'libconfig', u'libcuefile', u'libpthread-stubs', u'libdrm', u'libevent', u'libusb-compat', u'libnfc', u'libid3tag', u'libkrb5', u'liblo', u'libmbim', u'libmnl', u'libmpdclient', u'libnfnetlink', u'libnetfilter_log', u'libnftnl', u'libpcap', u'libpwquality', u'libreplaygain', u'libva', u'minizip', u'mtdev', u'musepack', u'openpowerlink', u'pixman', u'qpid-proton', u'rabbitmq-c', u'slang', u'thrift', u'webp', u'wiringpi'] Warning: staging file "./usr/lib/libconfig.la" is touched by more than one package: [u'libconfig', u'libcuefile', u'libpthread-stubs', u'libdrm', u'libevent', u'libusb-compat', u'libnfc', u'libid3tag', u'libkrb5', u'liblo', u'libmbim', u'libmnl', u'libmpdclient', u'libnfnetlink', u'libnetfilter_log', u'libnftnl', u'libpcap', u'libpwquality', u'libreplaygain', u'libva', u'minizip', u'mtdev', u'musepack', u'openpowerlink', u'pixman', u'qpid-proton', u'rabbitmq-c', u'slang', u'thrift', u'webp', u'wiringpi'] Warning: staging file "./usr/lib/libthrift_c_glib.la" is touched by more than one package: [u'thrift', u'webp', u'wiringpi'] Warning: staging file "./usr/lib/libmnl.la" is touched by more than one package: [u'libmnl', u'libmpdclient', u'libnfnetlink', u'libnetfilter_log', u'libnftnl', u'libpcap', u'libpwquality', u'libreplaygain', u'libva', u'minizip', u'mtdev', u'musepack', u'openpowerlink', u'pixman', u'qpid-proton', u'rabbitmq-c', u'slang', u'thrift', u'webp', u'wiringpi'] Warning: staging file "./usr/lib/libevent_pthreads.la" is touched by more than one package: [u'libevent', u'libusb-compat', u'libnfc', u'libid3tag', u'libkrb5', u'liblo', u'libmbim', u'libmnl', u'libmpdclient', u'libnfnetlink', u'libnetfilter_log', u'libnftnl', u'libpcap', u'libpwquality', u'libreplaygain', u'libva', u'minizip', u'mtdev', u'musepack', u'openpowerlink', u'pixman', u'qpid-proton', u'rabbitmq-c', u'slang', u'thrift', u'webp', u'wiringpi'] Warning: staging file "./usr/lib/libevent_extra.la" is touched by more than one package: [u'libevent', u'libusb-compat', u'libnfc', u'libid3tag', u'libkrb5', u'liblo', u'libmbim', u'libmnl', u'libmpdclient', u'libnfnetlink', u'libnetfilter_log', u'libnftnl', u'libpcap', u'libpwquality', u'libreplaygain', u'libva', u'minizip', u'mtdev', u'musepack', u'openpowerlink', u'pixman', u'qpid-proton', u'rabbitmq-c', u'slang', u'thrift', u'webp', u'wiringpi'] Warning: staging file "./usr/lib/libva.la" is touched by more than one package: [u'libva', u'minizip', u'mtdev', u'musepack', u'openpowerlink', u'pixman', u'qpid-proton', u'rabbitmq-c', u'slang', u'thrift', u'webp', u'wiringpi'] Warning: staging file "./usr/lib/libpcrecpp.la" is touched by more than one package: [u'pcre', u'libcap-ng', u'util-linux', u'libglib2', u'libopenssl', u'freerdp', u'gflags', u'gmp', u'libusb', u'jimtcl', u'jsmn', u'libbsd', u'libconfig', u'libcuefile', u'libpthread-stubs', u'libdrm', u'libevent', u'libusb-compat', u'libnfc', u'libid3tag', u'libkrb5', u'liblo', u'libmbim', u'libmnl', u'libmpdclient', u'libnfnetlink', u'libnetfilter_log', u'libnftnl', u'libpcap', u'libpwquality', u'libreplaygain', u'libva', u'minizip', u'mtdev', u'musepack', u'openpowerlink', u'pixman', u'qpid-proton', u'rabbitmq-c', u'slang', u'thrift', u'webp', u'wiringpi'] Warning: staging file "./usr/lib/libnfnetlink.la" is touched by more than one package: [u'libnfnetlink', u'libnetfilter_log', u'libnftnl', u'libpcap', u'libpwquality', u'libreplaygain', u'libva', u'minizip', u'mtdev', u'musepack', u'openpowerlink', u'pixman', u'qpid-proton', u'rabbitmq-c', u'slang', u'thrift', u'webp', u'wiringpi'] Warning: staging file "./usr/lib/libmount.la" is touched by more than one package: [u'util-linux', u'libglib2', u'libopenssl', u'freerdp', u'gflags', u'gmp', u'libusb', u'jimtcl', u'jsmn', u'libbsd', u'libconfig', u'libcuefile', u'libpthread-stubs', u'libdrm', u'libevent', u'libusb-compat', u'libnfc', u'libid3tag', u'libkrb5', u'liblo', u'libmbim', u'libmnl', u'libmpdclient', u'libnfnetlink', u'libnetfilter_log', u'libnftnl', u'libpcap', u'libpwquality', u'libreplaygain', u'libva', u'minizip', u'mtdev', u'musepack', u'openpowerlink', u'pixman', u'qpid-proton', u'rabbitmq-c', u'slang', u'thrift', u'webp', u'wiringpi'] Warning: staging file "./usr/lib/libthriftnb.la" is touched by more than one package: [u'thrift', u'webp', u'wiringpi'] Warning: staging file "./usr/lib/libusb-1.0.la" is touched by more than one package: [u'libusb', u'jimtcl', u'jsmn', u'libbsd', u'libconfig', u'libcuefile', u'libpthread-stubs', u'libdrm', u'libevent', u'libusb-compat', u'libnfc', u'libid3tag', u'libkrb5', u'liblo', u'libmbim', u'libmnl', u'libmpdclient', u'libnfnetlink', u'libnetfilter_log', u'libnftnl', u'libpcap', u'libpwquality', u'libreplaygain', u'libva', u'minizip', u'mtdev', u'musepack', u'openpowerlink', u'pixman', u'qpid-proton', u'rabbitmq-c', u'slang', u'thrift', u'webp', u'wiringpi'] Warning: staging file "./usr/lib/libpcre.la" is touched by more than one package: [u'pcre', u'libcap-ng', u'util-linux', u'libglib2', u'libopenssl', u'freerdp', u'gflags', u'gmp', u'libusb', u'jimtcl', u'jsmn', u'libbsd', u'libconfig', u'libcuefile', u'libpthread-stubs', u'libdrm', u'libevent', u'libusb-compat', u'libnfc', u'libid3tag', u'libkrb5', u'liblo', u'libmbim', u'libmnl', u'libmpdclient', u'libnfnetlink', u'libnetfilter_log', u'libnftnl', u'libpcap', u'libpwquality', u'libreplaygain', u'libva', u'minizip', u'mtdev', u'musepack', u'openpowerlink', u'pixman', u'qpid-proton', u'rabbitmq-c', u'slang', u'thrift', u'webp', u'wiringpi'] Warning: staging file "./usr/lib/libva-drm.la" is touched by more than one package: [u'libva', u'minizip', u'mtdev', u'musepack', u'openpowerlink', u'pixman', u'qpid-proton', u'rabbitmq-c', u'slang', u'thrift', u'webp', u'wiringpi'] Warning: staging file "./usr/lib/libevent.la" is touched by more than one package: [u'libevent', u'libusb-compat', u'libnfc', u'libid3tag', u'libkrb5', u'liblo', u'libmbim', u'libmnl', u'libmpdclient', u'libnfnetlink', u'libnetfilter_log', u'libnftnl', u'libpcap', u'libpwquality', u'libreplaygain', u'libva', u'minizip', u'mtdev', u'musepack', u'openpowerlink', u'pixman', u'qpid-proton', u'rabbitmq-c', u'slang', u'thrift', u'webp', u'wiringpi'] Warning: staging file "./usr/lib/libgmodule-2.0.la" is touched by more than one package: [u'libglib2', u'libopenssl', u'freerdp', u'gflags', u'gmp', u'libusb', u'jimtcl', u'jsmn', u'libbsd', u'libconfig', u'libcuefile', u'libpthread-stubs', u'libdrm', u'libevent', u'libusb-compat', u'libnfc', u'libid3tag', u'libkrb5', u'liblo', u'libmbim', u'libmnl', u'libmpdclient', u'libnfnetlink', u'libnetfilter_log', u'libnftnl', u'libpcap', u'libpwquality', u'libreplaygain', u'libva', u'minizip', u'mtdev', u'musepack', u'openpowerlink', u'pixman', u'qpid-proton', u'rabbitmq-c', u'slang', u'thrift', u'webp', u'wiringpi'] Warning: staging file "./usr/lib/libglib-2.0.la" is touched by more than one package: [u'libglib2', u'libopenssl', u'freerdp', u'gflags', u'gmp', u'libusb', u'jimtcl', u'jsmn', u'libbsd', u'libconfig', u'libcuefile', u'libpthread-stubs', u'libdrm', u'libevent', u'libusb-compat', u'libnfc', u'libid3tag', u'libkrb5', u'liblo', u'libmbim', u'libmnl', u'libmpdclient', u'libnfnetlink', u'libnetfilter_log', u'libnftnl', u'libpcap', u'libpwquality', u'libreplaygain', u'libva', u'minizip', u'mtdev', u'musepack', u'openpowerlink', u'pixman', u'qpid-proton', u'rabbitmq-c', u'slang', u'thrift', u'webp', u'wiringpi'] Warning: staging file "./usr/lib/libpixman-1.la" is touched by more than one package: [u'pixman', u'qpid-proton', u'rabbitmq-c', u'slang', u'thrift', u'webp', u'wiringpi'] Warning: staging file "./usr/lib/libbsd.la" is touched by more than one package: [u'libbsd', u'libconfig', u'libcuefile', u'libpthread-stubs', u'libdrm', u'libevent', u'libusb-compat', u'libnfc', u'libid3tag', u'libkrb5', u'liblo', u'libmbim', u'libmnl', u'libmpdclient', u'libnfnetlink', u'libnetfilter_log', u'libnftnl', u'libpcap', u'libpwquality', u'libreplaygain', u'libva', u'minizip', u'mtdev', u'musepack', u'openpowerlink', u'pixman', u'qpid-proton', u'rabbitmq-c', u'slang', u'thrift', u'webp', u'wiringpi'] Warning: staging file "./usr/lib/libmtdev.la" is touched by more than one package: [u'mtdev', u'musepack', u'openpowerlink', u'pixman', u'qpid-proton', u'rabbitmq-c', u'slang', u'thrift', u'webp', u'wiringpi'] Warning: staging file "./usr/lib/libgmp.la" is touched by more than one package: [u'gmp', u'libusb', u'jimtcl', u'jsmn', u'libbsd', u'libconfig', u'libcuefile', u'libpthread-stubs', u'libdrm', u'libevent', u'libusb-compat', u'libnfc', u'libid3tag', u'libkrb5', u'liblo', u'libmbim', u'libmnl', u'libmpdclient', u'libnfnetlink', u'libnetfilter_log', u'libnftnl', u'libpcap', u'libpwquality', u'libreplaygain', u'libva', u'minizip', u'mtdev', u'musepack', u'openpowerlink', u'pixman', u'qpid-proton', u'rabbitmq-c', u'slang', u'thrift', u'webp', u'wiringpi'] Warning: staging file "./usr/lib/libevent_openssl.la" is touched by more than one package: [u'libevent', u'libusb-compat', u'libnfc', u'libid3tag', u'libkrb5', u'liblo', u'libmbim', u'libmnl', u'libmpdclient', u'libnfnetlink', u'libnetfilter_log', u'libnftnl', u'libpcap', u'libpwquality', u'libreplaygain', u'libva', u'minizip', u'mtdev', u'musepack', u'openpowerlink', u'pixman', u'qpid-proton', u'rabbitmq-c', u'slang', u'thrift', u'webp', u'wiringpi'] Warning: staging file "./usr/lib/libgio-2.0.la" is touched by more than one package: [u'libglib2', u'libopenssl', u'freerdp', u'gflags', u'gmp', u'libusb', u'jimtcl', u'jsmn', u'libbsd', u'libconfig', u'libcuefile', u'libpthread-stubs', u'libdrm', u'libevent', u'libusb-compat', u'libnfc', u'libid3tag', u'libkrb5', u'liblo', u'libmbim', u'libmnl', u'libmpdclient', u'libnfnetlink', u'libnetfilter_log', u'libnftnl', u'libpcap', u'libpwquality', u'libreplaygain', u'libva', u'minizip', u'mtdev', u'musepack', u'openpowerlink', u'pixman', u'qpid-proton', u'rabbitmq-c', u'slang', u'thrift', u'webp', u'wiringpi'] Warning: staging file "./usr/lib/libgthread-2.0.la" is touched by more than one package: [u'libglib2', u'libopenssl', u'freerdp', u'gflags', u'gmp', u'libusb', u'jimtcl', u'jsmn', u'libbsd', u'libconfig', u'libcuefile', u'libpthread-stubs', u'libdrm', u'libevent', u'libusb-compat', u'libnfc', u'libid3tag', u'libkrb5', u'liblo', u'libmbim', u'libmnl', u'libmpdclient', u'libnfnetlink', u'libnetfilter_log', u'libnftnl', u'libpcap', u'libpwquality', u'libreplaygain', u'libva', u'minizip', u'mtdev', u'musepack', u'openpowerlink', u'pixman', u'qpid-proton', u'rabbitmq-c', u'slang', u'thrift', u'webp', u'wiringpi'] Warning: staging file "./usr/lib/libwebp.la" is touched by more than one package: [u'webp', u'wiringpi'] Warning: staging file "./usr/lib/libaudiofile.la" is touched by more than one package: [u'audiofile', u'boost', u'ncurses', u'readline', u'libzlib', u'cracklib', u'duma', u'ficl', u'libffi', u'pcre', u'libcap-ng', u'util-linux', u'libglib2', u'libopenssl', u'freerdp', u'gflags', u'gmp', u'libusb', u'jimtcl', u'jsmn', u'libbsd', u'libconfig', u'libcuefile', u'libpthread-stubs', u'libdrm', u'libevent', u'libusb-compat', u'libnfc', u'libid3tag', u'libkrb5', u'liblo', u'libmbim', u'libmnl', u'libmpdclient', u'libnfnetlink', u'libnetfilter_log', u'libnftnl', u'libpcap', u'libpwquality', u'libreplaygain', u'libva', u'minizip', u'mtdev', u'musepack', u'openpowerlink', u'pixman', u'qpid-proton', u'rabbitmq-c', u'slang', u'thrift', u'webp', u'wiringpi'] Warning: staging file "./usr/lib/libblkid.la" is touched by more than one package: [u'util-linux', u'libglib2', u'libopenssl', u'freerdp', u'gflags', u'gmp', u'libusb', u'jimtcl', u'jsmn', u'libbsd', u'libconfig', u'libcuefile', u'libpthread-stubs', u'libdrm', u'libevent', u'libusb-compat', u'libnfc', u'libid3tag', u'libkrb5', u'liblo', u'libmbim', u'libmnl', u'libmpdclient', u'libnfnetlink', u'libnetfilter_log', u'libnftnl', u'libpcap', u'libpwquality', u'libreplaygain', u'libva', u'minizip', u'mtdev', u'musepack', u'openpowerlink', u'pixman', u'qpid-proton', u'rabbitmq-c', u'slang', u'thrift', u'webp', u'wiringpi'] Warning: staging file "./usr/lib/libnetfilter_log.la" is touched by more than one package: [u'libnetfilter_log', u'libnftnl', u'libpcap', u'libpwquality', u'libreplaygain', u'libva', u'minizip', u'mtdev', u'musepack', u'openpowerlink', u'pixman', u'qpid-proton', u'rabbitmq-c', u'slang', u'thrift', u'webp', u'wiringpi'] Warning: staging file "./usr/lib/libasound.la" is touched by more than one package: [u'alsa-lib', u'argp-standalone', u'libev', u'audiofile', u'boost', u'ncurses', u'readline', u'libzlib', u'cracklib', u'duma', u'ficl', u'libffi', u'pcre', u'libcap-ng', u'util-linux', u'libglib2', u'libopenssl', u'freerdp', u'gflags', u'gmp', u'libusb', u'jimtcl', u'jsmn', u'libbsd', u'libconfig', u'libcuefile', u'libpthread-stubs', u'libdrm', u'libevent', u'libusb-compat', u'libnfc', u'libid3tag', u'libkrb5', u'liblo', u'libmbim', u'libmnl', u'libmpdclient', u'libnfnetlink', u'libnetfilter_log', u'libnftnl', u'libpcap', u'libpwquality', u'libreplaygain', u'libva', u'minizip', u'mtdev', u'musepack', u'openpowerlink', u'pixman', u'qpid-proton', u'rabbitmq-c', u'slang', u'thrift', u'webp', u'wiringpi'] Warning: staging file "./usr/lib/libkms.la" is touched by more than one package: [u'libdrm', u'libevent', u'libusb-compat', u'libnfc', u'libid3tag', u'libkrb5', u'liblo', u'libmbim', u'libmnl', u'libmpdclient', u'libnfnetlink', u'libnetfilter_log', u'libnftnl', u'libpcap', u'libpwquality', u'libreplaygain', u'libva', u'minizip', u'mtdev', u'musepack', u'openpowerlink', u'pixman', u'qpid-proton', u'rabbitmq-c', u'slang', u'thrift', u'webp', u'wiringpi'] Warning: staging file "./usr/lib/liblo.la" is touched by more than one package: [u'liblo', u'libmbim', u'libmnl', u'libmpdclient', u'libnfnetlink', u'libnetfilter_log', u'libnftnl', u'libpcap', u'libpwquality', u'libreplaygain', u'libva', u'minizip', u'mtdev', u'musepack', u'openpowerlink', u'pixman', u'qpid-proton', u'rabbitmq-c', u'slang', u'thrift', u'webp', u'wiringpi'] Warning: staging file "./usr/lib/libusb.la" is touched by more than one package: [u'libusb-compat', u'libnfc', u'libid3tag', u'libkrb5', u'liblo', u'libmbim', u'libmnl', u'libmpdclient', u'libnfnetlink', u'libnetfilter_log', u'libnftnl', u'libpcap', u'libpwquality', u'libreplaygain', u'libva', u'minizip', u'mtdev', u'musepack', u'openpowerlink', u'pixman', u'qpid-proton', u'rabbitmq-c', u'slang', u'thrift', u'webp', u'wiringpi'] Warning: staging file "./usr/lib/libsmartcols.la" is touched by more than one package: [u'util-linux', u'libglib2', u'libopenssl', u'freerdp', u'gflags', u'gmp', u'libusb', u'jimtcl', u'jsmn', u'libbsd', u'libconfig', u'libcuefile', u'libpthread-stubs', u'libdrm', u'libevent', u'libusb-compat', u'libnfc', u'libid3tag', u'libkrb5', u'liblo', u'libmbim', u'libmnl', u'libmpdclient', u'libnfnetlink', u'libnetfilter_log', u'libnftnl', u'libpcap', u'libpwquality', u'libreplaygain', u'libva', u'minizip', u'mtdev', u'musepack', u'openpowerlink', u'pixman', u'qpid-proton', u'rabbitmq-c', u'slang', u'thrift', u'webp', u'wiringpi'] Warning: staging file "./usr/lib/libdrm.la" is touched by more than one package: [u'libdrm', u'libevent', u'libusb-compat', u'libnfc', u'libid3tag', u'libkrb5', u'liblo', u'libmbim', u'libmnl', u'libmpdclient', u'libnfnetlink', u'libnetfilter_log', u'libnftnl', u'libpcap', u'libpwquality', u'libreplaygain', u'libva', u'minizip', u'mtdev', u'musepack', u'openpowerlink', u'pixman', u'qpid-proton', u'rabbitmq-c', u'slang', u'thrift', u'webp', u'wiringpi'] Warning: staging file "./usr/lib/libid3tag.la" is touched by more than one package: [u'libid3tag', u'libkrb5', u'liblo', u'libmbim', u'libmnl', u'libmpdclient', u'libnfnetlink', u'libnetfilter_log', u'libnftnl', u'libpcap', u'libpwquality', u'libreplaygain', u'libva', u'minizip', u'mtdev', u'musepack', u'openpowerlink', u'pixman', u'qpid-proton', u'rabbitmq-c', u'slang', u'thrift', u'webp', u'wiringpi'] Warning: staging file "./usr/lib/libconfig++.la" is touched by more than one package: [u'libconfig', u'libcuefile', u'libpthread-stubs', u'libdrm', u'libevent', u'libusb-compat', u'libnfc', u'libid3tag', u'libkrb5', u'liblo', u'libmbim', u'libmnl', u'libmpdclient', u'libnfnetlink', u'libnetfilter_log', u'libnftnl', u'libpcap', u'libpwquality', u'libreplaygain', u'libva', u'minizip', u'mtdev', u'musepack', u'openpowerlink', u'pixman', u'qpid-proton', u'rabbitmq-c', u'slang', u'thrift', u'webp', u'wiringpi'] Warning: staging file "./usr/lib/libthriftz.la" is touched by more than one package: [u'thrift', u'webp', u'wiringpi'] Warning: staging file "./usr/lib/libpwquality.la" is touched by more than one package: [u'libpwquality', u'libreplaygain', u'libva', u'minizip', u'mtdev', u'musepack', u'openpowerlink', u'pixman', u'qpid-proton', u'rabbitmq-c', u'slang', u'thrift', u'webp', u'wiringpi'] Warning: staging file "./usr/lib/libcrack.la" is touched by more than one package: [u'cracklib', u'duma', u'ficl', u'libffi', u'pcre', u'libcap-ng', u'util-linux', u'libglib2', u'libopenssl', u'freerdp', u'gflags', u'gmp', u'libusb', u'jimtcl', u'jsmn', u'libbsd', u'libconfig', u'libcuefile', u'libpthread-stubs', u'libdrm', u'libevent', u'libusb-compat', u'libnfc', u'libid3tag', u'libkrb5', u'liblo', u'libmbim', u'libmnl', u'libmpdclient', u'libnfnetlink', u'libnetfilter_log', u'libnftnl', u'libpcap', u'libpwquality', u'libreplaygain', u'libva', u'minizip', u'mtdev', u'musepack', u'openpowerlink', u'pixman', u'qpid-proton', u'rabbitmq-c', u'slang', u'thrift', u'webp', u'wiringpi'] ./support/scripts/check-uniq-files -t host /home/naourr/work/instance-3/output/build/packages-file-list-host.txt Warning: host file "./share/info/dir" is touched by more than one package: [u'host-tar', u'host-lzip', u'host-m4', u'host-bison', u'host-libtool', u'host-autoconf', u'host-automake', u'host-gettext', u'host-libffi', u'host-readline', u'host-autoconf-archive'] rm -f /home/naourr/work/instance-3/output/target/usr/share/glib-2.0/schemas/*.xml /home/naourr/work/instance-3/output/target/usr/share/glib-2.0/schemas/*.dtd /home/naourr/work/instance-3/output/host/bin/glib-compile-schemas /home/naourr/work/instance-3/output/host/x86_64-buildroot-linux-musl/sysroot/usr/share/glib-2.0/schemas --targetdir=/home/naourr/work/instance-3/output/target/usr/share/glib-2.0/schemas No schema files found: doing nothing. mkdir -p /home/naourr/work/instance-3/output/target/etc echo "buildroot" > /home/naourr/work/instance-3/output/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/target/etc/hosts mkdir -p /home/naourr/work/instance-3/output/target/etc echo "Welcome to Buildroot" > /home/naourr/work/instance-3/output/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /home/naourr/work/instance-3/output/target/etc/shadow rm -f /home/naourr/work/instance-3/output/target/bin/sh rm -f /home/naourr/work/instance-3/output/build/locales.nopurge for i in C en_US locale-archive; do echo $i >> /home/naourr/work/instance-3/output/build/locales.nopurge; done for dir in /home/naourr/work/instance-3/output/target/usr/lib/locale; do for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /home/naourr/work/instance-3/output/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /home/naourr/work/instance-3/output/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /home/naourr/work/instance-3/output/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /home/naourr/work/instance-3/output/target/usr/share/X11/locale/locale.dir; fi rm -rf /home/naourr/work/instance-3/output/target/usr/include /home/naourr/work/instance-3/output/target/usr/share/aclocal \ /home/naourr/work/instance-3/output/target/usr/lib/pkgconfig /home/naourr/work/instance-3/output/target/usr/share/pkgconfig \ /home/naourr/work/instance-3/output/target/usr/lib/cmake /home/naourr/work/instance-3/output/target/usr/share/cmake find /home/naourr/work/instance-3/output/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/naourr/work/instance-3/output/target/lib/ /home/naourr/work/instance-3/output/target/usr/lib/ /home/naourr/work/instance-3/output/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' \) -print0 | xargs -0 rm -f rm -rf /home/naourr/work/instance-3/output/target/usr/share/gdb rm -rf /home/naourr/work/instance-3/output/target/usr/share/bash-completion rm -rf /home/naourr/work/instance-3/output/target/usr/share/zsh rm -rf /home/naourr/work/instance-3/output/target/usr/man /home/naourr/work/instance-3/output/target/usr/share/man rm -rf /home/naourr/work/instance-3/output/target/usr/info /home/naourr/work/instance-3/output/target/usr/share/info rm -rf /home/naourr/work/instance-3/output/target/usr/doc /home/naourr/work/instance-3/output/target/usr/share/doc rm -rf /home/naourr/work/instance-3/output/target/usr/share/gtk-doc rmdir /home/naourr/work/instance-3/output/target/usr/share 2>/dev/null || true find /home/naourr/work/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/naourr/work/instance-3/output/host/bin/x86_64-linux-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/naourr/work/instance-3/output/target/lib/ -type f -name 'libpthread*.so*' | \ xargs -r /home/naourr/work/instance-3/output/host/bin/x86_64-linux-strip --remove-section=.comment --remove-section=.note --strip-debug find /home/naourr/work/instance-3/output/target/lib/ -type f -name 'ld-*.so*' | \ xargs -r /home/naourr/work/instance-3/output/host/bin/x86_64-linux-strip --remove-section=.comment --remove-section=.note --strip-debug test -f /home/naourr/work/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/naourr/work/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/naourr/work/instance-3/output/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2018.11-git-00619-g28e15dae70"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2018.11-git"; \ echo "PRETTY_NAME=\"Buildroot 2018.11-git\"" \ ) > /home/naourr/work/instance-3/output/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/naourr/work/instance-3/output/target/etc >>> Sanitizing RPATH in target tree /home/naourr/work/instance-3/buildroot/support/scripts/fix-rpath target touch /home/naourr/work/instance-3/output/target/usr make: Leaving directory '/home/naourr/work/instance-3/buildroot' make: Entering directory '/home/naourr/work/instance-3/buildroot' >>> Buildroot 2018.11-git-00619-g28e15dae70 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-external Collecting legal info >>> host-lzip 1.20 Collecting legal info COPYING: OK (sha256: 3d77c1a58fbde5ddba612d1fe09965e20a3804953eca12e8c1892298bb8a5eef) >>> host-skeleton Collecting legal info >>> host-tar 1.29 Collecting legal info ERROR: No hash found for COPYING >>> musl-compat-headers Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-none Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain-external-custom Collecting legal info >>> toolchain Collecting legal info >>> aer-inject 9bd5e2c7886fca72f139cd8402488a2235957d41 Collecting legal info ERROR: No hash found for README >>> 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.8 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> host-pkgconf 0.9.12 Collecting legal info ERROR: No hash found for COPYING >>> alsa-lib 1.1.6 Collecting legal info COPYING: OK (sha256: 32434afcc8666ba060e111d715bfdb6c2d5dd8a35fa4d3ab8ad67d8f850d2f2b) aserver/COPYING: OK (sha256: bfe16cf823bcff261fc6a062c07ee96660e3c39678f42f39a788a68dbc234ced) >>> argp-standalone 1.3 Collecting legal info >>> atest 895b0183a89c15f5e2305a6795bb1667753cd3f0 Collecting legal info ERROR: No hash found for COPYING >>> libev 4.24 Collecting legal info LICENSE: OK (sha256: c4dd1a5bc38b041a320b93c5d6c08f5c41a63f2ce718ee16cfcb757fad448199) >>> audiofile 0.3.6 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING.GPL >>> boost 1.68.0 Collecting legal info LICENSE_1_0.txt: OK (sha256: c9bff75738922193e67fa726fa225535870d2aa1059f91452c411736284ad566) >>> chrony 3.4 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> readline 7.0 Collecting legal info ERROR: No hash found for COPYING >>> 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 >>> cpio 2.12 Collecting legal info ERROR: No hash found for COPYING >>> cracklib 2.9.6 Collecting legal info ERROR: No hash found for COPYING.LIB >>> host-cracklib 2.9.6 Collecting legal info ERROR: No hash found for COPYING.LIB >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> host-dtc 1.4.7 Collecting legal info ERROR: No hash found for README.license ERROR: No hash found for GPL >>> duma 2.5.15 Collecting legal info ERROR: No hash found for COPYING-GPL ERROR: No hash found for COPYING-LGPL >>> espeak 1.48.04 Collecting legal info ERROR: No hash found for License.txt >>> exfat-utils 1.3.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> ficl 4.1.0 Collecting legal info ERROR: No hash found for ReadMe.txt >>> freerdp 2.0.0-rc2 Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> libglib2 2.56.1 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libglib2 2.56.1 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libffi 3.2.1 Collecting legal info LICENSE: OK (sha256: 0f4d7a0bfb83c37465d42dc305f124189196cc0cc2cc8d6f8461103682aebbc5) >>> host-pcre 8.42 Collecting legal info LICENCE: OK (sha256: f998c0f52eb704eff28f503580cfca3f2547280aa212994f6cf2d8e317587c1c) >>> host-util-linux 2.32.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.42 Collecting legal info LICENCE: OK (sha256: f998c0f52eb704eff28f503580cfca3f2547280aa212994f6cf2d8e317587c1c) >>> util-linux 2.32.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) >>> libcap-ng 0.7.9 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> openssl Collecting legal info >>> libopenssl 1.0.2p Collecting legal info LICENSE: OK (sha256: c8f60f4842bbad0353f5d81620e72b168b5638ca3a0a999f5da113b22491612e) >>> gflags v2.2.0 Collecting legal info COPYING.txt: OK (sha256: 90d1f3701813c3cd65eee2dc736746fe46b465918f3f7d6d31463a2018b33fa5) >>> gmp 6.1.2 Collecting legal info ERROR: No hash found for COPYING.LESSERv3 ERROR: No hash found for COPYINGv2 >>> hdparm 9.56 Collecting legal info LICENSE.TXT: OK (sha256: eae572b06d2733f5c65fbe81680ce2b8a109afee2bdd1a161343c772af0e82e1) >>> imx-usb-loader e5394615dd413c3823d5bd1de340933e16a8c07c Collecting legal info ERROR: No hash found for COPYING >>> libusb 1.0.22 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> input-event-daemon v0.1.3 Collecting legal info ERROR: No hash found for README >>> iputils s20180629 Collecting legal info ninfod/COPYING: OK (sha256: 966075293e45785230c19415bcda15bd07c75bead4fe73332d1a4b9c45bb321f) >>> jimtcl 0.75 Collecting legal info ERROR: No hash found for LICENSE >>> jsmn 6021415cc75e7922d45b12935f56348b064d8a7f Collecting legal info ERROR: No hash found for LICENSE >>> json-javascript 3d7767b6b1f3da363c625ff54e63bbf20e9e83ac Collecting legal info ERROR: No hash found for json2.js >>> lftp 4.8.4 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libbsd 0.9.1 Collecting legal info COPYING: OK (sha256: df6d8e1b5b3a5b06376c658c8ad3afc82687f1c0e0404cec4738ad14b2675708) >>> libconfig v1.7.2 Collecting legal info COPYING.LIB: OK (sha256: d80c9d084ebfb50ea1ed91bfbc2410d6ce542097a32c43b00781b83adcb8c77f) >>> libcuefile r475 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libdrm 2.4.93 Collecting legal info >>> host-xutil_util-macros 1.19.2 Collecting legal info COPYING: OK (sha256: 489b630a75e3255485732eae3d50ff4d29d3feb66760bb3acb04f897e4d9e375) >>> libpthread-stubs 0.4 Collecting legal info ERROR: No hash found for COPYING >>> libevent 2.1.8-stable Collecting legal info LICENSE: OK (sha256: ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670) >>> libfreefare 0.4.0 Collecting legal info COPYING: OK (sha256: be6209dfd763a0ba77fbe990cfd2512804441d8b5f0cad927baa3341b50fcade) >>> libnfc 1.7.1 Collecting legal info COPYING: OK (sha256: 9ccf26cfe845e0eb8bb58053e47366e7ab6b697ae010f7650978d4b71b7d1fc1) >>> libusb-compat 0.1.5 Collecting legal info ERROR: No hash found for COPYING >>> libid3tag 0.15.1b Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYRIGHT: OK (sha256: 7f12ad28dc075763e91b91bfa60fad04062380011ddad8f6bac21dd7b1f44367) >>> libkrb5 1.16.1 Collecting legal info NOTICE: OK (sha256: 58534f00ed877fd32936fcab094f49d399aeef7716393204d8028c4b89050c82) >>> liblo 0.29 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libmbim 1.16.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libmnl 1.0.4 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libmpdclient 2.15 Collecting legal info COPYING: OK (sha256: 9574c3b0a9c31723cc3d5f32af4655a015fff5ec6ec8115b7906cd7d9623cf32) >>> host-meson 0.47.1 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja v1.8.2 Collecting legal info ERROR: No hash found for COPYING >>> host-python 2.7.15 Collecting legal info LICENSE: OK (sha256: b9a6d9320b8f2693e8d41e496ce56caadacaddcca9be2a64a61749278f425cf2) >>> host-expat 2.2.6 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> host-python-setuptools 40.0.0 Collecting legal info LICENSE: OK (sha256: c32a3ac395af6321efd28be73d06a00f0db6ab887d1c21d4fec46128d2056d5a) >>> host-python3 3.7.0 Collecting legal info LICENSE: OK (sha256: b9a6d9320b8f2693e8d41e496ce56caadacaddcca9be2a64a61749278f425cf2) >>> libnetfilter_log 1.0.1 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnfnetlink 1.0.1 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnftnl 1.0.9 Collecting legal info COPYING: OK (sha256: 98193898c663001eff2fdcfb676e210c13042bc1a05e8d570c363efa396f8e24) >>> libpcap 1.8.1 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> libpwquality 1.4.0 Collecting legal info COPYING: OK (sha256: aa44d09f651bf99b56253187c7778a240740c767d28453ab7fdc9804c842baee) >>> libreplaygain r475 Collecting legal info ERROR: No hash found for src/gain_analysis.c >>> libva 2.2.0 Collecting legal info COPYING: OK (sha256: c86a782ee845b52472dae9b9d79fb915d333628ac0efe49cdce63644814931de) >>> macchanger 1.7.0 Collecting legal info ERROR: No hash found for COPYING >>> minizip 2.5.3 Collecting legal info LICENSE: OK (sha256: 87642305968765a4030fd202ff7006afa67274da7f9bde84506e51ae58ecc2b4) >>> mtdev 1.1.4 Collecting legal info ERROR: No hash found for COPYING >>> mtdev2tuio e1e7378d86abe751158e743586133022f32fa4d1 Collecting legal info ERROR: No hash found for COPYING >>> musepack r475 Collecting legal info ERROR: No hash found for libmpcdec/COPYING ERROR: No hash found for libmpcenc/quant.c >>> nftables 0.8.3 Collecting legal info COPYING: OK (sha256: c17bc4fa5b2434c6f283ffcb2312e5bf3c7cdf5787b79505f094d8de734ac53e) >>> odhcploc 20111021 Collecting legal info ERROR: No hash found for COPYING >>> openpowerlink V2.7.0 Collecting legal info ERROR: No hash found for license.md >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pixman 0.34.0 Collecting legal info ERROR: No hash found for COPYING >>> qemu 2.12.0 Collecting legal info COPYING: OK (sha256: 6f04ae8364d0079a192b14635f4b1da294ce18724c034c39a6a41d1b09df6100) COPYING.LIB: OK (sha256: 48ffe9fc7f1d5462dbd19340bc4dd1d8a9e37c61ed535813e614cbe4a5f0d4df) >>> qpid-proton 0.9.1 Collecting legal info ERROR: No hash found for LICENSE >>> rabbitmq-c v0.9.0 Collecting legal info LICENSE-MIT: OK (sha256: 94a12c906acb31a66c2c8a6c1b6e46cab52bc5694c5ada2a06d86b05d3d3f422) >>> sispmctl 3.1 Collecting legal info ERROR: No hash found for LICENCE >>> slang 2.3.1a Collecting legal info COPYING: OK (sha256: ff05a90962e7773f8bdc47b2a9585130526039102759b524c1dffbd57cfe469b) >>> softether v4.22-9634-beta Collecting legal info LICENSE: OK (sha256: 7aeb873293fa0e44425dabf68a8e46e26c848fe58efcfd3ac7c90a3386f3edd1) >>> host-softether v4.22-9634-beta Collecting legal info LICENSE: OK (sha256: 7aeb873293fa0e44425dabf68a8e46e26c848fe58efcfd3ac7c90a3386f3edd1) >>> host-libopenssl 1.0.2p Collecting legal info LICENSE: OK (sha256: c8f60f4842bbad0353f5d81620e72b168b5638ca3a0a999f5da113b22491612e) >>> host-readline 7.0 Collecting legal info ERROR: No hash found for COPYING >>> swupdate 2018.03 Collecting legal info ERROR: No hash found for COPYING >>> thrift 0.9.2 Collecting legal info ERROR: No hash found for LICENSE >>> host-autoconf-archive 2017.03.21 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING.EXCEPTION >>> host-thrift 0.9.2 Collecting legal info ERROR: No hash found for LICENSE >>> host-boost 1.68.0 Collecting legal info LICENSE_1_0.txt: OK (sha256: c9bff75738922193e67fa726fa225535870d2aa1059f91452c411736284ad566) >>> host-libevent 2.1.8-stable Collecting legal info LICENSE: OK (sha256: ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670) >>> host-openssl Collecting legal info >>> host-uboot-tools 2018.07 Collecting legal info ERROR: No hash found for Licenses/gpl-2.0.txt >>> udpcast 20120424 Collecting legal info ERROR: No hash found for COPYING >>> vsftpd 3.0.3 Collecting legal info ERROR: No hash found for COPYING >>> webp 1.0.0 Collecting legal info COPYING: OK (sha256: 5aec868f669e384a22372a4e8a1a6cd7d44c64cd451f960ca69cc170d1e13acf) >>> wiringpi 2.46 Collecting legal info ERROR: No hash found for COPYING.LESSER WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-custom: cannot save license (TOOLCHAIN_EXTERNAL_CUSTOM_LICENSE_FILES not defined) WARNING: argp-standalone-1.3: cannot save license (ARGP_STANDALONE_LICENSE_FILES not defined) WARNING: libdrm-2.4.93: cannot save license (LIBDRM_LICENSE_FILES not defined) Legal info produced in /home/naourr/work/instance-3/output/legal-info make: Leaving directory '/home/naourr/work/instance-3/buildroot'