>>> host-patchelf 0.9 Patching Applying 0001-Remove-apparently-incorrect-usage-of-static.patch using patch: patching file src/patchelf.cc Applying 0002-Extract-a-function-for-splitting-a-colon-separated-s.patch using patch: patching file src/patchelf.cc Applying 0003-Add-option-to-make-the-rpath-relative-under-a-specif.patch using patch: patching file src/patchelf.cc Applying 0004-patchelf-Check-ELF-endianness-before-writing-new-run.patch using patch: patching file src/patchelf.cc >>> host-patchelf 0.9 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /home/naourr/work/instance-1/output/build/host-patchelf-0.9 -name $file); do cp support/gnuconfig/$file $i; done; done >>> host-patchelf 0.9 Patching libtool >>> host-patchelf 0.9 Configuring (cd /home/naourr/work/instance-1/output/build/host-patchelf-0.9/ && rm -rf config.cache; PATH="/home/naourr/work/instance-1/output/host/bin:/home/naourr/work/instance-1/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/.local/bin:/home/naourr/bin" PKG_CONFIG="/home/naourr/work/instance-1/output/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/home/naourr/work/instance-1/output/host/lib/pkgconfig:/home/naourr/work/instance-1/output/host/share/pkgconfig" AR="/usr/bin/ar" AS="/usr/bin/as" LD="/usr/bin/ld" NM="/usr/bin/nm" CC="/usr/bin/gcc" GCC="/usr/bin/gcc" CXX="/usr/bin/g++" CPP="/usr/bin/cpp" OBJCOPY="/usr/bin/objcopy" RANLIB="/usr/bin/ranlib" CPPFLAGS="-I/home/naourr/work/instance-1/output/host/include" CFLAGS="-O2 -I/home/naourr/work/instance-1/output/host/include" CXXFLAGS="-O2 -I/home/naourr/work/instance-1/output/host/include" LDFLAGS="-L/home/naourr/work/instance-1/output/host/lib -Wl,-rpath,/home/naourr/work/instance-1/output/host/lib" INTLTOOL_PERL=/usr/bin/perl CFLAGS="-O2 -I/home/naourr/work/instance-1/output/host/include" LDFLAGS="-L/home/naourr/work/instance-1/output/host/lib -Wl,-rpath,/home/naourr/work/instance-1/output/host/lib" CONFIG_SITE=/dev/null ./configure --prefix="/home/naourr/work/instance-1/output/host" --sysconfdir="/home/naourr/work/instance-1/output/host/etc" --localstatedir="/home/naourr/work/instance-1/output/host/var" --enable-shared --disable-static --disable-gtk-doc --disable-gtk-doc-html --disable-doc --disable-docs --disable-documentation --disable-debug --with-xmlto=no --with-fop=no --disable-dependency-tracking ) configure: WARNING: unrecognized options: --enable-shared, --disable-static, --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --disable-debug, --with-xmlto, --with-fop checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for style of include used by make... GNU checking for gcc... /usr/bin/gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /usr/bin/gcc accepts -g... yes checking for /usr/bin/gcc option to accept ISO C89... none needed checking whether /usr/bin/gcc understands -c and -o together... yes checking dependency style of /usr/bin/gcc... none checking whether we are using the GNU C++ compiler... yes checking whether /usr/bin/g++ accepts -g... yes checking dependency style of /usr/bin/g++... none Setting page size to 4096 checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating tests/Makefile config.status: creating patchelf.spec config.status: executing depfiles commands configure: WARNING: unrecognized options: --enable-shared, --disable-static, --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --disable-debug, --with-xmlto, --with-fop >>> host-patchelf 0.9 Building PATH="/home/naourr/work/instance-1/output/host/bin:/home/naourr/work/instance-1/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/.local/bin:/home/naourr/bin" PKG_CONFIG="/home/naourr/work/instance-1/output/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/home/naourr/work/instance-1/output/host/lib/pkgconfig:/home/naourr/work/instance-1/output/host/share/pkgconfig" /usr/bin/make -j4 -C /home/naourr/work/instance-1/output/build/host-patchelf-0.9/ make[1]: Entering directory '/home/naourr/work/instance-1/output/build/host-patchelf-0.9' Making all in src make[2]: Entering directory '/home/naourr/work/instance-1/output/build/host-patchelf-0.9/src' /usr/bin/g++ -DPACKAGE_NAME=\"patchelf\" -DPACKAGE_TARNAME=\"patchelf\" -DPACKAGE_VERSION=\"0.9\" -DPACKAGE_STRING=\"patchelf\ 0.9\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"patchelf\" -DVERSION=\"0.9\" -DPAGESIZE=4096 -I. -I/home/naourr/work/instance-1/output/host/include -Wall -O2 -I/home/naourr/work/instance-1/output/host/include -c -o patchelf.o patchelf.cc /usr/bin/g++ -Wall -O2 -I/home/naourr/work/instance-1/output/host/include -L/home/naourr/work/instance-1/output/host/lib -Wl,-rpath,/home/naourr/work/instance-1/output/host/lib -o patchelf patchelf.o make[2]: Leaving directory '/home/naourr/work/instance-1/output/build/host-patchelf-0.9/src' Making all in tests make[2]: Entering directory '/home/naourr/work/instance-1/output/build/host-patchelf-0.9/tests' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/home/naourr/work/instance-1/output/build/host-patchelf-0.9/tests' make[2]: Entering directory '/home/naourr/work/instance-1/output/build/host-patchelf-0.9' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/home/naourr/work/instance-1/output/build/host-patchelf-0.9' make[1]: Leaving directory '/home/naourr/work/instance-1/output/build/host-patchelf-0.9' >>> host-patchelf 0.9 Installing to host directory PATH="/home/naourr/work/instance-1/output/host/bin:/home/naourr/work/instance-1/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/.local/bin:/home/naourr/bin" PKG_CONFIG="/home/naourr/work/instance-1/output/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/home/naourr/work/instance-1/output/host/lib/pkgconfig:/home/naourr/work/instance-1/output/host/share/pkgconfig" /usr/bin/make -j4 install -C /home/naourr/work/instance-1/output/build/host-patchelf-0.9/ make[1]: Entering directory '/home/naourr/work/instance-1/output/build/host-patchelf-0.9' Making install in src make[2]: Entering directory '/home/naourr/work/instance-1/output/build/host-patchelf-0.9/src' make[3]: Entering directory '/home/naourr/work/instance-1/output/build/host-patchelf-0.9/src' make[3]: Nothing to be done for 'install-data-am'. /usr/bin/mkdir -p '/home/naourr/work/instance-1/output/host/bin' /usr/bin/install -c patchelf '/home/naourr/work/instance-1/output/host/bin' make[3]: Leaving directory '/home/naourr/work/instance-1/output/build/host-patchelf-0.9/src' make[2]: Leaving directory '/home/naourr/work/instance-1/output/build/host-patchelf-0.9/src' Making install in tests make[2]: Entering directory '/home/naourr/work/instance-1/output/build/host-patchelf-0.9/tests' make[3]: Entering directory '/home/naourr/work/instance-1/output/build/host-patchelf-0.9/tests' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/home/naourr/work/instance-1/output/build/host-patchelf-0.9/tests' make[2]: Leaving directory '/home/naourr/work/instance-1/output/build/host-patchelf-0.9/tests' make[2]: Entering directory '/home/naourr/work/instance-1/output/build/host-patchelf-0.9' make[3]: Entering directory '/home/naourr/work/instance-1/output/build/host-patchelf-0.9' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/home/naourr/work/instance-1/output/host/share/doc/patchelf' /usr/bin/install -c -m 644 README '/home/naourr/work/instance-1/output/host/share/doc/patchelf' /usr/bin/mkdir -p '/home/naourr/work/instance-1/output/host/share/man/man1' /usr/bin/install -c -m 644 patchelf.1 '/home/naourr/work/instance-1/output/host/share/man/man1' make[3]: Leaving directory '/home/naourr/work/instance-1/output/build/host-patchelf-0.9' make[2]: Leaving directory '/home/naourr/work/instance-1/output/build/host-patchelf-0.9' make[1]: Leaving directory '/home/naourr/work/instance-1/output/build/host-patchelf-0.9' rhash-1.3.5-src.tar.gz: OK (md5: f586644019c10c83c6b6835de4b99e74) rhash-1.3.5-src.tar.gz: OK (sha1: 990c9a0135afe48dee4ce1dbf83578e44735f302) rhash-1.3.5-src.tar.gz: OK (sha256: 98e0688acae29e68c298ffbcdbb0f838864105f9b2bd8857980664435b1f1f2e) >>> rhash 1.3.5 Extracting gzip -d -c /home/naourr/work/instance-1/dl/rhash/rhash-1.3.5-src.tar.gz | /home/naourr/work/instance-1/output/host/bin/tar --strip-components=1 -C /home/naourr/work/instance-1/output/build/rhash-1.3.5 -xf - >>> rhash 1.3.5 Patching >>> rhash 1.3.5 Configuring >>> rhash 1.3.5 Building PATH="/home/naourr/work/instance-1/output/host/bin:/home/naourr/work/instance-1/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/.local/bin:/home/naourr/bin" PATH="/home/naourr/work/instance-1/output/host/bin:/home/naourr/work/instance-1/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/.local/bin:/home/naourr/bin" AR="/home/naourr/work/instance-1/output/host/bin/armv7-ctng-linux-gnueabihf-ar" AS="/home/naourr/work/instance-1/output/host/bin/armv7-ctng-linux-gnueabihf-as" LD="/home/naourr/work/instance-1/output/host/bin/armv7-ctng-linux-gnueabihf-ld" NM="/home/naourr/work/instance-1/output/host/bin/armv7-ctng-linux-gnueabihf-nm" CC="/home/naourr/work/instance-1/output/host/bin/armv7-ctng-linux-gnueabihf-gcc" GCC="/home/naourr/work/instance-1/output/host/bin/armv7-ctng-linux-gnueabihf-gcc" CPP="/home/naourr/work/instance-1/output/host/bin/armv7-ctng-linux-gnueabihf-cpp" CXX="/home/naourr/work/instance-1/output/host/bin/armv7-ctng-linux-gnueabihf-g++" FC="/home/naourr/work/instance-1/output/host/bin/armv7-ctng-linux-gnueabihf-gfortran" F77="/home/naourr/work/instance-1/output/host/bin/armv7-ctng-linux-gnueabihf-gfortran" RANLIB="/home/naourr/work/instance-1/output/host/bin/armv7-ctng-linux-gnueabihf-ranlib" READELF="/home/naourr/work/instance-1/output/host/bin/armv7-ctng-linux-gnueabihf-readelf" STRIP="/home/naourr/work/instance-1/output/host/bin/armv7-ctng-linux-gnueabihf-strip" OBJCOPY="/home/naourr/work/instance-1/output/host/bin/armv7-ctng-linux-gnueabihf-objcopy" OBJDUMP="/home/naourr/work/instance-1/output/host/bin/armv7-ctng-linux-gnueabihf-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/naourr/work/instance-1/output/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/naourr/work/instance-1/output/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/naourr/work/instance-1/output/host/include" LDFLAGS_FOR_BUILD="-L/home/naourr/work/instance-1/output/host/lib -Wl,-rpath,/home/naourr/work/instance-1/output/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/naourr/work/instance-1/output/host/bin/armv7-ctng-linux-gnueabihf-as" DEFAULT_LINKER="/home/naourr/work/instance-1/output/host/bin/armv7-ctng-linux-gnueabihf-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os " LDFLAGS="" FCFLAGS=" -Os " FFLAGS=" -Os " PKG_CONFIG="/home/naourr/work/instance-1/output/host/bin/pkg-config" STAGING_DIR="/home/naourr/work/instance-1/output/host/arm-buildroot-linux-gnueabihf/sysroot" INTLTOOL_PERL=/usr/bin/perl /usr/bin/make -j4 -C /home/naourr/work/instance-1/output/build/rhash-1.3.5 ADDCFLAGS=" -DOPENSSL_RUNTIME -rdynamic" ADDLDFLAGS=" -ldl" PREFIX="/usr" lib-shared build-shared make[1]: Entering directory '/home/naourr/work/instance-1/output/build/rhash-1.3.5' /usr/bin/make -C librhash lib-shared /home/naourr/work/instance-1/output/host/bin/armv7-ctng-linux-gnueabihf-gcc -c -pipe -O2 -DNDEBUG -fomit-frame-pointer -ffunction-sections -fdata-sections -DOPENSSL_RUNTIME -rdynamic -Wall -W -Wstrict-prototypes -Wnested-externs -Winline -Wpointer-arith -Wbad-function-cast -Wmissing-prototypes -Wmissing-declarations calc_sums.c -o calc_sums.o /home/naourr/work/instance-1/output/host/bin/armv7-ctng-linux-gnueabihf-gcc -c -pipe -O2 -DNDEBUG -fomit-frame-pointer -ffunction-sections -fdata-sections -DOPENSSL_RUNTIME -rdynamic -Wall -W -Wstrict-prototypes -Wnested-externs -Winline -Wpointer-arith -Wbad-function-cast -Wmissing-prototypes -Wmissing-declarations hash_print.c -o hash_print.o /home/naourr/work/instance-1/output/host/bin/armv7-ctng-linux-gnueabihf-gcc -c -pipe -O2 -DNDEBUG -fomit-frame-pointer -ffunction-sections -fdata-sections -DOPENSSL_RUNTIME -rdynamic -Wall -W -Wstrict-prototypes -Wnested-externs -Winline -Wpointer-arith -Wbad-function-cast -Wmissing-prototypes -Wmissing-declarations common_func.c -o common_func.o make[2]: Entering directory '/home/naourr/work/instance-1/output/build/rhash-1.3.5/librhash' sed -n '1s/.*/{ global:/p; s/^RHASH_API.* \([a-z0-9_]\+\)(.*/ \1;/p; $s/.*/local: *; };/p' rhash.h rhash_torrent.h rhash_timing.h > exports.sym /home/naourr/work/instance-1/output/host/bin/armv7-ctng-linux-gnueabihf-gcc -fpic -pipe -DIN_RHASH -DOPENSSL_RUNTIME -rdynamic -O2 -DNDEBUG -fomit-frame-pointer -ffunction-sections -fdata-sections -Wall -W -Wstrict-prototypes -Wnested-externs -Winline -Wpointer-arith -Wbad-function-cast -Wmissing-prototypes -Wmissing-declarations -shared algorithms.c byte_order.c plug_openssl.c rhash.c rhash_timing.c rhash_torrent.c aich.c crc32.c ed2k.c edonr.c hex.c md4.c md5.c sha1.c sha256.c sha512.c sha3.c ripemd-160.c gost.c has160.c snefru.c tiger.c tiger_sbox.c tth.c torrent.c whirlpool.c whirlpool_sbox.c -Wl,--version-script,exports.sym,-soname,librhash.so.0 -ldl -o librhash.so.0 /home/naourr/work/instance-1/output/host/bin/armv7-ctng-linux-gnueabihf-gcc -c -pipe -O2 -DNDEBUG -fomit-frame-pointer -ffunction-sections -fdata-sections -DOPENSSL_RUNTIME -rdynamic -Wall -W -Wstrict-prototypes -Wnested-externs -Winline -Wpointer-arith -Wbad-function-cast -Wmissing-prototypes -Wmissing-declarations hash_update.c -o hash_update.o /home/naourr/work/instance-1/output/host/bin/armv7-ctng-linux-gnueabihf-gcc -c -pipe -O2 -DNDEBUG -fomit-frame-pointer -ffunction-sections -fdata-sections -DOPENSSL_RUNTIME -rdynamic -Wall -W -Wstrict-prototypes -Wnested-externs -Winline -Wpointer-arith -Wbad-function-cast -Wmissing-prototypes -Wmissing-declarations file_mask.c -o file_mask.o /home/naourr/work/instance-1/output/host/bin/armv7-ctng-linux-gnueabihf-gcc -c -pipe -O2 -DNDEBUG -fomit-frame-pointer -ffunction-sections -fdata-sections -DOPENSSL_RUNTIME -rdynamic -Wall -W -Wstrict-prototypes -Wnested-externs -Winline -Wpointer-arith -Wbad-function-cast -Wmissing-prototypes -Wmissing-declarations file_set.c -o file_set.o /home/naourr/work/instance-1/output/host/bin/armv7-ctng-linux-gnueabihf-gcc -c -pipe -O2 -DNDEBUG -fomit-frame-pointer -ffunction-sections -fdata-sections -DOPENSSL_RUNTIME -rdynamic -Wall -W -Wstrict-prototypes -Wnested-externs -Winline -Wpointer-arith -Wbad-function-cast -Wmissing-prototypes -Wmissing-declarations find_file.c -o find_file.o /home/naourr/work/instance-1/output/host/bin/armv7-ctng-linux-gnueabihf-gcc -c -pipe -O2 -DNDEBUG -fomit-frame-pointer -ffunction-sections -fdata-sections -DOPENSSL_RUNTIME -rdynamic -Wall -W -Wstrict-prototypes -Wnested-externs -Winline -Wpointer-arith -Wbad-function-cast -Wmissing-prototypes -Wmissing-declarations hash_check.c -o hash_check.o /home/naourr/work/instance-1/output/host/bin/armv7-ctng-linux-gnueabihf-gcc -c -pipe -O2 -DNDEBUG -fomit-frame-pointer -ffunction-sections -fdata-sections -DOPENSSL_RUNTIME -rdynamic -Wall -W -Wstrict-prototypes -Wnested-externs -Winline -Wpointer-arith -Wbad-function-cast -Wmissing-prototypes -Wmissing-declarations output.c -o output.o /home/naourr/work/instance-1/output/host/bin/armv7-ctng-linux-gnueabihf-gcc -c -pipe -O2 -DNDEBUG -fomit-frame-pointer -ffunction-sections -fdata-sections -DOPENSSL_RUNTIME -rdynamic -Wall -W -Wstrict-prototypes -Wnested-externs -Winline -Wpointer-arith -Wbad-function-cast -Wmissing-prototypes -Wmissing-declarations parse_cmdline.c -o parse_cmdline.o /home/naourr/work/instance-1/output/host/bin/armv7-ctng-linux-gnueabihf-gcc -c -pipe -O2 -DNDEBUG -fomit-frame-pointer -ffunction-sections -fdata-sections -DOPENSSL_RUNTIME -rdynamic -Wall -W -Wstrict-prototypes -Wnested-externs -Winline -Wpointer-arith -Wbad-function-cast -Wmissing-prototypes -Wmissing-declarations rhash_main.c -o rhash_main.o /home/naourr/work/instance-1/output/host/bin/armv7-ctng-linux-gnueabihf-gcc -c -pipe -O2 -DNDEBUG -fomit-frame-pointer -ffunction-sections -fdata-sections -DOPENSSL_RUNTIME -rdynamic -Wall -W -Wstrict-prototypes -Wnested-externs -Winline -Wpointer-arith -Wbad-function-cast -Wmissing-prototypes -Wmissing-declarations win_utils.c -o win_utils.o rm -f librhash.so ln -s librhash.so.0 librhash.so make[2]: Leaving directory '/home/naourr/work/instance-1/output/build/rhash-1.3.5/librhash' /home/naourr/work/instance-1/output/host/bin/armv7-ctng-linux-gnueabihf-gcc calc_sums.o hash_print.o common_func.o hash_update.o file_mask.o file_set.o find_file.o hash_check.o output.o parse_cmdline.o rhash_main.o win_utils.o -ldl -o rhash_shared librhash/librhash.so.0 make[1]: Leaving directory '/home/naourr/work/instance-1/output/build/rhash-1.3.5' >>> rhash 1.3.5 Installing to staging directory PATH="/home/naourr/work/instance-1/output/host/bin:/home/naourr/work/instance-1/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/.local/bin:/home/naourr/bin" PATH="/home/naourr/work/instance-1/output/host/bin:/home/naourr/work/instance-1/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/.local/bin:/home/naourr/bin" AR="/home/naourr/work/instance-1/output/host/bin/armv7-ctng-linux-gnueabihf-ar" AS="/home/naourr/work/instance-1/output/host/bin/armv7-ctng-linux-gnueabihf-as" LD="/home/naourr/work/instance-1/output/host/bin/armv7-ctng-linux-gnueabihf-ld" NM="/home/naourr/work/instance-1/output/host/bin/armv7-ctng-linux-gnueabihf-nm" CC="/home/naourr/work/instance-1/output/host/bin/armv7-ctng-linux-gnueabihf-gcc" GCC="/home/naourr/work/instance-1/output/host/bin/armv7-ctng-linux-gnueabihf-gcc" CPP="/home/naourr/work/instance-1/output/host/bin/armv7-ctng-linux-gnueabihf-cpp" CXX="/home/naourr/work/instance-1/output/host/bin/armv7-ctng-linux-gnueabihf-g++" FC="/home/naourr/work/instance-1/output/host/bin/armv7-ctng-linux-gnueabihf-gfortran" F77="/home/naourr/work/instance-1/output/host/bin/armv7-ctng-linux-gnueabihf-gfortran" RANLIB="/home/naourr/work/instance-1/output/host/bin/armv7-ctng-linux-gnueabihf-ranlib" READELF="/home/naourr/work/instance-1/output/host/bin/armv7-ctng-linux-gnueabihf-readelf" STRIP="/home/naourr/work/instance-1/output/host/bin/armv7-ctng-linux-gnueabihf-strip" OBJCOPY="/home/naourr/work/instance-1/output/host/bin/armv7-ctng-linux-gnueabihf-objcopy" OBJDUMP="/home/naourr/work/instance-1/output/host/bin/armv7-ctng-linux-gnueabihf-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/naourr/work/instance-1/output/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/naourr/work/instance-1/output/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/naourr/work/instance-1/output/host/include" LDFLAGS_FOR_BUILD="-L/home/naourr/work/instance-1/output/host/lib -Wl,-rpath,/home/naourr/work/instance-1/output/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/naourr/work/instance-1/output/host/bin/armv7-ctng-linux-gnueabihf-as" DEFAULT_LINKER="/home/naourr/work/instance-1/output/host/bin/armv7-ctng-linux-gnueabihf-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os " LDFLAGS="" FCFLAGS=" -Os " FFLAGS=" -Os " PKG_CONFIG="/home/naourr/work/instance-1/output/host/bin/pkg-config" STAGING_DIR="/home/naourr/work/instance-1/output/host/arm-buildroot-linux-gnueabihf/sysroot" INTLTOOL_PERL=/usr/bin/perl /usr/bin/make -j4 -C /home/naourr/work/instance-1/output/build/rhash-1.3.5/librhash DESTDIR="/home/naourr/work/instance-1/output/host/arm-buildroot-linux-gnueabihf/sysroot" ADDCFLAGS=" -DOPENSSL_RUNTIME -rdynamic" ADDLDFLAGS=" -ldl" PREFIX="/usr" install-lib-shared install-so-link install-headers make[1]: Entering directory '/home/naourr/work/instance-1/output/build/rhash-1.3.5/librhash' install -d /home/naourr/work/instance-1/output/host/arm-buildroot-linux-gnueabihf/sysroot/usr/lib install -d /home/naourr/work/instance-1/output/host/arm-buildroot-linux-gnueabihf/sysroot/usr/lib install -d /home/naourr/work/instance-1/output/host/arm-buildroot-linux-gnueabihf/sysroot/usr/include ln -s librhash.so.0 /home/naourr/work/instance-1/output/host/arm-buildroot-linux-gnueabihf/sysroot/usr/lib/librhash.so install -m 644 librhash.so.0 /home/naourr/work/instance-1/output/host/arm-buildroot-linux-gnueabihf/sysroot/usr/lib/ install -m 644 rhash.h rhash_torrent.h /home/naourr/work/instance-1/output/host/arm-buildroot-linux-gnueabihf/sysroot/usr/include/ make[1]: Leaving directory '/home/naourr/work/instance-1/output/build/rhash-1.3.5/librhash' >>> rhash 1.3.5 Fixing libtool files >>> rhash 1.3.5 Installing to target PATH="/home/naourr/work/instance-1/output/host/bin:/home/naourr/work/instance-1/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/.local/bin:/home/naourr/bin" PATH="/home/naourr/work/instance-1/output/host/bin:/home/naourr/work/instance-1/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/.local/bin:/home/naourr/bin" AR="/home/naourr/work/instance-1/output/host/bin/armv7-ctng-linux-gnueabihf-ar" AS="/home/naourr/work/instance-1/output/host/bin/armv7-ctng-linux-gnueabihf-as" LD="/home/naourr/work/instance-1/output/host/bin/armv7-ctng-linux-gnueabihf-ld" NM="/home/naourr/work/instance-1/output/host/bin/armv7-ctng-linux-gnueabihf-nm" CC="/home/naourr/work/instance-1/output/host/bin/armv7-ctng-linux-gnueabihf-gcc" GCC="/home/naourr/work/instance-1/output/host/bin/armv7-ctng-linux-gnueabihf-gcc" CPP="/home/naourr/work/instance-1/output/host/bin/armv7-ctng-linux-gnueabihf-cpp" CXX="/home/naourr/work/instance-1/output/host/bin/armv7-ctng-linux-gnueabihf-g++" FC="/home/naourr/work/instance-1/output/host/bin/armv7-ctng-linux-gnueabihf-gfortran" F77="/home/naourr/work/instance-1/output/host/bin/armv7-ctng-linux-gnueabihf-gfortran" RANLIB="/home/naourr/work/instance-1/output/host/bin/armv7-ctng-linux-gnueabihf-ranlib" READELF="/home/naourr/work/instance-1/output/host/bin/armv7-ctng-linux-gnueabihf-readelf" STRIP="/home/naourr/work/instance-1/output/host/bin/armv7-ctng-linux-gnueabihf-strip" OBJCOPY="/home/naourr/work/instance-1/output/host/bin/armv7-ctng-linux-gnueabihf-objcopy" OBJDUMP="/home/naourr/work/instance-1/output/host/bin/armv7-ctng-linux-gnueabihf-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/naourr/work/instance-1/output/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/naourr/work/instance-1/output/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/naourr/work/instance-1/output/host/include" LDFLAGS_FOR_BUILD="-L/home/naourr/work/instance-1/output/host/lib -Wl,-rpath,/home/naourr/work/instance-1/output/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/naourr/work/instance-1/output/host/bin/armv7-ctng-linux-gnueabihf-as" DEFAULT_LINKER="/home/naourr/work/instance-1/output/host/bin/armv7-ctng-linux-gnueabihf-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os " LDFLAGS="" FCFLAGS=" -Os " FFLAGS=" -Os " PKG_CONFIG="/home/naourr/work/instance-1/output/host/bin/pkg-config" STAGING_DIR="/home/naourr/work/instance-1/output/host/arm-buildroot-linux-gnueabihf/sysroot" INTLTOOL_PERL=/usr/bin/perl /usr/bin/make -j4 -C /home/naourr/work/instance-1/output/build/rhash-1.3.5/librhash DESTDIR="/home/naourr/work/instance-1/output/target" ADDCFLAGS=" -DOPENSSL_RUNTIME -rdynamic" ADDLDFLAGS=" -ldl" PREFIX="/usr" install-lib-shared install-so-link make[1]: Entering directory '/home/naourr/work/instance-1/output/build/rhash-1.3.5/librhash' install -d /home/naourr/work/instance-1/output/target/usr/lib install -d /home/naourr/work/instance-1/output/target/usr/lib install -m 644 librhash.so.0 /home/naourr/work/instance-1/output/target/usr/lib/ ln -s librhash.so.0 /home/naourr/work/instance-1/output/target/usr/lib/librhash.so make[1]: Leaving directory '/home/naourr/work/instance-1/output/build/rhash-1.3.5/librhash' rs485conf-5c8d00cf70950fab3454549b81dea843d844492a.tar.gz: OK (sha256: f163f81cd50aae6fa39cbb4f6408a3699da7a87a56649c4b96d6f168c9be6a7d) >>> rs485conf 5c8d00cf70950fab3454549b81dea843d844492a Extracting gzip -d -c /home/naourr/work/instance-1/dl/rs485conf/rs485conf-5c8d00cf70950fab3454549b81dea843d844492a.tar.gz | /home/naourr/work/instance-1/output/host/bin/tar --strip-components=1 -C /home/naourr/work/instance-1/output/build/rs485conf-5c8d00cf70950fab3454549b81dea843d844492a -xf - >>> rs485conf 5c8d00cf70950fab3454549b81dea843d844492a Patching >>> rs485conf 5c8d00cf70950fab3454549b81dea843d844492a Configuring >>> rs485conf 5c8d00cf70950fab3454549b81dea843d844492a Building PATH="/home/naourr/work/instance-1/output/host/bin:/home/naourr/work/instance-1/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/.local/bin:/home/naourr/bin" /usr/bin/make -j4 PATH="/home/naourr/work/instance-1/output/host/bin:/home/naourr/work/instance-1/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/.local/bin:/home/naourr/bin" AR="/home/naourr/work/instance-1/output/host/bin/armv7-ctng-linux-gnueabihf-ar" AS="/home/naourr/work/instance-1/output/host/bin/armv7-ctng-linux-gnueabihf-as" LD="/home/naourr/work/instance-1/output/host/bin/armv7-ctng-linux-gnueabihf-ld" NM="/home/naourr/work/instance-1/output/host/bin/armv7-ctng-linux-gnueabihf-nm" CC="/home/naourr/work/instance-1/output/host/bin/armv7-ctng-linux-gnueabihf-gcc" GCC="/home/naourr/work/instance-1/output/host/bin/armv7-ctng-linux-gnueabihf-gcc" CPP="/home/naourr/work/instance-1/output/host/bin/armv7-ctng-linux-gnueabihf-cpp" CXX="/home/naourr/work/instance-1/output/host/bin/armv7-ctng-linux-gnueabihf-g++" FC="/home/naourr/work/instance-1/output/host/bin/armv7-ctng-linux-gnueabihf-gfortran" F77="/home/naourr/work/instance-1/output/host/bin/armv7-ctng-linux-gnueabihf-gfortran" RANLIB="/home/naourr/work/instance-1/output/host/bin/armv7-ctng-linux-gnueabihf-ranlib" READELF="/home/naourr/work/instance-1/output/host/bin/armv7-ctng-linux-gnueabihf-readelf" STRIP="/home/naourr/work/instance-1/output/host/bin/armv7-ctng-linux-gnueabihf-strip" OBJCOPY="/home/naourr/work/instance-1/output/host/bin/armv7-ctng-linux-gnueabihf-objcopy" OBJDUMP="/home/naourr/work/instance-1/output/host/bin/armv7-ctng-linux-gnueabihf-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/naourr/work/instance-1/output/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/naourr/work/instance-1/output/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/naourr/work/instance-1/output/host/include" LDFLAGS_FOR_BUILD="-L/home/naourr/work/instance-1/output/host/lib -Wl,-rpath,/home/naourr/work/instance-1/output/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/naourr/work/instance-1/output/host/bin/armv7-ctng-linux-gnueabihf-as" DEFAULT_LINKER="/home/naourr/work/instance-1/output/host/bin/armv7-ctng-linux-gnueabihf-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os " LDFLAGS="" FCFLAGS=" -Os " FFLAGS=" -Os " PKG_CONFIG="/home/naourr/work/instance-1/output/host/bin/pkg-config" STAGING_DIR="/home/naourr/work/instance-1/output/host/arm-buildroot-linux-gnueabihf/sysroot" INTLTOOL_PERL=/usr/bin/perl -C /home/naourr/work/instance-1/output/build/rs485conf-5c8d00cf70950fab3454549b81dea843d844492a make[1]: Entering directory '/home/naourr/work/instance-1/output/build/rs485conf-5c8d00cf70950fab3454549b81dea843d844492a' /home/naourr/work/instance-1/output/host/bin/armv7-ctng-linux-gnueabihf-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o main.o main.c /home/naourr/work/instance-1/output/host/bin/armv7-ctng-linux-gnueabihf-gcc main.o -o rs485conf make[1]: Leaving directory '/home/naourr/work/instance-1/output/build/rs485conf-5c8d00cf70950fab3454549b81dea843d844492a' >>> rs485conf 5c8d00cf70950fab3454549b81dea843d844492a Installing to target PATH="/home/naourr/work/instance-1/output/host/bin:/home/naourr/work/instance-1/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/.local/bin:/home/naourr/bin" /usr/bin/make -j4 PREFIX="/home/naourr/work/instance-1/output/target/usr" -C /home/naourr/work/instance-1/output/build/rs485conf-5c8d00cf70950fab3454549b81dea843d844492a install make[1]: Entering directory '/home/naourr/work/instance-1/output/build/rs485conf-5c8d00cf70950fab3454549b81dea843d844492a' echo /home/naourr/work/instance-1/output/target/usr /home/naourr/work/instance-1/output/target/usr install -m 0755 rs485conf /home/naourr/work/instance-1/output/target/usr/sbin/rs485conf make[1]: Leaving directory '/home/naourr/work/instance-1/output/build/rs485conf-5c8d00cf70950fab3454549b81dea843d844492a' rustc-1.27.2-x86_64-unknown-linux-gnu.tar.xz: OK (sha256: 927f88b5362e4b601caf619f64d609a88c03852fa505991c08c5f661fe71d7ac) rust-std-1.27.2-x86_64-unknown-linux-gnu.tar.xz: OK (sha256: d25e00b8a86956bdf0efe0b20d700081c3f279a1e92f86ccc15fb4deefa42e14) rust-std-1.27.2-armv7-unknown-linux-gnueabihf.tar.xz: OK (sha256: 8390920c9b01c0f0eb08028033862e56062caf751b1aed658fbe3a78a1c5d0bf) >>> host-rust-bin 1.27.2 Extracting xzcat /home/naourr/work/instance-1/dl/rust-bin/rustc-1.27.2-x86_64-unknown-linux-gnu.tar.xz | /home/naourr/work/instance-1/output/host/bin/tar --strip-components=1 -C /home/naourr/work/instance-1/output/build/host-rust-bin-1.27.2 -xf - mkdir -p /home/naourr/work/instance-1/output/build/host-rust-bin-1.27.2/std xzcat /home/naourr/work/instance-1/dl/rust-bin/rust-std-1.27.2-x86_64-unknown-linux-gnu.tar.xz | /home/naourr/work/instance-1/output/host/bin/tar -C /home/naourr/work/instance-1/output/build/host-rust-bin-1.27.2/std -xf - xzcat /home/naourr/work/instance-1/dl/rust-bin/rust-std-1.27.2-armv7-unknown-linux-gnueabihf.tar.xz | /home/naourr/work/instance-1/output/host/bin/tar -C /home/naourr/work/instance-1/output/build/host-rust-bin-1.27.2/std -xf - cd /home/naourr/work/instance-1/output/build/host-rust-bin-1.27.2/rustc/lib/rustlib/x86_64-unknown-linux-gnu; ln -sf ../../../../std/rust-std-1.27.2-x86_64-unknown-linux-gnu/rust-std-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib >>> host-rust-bin 1.27.2 Patching >>> host-rust-bin 1.27.2 Configuring >>> host-rust-bin 1.27.2 Building >>> host-rust-bin 1.27.2 Installing to host directory (cd /home/naourr/work/instance-1/output/build/host-rust-bin-1.27.2; ./install.sh --prefix=/home/naourr/work/instance-1/output/host --disable-ldconfig) install: creating uninstall script at /home/naourr/work/instance-1/output/host/lib/rustlib/uninstall.sh install: installing component 'rustc' Rust is ready to roll. (cd /home/naourr/work/instance-1/output/build/host-rust-bin-1.27.2/std/rust-std-1.27.2-x86_64-unknown-linux-gnu; ./install.sh --prefix=/home/naourr/work/instance-1/output/host --disable-ldconfig) install: creating uninstall script at /home/naourr/work/instance-1/output/host/lib/rustlib/uninstall.sh install: installing component 'rust-std-x86_64-unknown-linux-gnu' std is standing at the ready. (cd /home/naourr/work/instance-1/output/build/host-rust-bin-1.27.2/std/rust-std-1.27.2-armv7-unknown-linux-gnueabihf; ./install.sh --prefix=/home/naourr/work/instance-1/output/host --disable-ldconfig) install: creating uninstall script at /home/naourr/work/instance-1/output/host/lib/rustlib/uninstall.sh install: installing component 'rust-std-armv7-unknown-linux-gnueabihf' std is standing at the ready. >>> host-rustc Extracting >>> host-rustc Patching >>> host-rustc Configuring >>> host-rustc Building >>> host-rustc Installing to host directory WARNING: no hash file for yavta-82ff2efdb9787737b9f21b6f4759f077c827b238.tar.gz >>> yavta 82ff2efdb9787737b9f21b6f4759f077c827b238 Extracting gzip -d -c /home/naourr/work/instance-1/dl/yavta/yavta-82ff2efdb9787737b9f21b6f4759f077c827b238.tar.gz | /home/naourr/work/instance-1/output/host/bin/tar --strip-components=1 -C /home/naourr/work/instance-1/output/build/yavta-82ff2efdb9787737b9f21b6f4759f077c827b238 -xf - >>> yavta 82ff2efdb9787737b9f21b6f4759f077c827b238 Patching >>> yavta 82ff2efdb9787737b9f21b6f4759f077c827b238 Configuring >>> yavta 82ff2efdb9787737b9f21b6f4759f077c827b238 Building /usr/bin/make -j4 PATH="/home/naourr/work/instance-1/output/host/bin:/home/naourr/work/instance-1/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/.local/bin:/home/naourr/bin" AR="/home/naourr/work/instance-1/output/host/bin/armv7-ctng-linux-gnueabihf-ar" AS="/home/naourr/work/instance-1/output/host/bin/armv7-ctng-linux-gnueabihf-as" LD="/home/naourr/work/instance-1/output/host/bin/armv7-ctng-linux-gnueabihf-ld" NM="/home/naourr/work/instance-1/output/host/bin/armv7-ctng-linux-gnueabihf-nm" CC="/home/naourr/work/instance-1/output/host/bin/armv7-ctng-linux-gnueabihf-gcc" GCC="/home/naourr/work/instance-1/output/host/bin/armv7-ctng-linux-gnueabihf-gcc" CPP="/home/naourr/work/instance-1/output/host/bin/armv7-ctng-linux-gnueabihf-cpp" CXX="/home/naourr/work/instance-1/output/host/bin/armv7-ctng-linux-gnueabihf-g++" FC="/home/naourr/work/instance-1/output/host/bin/armv7-ctng-linux-gnueabihf-gfortran" F77="/home/naourr/work/instance-1/output/host/bin/armv7-ctng-linux-gnueabihf-gfortran" RANLIB="/home/naourr/work/instance-1/output/host/bin/armv7-ctng-linux-gnueabihf-ranlib" READELF="/home/naourr/work/instance-1/output/host/bin/armv7-ctng-linux-gnueabihf-readelf" STRIP="/home/naourr/work/instance-1/output/host/bin/armv7-ctng-linux-gnueabihf-strip" OBJCOPY="/home/naourr/work/instance-1/output/host/bin/armv7-ctng-linux-gnueabihf-objcopy" OBJDUMP="/home/naourr/work/instance-1/output/host/bin/armv7-ctng-linux-gnueabihf-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/naourr/work/instance-1/output/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/naourr/work/instance-1/output/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/naourr/work/instance-1/output/host/include" LDFLAGS_FOR_BUILD="-L/home/naourr/work/instance-1/output/host/lib -Wl,-rpath,/home/naourr/work/instance-1/output/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/naourr/work/instance-1/output/host/bin/armv7-ctng-linux-gnueabihf-as" DEFAULT_LINKER="/home/naourr/work/instance-1/output/host/bin/armv7-ctng-linux-gnueabihf-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os " LDFLAGS="" FCFLAGS=" -Os " FFLAGS=" -Os " PKG_CONFIG="/home/naourr/work/instance-1/output/host/bin/pkg-config" STAGING_DIR="/home/naourr/work/instance-1/output/host/arm-buildroot-linux-gnueabihf/sysroot" INTLTOOL_PERL=/usr/bin/perl -C /home/naourr/work/instance-1/output/build/yavta-82ff2efdb9787737b9f21b6f4759f077c827b238 make[1]: Entering directory '/home/naourr/work/instance-1/output/build/yavta-82ff2efdb9787737b9f21b6f4759f077c827b238' /home/naourr/work/instance-1/output/host/bin/armv7-ctng-linux-gnueabihf-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -c -o yavta.o yavta.c /home/naourr/work/instance-1/output/host/bin/armv7-ctng-linux-gnueabihf-gcc -o yavta yavta.o -lrt make[1]: Leaving directory '/home/naourr/work/instance-1/output/build/yavta-82ff2efdb9787737b9f21b6f4759f077c827b238' >>> yavta 82ff2efdb9787737b9f21b6f4759f077c827b238 Installing to target /usr/bin/install -m 0755 -D /home/naourr/work/instance-1/output/build/yavta-82ff2efdb9787737b9f21b6f4759f077c827b238/yavta /home/naourr/work/instance-1/output/target/usr/bin/yavta >>> Finalizing target directory # Check files that are touched by more than one package ./support/scripts/check-uniq-files -t target /home/naourr/work/instance-1/output/build/packages-file-list.txt Warning: target file "./usr/share/info/dir" is touched by more than one package: [u'gmp', u'mpfr', u'gawk', u'libffi', u'mpc'] ./support/scripts/check-uniq-files -t staging /home/naourr/work/instance-1/output/build/packages-file-list-staging.txt Warning: staging file "./usr/lib/libgmp.la" is touched by more than one package: [u'gmp', u'mpfr', u'jpeg-turbo', u'libdmtx', u'libexif', u'libffi', u'pcre', u'util-linux', u'libglib2', u'libid3tag', u'libmad', u'libmnl', u'libnetfilter_cthelper', u'liquid-dsp', u'sqlite', u'mpc', u'nanomsg', u'rhash'] Warning: staging file "./usr/lib/libgthread-2.0.la" is touched by more than one package: [u'libglib2', u'libid3tag', u'libmad', u'libmnl', u'libnetfilter_cthelper', u'liquid-dsp', u'sqlite', u'mpc', u'nanomsg', u'rhash'] Warning: staging file "./usr/lib/libdmtx.la" is touched by more than one package: [u'libdmtx', u'libexif', u'libffi', u'pcre', u'util-linux', u'libglib2', u'libid3tag', u'libmad', u'libmnl', u'libnetfilter_cthelper', u'liquid-dsp', u'sqlite', u'mpc', u'nanomsg', u'rhash'] Warning: staging file "./usr/lib/libblkid.la" is touched by more than one package: [u'util-linux', u'libglib2', u'libid3tag', u'libmad', u'libmnl', u'libnetfilter_cthelper', u'liquid-dsp', u'sqlite', u'mpc', u'nanomsg', u'rhash'] Warning: staging file "./usr/lib/libuuid.la" is touched by more than one package: [u'util-linux', u'libglib2', u'libid3tag', u'libmad', u'libmnl', u'libnetfilter_cthelper', u'liquid-dsp', u'sqlite', u'mpc', u'nanomsg', u'rhash'] Warning: staging file "./usr/share/info/dir" is touched by more than one package: [u'gmp', u'mpfr', u'libffi', u'mpc'] Warning: staging file "./usr/lib/libgio-2.0.la" is touched by more than one package: [u'libglib2', u'libid3tag', u'libmad', u'libmnl', u'libnetfilter_cthelper', u'liquid-dsp', u'sqlite', u'mpc', u'nanomsg', u'rhash'] Warning: staging file "./usr/lib/libbluray.la" is touched by more than one package: [u'libbluray', u'libvorbis', u'libzlib', u'libopenssl', u'sdl2', u'ffmpeg', u'libsigsegv', u'gmp', u'mpfr', u'jpeg-turbo', u'libdmtx', u'libexif', u'libffi', u'pcre', u'util-linux', u'libglib2', u'libid3tag', u'libmad', u'libmnl', u'libnetfilter_cthelper', u'liquid-dsp', u'sqlite', u'mpc', u'nanomsg', u'rhash'] Warning: staging file "./usr/lib/libpcrecpp.la" is touched by more than one package: [u'pcre', u'util-linux', u'libglib2', u'libid3tag', u'libmad', u'libmnl', u'libnetfilter_cthelper', u'liquid-dsp', u'sqlite', u'mpc', u'nanomsg', u'rhash'] Warning: staging file "./usr/lib/libSDL2_test.la" is touched by more than one package: [u'sdl2', u'ffmpeg', u'libsigsegv', u'gmp', u'mpfr', u'jpeg-turbo', u'libdmtx', u'libexif', u'libffi', u'pcre', u'util-linux', u'libglib2', u'libid3tag', u'libmad', u'libmnl', u'libnetfilter_cthelper', u'liquid-dsp', u'sqlite', u'mpc', u'nanomsg', u'rhash'] Warning: staging file "./usr/lib/libvorbisenc.la" is touched by more than one package: [u'libvorbis', u'libzlib', u'libopenssl', u'sdl2', u'ffmpeg', u'libsigsegv', u'gmp', u'mpfr', u'jpeg-turbo', u'libdmtx', u'libexif', u'libffi', u'pcre', u'util-linux', u'libglib2', u'libid3tag', u'libmad', u'libmnl', u'libnetfilter_cthelper', u'liquid-dsp', u'sqlite', u'mpc', u'nanomsg', u'rhash'] Warning: staging file "./usr/lib/libaudiofile.la" is touched by more than one package: [u'audiofile', u'libbluray', u'libvorbis', u'libzlib', u'libopenssl', u'sdl2', u'ffmpeg', u'libsigsegv', u'gmp', u'mpfr', u'jpeg-turbo', u'libdmtx', u'libexif', u'libffi', u'pcre', u'util-linux', u'libglib2', u'libid3tag', u'libmad', u'libmnl', u'libnetfilter_cthelper', u'liquid-dsp', u'sqlite', u'mpc', u'nanomsg', u'rhash'] Warning: staging file "./usr/lib/libid3tag.la" is touched by more than one package: [u'libid3tag', u'libmad', u'libmnl', u'libnetfilter_cthelper', u'liquid-dsp', u'sqlite', u'mpc', u'nanomsg', u'rhash'] Warning: staging file "./usr/lib/libsigsegv.la" is touched by more than one package: [u'libsigsegv', u'gmp', u'mpfr', u'jpeg-turbo', u'libdmtx', u'libexif', u'libffi', u'pcre', u'util-linux', u'libglib2', u'libid3tag', u'libmad', u'libmnl', u'libnetfilter_cthelper', u'liquid-dsp', u'sqlite', u'mpc', u'nanomsg', u'rhash'] Warning: staging file "./usr/lib/libmount.la" is touched by more than one package: [u'util-linux', u'libglib2', u'libid3tag', u'libmad', u'libmnl', u'libnetfilter_cthelper', u'liquid-dsp', u'sqlite', u'mpc', u'nanomsg', u'rhash'] Warning: staging file "./usr/lib/libnetfilter_cthelper.la" is touched by more than one package: [u'libnetfilter_cthelper', u'liquid-dsp', u'sqlite', u'mpc', u'nanomsg', u'rhash'] Warning: staging file "./usr/lib/libvorbisfile.la" is touched by more than one package: [u'libvorbis', u'libzlib', u'libopenssl', u'sdl2', u'ffmpeg', u'libsigsegv', u'gmp', u'mpfr', u'jpeg-turbo', u'libdmtx', u'libexif', u'libffi', u'pcre', u'util-linux', u'libglib2', u'libid3tag', u'libmad', u'libmnl', u'libnetfilter_cthelper', u'liquid-dsp', u'sqlite', u'mpc', u'nanomsg', u'rhash'] Warning: staging file "./usr/lib/libmad.la" is touched by more than one package: [u'libmad', u'libmnl', u'libnetfilter_cthelper', u'liquid-dsp', u'sqlite', u'mpc', u'nanomsg', u'rhash'] Warning: staging file "./usr/lib/libpcre.la" is touched by more than one package: [u'pcre', u'util-linux', u'libglib2', u'libid3tag', u'libmad', u'libmnl', u'libnetfilter_cthelper', u'liquid-dsp', u'sqlite', u'mpc', u'nanomsg', u'rhash'] Warning: staging file "./usr/lib/libogg.la" is touched by more than one package: [u'libogg', u'flac', u'audiofile', u'libbluray', u'libvorbis', u'libzlib', u'libopenssl', u'sdl2', u'ffmpeg', u'libsigsegv', u'gmp', u'mpfr', u'jpeg-turbo', u'libdmtx', u'libexif', u'libffi', u'pcre', u'util-linux', u'libglib2', u'libid3tag', u'libmad', u'libmnl', u'libnetfilter_cthelper', u'liquid-dsp', u'sqlite', u'mpc', u'nanomsg', u'rhash'] Warning: staging file "./usr/lib/libFLAC.la" is touched by more than one package: [u'flac', u'audiofile', u'libbluray', u'libvorbis', u'libzlib', u'libopenssl', u'sdl2', u'ffmpeg', u'libsigsegv', u'gmp', u'mpfr', u'jpeg-turbo', u'libdmtx', u'libexif', u'libffi', u'pcre', u'util-linux', u'libglib2', u'libid3tag', u'libmad', u'libmnl', u'libnetfilter_cthelper', u'liquid-dsp', u'sqlite', u'mpc', u'nanomsg', u'rhash'] Warning: staging file "./usr/lib/libSDL2main.la" is touched by more than one package: [u'sdl2', u'ffmpeg', u'libsigsegv', u'gmp', u'mpfr', u'jpeg-turbo', u'libdmtx', u'libexif', u'libffi', u'pcre', u'util-linux', u'libglib2', u'libid3tag', u'libmad', u'libmnl', u'libnetfilter_cthelper', u'liquid-dsp', u'sqlite', u'mpc', u'nanomsg', u'rhash'] Warning: staging file "./usr/lib/libglib-2.0.la" is touched by more than one package: [u'libglib2', u'libid3tag', u'libmad', u'libmnl', u'libnetfilter_cthelper', u'liquid-dsp', u'sqlite', u'mpc', u'nanomsg', u'rhash'] Warning: staging file "./usr/lib/libSDL2.la" is touched by more than one package: [u'sdl2', u'ffmpeg', u'libsigsegv', u'gmp', u'mpfr', u'jpeg-turbo', u'libdmtx', u'libexif', u'libffi', u'pcre', u'util-linux', u'libglib2', u'libid3tag', u'libmad', u'libmnl', u'libnetfilter_cthelper', u'liquid-dsp', u'sqlite', u'mpc', u'nanomsg', u'rhash'] Warning: staging file "./usr/lib/libpcreposix.la" is touched by more than one package: [u'pcre', u'util-linux', u'libglib2', u'libid3tag', u'libmad', u'libmnl', u'libnetfilter_cthelper', u'liquid-dsp', u'sqlite', u'mpc', u'nanomsg', u'rhash'] Warning: staging file "./usr/lib/libvorbis.la" is touched by more than one package: [u'libvorbis', u'libzlib', u'libopenssl', u'sdl2', u'ffmpeg', u'libsigsegv', u'gmp', u'mpfr', u'jpeg-turbo', u'libdmtx', u'libexif', u'libffi', u'pcre', u'util-linux', u'libglib2', u'libid3tag', u'libmad', u'libmnl', u'libnetfilter_cthelper', u'liquid-dsp', u'sqlite', u'mpc', u'nanomsg', u'rhash'] Warning: staging file "./usr/lib/libsqlite3.la" is touched by more than one package: [u'sqlite', u'mpc', u'nanomsg', u'rhash'] Warning: staging file "./usr/lib/libgmodule-2.0.la" is touched by more than one package: [u'libglib2', u'libid3tag', u'libmad', u'libmnl', u'libnetfilter_cthelper', u'liquid-dsp', u'sqlite', u'mpc', u'nanomsg', u'rhash'] Warning: staging file "./usr/lib/libgobject-2.0.la" is touched by more than one package: [u'libglib2', u'libid3tag', u'libmad', u'libmnl', u'libnetfilter_cthelper', u'liquid-dsp', u'sqlite', u'mpc', u'nanomsg', u'rhash'] Warning: staging file "./usr/lib/libmpc.la" is touched by more than one package: [u'mpc', u'nanomsg', u'rhash'] Warning: staging file "./usr/lib/libmnl.la" is touched by more than one package: [u'libmnl', u'libnetfilter_cthelper', u'liquid-dsp', u'sqlite', u'mpc', u'nanomsg', u'rhash'] Warning: staging file "./usr/lib/libffi.la" is touched by more than one package: [u'libffi', u'pcre', u'util-linux', u'libglib2', u'libid3tag', u'libmad', u'libmnl', u'libnetfilter_cthelper', u'liquid-dsp', u'sqlite', u'mpc', u'nanomsg', u'rhash'] Warning: staging file "./usr/lib/libmpfr.la" is touched by more than one package: [u'mpfr', u'jpeg-turbo', u'libdmtx', u'libexif', u'libffi', u'pcre', u'util-linux', u'libglib2', u'libid3tag', u'libmad', u'libmnl', u'libnetfilter_cthelper', u'liquid-dsp', u'sqlite', u'mpc', u'nanomsg', u'rhash'] Warning: staging file "./usr/lib/libexif.la" is touched by more than one package: [u'libexif', u'libffi', u'pcre', u'util-linux', u'libglib2', u'libid3tag', u'libmad', u'libmnl', u'libnetfilter_cthelper', u'liquid-dsp', u'sqlite', u'mpc', u'nanomsg', u'rhash'] ./support/scripts/check-uniq-files -t host /home/naourr/work/instance-1/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-libtool', u'host-autoconf', u'host-automake', u'host-bison', u'host-gettext', u'host-gawk', u'host-libffi'] rm -f /home/naourr/work/instance-1/output/target/usr/share/glib-2.0/schemas/*.xml /home/naourr/work/instance-1/output/target/usr/share/glib-2.0/schemas/*.dtd /home/naourr/work/instance-1/output/host/bin/glib-compile-schemas /home/naourr/work/instance-1/output/host/arm-buildroot-linux-gnueabihf/sysroot/usr/share/glib-2.0/schemas --targetdir=/home/naourr/work/instance-1/output/target/usr/share/glib-2.0/schemas No schema files found: doing nothing. mkdir -p /home/naourr/work/instance-1/output/target/etc echo "buildroot" > /home/naourr/work/instance-1/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-1/output/target/etc/hosts mkdir -p /home/naourr/work/instance-1/output/target/etc echo "Welcome to Buildroot" > /home/naourr/work/instance-1/output/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /home/naourr/work/instance-1/output/target/etc/shadow rm -f /home/naourr/work/instance-1/output/target/bin/sh rm -f /home/naourr/work/instance-1/output/build/locales.nopurge for i in C en_US locale-archive; do echo $i >> /home/naourr/work/instance-1/output/build/locales.nopurge; done for dir in /home/naourr/work/instance-1/output/target/usr/share/locale; do for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /home/naourr/work/instance-1/output/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /home/naourr/work/instance-1/output/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /home/naourr/work/instance-1/output/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /home/naourr/work/instance-1/output/target/usr/share/X11/locale/locale.dir; fi rm -rf /home/naourr/work/instance-1/output/target/usr/include /home/naourr/work/instance-1/output/target/usr/share/aclocal \ /home/naourr/work/instance-1/output/target/usr/lib/pkgconfig /home/naourr/work/instance-1/output/target/usr/share/pkgconfig \ /home/naourr/work/instance-1/output/target/usr/lib/cmake /home/naourr/work/instance-1/output/target/usr/share/cmake find /home/naourr/work/instance-1/output/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/naourr/work/instance-1/output/target/lib/ /home/naourr/work/instance-1/output/target/usr/lib/ /home/naourr/work/instance-1/output/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' \) -print0 | xargs -0 rm -f rm -rf /home/naourr/work/instance-1/output/target/usr/share/gdb rm -rf /home/naourr/work/instance-1/output/target/usr/share/bash-completion rm -rf /home/naourr/work/instance-1/output/target/usr/share/zsh rm -rf /home/naourr/work/instance-1/output/target/usr/man /home/naourr/work/instance-1/output/target/usr/share/man rm -rf /home/naourr/work/instance-1/output/target/usr/info /home/naourr/work/instance-1/output/target/usr/share/info rm -rf /home/naourr/work/instance-1/output/target/usr/doc /home/naourr/work/instance-1/output/target/usr/share/doc rm -rf /home/naourr/work/instance-1/output/target/usr/share/gtk-doc rmdir /home/naourr/work/instance-1/output/target/usr/share 2>/dev/null || true find /home/naourr/work/instance-1/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-1/output/host/bin/armv7-ctng-linux-gnueabihf-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/naourr/work/instance-1/output/target/lib/ -type f -name 'libpthread*.so*' | \ xargs -r /home/naourr/work/instance-1/output/host/bin/armv7-ctng-linux-gnueabihf-strip --remove-section=.comment --remove-section=.note --strip-debug find /home/naourr/work/instance-1/output/target/lib/ -type f -name 'ld-*.so*' | \ xargs -r /home/naourr/work/instance-1/output/host/bin/armv7-ctng-linux-gnueabihf-strip --remove-section=.comment --remove-section=.note --strip-debug test -f /home/naourr/work/instance-1/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-1/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-1/output/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2018.11-git-00638-g51e17496cc"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2018.11-git"; \ echo "PRETTY_NAME=\"Buildroot 2018.11-git\"" \ ) > /home/naourr/work/instance-1/output/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/naourr/work/instance-1/output/target/etc >>> Sanitizing RPATH in target tree /home/naourr/work/instance-1/buildroot/support/scripts/fix-rpath target touch /home/naourr/work/instance-1/output/target/usr make: Leaving directory '/home/naourr/work/instance-1/buildroot' make: Entering directory '/home/naourr/work/instance-1/buildroot' >>> Buildroot 2018.11-git-00638-g51e17496cc 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 >>> 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 >>> audiofile 0.3.6 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING.GPL >>> flac 1.3.2 Collecting legal info ERROR: No hash found for COPYING.Xiph ERROR: No hash found for COPYING.GPL ERROR: No hash found for COPYING.LGPL >>> 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-m4 1.4.18 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-automake 1.15.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> libogg 1.3.3 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> host-pkgconf 0.9.12 Collecting legal info ERROR: No hash found for COPYING >>> host-dtc 1.4.7 Collecting legal info ERROR: No hash found for README.license ERROR: No hash found for GPL >>> host-bison 3.0.4 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-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.8 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> easy-rsa 3.0.1 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for gpl-2.0.txt >>> fbdump 0.4.2 Collecting legal info ERROR: No hash found for COPYING >>> ffmpeg 3.4.4 Collecting legal info LICENSE.md: OK (sha256: 73d99bc83313fff665b426d6672b4e0479102bc402fe22314ac9ce94a38aa5ff) COPYING.LGPLv2.1: OK (sha256: b634ab5640e258563c536e658cad87080553df6f34f62269a21d554844e58bfe) >>> libbluray 1.0.2 Collecting legal info COPYING: OK (sha256: b3aa400aca6d2ba1f0bd03bd98d03d1fe7489a3bbb26969d72016360af8a5c9d) >>> libvorbis 1.3.6 Collecting legal info COPYING: OK (sha256: 29e9914e6173b7061b7d48c25e6159fc1438326738bc047cc7248abc01b271f6) >>> openssl Collecting legal info >>> libopenssl 1.0.2p Collecting legal info LICENSE: OK (sha256: c8f60f4842bbad0353f5d81620e72b168b5638ca3a0a999f5da113b22491612e) >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> sdl2 2.0.8 Collecting legal info COPYING.txt: OK (sha256: 61e627031e1160bf8b9bdbc9cda27656d422ea8eaab199b64b4a4a4168437154) >>> gawk 4.2.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gawk 4.2.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libsigsegv 2.12 Collecting legal info COPYING: OK (sha256: 8f2983e9a940367f48999881c14775db725ee643bce1e2f1ba195eb629a33cde) >>> mpfr 3.1.6 Collecting legal info ERROR: No hash found for COPYING.LESSER >>> gmp 6.1.2 Collecting legal info ERROR: No hash found for COPYING.LESSERv3 ERROR: No hash found for COPYINGv2 >>> jpeg-turbo 2.0.0 Collecting legal info LICENSE.md: OK (sha256: 8412238c5ad95965cf3c3197791e9dea8b5fae505d133449e33ee2fa754fe61e) README.ijg: OK (sha256: 82fece2bff2669c476495f0fe70096b154e8bc5b40916a64e99836d9a01c3110) >>> jpeg Collecting legal info >>> libdmtx 0.7.4 Collecting legal info LICENSE: OK (sha256: fe6959a664a7abb7d19bf125fa58a045d8757fe3cb3dc41975a54da0e627313d) >>> liberation 2.00.1 Collecting legal info LICENSE: OK (sha256: 93fed46019c38bbe566b479d22148e2e8a1e85ada614accb0211c37b2c61c19b) >>> libexif 0.6.21 Collecting legal info COPYING: OK (sha256: 36b6d3fa47916943fd5fec313c584784946047ec1337a78b440e5992cb595f89) >>> libffi 3.2.1 Collecting legal info LICENSE: OK (sha256: 0f4d7a0bfb83c37465d42dc305f124189196cc0cc2cc8d6f8461103682aebbc5) >>> 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) >>> 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) >>> libid3tag 0.15.1b Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYRIGHT: OK (sha256: 7f12ad28dc075763e91b91bfa60fad04062380011ddad8f6bac21dd7b1f44367) >>> libmad 0.15.1b Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libmnl 1.0.4 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnetfilter_cthelper 1.0.0 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> liquid-dsp v1.3.0 Collecting legal info ERROR: No hash found for LICENSE >>> madplay 0.15.2b Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYRIGHT >>> memtool 2016.10.0 Collecting legal info ERROR: No hash found for COPYING >>> minidlna 1.2.1 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for LICENCE.miniupnpd >>> host-xutil_makedepend 1.0.5 Collecting legal info ERROR: No hash found for COPYING >>> host-xorgproto 2018.4 Collecting legal info COPYING-applewmproto: OK (sha256: aacd931f191b610902aee1e526090c2858aabc07969441fa2537ffd3e7049555) COPYING-bigreqsproto: OK (sha256: dabc025f93129a0eb2d17f37c719dbe5ecbcb5bc8f7bc7f4ce89fe04576cc0c2) COPYING-compositeproto: OK (sha256: ab587ca94282c1e60797ffe4a77aea195418387db20ec7e0c24cedf2c844f8c1) COPYING-damageproto: OK (sha256: f67a18cb46c4c203c5122b4a901cfcc3178b2a62f83f31ca5fef5bdca3966094) COPYING-dmxproto: OK (sha256: 819e8dcd3dd2a44850c350331aa492230f86bccb0983dd739dec5ba36d7d2b8e) COPYING-dri2proto: OK (sha256: 0c306691492c4d7a8cda1ec3847668b797887dddcd7e986b4c166ae27619af7d) COPYING-dri3proto: OK (sha256: 64a579d1a0b3347301d87c94698a58ea7933d0ae6ca7e8fdd702fde2ea376301) COPYING-evieproto: OK (sha256: 0aa43d03da3cedbd9882c0ded621b0d855353eb9e551f9eed940d75c8a0b03c1) COPYING-fixesproto: OK (sha256: 65cb0b867b00fb27f066a37353713b265645b3301146562570d7638ed2ddd548) COPYING-fontcacheproto: OK (sha256: 1ab381e978bff63d68be2e4f235d51935f3f16f3ba3bebf83afa99a70c0484a2) COPYING-fontsproto: OK (sha256: f4af05774b02ae149357cc26f7bf5ef1116c2e09373c2492081a3a1892c58417) COPYING-glproto: OK (sha256: 823deb4673d3f26aa8c90e704888299648f00be3262f9363eaeecedcd65b936d) COPYING-inputproto: OK (sha256: 5e083a2ace0215a6084c877c023a6079952ba803d692488203ba4269196debe3) COPYING-kbproto: OK (sha256: d397a67d4b28e897bc5fce79b2b917df9905b54f961fc3ad1f49c7fe3803f92c) COPYING-lg3dproto: OK (sha256: 7a5dd5d4c989c167da50f15879959f42bbda960e06d0a0aea7197f61fe1dc846) COPYING-panoramixproto: OK (sha256: 27d8cbdcde7a0bd062ce49cdf8c672201452a64e3e6823f09b1beffe2c4b8eff) COPYING-pmproto: OK (sha256: 8442b5f22f2fb13017a4302a906e7dedc899267b41f613558970941120170128) COPYING-presentproto: OK (sha256: 64a579d1a0b3347301d87c94698a58ea7933d0ae6ca7e8fdd702fde2ea376301) COPYING-printproto: OK (sha256: 6b890b118261694865988378dbba876bcd9caa1a421c5c0d626116948bc0ae35) COPYING-randrproto: OK (sha256: 41c13dcd09147ed2440286f2fb8151df8ebee06deee4ed78ddf094601c216d3d) COPYING-recordproto: OK (sha256: ee10aee0f1697ffdbe870a39f037361d4f7136f2976bb7919a41b3f66407caee) COPYING-renderproto: OK (sha256: 9e48921a94da36d7a69fe71809223ee0bb46370db9842dccdeeb55b5a9946872) COPYING-resourceproto: OK (sha256: 403e7be948674530ad40669b1e3a31adeddb656502f3b0ef810d5d3cc35d0b52) COPYING-scrnsaverproto: OK (sha256: fcbd3c628bf4d28ee3e6032054bf44bbe58f3b1a944dad856a8d3eb6b37ea412) COPYING-trapproto: OK (sha256: d6d3513f5a7099748dc387f54498d799380b45f8a444f13aa98aa45a860ae55b) COPYING-videoproto: OK (sha256: f8f49bbad61967ebc890fb79fff5bfb7cfc1c341aa8f8dee13eb3fb534040b47) COPYING-windowswmproto: OK (sha256: eb183a00c61bb47992f096b6993ed7ec17518bea9c285fe87efff7f622cc6c12) COPYING-x11proto: OK (sha256: da4a28570230228b9bd80a701c5d8752f8609394de2e0d46d26d978bd07610db) COPYING-xcmiscproto: OK (sha256: 5531d18cfcc944dab39991f63f182cbbce3fe493ba0c7cf08a25c0d01ee84482) COPYING-xextproto: OK (sha256: fb42146c6c06a200a9b121220eb692ff9101ba0fbd0b224b9e16a016c59ae86a) COPYING-xf86bigfontproto: OK (sha256: 3591964e01a9cdfc9cc4149a847a431a3f3d98328cc9e5864c7a7831b29c4058) COPYING-xf86dgaproto: OK (sha256: 3591964e01a9cdfc9cc4149a847a431a3f3d98328cc9e5864c7a7831b29c4058) COPYING-xf86driproto: OK (sha256: 4a05d06752388d9db71ee1006f371d4fb2c316a821fc2fc272db90b3ef978334) COPYING-xf86miscproto: OK (sha256: 3591964e01a9cdfc9cc4149a847a431a3f3d98328cc9e5864c7a7831b29c4058) COPYING-xf86rushproto: OK (sha256: 3591964e01a9cdfc9cc4149a847a431a3f3d98328cc9e5864c7a7831b29c4058) COPYING-xf86vidmodeproto: OK (sha256: 942bb46a3503a708948491699171b00b9e0dfb47818d9268b160bccc5f51a4b9) COPYING-xineramaproto: OK (sha256: b2d8cda803e900915ce10f0ba735ff2c033b39c7cc5a8a436667ca583d4066fa) >>> sqlite 3250200 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> mpc 1.0.3 Collecting legal info ERROR: No hash found for COPYING.LESSER >>> nanomsg 1.0.0 Collecting legal info COPYING: OK (sha256: 4e51f6a04312ea7c5f4f0e92d91b6415c1eeb09bdaf86a6fd11d93499457c07a) >>> nbd 3.15.2 Collecting legal info ERROR: No hash found for COPYING >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> rhash 1.3.5 Collecting legal info COPYING: OK (sha256: 8cf876d3406a2eed6c17ae804c8958bd78d3a0f63c30d6e2e789ab575e9fde40) >>> rs485conf 5c8d00cf70950fab3454549b81dea843d844492a Collecting legal info ERROR: No hash found for LICENSE >>> host-rust-bin 1.27.2 Collecting legal info LICENSE-APACHE: OK (sha256: a60eea817514531668d7e00765731449fe14d059d3249e0bc93b36de45f759f2) LICENSE-MIT: OK (sha256: 23f18e03dc49df91622fe2a76176497404e46ced8a715d9d2b67a7446571cca3) >>> host-rustc Collecting legal info >>> yavta 82ff2efdb9787737b9f21b6f4759f077c827b238 Collecting legal info WARNING: no hash file for COPYING.GPL WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-custom: cannot save license (TOOLCHAIN_EXTERNAL_CUSTOM_LICENSE_FILES not defined) Legal info produced in /home/naourr/work/instance-1/output/legal-info make: Leaving directory '/home/naourr/work/instance-1/buildroot'