checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for inline... inline checking for size_t... yes checking for struct sockaddr_in6.sin6_len... no checking for stdlib.h... (cached) yes checking for GNU libc compatible malloc... (cached) yes checking for memset... yes checking for select... yes checking for socket... yes checking for strdup... yes checking for strerror... yes checking for strnlen... yes checking for fls... no checking for vprintf... yes configure: creating ./config.status config.status: creating Makefile config.status: creating doc/Makefile config.status: creating doc/Doxyfile config.status: creating tests/Makefile config.status: creating examples/contiki/Makefile config.status: creating platform-specific/Makefile config.status: creating sha2/Makefile config.status: creating aes/Makefile config.status: creating ecc/Makefile config.status: creating dtls_config.h config.status: dtls_config.h is unchanged config.status: creating tinydtls.h config.status: tinydtls.h is unchanged configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --disable-dependency-tracking, --enable-ipv6, --disable-nls, --disable-static, --enable-shared >>> tinydtls 0.8.2 Building PATH="/home/naourr/work/instance-0/output/host/bin:/home/naourr/work/instance-0/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/bin:/home/naourr/git/git-wrappers:/home/naourr/.local/bin:/home/naourr/bin" /usr/bin/make -j4 -C /home/naourr/work/instance-0/output/build/tinydtls-0.8.2/ make[1]: Entering directory '/home/naourr/work/instance-0/output/build/tinydtls-0.8.2' /home/naourr/work/instance-0/output/host/bin/arm-none-linux-gnueabi-gcc -Wall -pedantic -std=c99 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DSHA2_USE_INTTYPES_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DDTLSv12 -DWITH_SHA256 -DDTLS_CHECK_CONTENTTYPE -c -o dtls.o dtls.c /home/naourr/work/instance-0/output/host/bin/arm-none-linux-gnueabi-gcc -Wall -pedantic -std=c99 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DSHA2_USE_INTTYPES_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DDTLSv12 -DWITH_SHA256 -DDTLS_CHECK_CONTENTTYPE -c -o crypto.o crypto.c /home/naourr/work/instance-0/output/host/bin/arm-none-linux-gnueabi-gcc -Wall -pedantic -std=c99 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DSHA2_USE_INTTYPES_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DDTLSv12 -DWITH_SHA256 -DDTLS_CHECK_CONTENTTYPE -c -o ccm.o ccm.c /home/naourr/work/instance-0/output/host/bin/arm-none-linux-gnueabi-gcc -Wall -pedantic -std=c99 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DSHA2_USE_INTTYPES_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DDTLSv12 -DWITH_SHA256 -DDTLS_CHECK_CONTENTTYPE -c -o hmac.o hmac.c /home/naourr/work/instance-0/output/host/bin/arm-none-linux-gnueabi-gcc -Wall -pedantic -std=c99 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DSHA2_USE_INTTYPES_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DDTLSv12 -DWITH_SHA256 -DDTLS_CHECK_CONTENTTYPE -c -o netq.o netq.c /home/naourr/work/instance-0/output/host/bin/arm-none-linux-gnueabi-gcc -Wall -pedantic -std=c99 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DSHA2_USE_INTTYPES_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DDTLSv12 -DWITH_SHA256 -DDTLS_CHECK_CONTENTTYPE -c -o peer.o peer.c /home/naourr/work/instance-0/output/host/bin/arm-none-linux-gnueabi-gcc -Wall -pedantic -std=c99 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DSHA2_USE_INTTYPES_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DDTLSv12 -DWITH_SHA256 -DDTLS_CHECK_CONTENTTYPE -c -o dtls_time.o dtls_time.c /home/naourr/work/instance-0/output/host/bin/arm-none-linux-gnueabi-gcc -Wall -pedantic -std=c99 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DSHA2_USE_INTTYPES_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DDTLSv12 -DWITH_SHA256 -DDTLS_CHECK_CONTENTTYPE -c -o session.o session.c /home/naourr/work/instance-0/output/host/bin/arm-none-linux-gnueabi-gcc -Wall -pedantic -std=c99 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DSHA2_USE_INTTYPES_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DDTLSv12 -DWITH_SHA256 -DDTLS_CHECK_CONTENTTYPE -c -o debug.o debug.c /usr/bin/make -C aes rijndael.o make[2]: Entering directory '/home/naourr/work/instance-0/output/build/tinydtls-0.8.2/aes' /home/naourr/work/instance-0/output/host/bin/arm-none-linux-gnueabi-gcc -Wall -std=c99 -pedantic -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DSHA2_USE_INTTYPES_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DDTLSv12 -DWITH_SHA256 -c -o rijndael.o rijndael.c /usr/bin/make -C ecc ecc.o make[2]: Entering directory '/home/naourr/work/instance-0/output/build/tinydtls-0.8.2/ecc' /home/naourr/work/instance-0/output/host/bin/arm-none-linux-gnueabi-gcc -Wall -std=c99 -pedantic -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DSHA2_USE_INTTYPES_H -DTEST_INCLUDE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DDTLSv12 -DWITH_SHA256 -c -o ecc.o ecc.c /usr/bin/make -C sha2 sha2.o make[2]: Entering directory '/home/naourr/work/instance-0/output/build/tinydtls-0.8.2/sha2' /home/naourr/work/instance-0/output/host/bin/arm-none-linux-gnueabi-gcc -Wall -std=c99 -pedantic -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DSHA2_USE_INTTYPES_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DDTLSv12 -DWITH_SHA256 -I.. -c -o sha2.o sha2.c make[2]: Leaving directory '/home/naourr/work/instance-0/output/build/tinydtls-0.8.2/aes' /usr/bin/make -C doc sha2.c: In function 'SHA256_Final': sha2.c:641:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] *(sha2_word64*)&context->buffer[SHA256_SHORT_BLOCK_LENGTH] = context->bitcount; ^ make[2]: Entering directory '/home/naourr/work/instance-0/output/build/tinydtls-0.8.2/doc' : Doxyfile >./doxygen.out 2>&1 make[2]: Leaving directory '/home/naourr/work/instance-0/output/build/tinydtls-0.8.2/doc' make[2]: Leaving directory '/home/naourr/work/instance-0/output/build/tinydtls-0.8.2/sha2' make[2]: Leaving directory '/home/naourr/work/instance-0/output/build/tinydtls-0.8.2/ecc' ar cru libtinydtls.a dtls.o crypto.o ccm.o hmac.o netq.o peer.o dtls_time.o session.o debug.o aes/rijndael.o ecc/ecc.o sha2/sha2.o ranlib libtinydtls.a for dir in tests doc platform-specific sha2 aes ecc; do \ /usr/bin/make -C $dir ; \ done make[2]: Entering directory '/home/naourr/work/instance-0/output/build/tinydtls-0.8.2/tests' /home/naourr/work/instance-0/output/host/bin/arm-none-linux-gnueabi-gcc -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DSHA2_USE_INTTYPES_H -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DDTLSv12 -DWITH_SHA256 -L.. dtls-server.c -ltinydtls -o dtls-server /home/naourr/work/instance-0/output/host/bin/arm-none-linux-gnueabi-gcc -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DSHA2_USE_INTTYPES_H -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DDTLSv12 -DWITH_SHA256 -L.. ccm-test.c -ltinydtls -o ccm-test /home/naourr/work/instance-0/output/host/bin/arm-none-linux-gnueabi-gcc -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DSHA2_USE_INTTYPES_H -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DDTLSv12 -DWITH_SHA256 -L.. prf-test.c -ltinydtls -o prf-test /home/naourr/work/instance-0/output/host/bin/arm-none-linux-gnueabi-gcc -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DSHA2_USE_INTTYPES_H -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DDTLSv12 -DWITH_SHA256 -L.. dtls-client.c -ltinydtls -o dtls-client make[2]: Leaving directory '/home/naourr/work/instance-0/output/build/tinydtls-0.8.2/tests' make[2]: Entering directory '/home/naourr/work/instance-0/output/build/tinydtls-0.8.2/doc' : Doxyfile >./doxygen.out 2>&1 make[2]: Leaving directory '/home/naourr/work/instance-0/output/build/tinydtls-0.8.2/doc' make[2]: Entering directory '/home/naourr/work/instance-0/output/build/tinydtls-0.8.2/platform-specific' make[2]: Nothing to be done for 'clean'. make[2]: Leaving directory '/home/naourr/work/instance-0/output/build/tinydtls-0.8.2/platform-specific' make[2]: Entering directory '/home/naourr/work/instance-0/output/build/tinydtls-0.8.2/sha2' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/home/naourr/work/instance-0/output/build/tinydtls-0.8.2/sha2' make[2]: Entering directory '/home/naourr/work/instance-0/output/build/tinydtls-0.8.2/aes' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/home/naourr/work/instance-0/output/build/tinydtls-0.8.2/aes' make[2]: Entering directory '/home/naourr/work/instance-0/output/build/tinydtls-0.8.2/ecc' /home/naourr/work/instance-0/output/host/bin/arm-none-linux-gnueabi-gcc -Wall -std=c99 -pedantic -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DSHA2_USE_INTTYPES_H -DTEST_INCLUDE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DDTLSv12 -DWITH_SHA256 -c -o ecc_test.o ecc.c /home/naourr/work/instance-0/output/host/bin/arm-none-linux-gnueabi-gcc -Wall -std=c99 -pedantic -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DSHA2_USE_INTTYPES_H -DTEST_INCLUDE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DDTLSv12 -DWITH_SHA256 -c -o test_helper.o test_helper.c /home/naourr/work/instance-0/output/host/bin/arm-none-linux-gnueabi-gcc -Wall -std=c99 -pedantic -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DSHA2_USE_INTTYPES_H -DTEST_INCLUDE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DDTLSv12 -DWITH_SHA256 testecc.c ecc_test.o test_helper.o -o testecc /home/naourr/work/instance-0/output/host/bin/arm-none-linux-gnueabi-gcc -Wall -std=c99 -pedantic -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DSHA2_USE_INTTYPES_H -DTEST_INCLUDE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DDTLSv12 -DWITH_SHA256 testfield.c ecc_test.o test_helper.o -o testfield make[2]: Leaving directory '/home/naourr/work/instance-0/output/build/tinydtls-0.8.2/ecc' make[1]: Leaving directory '/home/naourr/work/instance-0/output/build/tinydtls-0.8.2' >>> tinydtls 0.8.2 Installing to staging directory PATH="/home/naourr/work/instance-0/output/host/bin:/home/naourr/work/instance-0/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/bin:/home/naourr/git/git-wrappers:/home/naourr/.local/bin:/home/naourr/bin" /usr/bin/make -j4 DESTDIR=/home/naourr/work/instance-0/output/host/arm-buildroot-linux-gnueabi/sysroot install -C /home/naourr/work/instance-0/output/build/tinydtls-0.8.2/ make[1]: Entering directory '/home/naourr/work/instance-0/output/build/tinydtls-0.8.2' /usr/bin/make -C aes rijndael.o /usr/bin/make -C ecc ecc.o /usr/bin/make -C sha2 sha2.o /usr/bin/make -C doc make[2]: Entering directory '/home/naourr/work/instance-0/output/build/tinydtls-0.8.2/ecc' make[2]: Entering directory '/home/naourr/work/instance-0/output/build/tinydtls-0.8.2/aes' make[2]: 'ecc.o' is up to date. make[2]: 'rijndael.o' is up to date. make[2]: Leaving directory '/home/naourr/work/instance-0/output/build/tinydtls-0.8.2/ecc' make[2]: Leaving directory '/home/naourr/work/instance-0/output/build/tinydtls-0.8.2/aes' make[2]: Entering directory '/home/naourr/work/instance-0/output/build/tinydtls-0.8.2/sha2' make[2]: 'sha2.o' is up to date. make[2]: Leaving directory '/home/naourr/work/instance-0/output/build/tinydtls-0.8.2/sha2' make[2]: Entering directory '/home/naourr/work/instance-0/output/build/tinydtls-0.8.2/doc' : Doxyfile >./doxygen.out 2>&1 make[2]: Leaving directory '/home/naourr/work/instance-0/output/build/tinydtls-0.8.2/doc' test -d /home/naourr/work/instance-0/output/host/arm-buildroot-linux-gnueabi/sysroot/usr/lib || mkdir -p /home/naourr/work/instance-0/output/host/arm-buildroot-linux-gnueabi/sysroot/usr/lib test -d /home/naourr/work/instance-0/output/host/arm-buildroot-linux-gnueabi/sysroot/usr/include/tinydtls || mkdir -p /home/naourr/work/instance-0/output/host/arm-buildroot-linux-gnueabi/sysroot/usr/include/tinydtls cp libtinydtls.a /home/naourr/work/instance-0/output/host/arm-buildroot-linux-gnueabi/sysroot/usr/lib/ cp dtls.h hmac.h debug.h dtls_config.h uthash.h numeric.h crypto.h global.h ccm.h netq.h t_list.h alert.h utlist.h prng.h peer.h state.h dtls_time.h session.h tinydtls.h /home/naourr/work/instance-0/output/host/arm-buildroot-linux-gnueabi/sysroot/usr/include/tinydtls/ for dir in tests doc platform-specific sha2 aes ecc; do \ /usr/bin/make -C $dir install="cp" includedir=/usr/include/tinydtls install; \ done make[2]: Entering directory '/home/naourr/work/instance-0/output/build/tinydtls-0.8.2/tests' : make[2]: Leaving directory '/home/naourr/work/instance-0/output/build/tinydtls-0.8.2/tests' make[2]: Entering directory '/home/naourr/work/instance-0/output/build/tinydtls-0.8.2/doc' test -d /home/naourr/work/instance-0/output/host/arm-buildroot-linux-gnueabi/sysroot/usr/share/doc/tinydtls || mkdir -p /home/naourr/work/instance-0/output/host/arm-buildroot-linux-gnueabi/sysroot/usr/share/doc/tinydtls cp -r html/* /home/naourr/work/instance-0/output/host/arm-buildroot-linux-gnueabi/sysroot/usr/share/doc/tinydtls make[2]: Leaving directory '/home/naourr/work/instance-0/output/build/tinydtls-0.8.2/doc' make[2]: Entering directory '/home/naourr/work/instance-0/output/build/tinydtls-0.8.2/platform-specific' : make[2]: Leaving directory '/home/naourr/work/instance-0/output/build/tinydtls-0.8.2/platform-specific' make[2]: Entering directory '/home/naourr/work/instance-0/output/build/tinydtls-0.8.2/sha2' test -d /home/naourr/work/instance-0/output/host/arm-buildroot-linux-gnueabi/sysroot/usr/include/tinydtls/sha2 || mkdir -p /home/naourr/work/instance-0/output/host/arm-buildroot-linux-gnueabi/sysroot/usr/include/tinydtls/sha2 cp sha2.h /home/naourr/work/instance-0/output/host/arm-buildroot-linux-gnueabi/sysroot/usr/include/tinydtls/sha2 make[2]: Leaving directory '/home/naourr/work/instance-0/output/build/tinydtls-0.8.2/sha2' make[2]: Entering directory '/home/naourr/work/instance-0/output/build/tinydtls-0.8.2/aes' test -d /home/naourr/work/instance-0/output/host/arm-buildroot-linux-gnueabi/sysroot/usr/include/tinydtls/aes || mkdir -p /home/naourr/work/instance-0/output/host/arm-buildroot-linux-gnueabi/sysroot/usr/include/tinydtls/aes cp rijndael.h /home/naourr/work/instance-0/output/host/arm-buildroot-linux-gnueabi/sysroot/usr/include/tinydtls/aes make[2]: Leaving directory '/home/naourr/work/instance-0/output/build/tinydtls-0.8.2/aes' make[2]: Entering directory '/home/naourr/work/instance-0/output/build/tinydtls-0.8.2/ecc' test -d /home/naourr/work/instance-0/output/host/arm-buildroot-linux-gnueabi/sysroot/usr/include/tinydtls/ecc || mkdir -p /home/naourr/work/instance-0/output/host/arm-buildroot-linux-gnueabi/sysroot/usr/include/tinydtls/ecc cp ecc.h test_helper.h /home/naourr/work/instance-0/output/host/arm-buildroot-linux-gnueabi/sysroot/usr/include/tinydtls/ecc make[2]: Leaving directory '/home/naourr/work/instance-0/output/build/tinydtls-0.8.2/ecc' make[1]: Leaving directory '/home/naourr/work/instance-0/output/build/tinydtls-0.8.2' >>> tinydtls 0.8.2 Fixing libtool files >>> tinydtls 0.8.2 Installing to target PATH="/home/naourr/work/instance-0/output/host/bin:/home/naourr/work/instance-0/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/bin:/home/naourr/git/git-wrappers:/home/naourr/.local/bin:/home/naourr/bin" /usr/bin/make -j4 DESTDIR=/home/naourr/work/instance-0/output/target install -C /home/naourr/work/instance-0/output/build/tinydtls-0.8.2/ make[1]: Entering directory '/home/naourr/work/instance-0/output/build/tinydtls-0.8.2' /usr/bin/make -C aes rijndael.o /usr/bin/make -C ecc ecc.o /usr/bin/make -C sha2 sha2.o /usr/bin/make -C doc make[2]: Entering directory '/home/naourr/work/instance-0/output/build/tinydtls-0.8.2/aes' make[2]: 'rijndael.o' is up to date. make[2]: Leaving directory '/home/naourr/work/instance-0/output/build/tinydtls-0.8.2/aes' make[2]: Entering directory '/home/naourr/work/instance-0/output/build/tinydtls-0.8.2/sha2' make[2]: 'sha2.o' is up to date. make[2]: Leaving directory '/home/naourr/work/instance-0/output/build/tinydtls-0.8.2/sha2' make[2]: Entering directory '/home/naourr/work/instance-0/output/build/tinydtls-0.8.2/ecc' make[2]: 'ecc.o' is up to date. make[2]: Leaving directory '/home/naourr/work/instance-0/output/build/tinydtls-0.8.2/ecc' make[2]: Entering directory '/home/naourr/work/instance-0/output/build/tinydtls-0.8.2/doc' : Doxyfile >./doxygen.out 2>&1 make[2]: Leaving directory '/home/naourr/work/instance-0/output/build/tinydtls-0.8.2/doc' test -d /home/naourr/work/instance-0/output/target/usr/lib || mkdir -p /home/naourr/work/instance-0/output/target/usr/lib test -d /home/naourr/work/instance-0/output/target/usr/include/tinydtls || mkdir -p /home/naourr/work/instance-0/output/target/usr/include/tinydtls cp libtinydtls.a /home/naourr/work/instance-0/output/target/usr/lib/ cp dtls.h hmac.h debug.h dtls_config.h uthash.h numeric.h crypto.h global.h ccm.h netq.h t_list.h alert.h utlist.h prng.h peer.h state.h dtls_time.h session.h tinydtls.h /home/naourr/work/instance-0/output/target/usr/include/tinydtls/ for dir in tests doc platform-specific sha2 aes ecc; do \ /usr/bin/make -C $dir install="cp" includedir=/usr/include/tinydtls install; \ done make[2]: Entering directory '/home/naourr/work/instance-0/output/build/tinydtls-0.8.2/tests' : make[2]: Leaving directory '/home/naourr/work/instance-0/output/build/tinydtls-0.8.2/tests' make[2]: Entering directory '/home/naourr/work/instance-0/output/build/tinydtls-0.8.2/doc' test -d /home/naourr/work/instance-0/output/target/usr/share/doc/tinydtls || mkdir -p /home/naourr/work/instance-0/output/target/usr/share/doc/tinydtls cp -r html/* /home/naourr/work/instance-0/output/target/usr/share/doc/tinydtls make[2]: Leaving directory '/home/naourr/work/instance-0/output/build/tinydtls-0.8.2/doc' make[2]: Entering directory '/home/naourr/work/instance-0/output/build/tinydtls-0.8.2/platform-specific' : make[2]: Leaving directory '/home/naourr/work/instance-0/output/build/tinydtls-0.8.2/platform-specific' make[2]: Entering directory '/home/naourr/work/instance-0/output/build/tinydtls-0.8.2/sha2' test -d /home/naourr/work/instance-0/output/target/usr/include/tinydtls/sha2 || mkdir -p /home/naourr/work/instance-0/output/target/usr/include/tinydtls/sha2 cp sha2.h /home/naourr/work/instance-0/output/target/usr/include/tinydtls/sha2 make[2]: Leaving directory '/home/naourr/work/instance-0/output/build/tinydtls-0.8.2/sha2' make[2]: Entering directory '/home/naourr/work/instance-0/output/build/tinydtls-0.8.2/aes' test -d /home/naourr/work/instance-0/output/target/usr/include/tinydtls/aes || mkdir -p /home/naourr/work/instance-0/output/target/usr/include/tinydtls/aes cp rijndael.h /home/naourr/work/instance-0/output/target/usr/include/tinydtls/aes make[2]: Leaving directory '/home/naourr/work/instance-0/output/build/tinydtls-0.8.2/aes' make[2]: Entering directory '/home/naourr/work/instance-0/output/build/tinydtls-0.8.2/ecc' test -d /home/naourr/work/instance-0/output/target/usr/include/tinydtls/ecc || mkdir -p /home/naourr/work/instance-0/output/target/usr/include/tinydtls/ecc cp ecc.h test_helper.h /home/naourr/work/instance-0/output/target/usr/include/tinydtls/ecc make[2]: Leaving directory '/home/naourr/work/instance-0/output/build/tinydtls-0.8.2/ecc' make[1]: Leaving directory '/home/naourr/work/instance-0/output/build/tinydtls-0.8.2' xl2tp-v1.3.12.tar.gz: OK (sha256: 6f0ac50a76500d5cc56a67451b61e5f561b3309357176b39deabb1705e8745fd) >>> xl2tp v1.3.12 Extracting gzip -d -c /home/naourr/work/instance-0/dl/xl2tp/xl2tp-v1.3.12.tar.gz | /home/naourr/work/instance-0/output/host/bin/tar --strip-components=1 -C /home/naourr/work/instance-0/output/build/xl2tp-v1.3.12 -xf - >>> xl2tp v1.3.12 Patching Applying 0001-legacy.patch using patch: patching file osport.h Hunk #1 succeeded at 43 with fuzz 2 (offset 6 lines). >>> xl2tp v1.3.12 Configuring >>> xl2tp v1.3.12 Building /usr/bin/sed -i -e 's/ -O2 //' /home/naourr/work/instance-0/output/build/xl2tp-v1.3.12/Makefile PATH="/home/naourr/work/instance-0/output/host/bin:/home/naourr/work/instance-0/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/bin:/home/naourr/git/git-wrappers:/home/naourr/.local/bin:/home/naourr/bin" AR="/home/naourr/work/instance-0/output/host/bin/arm-none-linux-gnueabi-ar" AS="/home/naourr/work/instance-0/output/host/bin/arm-none-linux-gnueabi-as" LD="/home/naourr/work/instance-0/output/host/bin/arm-none-linux-gnueabi-ld" NM="/home/naourr/work/instance-0/output/host/bin/arm-none-linux-gnueabi-nm" CC="/home/naourr/work/instance-0/output/host/bin/arm-none-linux-gnueabi-gcc" GCC="/home/naourr/work/instance-0/output/host/bin/arm-none-linux-gnueabi-gcc" CPP="/home/naourr/work/instance-0/output/host/bin/arm-none-linux-gnueabi-cpp" CXX="/home/naourr/work/instance-0/output/host/bin/arm-none-linux-gnueabi-g++" FC="/home/naourr/work/instance-0/output/host/bin/arm-none-linux-gnueabi-gfortran" F77="/home/naourr/work/instance-0/output/host/bin/arm-none-linux-gnueabi-gfortran" RANLIB="/home/naourr/work/instance-0/output/host/bin/arm-none-linux-gnueabi-ranlib" READELF="/home/naourr/work/instance-0/output/host/bin/arm-none-linux-gnueabi-readelf" STRIP="/home/naourr/work/instance-0/output/host/bin/arm-none-linux-gnueabi-strip" OBJCOPY="/home/naourr/work/instance-0/output/host/bin/arm-none-linux-gnueabi-objcopy" OBJDUMP="/home/naourr/work/instance-0/output/host/bin/arm-none-linux-gnueabi-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-0/output/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/naourr/work/instance-0/output/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/naourr/work/instance-0/output/host/include" LDFLAGS_FOR_BUILD="-L/home/naourr/work/instance-0/output/host/lib -Wl,-rpath,/home/naourr/work/instance-0/output/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/naourr/work/instance-0/output/host/bin/arm-none-linux-gnueabi-as" DEFAULT_LINKER="/home/naourr/work/instance-0/output/host/bin/arm-none-linux-gnueabi-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 " LDFLAGS="" FCFLAGS=" -O2 " FFLAGS=" -O2 " PKG_CONFIG="/home/naourr/work/instance-0/output/host/bin/pkg-config" STAGING_DIR="/home/naourr/work/instance-0/output/host/arm-buildroot-linux-gnueabi/sysroot" INTLTOOL_PERL=/usr/bin/perl /usr/bin/make -j4 -C /home/naourr/work/instance-0/output/build/xl2tp-v1.3.12 make[1]: Entering directory '/home/naourr/work/instance-0/output/build/xl2tp-v1.3.12' /home/naourr/work/instance-0/output/host/bin/arm-none-linux-gnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DDEBUG_PPPD -DTRUST_PPPD_TO_DIE -Os -Wall -DSANITY -DLINUX -I./linux/include/ -DUSE_KERNEL -DIP_ALLOCATION -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o xl2tpd.o xl2tpd.c /home/naourr/work/instance-0/output/host/bin/arm-none-linux-gnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DDEBUG_PPPD -DTRUST_PPPD_TO_DIE -Os -Wall -DSANITY -DLINUX -I./linux/include/ -DUSE_KERNEL -DIP_ALLOCATION -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o pty.o pty.c /home/naourr/work/instance-0/output/host/bin/arm-none-linux-gnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DDEBUG_PPPD -DTRUST_PPPD_TO_DIE -Os -Wall -DSANITY -DLINUX -I./linux/include/ -DUSE_KERNEL -DIP_ALLOCATION -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o misc.o misc.c /home/naourr/work/instance-0/output/host/bin/arm-none-linux-gnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DDEBUG_PPPD -DTRUST_PPPD_TO_DIE -Os -Wall -DSANITY -DLINUX -I./linux/include/ -DUSE_KERNEL -DIP_ALLOCATION -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o control.o control.c /home/naourr/work/instance-0/output/host/bin/arm-none-linux-gnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DDEBUG_PPPD -DTRUST_PPPD_TO_DIE -Os -Wall -DSANITY -DLINUX -I./linux/include/ -DUSE_KERNEL -DIP_ALLOCATION -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o avp.o avp.c /home/naourr/work/instance-0/output/host/bin/arm-none-linux-gnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DDEBUG_PPPD -DTRUST_PPPD_TO_DIE -Os -Wall -DSANITY -DLINUX -I./linux/include/ -DUSE_KERNEL -DIP_ALLOCATION -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o call.o call.c /home/naourr/work/instance-0/output/host/bin/arm-none-linux-gnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DDEBUG_PPPD -DTRUST_PPPD_TO_DIE -Os -Wall -DSANITY -DLINUX -I./linux/include/ -DUSE_KERNEL -DIP_ALLOCATION -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o network.o network.c network.c: In function 'network_thread': network.c:706:32: warning: assignment makes pointer from integer without a cast [enabled by default] tosval = *get_inner_tos_byte(sc->ppp_buf); ^ /home/naourr/work/instance-0/output/host/bin/arm-none-linux-gnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DDEBUG_PPPD -DTRUST_PPPD_TO_DIE -Os -Wall -DSANITY -DLINUX -I./linux/include/ -DUSE_KERNEL -DIP_ALLOCATION -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o avpsend.o avpsend.c /home/naourr/work/instance-0/output/host/bin/arm-none-linux-gnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DDEBUG_PPPD -DTRUST_PPPD_TO_DIE -Os -Wall -DSANITY -DLINUX -I./linux/include/ -DUSE_KERNEL -DIP_ALLOCATION -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o scheduler.o scheduler.c /home/naourr/work/instance-0/output/host/bin/arm-none-linux-gnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DDEBUG_PPPD -DTRUST_PPPD_TO_DIE -Os -Wall -DSANITY -DLINUX -I./linux/include/ -DUSE_KERNEL -DIP_ALLOCATION -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o file.o file.c /home/naourr/work/instance-0/output/host/bin/arm-none-linux-gnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DDEBUG_PPPD -DTRUST_PPPD_TO_DIE -Os -Wall -DSANITY -DLINUX -I./linux/include/ -DUSE_KERNEL -DIP_ALLOCATION -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o aaa.o aaa.c /home/naourr/work/instance-0/output/host/bin/arm-none-linux-gnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DDEBUG_PPPD -DTRUST_PPPD_TO_DIE -Os -Wall -DSANITY -DLINUX -I./linux/include/ -DUSE_KERNEL -DIP_ALLOCATION -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o md5.o md5.c /home/naourr/work/instance-0/output/host/bin/arm-none-linux-gnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DDEBUG_PPPD -DTRUST_PPPD_TO_DIE -Os -Wall -DSANITY -DLINUX -I./linux/include/ -DUSE_KERNEL -DIP_ALLOCATION -c contrib/pfc.c /home/naourr/work/instance-0/output/host/bin/arm-none-linux-gnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DDEBUG_PPPD -DTRUST_PPPD_TO_DIE -Os -Wall -DSANITY -DLINUX -I./linux/include/ -DUSE_KERNEL -DIP_ALLOCATION xl2tpd-control.c -o xl2tpd-control /home/naourr/work/instance-0/output/host/bin/arm-none-linux-gnueabi-gcc -o xl2tpd xl2tpd.o pty.o misc.o control.o avp.o call.o network.o avpsend.o scheduler.o file.o aaa.o md5.o /home/naourr/work/instance-0/output/host/bin/arm-none-linux-gnueabi-gcc -o pfc pfc.o -lpcap make[1]: Leaving directory '/home/naourr/work/instance-0/output/build/xl2tp-v1.3.12' >>> xl2tp v1.3.12 Installing to target PATH="/home/naourr/work/instance-0/output/host/bin:/home/naourr/work/instance-0/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/bin:/home/naourr/git/git-wrappers:/home/naourr/.local/bin:/home/naourr/bin" AR="/home/naourr/work/instance-0/output/host/bin/arm-none-linux-gnueabi-ar" AS="/home/naourr/work/instance-0/output/host/bin/arm-none-linux-gnueabi-as" LD="/home/naourr/work/instance-0/output/host/bin/arm-none-linux-gnueabi-ld" NM="/home/naourr/work/instance-0/output/host/bin/arm-none-linux-gnueabi-nm" CC="/home/naourr/work/instance-0/output/host/bin/arm-none-linux-gnueabi-gcc" GCC="/home/naourr/work/instance-0/output/host/bin/arm-none-linux-gnueabi-gcc" CPP="/home/naourr/work/instance-0/output/host/bin/arm-none-linux-gnueabi-cpp" CXX="/home/naourr/work/instance-0/output/host/bin/arm-none-linux-gnueabi-g++" FC="/home/naourr/work/instance-0/output/host/bin/arm-none-linux-gnueabi-gfortran" F77="/home/naourr/work/instance-0/output/host/bin/arm-none-linux-gnueabi-gfortran" RANLIB="/home/naourr/work/instance-0/output/host/bin/arm-none-linux-gnueabi-ranlib" READELF="/home/naourr/work/instance-0/output/host/bin/arm-none-linux-gnueabi-readelf" STRIP="/home/naourr/work/instance-0/output/host/bin/arm-none-linux-gnueabi-strip" OBJCOPY="/home/naourr/work/instance-0/output/host/bin/arm-none-linux-gnueabi-objcopy" OBJDUMP="/home/naourr/work/instance-0/output/host/bin/arm-none-linux-gnueabi-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-0/output/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/naourr/work/instance-0/output/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/naourr/work/instance-0/output/host/include" LDFLAGS_FOR_BUILD="-L/home/naourr/work/instance-0/output/host/lib -Wl,-rpath,/home/naourr/work/instance-0/output/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/naourr/work/instance-0/output/host/bin/arm-none-linux-gnueabi-as" DEFAULT_LINKER="/home/naourr/work/instance-0/output/host/bin/arm-none-linux-gnueabi-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 " LDFLAGS="" FCFLAGS=" -O2 " FFLAGS=" -O2 " PKG_CONFIG="/home/naourr/work/instance-0/output/host/bin/pkg-config" STAGING_DIR="/home/naourr/work/instance-0/output/host/arm-buildroot-linux-gnueabi/sysroot" INTLTOOL_PERL=/usr/bin/perl /usr/bin/make -j4 DESTDIR=/home/naourr/work/instance-0/output/target PREFIX=/usr -C /home/naourr/work/instance-0/output/build/xl2tp-v1.3.12 install make[1]: Entering directory '/home/naourr/work/instance-0/output/build/xl2tp-v1.3.12' install -d -m 0755 /home/naourr/work/instance-0/output/target/usr/sbin install -m 0755 xl2tpd /home/naourr/work/instance-0/output/target/usr/sbin/xl2tpd install -d -m 0755 /home/naourr/work/instance-0/output/target/usr/share/man/man5 install -d -m 0755 /home/naourr/work/instance-0/output/target/usr/share/man/man8 install -m 0644 doc/xl2tpd.8 /home/naourr/work/instance-0/output/target/usr/share/man/man8/ install -m 0644 doc/xl2tpd-control.8 /home/naourr/work/instance-0/output/target/usr/share/man/man8/ install -m 0644 doc/xl2tpd.conf.5 doc/l2tp-secrets.5 \ /home/naourr/work/instance-0/output/target/usr/share/man/man5/ # pfc install -d -m 0755 /home/naourr/work/instance-0/output/target/usr/bin install -m 0755 pfc /home/naourr/work/instance-0/output/target/usr/bin/pfc install -d -m 0755 /home/naourr/work/instance-0/output/target/usr/share/man/man1 install -m 0644 contrib/pfc.1 /home/naourr/work/instance-0/output/target/usr/share/man/man1/ # control exec install -d -m 0755 /home/naourr/work/instance-0/output/target/usr/sbin install -m 0755 xl2tpd-control /home/naourr/work/instance-0/output/target/usr/sbin/xl2tpd-control make[1]: Leaving directory '/home/naourr/work/instance-0/output/build/xl2tp-v1.3.12' >>> Finalizing target directory # Check files that are touched by more than one package ./support/scripts/check-uniq-files -t target /home/naourr/work/instance-0/output/build/packages-file-list.txt ./support/scripts/check-uniq-files -t staging /home/naourr/work/instance-0/output/build/packages-file-list-staging.txt Warning: staging file "./usr/lib/libgio-2.0.la" is touched by more than one package: [u'libglib2', u'libiio', u'libusb', u'libpcap', u'libsha1', u'libusb-compat', u'opentracing-cpp', u'rrdtool', u'snmppp', u'tesseract-ocr', u'tinydtls'] Warning: staging file "./usr/lib/libgthread-2.0.la" is touched by more than one package: [u'libglib2', u'libiio', u'libusb', u'libpcap', u'libsha1', u'libusb-compat', u'opentracing-cpp', u'rrdtool', u'snmppp', u'tesseract-ocr', u'tinydtls'] Warning: staging file "./usr/lib/libatomic_ops_gpl.la" is touched by more than one package: [u'libatomic_ops', u'libexif', u'libffi', u'pcre', u'libglib2', u'libiio', u'libusb', u'libpcap', u'libsha1', u'libusb-compat', u'opentracing-cpp', u'rrdtool', u'snmppp', u'tesseract-ocr', u'tinydtls'] Warning: staging file "./usr/lib/libSDL_mixer.la" is touched by more than one package: [u'sdl_mixer', u'sdl_net', u'dtc', u'libev', u'leptonica', u'libatomic_ops', u'libexif', u'libffi', u'pcre', u'libglib2', u'libiio', u'libusb', u'libpcap', u'libsha1', u'libusb-compat', u'opentracing-cpp', u'rrdtool', u'snmppp', u'tesseract-ocr', u'tinydtls'] Warning: staging file "./usr/lib/libuuid.la" is touched by more than one package: [u'util-linux', u'sdl', u'sdl_mixer', u'sdl_net', u'dtc', u'libev', u'leptonica', u'libatomic_ops', u'libexif', u'libffi', u'pcre', u'libglib2', u'libiio', u'libusb', u'libpcap', u'libsha1', u'libusb-compat', u'opentracing-cpp', u'rrdtool', u'snmppp', u'tesseract-ocr', u'tinydtls'] Warning: staging file "./usr/lib/libpcre32.la" is touched by more than one package: [u'pcre', u'libglib2', u'libiio', u'libusb', u'libpcap', u'libsha1', u'libusb-compat', u'opentracing-cpp', u'rrdtool', u'snmppp', u'tesseract-ocr', u'tinydtls'] Warning: staging file "./usr/lib/libpcrecpp.la" is touched by more than one package: [u'pcre', u'libglib2', u'libiio', u'libusb', u'libpcap', u'libsha1', u'libusb-compat', u'opentracing-cpp', u'rrdtool', u'snmppp', u'tesseract-ocr', u'tinydtls'] Warning: staging file "./usr/lib/libev.la" is touched by more than one package: [u'libev', u'leptonica', u'libatomic_ops', u'libexif', u'libffi', u'pcre', u'libglib2', u'libiio', u'libusb', u'libpcap', u'libsha1', u'libusb-compat', u'opentracing-cpp', u'rrdtool', u'snmppp', u'tesseract-ocr', u'tinydtls'] Warning: staging file "./usr/lib/libblkid.la" is touched by more than one package: [u'util-linux', u'sdl', u'sdl_mixer', u'sdl_net', u'dtc', u'libev', u'leptonica', u'libatomic_ops', u'libexif', u'libffi', u'pcre', u'libglib2', u'libiio', u'libusb', u'libpcap', u'libsha1', u'libusb-compat', u'opentracing-cpp', u'rrdtool', u'snmppp', u'tesseract-ocr', u'tinydtls'] Warning: staging file "./usr/lib/libsha1.la" is touched by more than one package: [u'libsha1', u'libusb-compat', u'opentracing-cpp', u'rrdtool', u'snmppp', u'tesseract-ocr', u'tinydtls'] Warning: staging file "./usr/lib/libmount.la" is touched by more than one package: [u'util-linux', u'sdl', u'sdl_mixer', u'sdl_net', u'dtc', u'libev', u'leptonica', u'libatomic_ops', u'libexif', u'libffi', u'pcre', u'libglib2', u'libiio', u'libusb', u'libpcap', u'libsha1', u'libusb-compat', u'opentracing-cpp', u'rrdtool', u'snmppp', u'tesseract-ocr', u'tinydtls'] Warning: staging file "./usr/lib/libfl.la" is touched by more than one package: [u'flex', u'linux-pam', u'libzlib', u'util-linux', u'sdl', u'sdl_mixer', u'sdl_net', u'dtc', u'libev', u'leptonica', u'libatomic_ops', u'libexif', u'libffi', u'pcre', u'libglib2', u'libiio', u'libusb', u'libpcap', u'libsha1', u'libusb-compat', u'opentracing-cpp', u'rrdtool', u'snmppp', u'tesseract-ocr', u'tinydtls'] Warning: staging file "./usr/lib/libusb-1.0.la" is touched by more than one package: [u'libusb', u'libpcap', u'libsha1', u'libusb-compat', u'opentracing-cpp', u'rrdtool', u'snmppp', u'tesseract-ocr', u'tinydtls'] Warning: staging file "./usr/lib/libpcre.la" is touched by more than one package: [u'pcre', u'libglib2', u'libiio', u'libusb', u'libpcap', u'libsha1', u'libusb-compat', u'opentracing-cpp', u'rrdtool', u'snmppp', u'tesseract-ocr', u'tinydtls'] Warning: staging file "./usr/lib/libSDL.la" is touched by more than one package: [u'sdl', u'sdl_mixer', u'sdl_net', u'dtc', u'libev', u'leptonica', u'libatomic_ops', u'libexif', u'libffi', u'pcre', u'libglib2', u'libiio', u'libusb', u'libpcap', u'libsha1', u'libusb-compat', u'opentracing-cpp', u'rrdtool', u'snmppp', u'tesseract-ocr', u'tinydtls'] Warning: staging file "./usr/lib/libusb.la" is touched by more than one package: [u'libusb-compat', u'opentracing-cpp', u'rrdtool', u'snmppp', u'tesseract-ocr', u'tinydtls'] Warning: staging file "./usr/lib/libatomic_ops.la" is touched by more than one package: [u'libatomic_ops', u'libexif', u'libffi', u'pcre', u'libglib2', u'libiio', u'libusb', u'libpcap', u'libsha1', u'libusb-compat', u'opentracing-cpp', u'rrdtool', u'snmppp', u'tesseract-ocr', u'tinydtls'] Warning: staging file "./usr/lib/libglib-2.0.la" is touched by more than one package: [u'libglib2', u'libiio', u'libusb', u'libpcap', u'libsha1', u'libusb-compat', u'opentracing-cpp', u'rrdtool', u'snmppp', u'tesseract-ocr', u'tinydtls'] Warning: staging file "./usr/lib/libSDL_net.la" is touched by more than one package: [u'sdl_net', u'dtc', u'libev', u'leptonica', u'libatomic_ops', u'libexif', u'libffi', u'pcre', u'libglib2', u'libiio', u'libusb', u'libpcap', u'libsha1', u'libusb-compat', u'opentracing-cpp', u'rrdtool', u'snmppp', u'tesseract-ocr', u'tinydtls'] Warning: staging file "./usr/lib/liblept.la" is touched by more than one package: [u'leptonica', u'libatomic_ops', u'libexif', u'libffi', u'pcre', u'libglib2', u'libiio', u'libusb', u'libpcap', u'libsha1', u'libusb-compat', u'opentracing-cpp', u'rrdtool', u'snmppp', u'tesseract-ocr', u'tinydtls'] Warning: staging file "./usr/lib/libSDLmain.la" is touched by more than one package: [u'sdl', u'sdl_mixer', u'sdl_net', u'dtc', u'libev', u'leptonica', u'libatomic_ops', u'libexif', u'libffi', u'pcre', u'libglib2', u'libiio', u'libusb', u'libpcap', u'libsha1', u'libusb-compat', u'opentracing-cpp', u'rrdtool', u'snmppp', u'tesseract-ocr', u'tinydtls'] Warning: staging file "./usr/lib/librrd.la" is touched by more than one package: [u'rrdtool', u'snmppp', u'tesseract-ocr', u'tinydtls'] Warning: staging file "./usr/lib/libpcreposix.la" is touched by more than one package: [u'pcre', u'libglib2', u'libiio', u'libusb', u'libpcap', u'libsha1', u'libusb-compat', u'opentracing-cpp', u'rrdtool', u'snmppp', u'tesseract-ocr', u'tinydtls'] Warning: staging file "./usr/lib/libgmodule-2.0.la" is touched by more than one package: [u'libglib2', u'libiio', u'libusb', u'libpcap', u'libsha1', u'libusb-compat', u'opentracing-cpp', u'rrdtool', u'snmppp', u'tesseract-ocr', u'tinydtls'] Warning: staging file "./usr/lib/libgobject-2.0.la" is touched by more than one package: [u'libglib2', u'libiio', u'libusb', u'libpcap', u'libsha1', u'libusb-compat', u'opentracing-cpp', u'rrdtool', u'snmppp', u'tesseract-ocr', u'tinydtls'] Warning: staging file "./usr/lib/libsnmp++.la" is touched by more than one package: [u'snmppp', u'tesseract-ocr', u'tinydtls'] Warning: staging file "./usr/lib/libffi.la" is touched by more than one package: [u'libffi', u'pcre', u'libglib2', u'libiio', u'libusb', u'libpcap', u'libsha1', u'libusb-compat', u'opentracing-cpp', u'rrdtool', u'snmppp', u'tesseract-ocr', u'tinydtls'] Warning: staging file "./usr/lib/libtesseract.la" is touched by more than one package: [u'tesseract-ocr', u'tinydtls'] Warning: staging file "./usr/lib/libexif.la" is touched by more than one package: [u'libexif', u'libffi', u'pcre', u'libglib2', u'libiio', u'libusb', u'libpcap', u'libsha1', u'libusb-compat', u'opentracing-cpp', u'rrdtool', u'snmppp', u'tesseract-ocr', u'tinydtls'] ./support/scripts/check-uniq-files -t host /home/naourr/work/instance-0/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-gettext', u'host-bison'] Warning: host file "./share/man/man8/fsck.8" is touched by more than one package: [u'host-util-linux', u'host-e2fsprogs'] Warning: host file "./sbin/fsck" is touched by more than one package: [u'host-util-linux', u'host-e2fsprogs'] /usr/bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~console::respawn:/sbin/getty -L console 0 vt100 #~' /home/naourr/work/instance-0/output/target/etc/inittab /usr/bin/sed -i -e '/^#.*-o remount,rw \/$/s~^#\+~~' /home/naourr/work/instance-0/output/target/etc/inittab if grep -q CONFIG_ASH=y ./.config; then grep -qsE '^/bin/ash$' /home/naourr/work/instance-0/output/target/etc/shells || echo "/bin/ash" >> /home/naourr/work/instance-0/output/target/etc/shells; fi grep: ./.config: No such file or directory if grep -q CONFIG_HUSH=y ./.config; then grep -qsE '^/bin/hush$' /home/naourr/work/instance-0/output/target/etc/shells || echo "/bin/hush" >> /home/naourr/work/instance-0/output/target/etc/shells; fi grep: ./.config: No such file or directory rm -f /home/naourr/work/instance-0/output/target/usr/share/glib-2.0/schemas/*.xml /home/naourr/work/instance-0/output/target/usr/share/glib-2.0/schemas/*.dtd /home/naourr/work/instance-0/output/host/bin/glib-compile-schemas /home/naourr/work/instance-0/output/host/arm-buildroot-linux-gnueabi/sysroot/usr/share/glib-2.0/schemas --targetdir=/home/naourr/work/instance-0/output/target/usr/share/glib-2.0/schemas No schema files found: doing nothing. mkdir -p /home/naourr/work/instance-0/output/target/etc echo "buildroot" > /home/naourr/work/instance-0/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-0/output/target/etc/hosts mkdir -p /home/naourr/work/instance-0/output/target/etc echo "Welcome to Buildroot" > /home/naourr/work/instance-0/output/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /home/naourr/work/instance-0/output/target/etc/shadow rm -f /home/naourr/work/instance-0/output/target/bin/sh rm -f /home/naourr/work/instance-0/output/build/locales.nopurge for i in C en_US locale-archive; do echo $i >> /home/naourr/work/instance-0/output/build/locales.nopurge; done for dir in /home/naourr/work/instance-0/output/target/usr/share/locale; do for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /home/naourr/work/instance-0/output/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /home/naourr/work/instance-0/output/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /home/naourr/work/instance-0/output/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /home/naourr/work/instance-0/output/target/usr/share/X11/locale/locale.dir; fi rm -rf /home/naourr/work/instance-0/output/target/usr/include /home/naourr/work/instance-0/output/target/usr/share/aclocal \ /home/naourr/work/instance-0/output/target/usr/lib/pkgconfig /home/naourr/work/instance-0/output/target/usr/share/pkgconfig \ /home/naourr/work/instance-0/output/target/usr/lib/cmake /home/naourr/work/instance-0/output/target/usr/share/cmake find /home/naourr/work/instance-0/output/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/naourr/work/instance-0/output/target/lib/ /home/naourr/work/instance-0/output/target/usr/lib/ /home/naourr/work/instance-0/output/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' \) -print0 | xargs -0 rm -f find: '/home/naourr/work/instance-0/output/target/usr/libexec/': No such file or directory rm -rf /home/naourr/work/instance-0/output/target/usr/share/gdb rm -rf /home/naourr/work/instance-0/output/target/usr/share/bash-completion rm -rf /home/naourr/work/instance-0/output/target/usr/share/zsh rm -rf /home/naourr/work/instance-0/output/target/usr/man /home/naourr/work/instance-0/output/target/usr/share/man rm -rf /home/naourr/work/instance-0/output/target/usr/info /home/naourr/work/instance-0/output/target/usr/share/info rm -rf /home/naourr/work/instance-0/output/target/usr/doc /home/naourr/work/instance-0/output/target/usr/share/doc rm -rf /home/naourr/work/instance-0/output/target/usr/share/gtk-doc rmdir /home/naourr/work/instance-0/output/target/usr/share 2>/dev/null || true find /home/naourr/work/instance-0/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-0/output/host/bin/arm-none-linux-gnueabi-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/naourr/work/instance-0/output/target/lib/ -type f -name 'libpthread*.so*' | \ xargs -r /home/naourr/work/instance-0/output/host/bin/arm-none-linux-gnueabi-strip --remove-section=.comment --remove-section=.note --strip-debug find /home/naourr/work/instance-0/output/target/lib/ -type f -name 'ld-*.so*' | \ xargs -r /home/naourr/work/instance-0/output/host/bin/arm-none-linux-gnueabi-strip --remove-section=.comment --remove-section=.note --strip-debug test -f /home/naourr/work/instance-0/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-0/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-0/output/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2019.02-git-00376-g42c8f9f6b4"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2019.02-git"; \ echo "PRETTY_NAME=\"Buildroot 2019.02-git\"" \ ) > /home/naourr/work/instance-0/output/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/naourr/work/instance-0/output/target/etc >>> Sanitizing RPATH in target tree /home/naourr/work/instance-0/buildroot/support/scripts/fix-rpath target touch /home/naourr/work/instance-0/output/target/usr make: Leaving directory '/home/naourr/work/instance-0/buildroot' make: Entering directory '/home/naourr/work/instance-0/buildroot' >>> Buildroot 2019.02-git-00376-g42c8f9f6b4 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-sysv Collecting legal info >>> skeleton-init-common Collecting legal info arm-2014.05-29-arm-none-linux-gnueabi.src.tar.bz2: OK (sha256: e16a5b1e41d7ff1e74161f9405182001bc8d1360d89564e73911032e6966cc0d) >>> toolchain-external-codesourcery-arm 2014.05-29 Collecting legal info >>> toolchain Collecting legal info >>> acpitool 0.5.1 Collecting legal info ERROR: No hash found for COPYING >>> am33x-cm3 11107db2f1e9e58ee75d4fe9cc38423c9a6e4365 Collecting legal info ERROR: No hash found for License.txt >>> b43-firmware 5.100.138 Collecting legal info >>> host-b43-fwcutter 015 Collecting legal info ERROR: No hash found for COPYING >>> bitstream 1.4 Collecting legal info COPYING: OK (sha256: 9644a812f9a8377a59acb7092a36ce8882a39743425d9171a8fb84637e2f6e04) >>> bsdiff 4.3 Collecting legal info ERROR: No hash found for bsdiff.c >>> bzip2 1.0.6 Collecting legal info ERROR: No hash found for LICENSE >>> busybox 1.29.3 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) >>> linux-pam 1.3.1 Collecting legal info ERROR: No hash found for Copyright >>> 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) ERROR: No hash found for libltdl/COPYING.LIB >>> host-m4 1.4.18 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-automake 1.15.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-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 1.5.3 Collecting legal info ERROR: No hash found for COPYING >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> util-linux 2.33 Collecting legal info README.licensing: OK (sha256: 4335620e8f478ee4dc4d26540448d39469091ef1d8e3fbbbb8bf753206ceac74) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> chocolate-doom 2.3.0 Collecting legal info ERROR: No hash found for COPYING >>> sdl 1.2.15 Collecting legal info ERROR: No hash found for COPYING >>> sdl_mixer 1.2.12 Collecting legal info ERROR: No hash found for COPYING >>> sdl_net 1.2.8 Collecting legal info ERROR: No hash found for COPYING >>> 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) >>> dvblast 3.4 Collecting legal info COPYING: OK (sha256: 94f68aec169fb6c9937eade757251714d38a56812be5dbfc3973914a71ad8d2d) COPYING.WTFPL: OK (sha256: 2c1bea2f338d46ee6f2712f2c2bf05b874327ca0bec5eb0b7b4fbe208a23677f) >>> libev 4.24 Collecting legal info LICENSE: OK (sha256: c4dd1a5bc38b041a320b93c5d6c08f5c41a63f2ce718ee16cfcb757fad448199) >>> host-e2fsprogs 1.44.4 Collecting legal info NOTICE: OK (sha256: 5da5ef153e559c1d990d4c3eedbedd4442db892d37eae1f35fff069de8ec9020) lib/ss/mit-sipb-copyright.h: OK (sha256: 032989b508f1a72ebee5b3417e55d06d473f9ee203e45ab11864a7e49cdec63d) lib/et/internal.h: OK (sha256: 47182fe6631a32f271a15bbe210751b3825b7199f588879aac7d4804fc8b4b8f) >>> host-util-linux 2.33 Collecting legal info README.licensing: OK (sha256: 4335620e8f478ee4dc4d26540448d39469091ef1d8e3fbbbb8bf753206ceac74) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> host-genext2fs 1.4.1 Collecting legal info ERROR: No hash found for COPYING >>> initscripts Collecting legal info >>> leptonica 1.76.0 Collecting legal info leptonica-license.txt: OK (sha256: ca0ac11c7c0acad9599d54990942cc11c9f6d9b569f1a360d774a628819c3518) >>> libatomic_ops v7.6.6 Collecting legal info doc/LICENSING.txt: OK (sha256: f0e630c0ca489767033da5a0c869fb4231db522c5ff479ce55a853a923a00f69) COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libexif 0.6.21 Collecting legal info COPYING: OK (sha256: 36b6d3fa47916943fd5fec313c584784946047ec1337a78b440e5992cb595f89) >>> libffi v3.3-rc0 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 v3.3-rc0 Collecting legal info LICENSE: OK (sha256: 0f4d7a0bfb83c37465d42dc305f124189196cc0cc2cc8d6f8461103682aebbc5) >>> host-pcre 8.42 Collecting legal info LICENCE: OK (sha256: f998c0f52eb704eff28f503580cfca3f2547280aa212994f6cf2d8e317587c1c) >>> pcre 8.42 Collecting legal info LICENCE: OK (sha256: f998c0f52eb704eff28f503580cfca3f2547280aa212994f6cf2d8e317587c1c) >>> libiio 0.14 Collecting legal info COPYING.txt: OK (sha256: 102900208eef27b766380135906d431dba87edaa7ec6aa72e6ebd3dd67f3a97b) >>> libpcap 1.8.1 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> libusb 1.0.22 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libsha1 0.3 Collecting legal info ERROR: No hash found for COPYING >>> libusb-compat 0.1.5 Collecting legal info ERROR: No hash found for COPYING >>> linux-firmware 1baa34868b2c0a004dc595b20678145e3fff83e7 Collecting legal info >>> memtool 2016.10.0 Collecting legal info ERROR: No hash found for COPYING >>> opentracing-cpp v1.2.0 Collecting legal info COPYING: OK (sha256: b80bffcfee825a69645f7ca97ddba48714031ea5c845198d184714d5490798b6) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> quota 4.01 Collecting legal info >>> host-nfs-utils 1.3.3 Collecting legal info ERROR: No hash found for COPYING >>> host-libtirpc 1.1.4 Collecting legal info COPYING: OK (sha256: 17cf6098f95bdbb269f0bbc68e76c88fe20487ca7ec53f454923ab4256ecd2e7) >>> redis 4.0.11 Collecting legal info COPYING: OK (sha256: cbf420a3672475a6e2765e3c0984c1f81efe0212afb94a3c998ee63bfd661063) >>> rrdtool 1.6.0 Collecting legal info ERROR: No hash found for COPYRIGHT ERROR: No hash found for LICENSE >>> sispmctl 3.1 Collecting legal info ERROR: No hash found for LICENCE >>> snmppp 3.3.10 Collecting legal info src/v3.cpp: OK (sha256: d00d5deb9ce44fa01ddf6f882de3ea8b9e8402f776b546dd982d55367ebbd392) >>> tesseract-ocr 3.05.02 Collecting legal info COPYING: OK (sha256: d770c1ac1235bc018530701da1ce453367f7952a3075d12b9029f81a26c05f13) >>> tinydtls 0.8.2 Collecting legal info tinydtls.h: OK (sha256: 65fbf31c3551633e7dcc051fac80f2c1a73b0b077af9ed564d726155dfc40513) >>> xl2tp v1.3.12 Collecting legal info LICENSE: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-codesourcery-arm-2014.05-29: cannot save license (TOOLCHAIN_EXTERNAL_CODESOURCERY_ARM_LICENSE_FILES not defined) WARNING: b43-firmware-5.100.138: cannot save license (B43_FIRMWARE_LICENSE_FILES not defined) WARNING: linux-firmware-1baa34868b2c0a004dc595b20678145e3fff83e7: cannot save license (LINUX_FIRMWARE_LICENSE_FILES not defined) WARNING: quota-4.01: cannot save license (QUOTA_LICENSE_FILES not defined) Legal info produced in /home/naourr/work/instance-0/output/legal-info make: Leaving directory '/home/naourr/work/instance-0/buildroot'