CC libsox_la-ima_rw.lo CC libsox_la-wav.lo CC libsox_la-wve.lo wav.c: In function 'startwrite': wav.c:1264:13: warning: this statement may fall through [-Wimplicit-fallthrough=] lsx_ima_init_table(); ^~~~~~~~~~~~~~~~~~~~ wav.c:1266:9: note: here case WAVE_FORMAT_ADPCM: ^~~~ CC libsox_la-xa.lo CC libsox_la-nulfile.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] #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' xa->buf = lsx_calloc(1, (size_t)xa->blockSize); ^~~~~~~~~~ xmalloc.h:27:30: warning: '*' in boolean context, suggest '&&' instead [-Wint-in-bool-context] #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' xa->state = lsx_calloc(sizeof(xa_state_t), ft->signal.channels); ^~~~~~~~~~ CC libsox_la-f4-fmt.lo CC libsox_la-f8-fmt.lo CC libsox_la-gsrt.lo CC libsox_la-alsa.lo CC libsox_la-gsm.lo CC libsox_la-lpc10.lo In file included from sox_i.h:17, from alsa.c:18: alsa.c: In function 'read_': alsa.c:211:57: warning: passing argument 1 of '__bswap_16' with different width due to prototype [-Wtraditional-conversion] *buf++ = SOX_SIGNED_16BIT_TO_SAMPLE(lsx_swapw(*buf1++),); ^~~~~~~ alsa.c:211:47: note: in expansion of macro 'lsx_swapw' *buf++ = SOX_SIGNED_16BIT_TO_SAMPLE(lsx_swapw(*buf1++),); ^~~~~~~~~ alsa.c:219:59: warning: passing argument 1 of '__bswap_16' with different width due to prototype [-Wtraditional-conversion] *buf++ = SOX_UNSIGNED_16BIT_TO_SAMPLE(lsx_swapw(*buf1++),); ^~~~~~~ alsa.c:219:49: note: in expansion of macro 'lsx_swapw' *buf++ = SOX_UNSIGNED_16BIT_TO_SAMPLE(lsx_swapw(*buf1++),); ^~~~~~~~~ alsa.c: In function 'write_': alsa.c:285:21: warning: passing argument 1 of '__bswap_16' with different width due to prototype [-Wtraditional-conversion] *buf1++ = lsx_swapw(SOX_SAMPLE_TO_SIGNED_16BIT(*buf++, ft->clips)); ^~~~~~~~~ alsa.c:293:21: warning: passing argument 1 of '__bswap_16' with different width due to prototype [-Wtraditional-conversion] *buf1++ = lsx_swapw(SOX_SAMPLE_TO_UNSIGNED_16BIT(*buf++, ft->clips)); ^~~~~~~~~ In file included from util.h:32, from sox_i.h:27, from alsa.c:18: alsa.c: In function 'stop_write': xmalloc.h:27:30: warning: '*' in boolean context, suggest '&&' instead [-Wint-in-bool-context] #define lsx_calloc(n,s) (((n)*(s))? memset(lsx_malloc((n)*(s)),0,(n)*(s)) : NULL) ~~~~^~~~~ alsa.c:356:24: note: in expansion of macro 'lsx_calloc' sox_sample_t * buf = lsx_calloc(npad, sizeof(*buf)); /* silent samples */ ^~~~~~~~~~ CC libsox_la-oss.lo CC libsox_la-sndfile.lo CC libsox_la-caf.lo 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] lsx_swapw(((sox_int16_t*)pOutput)[i - 1]), ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ oss.c:314:17: note: in expansion of macro 'lsx_swapw' 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] lsx_swapdw(((sox_int32_t*)pOutput)[i - 1]), ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ oss.c:321:17: note: in expansion of macro 'lsx_swapdw' 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] ((sox_int16_t*)pPriv->pOutput)[i] = lsx_swapw(s16); ^~~ oss.c:390:57: note: in expansion of macro 'lsx_swapw' ((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] lsx_swapdw(SOX_SAMPLE_TO_SIGNED_32BIT(pInput[i], cClips)); ^~~~~~~~~~ CC libsox_la-mat4.lo CC libsox_la-mat5.lo CC libsox_la-paf.lo CC libsox_la-fap.lo CC libsox_la-w64.lo CC libsox_la-xi.lo CC libsox_la-pvf.lo CC libsox_la-sd2.lo CC sox_sample_test.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] 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] 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] 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] 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] 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] assert(sample * SOX_INT_MAX(bits) == SOX_SIGNED_TO_SAMPLE(bits,SOX_INT_MIN(bits)+1)); \ ^~ CC example0.o CC example1.o CC example2.o In file included from example0.c:27: example0.c: In function 'main': example0.c:46:10: warning: suggest parentheses around assignment used as truth value [-Wparentheses] assert(in = sox_open_read(argv[1], NULL, NULL, NULL)); ^~ example0.c:51:10: warning: suggest parentheses around assignment used as truth value [-Wparentheses] assert(out = sox_open_write(argv[2], &in->signal, NULL, NULL, NULL, NULL)); ^~~ In file included from example1.c:27: example1.c: In function 'main': example1.c:118:10: warning: suggest parentheses around assignment used as truth value [-Wparentheses] assert(in = sox_open_read(argv[1], NULL, NULL, NULL)); ^~ example1.c:123:10: warning: suggest parentheses around assignment used as truth value [-Wparentheses] assert(out = sox_open_write(argv[2], &in->signal, NULL, NULL, NULL, NULL)); ^~~ CC example3.o In file included from example2.c:28: example2.c: In function 'main': CC example4.o example2.c:53:10: warning: suggest parentheses around assignment used as truth value [-Wparentheses] assert(in = sox_open_read(*argv, NULL, NULL, NULL)); ^~ example2.c:78:10: warning: suggest parentheses around assignment used as truth value [-Wparentheses] assert(buf = malloc(sizeof(sox_sample_t) * block_size)); ^~~ CC example5.o In file included from example3.c:27: example3.c: In function 'main': example3.c:68:10: warning: suggest parentheses around assignment used as truth value [-Wparentheses] assert(in = sox_open_read(argv[1], NULL, NULL, NULL)); ^~ example3.c:70:10: warning: suggest parentheses around assignment used as truth value [-Wparentheses] assert(out= sox_open_write("default", &in->signal, NULL, "alsa", NULL, NULL)); ^~~ CC example6.o CCLD libsox.la CCLD sox_sample_test In file included from example5.c:27: example5.c: In function 'main': example5.c:60:10: warning: suggest parentheses around assignment used as truth value [-Wparentheses] assert(in = sox_open_read(argv[1], NULL, NULL, NULL)); ^~ example5.c:64:10: warning: suggest parentheses around assignment used as truth value [-Wparentheses] assert(out = sox_open_memstream_write(&buffer, &buffer_size, &in->signal, NULL, "sox", NULL)); ^~~ example5.c:71:10: warning: suggest parentheses around assignment used as truth value [-Wparentheses] assert(in = sox_open_mem_read(buffer, buffer_size, NULL, NULL, NULL)); ^~ example5.c:72:10: warning: suggest parentheses around assignment used as truth value [-Wparentheses] assert(out = sox_open_write(argv[2], &in->signal, NULL, NULL, NULL, NULL)); ^~~ In file included from example6.c:27: example6.c: In function 'main': example6.c:89:10: warning: suggest parentheses around assignment used as truth value [-Wparentheses] assert(in = sox_open_read(argv[1], NULL, NULL, NULL)); ^~ example6.c:90:10: warning: suggest parentheses around assignment used as truth value [-Wparentheses] assert(out = sox_open_write(argv[2], &out_signal, &out_encoding, NULL, NULL, NULL)); ^~~ 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-0/output-1/build/sox-14.4.2/src' make[3]: Leaving directory '/home/naourr/work/instance-0/output-1/build/sox-14.4.2/src' make[2]: Leaving directory '/home/naourr/work/instance-0/output-1/build/sox-14.4.2/src' make[2]: Entering directory '/home/naourr/work/instance-0/output-1/build/sox-14.4.2' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/home/naourr/work/instance-0/output-1/build/sox-14.4.2' make[1]: Leaving directory '/home/naourr/work/instance-0/output-1/build/sox-14.4.2' >>> sox 14.4.2 Installing to target PATH="/home/naourr/work/instance-0/output-1/host/bin:/home/naourr/work/instance-0/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-0/output-1/target install -C /home/naourr/work/instance-0/output-1/build/sox-14.4.2/ make[1]: Entering directory '/home/naourr/work/instance-0/output-1/build/sox-14.4.2' Making install in lpc10 make[2]: Entering directory '/home/naourr/work/instance-0/output-1/build/sox-14.4.2/lpc10' make[3]: Entering directory '/home/naourr/work/instance-0/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-0/output-1/build/sox-14.4.2/lpc10' make[2]: Leaving directory '/home/naourr/work/instance-0/output-1/build/sox-14.4.2/lpc10' Making install in libgsm make[2]: Entering directory '/home/naourr/work/instance-0/output-1/build/sox-14.4.2/libgsm' make[3]: Entering directory '/home/naourr/work/instance-0/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-0/output-1/build/sox-14.4.2/libgsm' make[2]: Leaving directory '/home/naourr/work/instance-0/output-1/build/sox-14.4.2/libgsm' Making install in src make[2]: Entering directory '/home/naourr/work/instance-0/output-1/build/sox-14.4.2/src' make[3]: Entering directory '/home/naourr/work/instance-0/output-1/build/sox-14.4.2/src' /usr/bin/mkdir -p '/home/naourr/work/instance-0/output-1/target/usr/lib' /usr/bin/mkdir -p '/home/naourr/work/instance-0/output-1/target/usr/include' /bin/sh ../libtool --silent --silent --mode=install /usr/bin/install -c libsox.la '/home/naourr/work/instance-0/output-1/target/usr/lib' /usr/bin/install -c -m 644 sox.h '/home/naourr/work/instance-0/output-1/target/usr/include' libtool: install: warning: remember to run `libtool --finish /usr/lib' /usr/bin/mkdir -p '/home/naourr/work/instance-0/output-1/target/usr/bin' /bin/sh ../libtool --silent --silent --mode=install /usr/bin/install -c sox '/home/naourr/work/instance-0/output-1/target/usr/bin' /usr/bin/make install-exec-hook make[4]: Entering directory '/home/naourr/work/instance-0/output-1/build/sox-14.4.2/src' if test "yes" = "yes"; then \ cd /home/naourr/work/instance-0/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-0/output-1/target/usr/bin; rm -f soxi; ln -s sox soxi; \ fi make[4]: Leaving directory '/home/naourr/work/instance-0/output-1/build/sox-14.4.2/src' make[3]: Leaving directory '/home/naourr/work/instance-0/output-1/build/sox-14.4.2/src' make[2]: Leaving directory '/home/naourr/work/instance-0/output-1/build/sox-14.4.2/src' make[2]: Entering directory '/home/naourr/work/instance-0/output-1/build/sox-14.4.2' make[3]: Entering directory '/home/naourr/work/instance-0/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-0/output-1/target/usr/share/man/man1' /usr/bin/mkdir -p '/home/naourr/work/instance-0/output-1/target/usr/share/man/man7' /usr/bin/mkdir -p '/home/naourr/work/instance-0/output-1/target/usr/lib/pkgconfig' /usr/bin/mkdir -p '/home/naourr/work/instance-0/output-1/target/usr/share/man/man3' /usr/bin/install -c -m 644 libsox.3 '/home/naourr/work/instance-0/output-1/target/usr/share/man/man3' /usr/bin/install -c -m 644 sox.1 soxi.1 '/home/naourr/work/instance-0/output-1/target/usr/share/man/man1' /usr/bin/install -c -m 644 sox.pc '/home/naourr/work/instance-0/output-1/target/usr/lib/pkgconfig' /usr/bin/install -c -m 644 soxformat.7 '/home/naourr/work/instance-0/output-1/target/usr/share/man/man7' /usr/bin/make install-data-hook make[4]: Entering directory '/home/naourr/work/instance-0/output-1/build/sox-14.4.2' cd /home/naourr/work/instance-0/output-1/target/usr/share/man/man1 && rm -f play.1 && ln -s sox.1 play.1 cd /home/naourr/work/instance-0/output-1/target/usr/share/man/man1 && rm -f rec.1 && ln -s sox.1 rec.1 cd /home/naourr/work/instance-0/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-0/output-1/build/sox-14.4.2' make[3]: Leaving directory '/home/naourr/work/instance-0/output-1/build/sox-14.4.2' make[2]: Leaving directory '/home/naourr/work/instance-0/output-1/build/sox-14.4.2' make[1]: Leaving directory '/home/naourr/work/instance-0/output-1/build/sox-14.4.2' >>> Finalizing host directory >>> Finalizing target directory rm -f /home/naourr/work/instance-0/output-1/target/usr/share/glib-2.0/schemas/*.xml /home/naourr/work/instance-0/output-1/target/usr/share/glib-2.0/schemas/*.dtd /home/naourr/work/instance-0/output-1/host/bin/glib-compile-schemas /home/naourr/work/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/glib-2.0/schemas --targetdir=/home/naourr/work/instance-0/output-1/target/usr/share/glib-2.0/schemas No schema files found: doing nothing. grep -qsE '^/bin/mksh$' /home/naourr/work/instance-0/output-1/target/etc/shells || echo "/bin/mksh" >> /home/naourr/work/instance-0/output-1/target/etc/shells rm -rf /home/naourr/work/instance-0/output-1/target/usr/lib/perl5/5.30.2/pod rm -rf /home/naourr/work/instance-0/output-1/target/usr/lib/perl5/5.30.2/powerpc64-linux/CORE find /home/naourr/work/instance-0/output-1/target/usr/lib/perl5/ -name 'extralibs.ld' -print0 | xargs -0 rm -f find /home/naourr/work/instance-0/output-1/target/usr/lib/perl5/ -name '*.bs' -print0 | xargs -0 rm -f find /home/naourr/work/instance-0/output-1/target/usr/lib/perl5/ -name '.packlist' -print0 | xargs -0 rm -f mkdir -p /home/naourr/work/instance-0/output-1/target/etc echo "buildroot" > /home/naourr/work/instance-0/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-0/output-1/target/etc/hosts mkdir -p /home/naourr/work/instance-0/output-1/target/etc echo "Welcome to Buildroot" > /home/naourr/work/instance-0/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /home/naourr/work/instance-0/output-1/target/etc/shadow rm -f /home/naourr/work/instance-0/output-1/target/bin/sh rm -f /home/naourr/work/instance-0/output-1/build/locales.nopurge for i in C en_US locale-archive; do echo $i >> /home/naourr/work/instance-0/output-1/build/locales.nopurge; done for dir in /home/naourr/work/instance-0/output-1/target/usr/share/locale /home/naourr/work/instance-0/output-1/target/usr/share/X11/locale /home/naourr/work/instance-0/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-0/output-1/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /home/naourr/work/instance-0/output-1/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /home/naourr/work/instance-0/output-1/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /home/naourr/work/instance-0/output-1/target/usr/share/X11/locale/locale.dir; fi rm -rf /home/naourr/work/instance-0/output-1/target/usr/include /home/naourr/work/instance-0/output-1/target/usr/share/aclocal \ /home/naourr/work/instance-0/output-1/target/usr/lib/pkgconfig /home/naourr/work/instance-0/output-1/target/usr/share/pkgconfig \ /home/naourr/work/instance-0/output-1/target/usr/lib/cmake /home/naourr/work/instance-0/output-1/target/usr/share/cmake \ /home/naourr/work/instance-0/output-1/target/usr/doc find /home/naourr/work/instance-0/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/naourr/work/instance-0/output-1/target/lib/ /home/naourr/work/instance-0/output-1/target/usr/lib/ /home/naourr/work/instance-0/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f find: '/home/naourr/work/instance-0/output-1/target/usr/libexec/': No such file or directory rm -rf /home/naourr/work/instance-0/output-1/target/usr/share/gdb rm -rf /home/naourr/work/instance-0/output-1/target/usr/share/bash-completion rm -rf /home/naourr/work/instance-0/output-1/target/usr/share/zsh rm -rf /home/naourr/work/instance-0/output-1/target/usr/man /home/naourr/work/instance-0/output-1/target/usr/share/man rm -rf /home/naourr/work/instance-0/output-1/target/usr/info /home/naourr/work/instance-0/output-1/target/usr/share/info rm -rf /home/naourr/work/instance-0/output-1/target/usr/doc /home/naourr/work/instance-0/output-1/target/usr/share/doc rm -rf /home/naourr/work/instance-0/output-1/target/usr/share/gtk-doc rmdir /home/naourr/work/instance-0/output-1/target/usr/share 2>/dev/null || true find /home/naourr/work/instance-0/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-0/output-1/host/bin/powerpc64-linux-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/naourr/work/instance-0/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /home/naourr/work/instance-0/output-1/host/bin/powerpc64-linux-strip --remove-section=.comment --remove-section=.note --strip-debug 2>/dev/null || true test -f /home/naourr/work/instance-0/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-0/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-0/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2020.05-rc2-07255-g26c32d933eb"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2020.05-rc2"; \ echo "PRETTY_NAME=\"Buildroot 2020.05-rc2\"" \ ) > /home/naourr/work/instance-0/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/naourr/work/instance-0/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/naourr/work/instance-0/output-1/per-package /home/naourr/work/instance-0/buildroot/support/scripts/fix-rpath target cat /home/naourr/work/instance-0/output-1/build/alsa-lib-1.2.2/.files-list.txt /home/naourr/work/instance-0/output-1/build/berkeleydb-5.3.28/.files-list.txt /home/naourr/work/instance-0/output-1/build/cairo-1.16.0/.files-list.txt /home/naourr/work/instance-0/output-1/build/collectl-4.3.1/.files-list.txt /home/naourr/work/instance-0/output-1/build/expat-2.2.9/.files-list.txt /home/naourr/work/instance-0/output-1/build/fontconfig-2.13.1/.files-list.txt /home/naourr/work/instance-0/output-1/build/freetype-2.10.1/.files-list.txt /home/naourr/work/instance-0/output-1/build/jack1-0.125.0/.files-list.txt /home/naourr/work/instance-0/output-1/build/jpeg-turbo-2.0.4/.files-list.txt /home/naourr/work/instance-0/output-1/build/jpeg/.files-list.txt /home/naourr/work/instance-0/output-1/build/libcroco-0.6.13/.files-list.txt /home/naourr/work/instance-0/output-1/build/libffi-3.3/.files-list.txt /home/naourr/work/instance-0/output-1/build/libgeotiff-1.6.0/.files-list.txt /home/naourr/work/instance-0/output-1/build/libglib2-2.64.2/.files-list.txt /home/naourr/work/instance-0/output-1/build/libmodplug-0.8.9.0/.files-list.txt /home/naourr/work/instance-0/output-1/build/libpng-1.6.37/.files-list.txt /home/naourr/work/instance-0/output-1/build/libsamplerate-0.1.9/.files-list.txt /home/naourr/work/instance-0/output-1/build/libsndfile-1.0.28/.files-list.txt /home/naourr/work/instance-0/output-1/build/libsvg-0.1.4/.files-list.txt /home/naourr/work/instance-0/output-1/build/libsvg-cairo-0.1.6/.files-list.txt /home/naourr/work/instance-0/output-1/build/liburcu-0.11.1/.files-list.txt /home/naourr/work/instance-0/output-1/build/libxml2-2.9.10/.files-list.txt /home/naourr/work/instance-0/output-1/build/libxslt-1.1.34/.files-list.txt /home/naourr/work/instance-0/output-1/build/libzlib-1.2.11/.files-list.txt /home/naourr/work/instance-0/output-1/build/mksh-57/.files-list.txt /home/naourr/work/instance-0/output-1/build/pcre-8.44/.files-list.txt /home/naourr/work/instance-0/output-1/build/perl-5.30.2/.files-list.txt /home/naourr/work/instance-0/output-1/build/pixman-0.40.0/.files-list.txt /home/naourr/work/instance-0/output-1/build/proj-7.0.1/.files-list.txt /home/naourr/work/instance-0/output-1/build/psplash-fd33a9b3d68c89fa22ff6873f4f9fd28bd85830c/.files-list.txt /home/naourr/work/instance-0/output-1/build/raptor-2.0.15/.files-list.txt /home/naourr/work/instance-0/output-1/build/skeleton-init-common/.files-list.txt /home/naourr/work/instance-0/output-1/build/skeleton-init-none/.files-list.txt /home/naourr/work/instance-0/output-1/build/skeleton/.files-list.txt /home/naourr/work/instance-0/output-1/build/sox-14.4.2/.files-list.txt /home/naourr/work/instance-0/output-1/build/sqlite-3310100/.files-list.txt /home/naourr/work/instance-0/output-1/build/tiff-4.1.0/.files-list.txt /home/naourr/work/instance-0/output-1/build/toolchain-external-custom/.files-list.txt /home/naourr/work/instance-0/output-1/build/toolchain-external/.files-list.txt /home/naourr/work/instance-0/output-1/build/toolchain/.files-list.txt /home/naourr/work/instance-0/output-1/build/util-linux-2.35.1/.files-list.txt /home/naourr/work/instance-0/output-1/build/zlib/.files-list.txt > /home/naourr/work/instance-0/output-1/build/packages-file-list.txt cat /home/naourr/work/instance-0/output-1/build/host-autoconf-2.69/.files-list-host.txt /home/naourr/work/instance-0/output-1/build/host-automake-1.15.1/.files-list-host.txt /home/naourr/work/instance-0/output-1/build/host-expat-2.2.9/.files-list-host.txt /home/naourr/work/instance-0/output-1/build/host-gdk-pixbuf-2.36.10/.files-list-host.txt /home/naourr/work/instance-0/output-1/build/host-gettext-gnu-0.20.1/.files-list-host.txt /home/naourr/work/instance-0/output-1/build/host-gettext/.files-list-host.txt /home/naourr/work/instance-0/output-1/build/host-gperf-3.1/.files-list-host.txt /home/naourr/work/instance-0/output-1/build/host-libffi-3.3/.files-list-host.txt /home/naourr/work/instance-0/output-1/build/host-libglib2-2.64.2/.files-list-host.txt /home/naourr/work/instance-0/output-1/build/host-libjpeg-9d/.files-list-host.txt /home/naourr/work/instance-0/output-1/build/host-libpng-1.6.37/.files-list-host.txt /home/naourr/work/instance-0/output-1/build/host-libtextstyle-0.20.1/.files-list-host.txt /home/naourr/work/instance-0/output-1/build/host-libtool-2.4.6/.files-list-host.txt /home/naourr/work/instance-0/output-1/build/host-libxml2-2.9.10/.files-list-host.txt /home/naourr/work/instance-0/output-1/build/host-libzlib-1.2.11/.files-list-host.txt /home/naourr/work/instance-0/output-1/build/host-m4-1.4.18/.files-list-host.txt /home/naourr/work/instance-0/output-1/build/host-meson-0.54.2/.files-list-host.txt /home/naourr/work/instance-0/output-1/build/host-ninja-1.10.0/.files-list-host.txt /home/naourr/work/instance-0/output-1/build/host-patchelf-0.9/.files-list-host.txt /home/naourr/work/instance-0/output-1/build/host-pcre-8.44/.files-list-host.txt /home/naourr/work/instance-0/output-1/build/host-pkgconf-1.6.1/.files-list-host.txt /home/naourr/work/instance-0/output-1/build/host-python3-3.8.2/.files-list-host.txt /home/naourr/work/instance-0/output-1/build/host-python3-setuptools-44.0.0/.files-list-host.txt /home/naourr/work/instance-0/output-1/build/host-skeleton/.files-list-host.txt /home/naourr/work/instance-0/output-1/build/host-sqlite-3310100/.files-list-host.txt /home/naourr/work/instance-0/output-1/build/host-tar-1.29/.files-list-host.txt /home/naourr/work/instance-0/output-1/build/host-tiff-4.1.0/.files-list-host.txt /home/naourr/work/instance-0/output-1/build/host-util-linux-2.35.1/.files-list-host.txt /home/naourr/work/instance-0/output-1/build/host-zlib/.files-list-host.txt > /home/naourr/work/instance-0/output-1/build/packages-file-list-host.txt cat /home/naourr/work/instance-0/output-1/build/alsa-lib-1.2.2/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/berkeleydb-5.3.28/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/cairo-1.16.0/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/expat-2.2.9/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/fontconfig-2.13.1/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/freetype-2.10.1/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/jack1-0.125.0/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/jpeg-turbo-2.0.4/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/libcroco-0.6.13/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/libffi-3.3/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/libgeotiff-1.6.0/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/libglib2-2.64.2/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/libmodplug-0.8.9.0/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/libpng-1.6.37/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/libsamplerate-0.1.9/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/libsndfile-1.0.28/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/libsvg-0.1.4/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/libsvg-cairo-0.1.6/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/liburcu-0.11.1/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/libxml2-2.9.10/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/libxslt-1.1.34/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/libzlib-1.2.11/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/pcre-8.44/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/perl-5.30.2/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/pixman-0.40.0/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/proj-7.0.1/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/raptor-2.0.15/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/skeleton-init-common/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/sqlite-3310100/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/tiff-4.1.0/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/toolchain-external-custom/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/toolchain/.files-list-staging.txt /home/naourr/work/instance-0/output-1/build/util-linux-2.35.1/.files-list-staging.txt > /home/naourr/work/instance-0/output-1/build/packages-file-list-staging.txt touch /home/naourr/work/instance-0/output-1/target/usr ln -snf /home/naourr/work/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot /home/naourr/work/instance-0/output-1/staging make: Leaving directory '/home/naourr/work/instance-0/buildroot' make: Entering directory '/home/naourr/work/instance-0/buildroot' >>> Buildroot 2020.05-rc2-07255-g26c32d933eb Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-external Collecting legal info >>> host-skeleton Collecting legal info >>> host-tar 1.29 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> skeleton Collecting legal info >>> skeleton-init-none Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain-external-custom Collecting legal info >>> toolchain Collecting legal info >>> alsa-lib 1.2.2 Collecting legal info COPYING: OK (sha256: 32434afcc8666ba060e111d715bfdb6c2d5dd8a35fa4d3ab8ad67d8f850d2f2b) aserver/COPYING: OK (sha256: bfe16cf823bcff261fc6a062c07ee96660e3c39678f42f39a788a68dbc234ced) >>> 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-m4 1.4.18 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-automake 1.15.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> berkeleydb 5.3.28 Collecting legal info LICENSE: OK (sha256: b78815181a53241f9347c6b47d1031fd669946f863e1edc807a291354cec024b) >>> cairo 1.16.0 Collecting legal info COPYING: OK (sha256: 67228a9f7c5f9b67c58f556f1be178f62da4d9e2e6285318d8c74d567255abdf) COPYING-LGPL-2.1: OK (sha256: 9e9e8608c4cdda51a78cc3a385f4ec9a2e4c96d5ecad74ac8bca5fca3e563b7d) COPYING-MPL-1.1: OK (sha256: 53692a2ed6c6a2c6ec9b32dd0b820dfae91e0a1fcdf625ca9ed0bdf8705fcc4f) >>> fontconfig 2.13.1 Collecting legal info COPYING: OK (sha256: fa4cd9ab005185e10cd8f7504518856c7dd36c01e766c2bac87f4fc638e9f886) >>> expat 2.2.9 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> host-pkgconf 1.6.1 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> freetype 2.10.1 Collecting legal info docs/LICENSE.TXT: OK (sha256: fd056de4196903a676208ef58cfddafc7d583d1f28fa2e44c309cf84a59e62fb) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> libpng 1.6.37 Collecting legal info LICENSE: OK (sha256: bf5e22b9dce8464064ae17a48ea1133c3369ac9e1d80ef9e320e5219aa14ea9b) >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> util-linux 2.35.1 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) >>> host-gettext Collecting legal info >>> host-gettext-gnu 0.20.1 Collecting legal info COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) gettext-runtime/intl/COPYING.LIB: OK (sha256: 3fe5361f24b7c49ba12911c08f5a33f9cb18871d95d9fb881f5b8a4793e04288) >>> host-libtextstyle 0.20.1 Collecting legal info COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> host-libxml2 2.9.10 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> libglib2 2.64.2 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libglib2 2.64.2 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.2 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.1 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) >>> pcre 8.44 Collecting legal info LICENCE: OK (sha256: 0dd9c13864dbb9ee4d77a1557e96be29b2d719fb6584192ee36611aae264c4a3) >>> pixman 0.40.0 Collecting legal info COPYING: OK (sha256: fac9270f0987b96ff4533fca3548c633e02083cbba4a0172a3b149b2e4019793) >>> collectl 4.3.1 Collecting legal info COPYING: OK (sha256: 264fe27852db5624e6a9a9845b4e14e91ee5007305b33e5556dfade394d578a8) ARTISTIC: OK (sha256: b92800d37afa2aa03c02817ff3b68efc7236436fe76af06ad9b1fc4682f59bcb) GPL: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> jack1 0.125.0 Collecting legal info COPYING: OK (sha256: 661fe53a7e3fce790b185e35c60b7ed80d7efdf25fd7df5af6814a9a215a538f) COPYING.GPL: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYING.LGPL: OK (sha256: ad01ea5cd2755f6048383c8d54c88459cd6fcb17757c5c8892f8c5ea060f6140) >>> libsamplerate 0.1.9 Collecting legal info COPYING: OK (sha256: 2c1f76ce2effdddb425018405d5690c0b1ab4e6976e35296b0a6db65c5e1a55d) >>> libsndfile 1.0.28 Collecting legal info COPYING: OK (sha256: ad01ea5cd2755f6048383c8d54c88459cd6fcb17757c5c8892f8c5ea060f6140) >>> jpeg-turbo 2.0.4 Collecting legal info LICENSE.md: OK (sha256: 69e570a251515ced17d4492256d57c89db77ed949652f88a44c80c1ca9607920) README.ijg: OK (sha256: 82fece2bff2669c476495f0fe70096b154e8bc5b40916a64e99836d9a01c3110) >>> jpeg Collecting legal info >>> libcroco 0.6.13 Collecting legal info COPYING.LIB: OK (sha256: 94b03f1a60a7fd5007149530626a895a6ef5a8b9342abfd56860c5f3956f5d23) >>> libxml2 2.9.10 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> libgeotiff 1.6.0 Collecting legal info LICENSE: OK (sha256: 6a22340b8293c50a34ce8e95589489bd3ec65bcb8b93e61cbda3daaafe498375) >>> proj 7.0.1 Collecting legal info COPYING: OK (sha256: 2dcac4af6990093ef48b896bfb81452d46a31b08d46cce34b27e83f93b2e37f6) >>> host-sqlite 3310100 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> sqlite 3310100 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> tiff 4.1.0 Collecting legal info COPYRIGHT: OK (sha256: fbd6fed7938541d2c809c0826225fc85e551fdbfa8732b10f0c87e0847acafd7) >>> libmodplug 0.8.9.0 Collecting legal info COPYING: OK (sha256: 49942e7b3b175f549e751feb08b5270ca6f6c5fb7a1be9f9517db275ec32c92e) >>> libsvg-cairo 0.1.6 Collecting legal info COPYING: OK (sha256: d80c9d084ebfb50ea1ed91bfbc2410d6ce542097a32c43b00781b83adcb8c77f) >>> libsvg 0.1.4 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> liburcu 0.11.1 Collecting legal info lgpl-2.1.txt: OK (sha256: 36b6d3fa47916943fd5fec313c584784946047ec1337a78b440e5992cb595f89) lgpl-relicensing.txt: OK (sha256: 8ef8121eddd2fc0779d94331a1d0f1ead9c796343d845e564cd8c8c4ae3d6f6e) gpl-2.0.txt: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) LICENSE: OK (sha256: e8c070cb093be4b2eaf938a5f1c11621163b2d9cfa2790460cf925d81e442fa7) >>> libxslt 1.1.34 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> mksh 57 Collecting legal info mksh.1: OK (sha256: 4655d87a53a703ead36a52f166f065c23cf58dd02d7b14abd2474f9f49383a16) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> perl 5.30.2 Collecting legal info Artistic: OK (sha256: dd90d4f42e4dcadf5a7c09eea0189d93c7b37ae560c91f0f6d5233ed3b9292a2) Copying: OK (sha256: d77d235e41d54594865151f4751e835c5a82322b0e87ace266567c3391a4b912) README: OK (sha256: 4916e95d32b84e07c045d839646f74996f577e5f497bbba8177a94b31415cee7) >>> psplash fd33a9b3d68c89fa22ff6873f4f9fd28bd85830c Collecting legal info COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> host-gdk-pixbuf 2.36.10 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> host-libjpeg 9d Collecting legal info README: OK (sha256: 3dc4e4a145c907a96bd6a0e40be3f722fecf061951909143cdff5365cba9c78c) >>> host-libpng 1.6.37 Collecting legal info LICENSE: OK (sha256: bf5e22b9dce8464064ae17a48ea1133c3369ac9e1d80ef9e320e5219aa14ea9b) >>> host-tiff 4.1.0 Collecting legal info COPYRIGHT: OK (sha256: fbd6fed7938541d2c809c0826225fc85e551fdbfa8732b10f0c87e0847acafd7) >>> raptor 2.0.15 Collecting legal info LICENSE.txt: OK (sha256: 6b926a47abfb87451c436fbd4a868defec963d0232c70b806ac02d4a2a6e1968) >>> 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: toolchain-external-custom: cannot save license (TOOLCHAIN_EXTERNAL_CUSTOM_LICENSE_FILES not defined) Legal info produced in /home/naourr/work/instance-0/output-1/legal-info make: Leaving directory '/home/naourr/work/instance-0/buildroot'