CC libsox_la-soundtool.lo CC libsox_la-sphere.lo CC libsox_la-tx16w.lo CC libsox_la-voc.lo CC libsox_la-vox-fmt.lo CC libsox_la-ima-fmt.lo tx16w.c: In function 'stopwrite': tx16w.c:305:5: warning: 'strncpy' output truncated before terminating nul copying 6 bytes from a string of the same length [-Wstringop-truncation] 305 | strncpy(WH.filetype,"LM8953",(size_t)6); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ voc.c: In function 'getblock': voc.c:651:9: warning: this statement may fall through [-Wimplicit-fallthrough=] 651 | lsx_readb(ft, &uc); | ^~~~~~~~~~~~~~~~~~ voc.c:653:7: note: here 653 | case VOC_TEXT: | ^~~~ CC libsox_la-adpcm.lo CC libsox_la-ima_rw.lo CC libsox_la-wav.lo CC libsox_la-wve.lo wav.c: In function 'sndfile_workaround': wav.c:387:80: warning: format '%ld' expects argument of type 'long int', but argument 4 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=] 387 | lsx_fail_errno(ft, SOX_EHDR, "WAV chunk appears to have invalid size %ld.", *len); | ~~^ ~~~~ | | | | | uint64_t {aka long long unsigned int} | long int | %lld wav.c:394:79: warning: format '%ld' expects argument of type 'long int', but argument 4 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=] 394 | lsx_fail_errno(ft,SOX_EHDR, "WAV chunk appears to have invalid size %ld.", *len); | ~~^ ~~~~ | | | | | uint64_t {aka long long unsigned int} | long int | %lld wav.c:407:67: warning: format '%ld' expects argument of type 'long int', but argument 2 has type 'off_t' {aka 'long long int'} [-Wformat=] 407 | lsx_debug("File had libsndfile bug, working around tell=%ld", lsx_tell(ft)); | ~~^ ~~~~~~~~~~~~ | | | | | off_t {aka long long int} | long int | %lld wav.c: In function 'findChunk': wav.c:475:69: warning: format '%ld' expects argument of type 'long int', but argument 4 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=] 475 | "WAV chunk appears to have invalid size %ld.", *len); | ~~^ ~~~~ | | | | | uint64_t {aka long long unsigned int} | long int | %lld wav.c: In function 'startread': wav.c:926:35: warning: format '%ld' expects argument of type 'long int', but argument 2 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=] 926 | lsx_debug_more("datalen %ld, numSamples %lu",qwDataLength, (unsigned long)wav->numSamples); | ~~^ ~~~~~~~~~~~~ | | | | long int uint64_t {aka long long unsigned int} | %lld wav.c:937:35: warning: format '%ld' expects argument of type 'long int', but argument 2 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=] 937 | lsx_debug_more("datalen %ld, numSamples %lu",qwDataLength, (unsigned long)wav->numSamples); | ~~^ ~~~~~~~~~~~~ | | | | long int uint64_t {aka long long unsigned int} | %lld wav.c:963:69: warning: format '%lu' expects argument of type 'long unsigned int', but argument 5 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=] 963 | lsx_debug(" %d byte/sec, %d block align, %d bits/samp, %lu data bytes", | ~~^ | | | long unsigned int | %llu 964 | dwAvgBytesPerSec, wav->blockAlign, wBitsPerSample, qwDataLength); | ~~~~~~~~~~~~ | | | uint64_t {aka long long unsigned int} wav.c:1088:103: warning: format '%ld' expects argument of type 'long int', but argument 6 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=] 1088 | lsx_debug("Attempting to seek beyond unsupported chunk `%c%c%c%c' of length %ld bytes", magic[0], magic[1], magic[2], magic[3], len); | ~~^ ~~~ | | | | long int uint64_t {aka long long unsigned int} | %lld wav.c: In function 'startwrite': wav.c:1264:13: warning: this statement may fall through [-Wimplicit-fallthrough=] 1264 | lsx_ima_init_table(); | ^~~~~~~~~~~~~~~~~~~~ wav.c:1266:9: note: here 1266 | case WAVE_FORMAT_ADPCM: | ^~~~ CC libsox_la-xa.lo CC libsox_la-nulfile.lo CC libsox_la-f4-fmt.lo In file included from util.h:32, from sox_i.h:27, from xa.c:23: xa.c: In function 'startread': xmalloc.h:27:30: warning: '*' in boolean context, suggest '&&' instead [-Wint-in-bool-context] 27 | #define lsx_calloc(n,s) (((n)*(s))? memset(lsx_malloc((n)*(s)),0,(n)*(s)) : NULL) | ~~~~^~~~~ xa.c:175:15: note: in expansion of macro 'lsx_calloc' 175 | xa->buf = lsx_calloc(1, (size_t)xa->blockSize); | ^~~~~~~~~~ xmalloc.h:27:30: warning: '*' in boolean context, suggest '&&' instead [-Wint-in-bool-context] 27 | #define lsx_calloc(n,s) (((n)*(s))? memset(lsx_malloc((n)*(s)),0,(n)*(s)) : NULL) | ~~~~^~~~~ xa.c:178:17: note: in expansion of macro 'lsx_calloc' 178 | xa->state = lsx_calloc(sizeof(xa_state_t), ft->signal.channels); | ^~~~~~~~~~ CC libsox_la-f8-fmt.lo CC libsox_la-gsrt.lo CC libsox_la-gsm.lo CC libsox_la-lpc10.lo CC libsox_la-oss.lo oss.c: In function 'ossinit': oss.c:166:31: warning: passing argument 2 of 'ioctl' as signed due to prototype [-Wtraditional-conversion] 166 | rc = ioctl(pPriv->device, SNDCTL_DSP_GETFMTS, &tmp); | ^~~~~~~~~~~~~~~~~~ oss.c:207:35: warning: passing argument 2 of 'ioctl' as signed due to prototype [-Wtraditional-conversion] 207 | rc = ioctl(pPriv->device, SNDCTL_DSP_SETFMT, &tmp); | ^~~~~~~~~~~~~~~~~ oss.c:222:30: warning: passing argument 2 of 'ioctl' as signed due to prototype [-Wtraditional-conversion] 222 | if (ioctl(pPriv->device, SNDCTL_DSP_STEREO, &tmp) < 0) | ^~~~~~~~~~~~~~~~~ oss.c:232:30: warning: passing argument 2 of 'ioctl' as signed due to prototype [-Wtraditional-conversion] 232 | if (ioctl(pPriv->device, SNDCTL_DSP_SPEED, &tmp) < 0 || | ^~~~~~~~~~~~~~~~ In file included from sox_i.h:17, from oss.c:27: oss.c: In function 'ossread': oss.c:314:50: warning: passing argument 1 of '__bswap_16' with different width due to prototype [-Wtraditional-conversion] 314 | lsx_swapw(((sox_int16_t*)pOutput)[i - 1]), | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ oss.c:314:17: note: in expansion of macro 'lsx_swapw' 314 | lsx_swapw(((sox_int16_t*)pOutput)[i - 1]), | ^~~~~~~~~ oss.c:321:51: warning: passing argument 1 of '__bswap_32' as unsigned due to prototype [-Wtraditional-conversion] 321 | lsx_swapdw(((sox_int32_t*)pOutput)[i - 1]), | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ oss.c:321:17: note: in expansion of macro 'lsx_swapdw' 321 | lsx_swapdw(((sox_int32_t*)pOutput)[i - 1]), | ^~~~~~~~~~ In file included from sox_i.h:126, from oss.c:27: oss.c: In function 'osswrite': oss.c:390:67: warning: passing argument 1 of '__bswap_16' with different width due to prototype [-Wtraditional-conversion] 390 | ((sox_int16_t*)pPriv->pOutput)[i] = lsx_swapw(s16); | ^~~ oss.c:390:57: note: in expansion of macro 'lsx_swapw' 390 | ((sox_int16_t*)pPriv->pOutput)[i] = lsx_swapw(s16); | ^~~~~~~~~ oss.c:396:25: warning: passing argument 1 of '__bswap_32' as unsigned due to prototype [-Wtraditional-conversion] 396 | lsx_swapdw(SOX_SAMPLE_TO_SIGNED_32BIT(pInput[i], cClips)); | ^~~~~~~~~~ CC sox_sample_test.o CC example0.o In file included from sox_sample_test.h:21, from sox_sample_test.c:18: sox_sample_test.h: In function 'main': sox_sample_test.h:39:37: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare] 39 | assert(sample * SOX_INT_MAX(bits) == SOX_UNSIGNED_TO_SAMPLE(bits,1)); \ | ^~ sox_sample_test.h:39:37: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare] 39 | assert(sample * SOX_INT_MAX(bits) == SOX_UNSIGNED_TO_SAMPLE(bits,1)); \ | ^~ sox_sample_test.h:39:37: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare] 39 | assert(sample * SOX_INT_MAX(bits) == SOX_UNSIGNED_TO_SAMPLE(bits,1)); \ | ^~ sox_sample_test.h:96:37: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare] 96 | assert(sample * SOX_INT_MAX(bits) == SOX_SIGNED_TO_SAMPLE(bits,SOX_INT_MIN(bits)+1)); \ | ^~ sox_sample_test.h:96:37: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare] 96 | assert(sample * SOX_INT_MAX(bits) == SOX_SIGNED_TO_SAMPLE(bits,SOX_INT_MIN(bits)+1)); \ | ^~ sox_sample_test.h:96:37: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare] 96 | assert(sample * SOX_INT_MAX(bits) == SOX_SIGNED_TO_SAMPLE(bits,SOX_INT_MIN(bits)+1)); \ | ^~ CC example1.o CC example2.o CC example3.o CC example4.o CC example5.o CC example6.o CCLD libsox.la CCLD sox_sample_test CCLD sox CCLD example0 CCLD example1 CCLD example2 CCLD example3 CCLD example4 CCLD example5 CCLD example6 if test "yes" = "yes"; then \ test -f sox && ( rm -f play && ln -s sox play ) || ln -s sox play; \ fi if test "yes" = "yes"; then \ test -f sox && ( rm -f rec && ln -s sox rec ) || ln -s sox rec; \ fi if test "yes" = "yes"; then \ test -f sox && ( rm -f soxi && ln -s sox soxi ) || ln -s sox soxi; \ fi /usr/bin/make all-am make[3]: Entering directory '/home/naourr/work/instance-1/output-1/build/sox-14.4.2/src' make[3]: Leaving directory '/home/naourr/work/instance-1/output-1/build/sox-14.4.2/src' make[2]: Leaving directory '/home/naourr/work/instance-1/output-1/build/sox-14.4.2/src' make[2]: Entering directory '/home/naourr/work/instance-1/output-1/build/sox-14.4.2' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/home/naourr/work/instance-1/output-1/build/sox-14.4.2' make[1]: Leaving directory '/home/naourr/work/instance-1/output-1/build/sox-14.4.2' >>> sox 14.4.2 Installing to target PATH="/home/naourr/work/instance-1/output-1/host/bin:/home/naourr/work/instance-1/output-1/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-1/output-1/target install -C /home/naourr/work/instance-1/output-1/build/sox-14.4.2/ make[1]: Entering directory '/home/naourr/work/instance-1/output-1/build/sox-14.4.2' Making install in lpc10 make[2]: Entering directory '/home/naourr/work/instance-1/output-1/build/sox-14.4.2/lpc10' make[3]: Entering directory '/home/naourr/work/instance-1/output-1/build/sox-14.4.2/lpc10' 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-1/build/sox-14.4.2/lpc10' make[2]: Leaving directory '/home/naourr/work/instance-1/output-1/build/sox-14.4.2/lpc10' Making install in libgsm make[2]: Entering directory '/home/naourr/work/instance-1/output-1/build/sox-14.4.2/libgsm' make[3]: Entering directory '/home/naourr/work/instance-1/output-1/build/sox-14.4.2/libgsm' 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-1/build/sox-14.4.2/libgsm' make[2]: Leaving directory '/home/naourr/work/instance-1/output-1/build/sox-14.4.2/libgsm' Making install in src make[2]: Entering directory '/home/naourr/work/instance-1/output-1/build/sox-14.4.2/src' make[3]: Entering directory '/home/naourr/work/instance-1/output-1/build/sox-14.4.2/src' /usr/bin/mkdir -p '/home/naourr/work/instance-1/output-1/target/usr/lib' /bin/sh ../libtool --silent --silent --mode=install /usr/bin/install -c libsox.la '/home/naourr/work/instance-1/output-1/target/usr/lib' /usr/bin/mkdir -p '/home/naourr/work/instance-1/output-1/target/usr/include' /usr/bin/install -c -m 644 sox.h '/home/naourr/work/instance-1/output-1/target/usr/include' libtool: install: warning: remember to run `libtool --finish /usr/lib' /usr/bin/mkdir -p '/home/naourr/work/instance-1/output-1/target/usr/bin' /bin/sh ../libtool --silent --silent --mode=install /usr/bin/install -c sox '/home/naourr/work/instance-1/output-1/target/usr/bin' /usr/bin/make install-exec-hook make[4]: Entering directory '/home/naourr/work/instance-1/output-1/build/sox-14.4.2/src' if test "yes" = "yes"; then \ cd /home/naourr/work/instance-1/output-1/target/usr/bin; rm -f play rec; ln -s sox play; ln -s sox rec; \ fi if test "yes" = "yes"; then \ cd /home/naourr/work/instance-1/output-1/target/usr/bin; rm -f soxi; ln -s sox soxi; \ fi make[4]: Leaving directory '/home/naourr/work/instance-1/output-1/build/sox-14.4.2/src' make[3]: Leaving directory '/home/naourr/work/instance-1/output-1/build/sox-14.4.2/src' make[2]: Leaving directory '/home/naourr/work/instance-1/output-1/build/sox-14.4.2/src' make[2]: Entering directory '/home/naourr/work/instance-1/output-1/build/sox-14.4.2' make[3]: Entering directory '/home/naourr/work/instance-1/output-1/build/sox-14.4.2' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/home/naourr/work/instance-1/output-1/target/usr/share/man/man3' /usr/bin/mkdir -p '/home/naourr/work/instance-1/output-1/target/usr/lib/pkgconfig' /usr/bin/mkdir -p '/home/naourr/work/instance-1/output-1/target/usr/share/man/man7' /usr/bin/mkdir -p '/home/naourr/work/instance-1/output-1/target/usr/share/man/man1' /usr/bin/install -c -m 644 sox.pc '/home/naourr/work/instance-1/output-1/target/usr/lib/pkgconfig' /usr/bin/install -c -m 644 soxformat.7 '/home/naourr/work/instance-1/output-1/target/usr/share/man/man7' /usr/bin/install -c -m 644 sox.1 soxi.1 '/home/naourr/work/instance-1/output-1/target/usr/share/man/man1' /usr/bin/install -c -m 644 libsox.3 '/home/naourr/work/instance-1/output-1/target/usr/share/man/man3' /usr/bin/make install-data-hook make[4]: Entering directory '/home/naourr/work/instance-1/output-1/build/sox-14.4.2' cd /home/naourr/work/instance-1/output-1/target/usr/share/man/man1 && rm -f play.1 && ln -s sox.1 play.1 cd /home/naourr/work/instance-1/output-1/target/usr/share/man/man1 && rm -f rec.1 && ln -s sox.1 rec.1 cd /home/naourr/work/instance-1/output-1/target/usr/share/man/man7 && rm -f soxeffect.7 && ln -s ../man1/sox.1 soxeffect.7 make[4]: Leaving directory '/home/naourr/work/instance-1/output-1/build/sox-14.4.2' make[3]: Leaving directory '/home/naourr/work/instance-1/output-1/build/sox-14.4.2' make[2]: Leaving directory '/home/naourr/work/instance-1/output-1/build/sox-14.4.2' make[1]: Leaving directory '/home/naourr/work/instance-1/output-1/build/sox-14.4.2' >>> Finalizing host directory >>> Finalizing target directory /usr/bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~console::respawn:/sbin/getty -L console 0 vt100 #~' /home/naourr/work/instance-1/output-1/target/etc/inittab /usr/bin/sed -i -e '/^#.*-o remount,rw \/$/s~^#\+~~' /home/naourr/work/instance-1/output-1/target/etc/inittab if grep -q CONFIG_ASH=y /home/naourr/work/instance-1/output-1/build/busybox-1.31.1/.config; then grep -qsE '^/bin/ash$' /home/naourr/work/instance-1/output-1/target/etc/shells || echo "/bin/ash" >> /home/naourr/work/instance-1/output-1/target/etc/shells; fi if grep -q CONFIG_HUSH=y /home/naourr/work/instance-1/output-1/build/busybox-1.31.1/.config; then grep -qsE '^/bin/hush$' /home/naourr/work/instance-1/output-1/target/etc/shells || echo "/bin/hush" >> /home/naourr/work/instance-1/output-1/target/etc/shells; fi rm -f /home/naourr/work/instance-1/output-1/target/usr/share/glib-2.0/schemas/*.xml /home/naourr/work/instance-1/output-1/target/usr/share/glib-2.0/schemas/*.dtd /home/naourr/work/instance-1/output-1/host/bin/glib-compile-schemas /home/naourr/work/instance-1/output-1/host/arm-buildroot-linux-musleabihf/sysroot/usr/share/glib-2.0/schemas --targetdir=/home/naourr/work/instance-1/output-1/target/usr/share/glib-2.0/schemas No schema files found: doing nothing. mkdir -p /home/naourr/work/instance-1/output-1/target/etc echo "buildroot" > /home/naourr/work/instance-1/output-1/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-1/target/etc/hosts mkdir -p /home/naourr/work/instance-1/output-1/target/etc echo "Welcome to Buildroot" > /home/naourr/work/instance-1/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /home/naourr/work/instance-1/output-1/target/etc/shadow rm -f /home/naourr/work/instance-1/output-1/target/bin/sh if [ -x /home/naourr/work/instance-1/output-1/target/sbin/swapon -a -x /home/naourr/work/instance-1/output-1/target/sbin/swapoff ]; then /usr/bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /home/naourr/work/instance-1/output-1/target/etc/inittab; else /usr/bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /home/naourr/work/instance-1/output-1/target/etc/inittab; fi printf '%s\n' C en_US locale-archive > /home/naourr/work/instance-1/output-1/build/locales.nopurge for dir in /home/naourr/work/instance-1/output-1/target/usr/share/locale /home/naourr/work/instance-1/output-1/target/usr/share/X11/locale /home/naourr/work/instance-1/output-1/target/usr/lib/locale; do if [ ! -d $dir ]; then continue; fi; for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /home/naourr/work/instance-1/output-1/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /home/naourr/work/instance-1/output-1/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /home/naourr/work/instance-1/output-1/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /home/naourr/work/instance-1/output-1/target/usr/share/X11/locale/locale.dir; fi rm -rf /home/naourr/work/instance-1/output-1/target/usr/include /home/naourr/work/instance-1/output-1/target/usr/share/aclocal \ /home/naourr/work/instance-1/output-1/target/usr/lib/pkgconfig /home/naourr/work/instance-1/output-1/target/usr/share/pkgconfig \ /home/naourr/work/instance-1/output-1/target/usr/lib/cmake /home/naourr/work/instance-1/output-1/target/usr/share/cmake \ /home/naourr/work/instance-1/output-1/target/usr/doc find /home/naourr/work/instance-1/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/naourr/work/instance-1/output-1/target/lib/ /home/naourr/work/instance-1/output-1/target/usr/lib/ /home/naourr/work/instance-1/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /home/naourr/work/instance-1/output-1/target/usr/share/gdb rm -rf /home/naourr/work/instance-1/output-1/target/usr/share/bash-completion rm -rf /home/naourr/work/instance-1/output-1/target/usr/share/zsh rm -rf /home/naourr/work/instance-1/output-1/target/usr/man /home/naourr/work/instance-1/output-1/target/usr/share/man rm -rf /home/naourr/work/instance-1/output-1/target/usr/info /home/naourr/work/instance-1/output-1/target/usr/share/info rm -rf /home/naourr/work/instance-1/output-1/target/usr/doc /home/naourr/work/instance-1/output-1/target/usr/share/doc rm -rf /home/naourr/work/instance-1/output-1/target/usr/share/gtk-doc rmdir /home/naourr/work/instance-1/output-1/target/usr/share 2>/dev/null || true find /home/naourr/work/instance-1/output-1/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-1/host/bin/arm-buildroot-linux-musleabihf-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/naourr/work/instance-1/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /home/naourr/work/instance-1/output-1/host/bin/arm-buildroot-linux-musleabihf-strip --remove-section=.comment --remove-section=.note --strip-debug 2>/dev/null || true test -f /home/naourr/work/instance-1/output-1/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-1/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-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2020.08-git-07832-g645ecd0dcce"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2020.08-git"; \ echo "PRETTY_NAME=\"Buildroot 2020.08-git\"" \ ) > /home/naourr/work/instance-1/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/naourr/work/instance-1/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/naourr/work/instance-1/output-1/per-package /home/naourr/work/instance-1/buildroot/support/scripts/fix-rpath target cat /home/naourr/work/instance-1/output-1/build/audit-2.8.5/.files-list.txt /home/naourr/work/instance-1/output-1/build/bctoolbox-4.3.1/.files-list.txt /home/naourr/work/instance-1/output-1/build/busybox-1.31.1/.files-list.txt /home/naourr/work/instance-1/output-1/build/bzip2-1.0.8/.files-list.txt /home/naourr/work/instance-1/output-1/build/cunit-2.1-3/.files-list.txt /home/naourr/work/instance-1/output-1/build/dhcpdump-1.8/.files-list.txt /home/naourr/work/instance-1/output-1/build/dmalloc-5.5.2/.files-list.txt /home/naourr/work/instance-1/output-1/build/explorercanvas-aa989ea9d9bac748638f7c66b0fc88e619715da6/.files-list.txt /home/naourr/work/instance-1/output-1/build/gd-2.2.5/.files-list.txt /home/naourr/work/instance-1/output-1/build/hiredis-0.14.1/.files-list.txt /home/naourr/work/instance-1/output-1/build/ibrcommon-1.0.1/.files-list.txt /home/naourr/work/instance-1/output-1/build/ibrdtn-1.0.1/.files-list.txt /home/naourr/work/instance-1/output-1/build/ibrdtnd-1.0.1/.files-list.txt /home/naourr/work/instance-1/output-1/build/initscripts/.files-list.txt /home/naourr/work/instance-1/output-1/build/jpeg-turbo-2.0.4/.files-list.txt /home/naourr/work/instance-1/output-1/build/jpeg/.files-list.txt /home/naourr/work/instance-1/output-1/build/json-glib-1.4.4/.files-list.txt /home/naourr/work/instance-1/output-1/build/libargon2-20190702/.files-list.txt /home/naourr/work/instance-1/output-1/build/libcap-ng-0.7.9/.files-list.txt /home/naourr/work/instance-1/output-1/build/libestr-0.1.11/.files-list.txt /home/naourr/work/instance-1/output-1/build/libffi-3.3/.files-list.txt /home/naourr/work/instance-1/output-1/build/libglib2-2.64.3/.files-list.txt /home/naourr/work/instance-1/output-1/build/libmnl-1.0.4/.files-list.txt /home/naourr/work/instance-1/output-1/build/libnetfilter_acct-1.0.3/.files-list.txt /home/naourr/work/instance-1/output-1/build/libpcap-1.9.1/.files-list.txt /home/naourr/work/instance-1/output-1/build/libseccomp-2.4.1/.files-list.txt /home/naourr/work/instance-1/output-1/build/libselinux-3.0/.files-list.txt /home/naourr/work/instance-1/output-1/build/libsemanage-3.0/.files-list.txt /home/naourr/work/instance-1/output-1/build/libsepol-3.0/.files-list.txt /home/naourr/work/instance-1/output-1/build/libsodium-1.0.18/.files-list.txt /home/naourr/work/instance-1/output-1/build/libsoup-2.62.3/.files-list.txt /home/naourr/work/instance-1/output-1/build/libxml2-2.9.10/.files-list.txt /home/naourr/work/instance-1/output-1/build/libzip-1.7.1/.files-list.txt /home/naourr/work/instance-1/output-1/build/libzlib-1.2.11/.files-list.txt /home/naourr/work/instance-1/output-1/build/linux-headers-5.7.1/.files-list.txt /home/naourr/work/instance-1/output-1/build/mjpg-streamer-5a6e0a2db163e6ae9461552b59079870d0959340/.files-list.txt /home/naourr/work/instance-1/output-1/build/musl-1.2.0/.files-list.txt /home/naourr/work/instance-1/output-1/build/musl-fts-1.2.7/.files-list.txt /home/naourr/work/instance-1/output-1/build/nfacct-1.0.2/.files-list.txt /home/naourr/work/instance-1/output-1/build/ortp-4.3.1/.files-list.txt /home/naourr/work/instance-1/output-1/build/pcre-8.44/.files-list.txt /home/naourr/work/instance-1/output-1/build/policycoreutils-3.0/.files-list.txt /home/naourr/work/instance-1/output-1/build/skeleton-init-common/.files-list.txt /home/naourr/work/instance-1/output-1/build/skeleton-init-sysv/.files-list.txt /home/naourr/work/instance-1/output-1/build/skeleton/.files-list.txt /home/naourr/work/instance-1/output-1/build/sox-14.4.2/.files-list.txt /home/naourr/work/instance-1/output-1/build/sqlite-3310100/.files-list.txt /home/naourr/work/instance-1/output-1/build/toolchain-buildroot/.files-list.txt /home/naourr/work/instance-1/output-1/build/toolchain/.files-list.txt /home/naourr/work/instance-1/output-1/build/zlib/.files-list.txt > /home/naourr/work/instance-1/output-1/build/packages-file-list.txt cat /home/naourr/work/instance-1/output-1/build/host-autoconf-2.69/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-automake-1.15.1/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-binutils-2.33.1/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-bison-3.4.2/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-expat-2.2.9/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-flex-2.6.4/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-gcc-final-9.3.0/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-gcc-initial-9.3.0/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-gettext-tiny-adaa9c64921e80f2b8dd3610ffb508618b9204f3/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-gettext/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-gmp-6.1.2/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-intltool-0.51.0/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-libffi-3.3/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-libglib2-2.64.3/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-libtool-2.4.6/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-libxml-parser-perl-2.46/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-libzlib-1.2.11/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-m4-1.4.18/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-meson-0.54.2/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-mpc-1.1.0/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-mpfr-4.0.2/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-ninja-1.10.0/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-patchelf-0.9/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-pcre-8.44/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-pkgconf-1.6.1/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-python3-3.8.3/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-python3-setuptools-44.0.0/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-sam-ba-2.18/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-skeleton/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-tar-1.29/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-util-linux-2.35.2/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-zlib/.files-list-host.txt > /home/naourr/work/instance-1/output-1/build/packages-file-list-host.txt cat /home/naourr/work/instance-1/output-1/build/audit-2.8.5/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/bctoolbox-4.3.1/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/bzip2-1.0.8/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/cunit-2.1-3/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/dmalloc-5.5.2/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/gd-2.2.5/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/hiredis-0.14.1/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/ibrcommon-1.0.1/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/ibrdtn-1.0.1/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/jpeg-turbo-2.0.4/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/json-glib-1.4.4/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/libargon2-20190702/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/libcap-ng-0.7.9/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/libestr-0.1.11/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/libffi-3.3/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/libglib2-2.64.3/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/libmnl-1.0.4/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/libnetfilter_acct-1.0.3/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/libpcap-1.9.1/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/libseccomp-2.4.1/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/libselinux-3.0/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/libsemanage-3.0/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/libsepol-3.0/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/libsodium-1.0.18/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/libsoup-2.62.3/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/libxml2-2.9.10/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/libzip-1.7.1/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/libzlib-1.2.11/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/linux-headers-5.7.1/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/musl-1.2.0/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/musl-compat-headers/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/musl-fts-1.2.7/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/ortp-4.3.1/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/pcre-8.44/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/skeleton-init-common/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/sqlite-3310100/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/toolchain/.files-list-staging.txt > /home/naourr/work/instance-1/output-1/build/packages-file-list-staging.txt touch /home/naourr/work/instance-1/output-1/target/usr ln -snf /home/naourr/work/instance-1/output-1/host/arm-buildroot-linux-musleabihf/sysroot /home/naourr/work/instance-1/output-1/staging make: Leaving directory '/home/naourr/work/instance-1/buildroot' make: Entering directory '/home/naourr/work/instance-1/buildroot' >>> Buildroot 2020.08-git-07832-g645ecd0dcce Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 9.3.0 Collecting legal info >>> host-binutils 2.33.1 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-skeleton Collecting legal info >>> host-tar 1.29 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gmp 6.1.2 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-m4 1.4.18 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-mpc 1.1.0 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.0.2 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> musl 1.2.0 Collecting legal info COPYRIGHT: OK (sha256: afe1df384787fce3577f3356b8b0d417381483f7c704eacb63f8050349fac77a) >>> host-gcc-initial 9.3.0 Collecting legal info >>> linux-headers 5.7.1 Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> musl-compat-headers Collecting legal info >>> toolchain Collecting legal info >>> audit 2.8.5 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> host-autoconf 2.69 Collecting legal info COPYINGv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.15.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> libcap-ng 0.7.9 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> bctoolbox 4.3.1 Collecting legal info COPYING: OK (sha256: 849dd903d98f12a964466ccfbaf3a1de1f94ad0ebd49a59d12f8ce4506f9f647) >>> host-pkgconf 1.6.1 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> busybox 1.31.1 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) >>> bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> cunit 2.1-3 Collecting legal info COPYING: OK (sha256: 5d9d73d41a57dd2f34487ef3978a2c13cdb97294baeeb81fcd274796399eb15f) >>> dhcpdump 1.8 Collecting legal info LICENSE: OK (sha256: bab6ca76b7e93885396513689b1248dfb0e8fd662695b8bd1b26784ef71a0192) >>> libpcap 1.9.1 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> host-bison 3.4.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-gettext Collecting legal info >>> host-gettext-tiny adaa9c64921e80f2b8dd3610ffb508618b9204f3 Collecting legal info LICENSE: OK (sha256: b57aa4fdc1c614c28d41c1e2d5c4090935964c5f86291ba7d1c99ffd1d698b34) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> dmalloc 5.5.2 Collecting legal info dmalloc.h.1: OK (sha256: 8659d49ceeeb006288ad246164e504ccfe33f7a4c1680439fb6ff6a393b0722b) >>> explorercanvas aa989ea9d9bac748638f7c66b0fc88e619715da6 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> gd 2.2.5 Collecting legal info COPYING: OK (sha256: d02dae2141d49b8a6b09b2b73e68a8f17d7bbeaaf02b3b841ee11fea2d9e328d) >>> jpeg Collecting legal info >>> jpeg-turbo 2.0.4 Collecting legal info LICENSE.md: OK (sha256: 69e570a251515ced17d4492256d57c89db77ed949652f88a44c80c1ca9607920) README.ijg: OK (sha256: 82fece2bff2669c476495f0fe70096b154e8bc5b40916a64e99836d9a01c3110) >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> hiredis 0.14.1 Collecting legal info COPYING: OK (sha256: dca05ce8fc87a8261783b4aed0deef8becc9350b6aa770bc714d0c1833b896eb) >>> ibrcommon 1.0.1 Collecting legal info COPYING: OK (sha256: 1a0b57773a46d9d4cc2f0d1780a17acc38af506bb1e0234aaa85f8ccd6dc0b92) README: OK (sha256: 9b8a430c2136ebcf76bd37f50da7d7a80ede413ec6604cc4694ea536e779854c) >>> libxml2 2.9.10 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> ibrdtn 1.0.1 Collecting legal info COPYING: OK (sha256: 809fa1ed21450f59827d1e9aec720bbc4b687434fa22283c6cb5dd82a47ab9c0) >>> libglib2 2.64.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libglib2 2.64.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libffi 3.3 Collecting legal info LICENSE: OK (sha256: deaf3a42effb551a5b140fa9afefed183a27f1341c6d1bf430d106a5e6931fc0) >>> host-meson 0.54.2 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.10.0 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python3 3.8.3 Collecting legal info LICENSE: OK (sha256: de4d1f2d2ad5ad0cfd1657a106476b31cb5db5ef9d1ff842b237c0c81f0c8a23) >>> host-expat 2.2.9 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> host-python3-setuptools 44.0.0 Collecting legal info LICENSE: OK (sha256: c32a3ac395af6321efd28be73d06a00f0db6ab887d1c21d4fec46128d2056d5a) >>> host-pcre 8.44 Collecting legal info LICENCE: OK (sha256: 0dd9c13864dbb9ee4d77a1557e96be29b2d719fb6584192ee36611aae264c4a3) >>> host-util-linux 2.35.2 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) 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) >>> libffi 3.3 Collecting legal info LICENSE: OK (sha256: deaf3a42effb551a5b140fa9afefed183a27f1341c6d1bf430d106a5e6931fc0) >>> libselinux 3.0 Collecting legal info LICENSE: OK (sha256: 86657b4c0fe868d7cbd977cb04c63b6c667e08fa51595a7bc846ad4bed8fc364) >>> libsepol 3.0 Collecting legal info COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> musl-fts 1.2.7 Collecting legal info COPYING: OK (sha256: 55af87e4017668f54467a3380e7ebbac5e672d8c763bfe95e6fc882a6fdc4046) >>> pcre 8.44 Collecting legal info LICENCE: OK (sha256: 0dd9c13864dbb9ee4d77a1557e96be29b2d719fb6584192ee36611aae264c4a3) >>> ibrdtnd 1.0.1 Collecting legal info COPYING: OK (sha256: 0d542e0c8804e39aa7f37eb00da5a762149dc682d7829451287e11b938e94594) >>> sqlite 3310100 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> initscripts Collecting legal info >>> json-glib 1.4.4 Collecting legal info COPYING: OK (sha256: a190dc9c8043755d90f8b0a75fa66b9e42d4af4c980bf5ddc633f0124db3cee7) >>> libargon2 20190702 Collecting legal info LICENSE: OK (sha256: 220f8736a89ff51c92ef3d497f413b48e6cf1df3d6278bc909c6308c78e1718e) >>> libestr 0.1.11 Collecting legal info COPYING: OK (sha256: 835b4793da5cbb8965fbd63905b55a4cb4310b7d1b882077d23066b08f901ff8) >>> libmnl 1.0.4 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnetfilter_acct 1.0.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libseccomp 2.4.1 Collecting legal info LICENSE: OK (sha256: 102900208eef27b766380135906d431dba87edaa7ec6aa72e6ebd3dd67f3a97b) >>> libsemanage 3.0 Collecting legal info COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> libsodium 1.0.18 Collecting legal info LICENSE: OK (sha256: dea1855c9809f3faf22aa4a1fba20ec8af5a5587f23115012e5b98279cedc4af) >>> libsoup 2.62.3 Collecting legal info COPYING: OK (sha256: b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c) >>> host-intltool 0.51.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-libxml-parser-perl 2.46 Collecting legal info README: OK (sha256: 6a2e768443ed00f09d3d4bc4dd14451035eac13c6864d68d8e2f76edf5a044f2) >>> libzip 1.7.1 Collecting legal info LICENSE: OK (sha256: af6d9141427cf40b7d1fa6d7f5473b06a7faa9f9b0a2ea588eb6ba7b2e1c8a9e) >>> mjpg-streamer 5a6e0a2db163e6ae9461552b59079870d0959340 Collecting legal info mjpg-streamer-experimental/LICENSE: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> nfacct 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> ortp 4.3.1 Collecting legal info LICENSE.txt: OK (sha256: 1b3782ccad7b8614100cda30d3faf42fc39f2e97932908c543005053b654ca68) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> policycoreutils 3.0 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> host-sam-ba 2.18 Collecting legal info doc/license.txt: OK (sha256: f9cac240acadbfd8f4f1c0d65132f85427384697bd6337da6444c531138d56ee) tcl_lib/boards.tcl: OK (sha256: 255564ff8953ea95c11a4ab1d56f1edf332298faad209ca80daf745c7ed95124) applets/sam4c/libraries/libchip_sam4c/include/sam4c/sam4c32e-1.h: OK (sha256: 74ae62858139cb4e18acc3448483be80ea6b36fdb87260b665f43762ca354ede) >>> sox 14.4.2 Collecting legal info LICENSE.GPL: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) LICENSE.LGPL: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-9.3.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-9.3.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: linux-headers-5.7.1: cannot save license (LINUX_HEADERS_LICENSE_FILES not defined) Legal info produced in /home/naourr/work/instance-1/output-1/legal-info make: Leaving directory '/home/naourr/work/instance-1/buildroot'