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 CC libsox_la-adpcm.lo CC libsox_la-ima_rw.lo CC libsox_la-wav.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=] lsx_fail_errno(ft, SOX_EHDR, "WAV chunk appears to have invalid size %ld.", *len); ^ 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=] lsx_fail_errno(ft,SOX_EHDR, "WAV chunk appears to have invalid size %ld.", *len); ^ 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=] lsx_debug("File had libsndfile bug, working around tell=%ld", lsx_tell(ft)); ^ 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=] "WAV chunk appears to have invalid size %ld.", *len); ^ 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=] lsx_debug_more("datalen %ld, numSamples %lu",qwDataLength, (unsigned long)wav->numSamples); ^ 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=] lsx_debug_more("datalen %ld, numSamples %lu",qwDataLength, (unsigned long)wav->numSamples); ^ 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=] lsx_debug(" %d byte/sec, %d block align, %d bits/samp, %lu data bytes", ^ 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=] 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); ^ CC libsox_la-wve.lo CC libsox_la-xa.lo CC libsox_la-nulfile.lo 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 CC libsox_la-oss.lo In file included from sox_i.h:17:0, from oss.c:27: oss.c: In function 'ossread': oss.c:321:28: 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]), ^~~~~~~~~~ oss.c: In function 'osswrite': 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 sox_sample_test.o In file included from sox_sample_test.h:21:0, from sox_sample_test.c:18: sox_sample_test.h: In function 'main': sox_sample_test.h:39:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] assert(sample * SOX_INT_MAX(bits) == SOX_UNSIGNED_TO_SAMPLE(bits,1)); \ ^ CC example0.o sox_sample_test.h:39:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] assert(sample * SOX_INT_MAX(bits) == SOX_UNSIGNED_TO_SAMPLE(bits,1)); \ ^ CC example1.o sox_sample_test.h:39:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] assert(sample * SOX_INT_MAX(bits) == SOX_UNSIGNED_TO_SAMPLE(bits,1)); \ ^ sox_sample_test.h:96:37: warning: comparison between signed and unsigned integer expressions [-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 between signed and unsigned integer expressions [-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 between signed and unsigned integer expressions [-Wsign-compare] assert(sample * SOX_INT_MAX(bits) == SOX_SIGNED_TO_SAMPLE(bits,SOX_INT_MIN(bits)+1)); \ ^ example0.c: In function 'main': example0.c:46:3: warning: suggest parentheses around assignment used as truth value [-Wparentheses] assert(in = sox_open_read(argv[1], NULL, NULL, NULL)); ^~~~~~ example0.c:51:3: warning: suggest parentheses around assignment used as truth value [-Wparentheses] assert(out = sox_open_write(argv[2], &in->signal, NULL, NULL, NULL, NULL)); ^~~~~~ example1.c: In function 'main': example1.c:118:3: warning: suggest parentheses around assignment used as truth value [-Wparentheses] assert(in = sox_open_read(argv[1], NULL, NULL, NULL)); ^~~~~~ example1.c:123:3: warning: suggest parentheses around assignment used as truth value [-Wparentheses] assert(out = sox_open_write(argv[2], &in->signal, NULL, NULL, NULL, NULL)); ^~~~~~ CC example2.o CC example3.o CC example4.o example2.c: In function 'main': example2.c:53:3: warning: suggest parentheses around assignment used as truth value [-Wparentheses] assert(in = sox_open_read(*argv, NULL, NULL, NULL)); ^~~~~~ example2.c:78:3: warning: suggest parentheses around assignment used as truth value [-Wparentheses] assert(buf = malloc(sizeof(sox_sample_t) * block_size)); ^~~~~~ CC example5.o example3.c: In function 'main': example3.c:68:3: warning: suggest parentheses around assignment used as truth value [-Wparentheses] assert(in = sox_open_read(argv[1], NULL, NULL, NULL)); ^~~~~~ example3.c:70:3: 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 example5.c: In function 'main': example5.c:60:3: warning: suggest parentheses around assignment used as truth value [-Wparentheses] assert(in = sox_open_read(argv[1], NULL, NULL, NULL)); ^~~~~~ example5.c:64:3: 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:3: 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:3: warning: suggest parentheses around assignment used as truth value [-Wparentheses] assert(out = sox_open_write(argv[2], &in->signal, NULL, NULL, NULL, NULL)); ^~~~~~ CCLD sox_sample_test example6.c: In function 'main': example6.c:89:3: warning: suggest parentheses around assignment used as truth value [-Wparentheses] assert(in = sox_open_read(argv[1], NULL, NULL, NULL)); ^~~~~~ example6.c:90:3: 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/buildroot/autobuild/instance-1/output/build/sox-14.4.2/src' make[3]: Leaving directory '/home/buildroot/autobuild/instance-1/output/build/sox-14.4.2/src' make[2]: Leaving directory '/home/buildroot/autobuild/instance-1/output/build/sox-14.4.2/src' make[2]: Entering directory '/home/buildroot/autobuild/instance-1/output/build/sox-14.4.2' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/home/buildroot/autobuild/instance-1/output/build/sox-14.4.2' make[1]: Leaving directory '/home/buildroot/autobuild/instance-1/output/build/sox-14.4.2' >>> sox 14.4.2 Installing to target PATH="/home/buildroot/autobuild/instance-1/output/host/bin:/home/buildroot/autobuild/instance-1/output/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" /usr/bin/make -j4 DESTDIR=/home/buildroot/autobuild/instance-1/output/target install -C /home/buildroot/autobuild/instance-1/output/build/sox-14.4.2/ make[1]: Entering directory '/home/buildroot/autobuild/instance-1/output/build/sox-14.4.2' Making install in lpc10 make[2]: Entering directory '/home/buildroot/autobuild/instance-1/output/build/sox-14.4.2/lpc10' make[3]: Entering directory '/home/buildroot/autobuild/instance-1/output/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/buildroot/autobuild/instance-1/output/build/sox-14.4.2/lpc10' make[2]: Leaving directory '/home/buildroot/autobuild/instance-1/output/build/sox-14.4.2/lpc10' Making install in libgsm make[2]: Entering directory '/home/buildroot/autobuild/instance-1/output/build/sox-14.4.2/libgsm' make[3]: Entering directory '/home/buildroot/autobuild/instance-1/output/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/buildroot/autobuild/instance-1/output/build/sox-14.4.2/libgsm' make[2]: Leaving directory '/home/buildroot/autobuild/instance-1/output/build/sox-14.4.2/libgsm' Making install in src make[2]: Entering directory '/home/buildroot/autobuild/instance-1/output/build/sox-14.4.2/src' make[3]: Entering directory '/home/buildroot/autobuild/instance-1/output/build/sox-14.4.2/src' /bin/mkdir -p '/home/buildroot/autobuild/instance-1/output/target/usr/lib' /bin/mkdir -p '/home/buildroot/autobuild/instance-1/output/target/usr/include' /bin/bash ../libtool --silent --silent --mode=install /usr/bin/install -c libsox.la '/home/buildroot/autobuild/instance-1/output/target/usr/lib' /usr/bin/install -c -m 644 sox.h '/home/buildroot/autobuild/instance-1/output/target/usr/include' libtool: install: warning: remember to run `libtool --finish /usr/lib' /bin/mkdir -p '/home/buildroot/autobuild/instance-1/output/target/usr/bin' /bin/bash ../libtool --silent --silent --mode=install /usr/bin/install -c sox '/home/buildroot/autobuild/instance-1/output/target/usr/bin' /usr/bin/make install-exec-hook make[4]: Entering directory '/home/buildroot/autobuild/instance-1/output/build/sox-14.4.2/src' if test "yes" = "yes"; then \ cd /home/buildroot/autobuild/instance-1/output/target/usr/bin; rm -f play rec; ln -s sox play; ln -s sox rec; \ fi if test "yes" = "yes"; then \ cd /home/buildroot/autobuild/instance-1/output/target/usr/bin; rm -f soxi; ln -s sox soxi; \ fi make[4]: Leaving directory '/home/buildroot/autobuild/instance-1/output/build/sox-14.4.2/src' make[3]: Leaving directory '/home/buildroot/autobuild/instance-1/output/build/sox-14.4.2/src' make[2]: Leaving directory '/home/buildroot/autobuild/instance-1/output/build/sox-14.4.2/src' make[2]: Entering directory '/home/buildroot/autobuild/instance-1/output/build/sox-14.4.2' make[3]: Entering directory '/home/buildroot/autobuild/instance-1/output/build/sox-14.4.2' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/home/buildroot/autobuild/instance-1/output/target/usr/share/man/man1' /bin/mkdir -p '/home/buildroot/autobuild/instance-1/output/target/usr/share/man/man3' /bin/mkdir -p '/home/buildroot/autobuild/instance-1/output/target/usr/lib/pkgconfig' /bin/mkdir -p '/home/buildroot/autobuild/instance-1/output/target/usr/share/man/man7' /usr/bin/install -c -m 644 sox.pc '/home/buildroot/autobuild/instance-1/output/target/usr/lib/pkgconfig' /usr/bin/install -c -m 644 libsox.3 '/home/buildroot/autobuild/instance-1/output/target/usr/share/man/man3' /usr/bin/install -c -m 644 sox.1 soxi.1 '/home/buildroot/autobuild/instance-1/output/target/usr/share/man/man1' /usr/bin/install -c -m 644 soxformat.7 '/home/buildroot/autobuild/instance-1/output/target/usr/share/man/man7' /usr/bin/make install-data-hook make[4]: Entering directory '/home/buildroot/autobuild/instance-1/output/build/sox-14.4.2' cd /home/buildroot/autobuild/instance-1/output/target/usr/share/man/man1 && rm -f play.1 && ln -s sox.1 play.1 cd /home/buildroot/autobuild/instance-1/output/target/usr/share/man/man1 && rm -f rec.1 && ln -s sox.1 rec.1 cd /home/buildroot/autobuild/instance-1/output/target/usr/share/man/man7 && rm -f soxeffect.7 && ln -s ../man1/sox.1 soxeffect.7 make[4]: Leaving directory '/home/buildroot/autobuild/instance-1/output/build/sox-14.4.2' make[3]: Leaving directory '/home/buildroot/autobuild/instance-1/output/build/sox-14.4.2' make[2]: Leaving directory '/home/buildroot/autobuild/instance-1/output/build/sox-14.4.2' make[1]: Leaving directory '/home/buildroot/autobuild/instance-1/output/build/sox-14.4.2' >>> Finalizing target directory # Check files that are touched by more than one package ./support/scripts/check-uniq-files -t target /home/buildroot/autobuild/instance-1/output/build/packages-file-list.txt Warning: target file "./sbin/fsck" is touched by more than one package: [u'busybox', u'util-linux'] ./support/scripts/check-uniq-files -t staging /home/buildroot/autobuild/instance-1/output/build/packages-file-list-staging.txt Warning: staging file "./usr/lib/libgthread-2.0.la" is touched by more than one package: [u'libglib2', u'pixman', u'cairo', u'gpm', u'libxml2', u'sqlite', u'libsoup', u'gssdp', u'harfbuzz', u'ijs', u'libconfig', u'libdaemon', u'libfribidi', u'libgsm', u'libjson', u'libnfs', u'libopenssl', u'pango', u'popt', u'rrdtool'] Warning: staging file "./usr/lib/libsoup-2.4.la" is touched by more than one package: [u'libsoup', u'gssdp', u'harfbuzz', u'ijs', u'libconfig', u'libdaemon', u'libfribidi', u'libgsm', u'libjson', u'libnfs', u'libopenssl', u'pango', u'popt', u'rrdtool'] Warning: staging file "./usr/lib/libpng.la" is touched by more than one package: [u'libpng', u'freetype', u'fontconfig', u'libffi', u'pcre', u'util-linux', u'libglib2', u'pixman', u'cairo', u'gpm', u'libxml2', u'sqlite', u'libsoup', u'gssdp', u'harfbuzz', u'ijs', u'libconfig', u'libdaemon', u'libfribidi', u'libgsm', u'libjson', u'libnfs', u'libopenssl', u'pango', u'popt', u'rrdtool'] Warning: staging file "./usr/lib/libuuid.la" is touched by more than one package: [u'util-linux', u'libglib2', u'pixman', u'cairo', u'gpm', u'libxml2', u'sqlite', u'libsoup', u'gssdp', u'harfbuzz', u'ijs', u'libconfig', u'libdaemon', u'libfribidi', u'libgsm', u'libjson', u'libnfs', u'libopenssl', u'pango', u'popt', u'rrdtool'] Warning: staging file "./usr/lib/libconfig.la" is touched by more than one package: [u'libconfig', u'libdaemon', u'libfribidi', u'libgsm', u'libjson', u'libnfs', u'libopenssl', u'pango', u'popt', u'rrdtool'] Warning: staging file "./usr/lib/libgio-2.0.la" is touched by more than one package: [u'libglib2', u'pixman', u'cairo', u'gpm', u'libxml2', u'sqlite', u'libsoup', u'gssdp', u'harfbuzz', u'ijs', u'libconfig', u'libdaemon', u'libfribidi', u'libgsm', u'libjson', u'libnfs', u'libopenssl', u'pango', u'popt', u'rrdtool'] Warning: staging file "./usr/lib/libfreetype.la" is touched by more than one package: [u'freetype', u'fontconfig', u'libffi', u'pcre', u'util-linux', u'libglib2', u'pixman', u'cairo', u'gpm', u'libxml2', u'sqlite', u'libsoup', u'gssdp', u'harfbuzz', u'ijs', u'libconfig', u'libdaemon', u'libfribidi', u'libgsm', u'libjson', u'libnfs', u'libopenssl', u'pango', u'popt', u'rrdtool'] Warning: staging file "./usr/lib/libpangoft2-1.0.la" is touched by more than one package: [u'pango', u'popt', u'rrdtool'] Warning: staging file "./usr/lib/libconfig++.la" is touched by more than one package: [u'libconfig', u'libdaemon', u'libfribidi', u'libgsm', u'libjson', u'libnfs', u'libopenssl', u'pango', u'popt', u'rrdtool'] Warning: staging file "./usr/lib/libasound.la" is touched by more than one package: [u'alsa-lib', u'bcg729', u'expat', u'libzlib', u'libpng', u'freetype', u'fontconfig', u'libffi', u'pcre', u'util-linux', u'libglib2', u'pixman', u'cairo', u'gpm', u'libxml2', u'sqlite', u'libsoup', u'gssdp', u'harfbuzz', u'ijs', u'libconfig', u'libdaemon', u'libfribidi', u'libgsm', u'libjson', u'libnfs', u'libopenssl', u'pango', u'popt', u'rrdtool'] Warning: staging file "./usr/lib/libcairo-gobject.la" is touched by more than one package: [u'cairo', u'gpm', u'libxml2', u'sqlite', u'libsoup', u'gssdp', u'harfbuzz', u'ijs', u'libconfig', u'libdaemon', u'libfribidi', u'libgsm', u'libjson', u'libnfs', u'libopenssl', u'pango', u'popt', u'rrdtool'] Warning: staging file "./usr/lib/libgmodule-2.0.la" is touched by more than one package: [u'libglib2', u'pixman', u'cairo', u'gpm', u'libxml2', u'sqlite', u'libsoup', u'gssdp', u'harfbuzz', u'ijs', u'libconfig', u'libdaemon', u'libfribidi', u'libgsm', u'libjson', u'libnfs', u'libopenssl', u'pango', u'popt', u'rrdtool'] Warning: staging file "./usr/lib/libpcrecpp.la" is touched by more than one package: [u'pcre', u'util-linux', u'libglib2', u'pixman', u'cairo', u'gpm', u'libxml2', u'sqlite', u'libsoup', u'gssdp', u'harfbuzz', u'ijs', u'libconfig', u'libdaemon', u'libfribidi', u'libgsm', u'libjson', u'libnfs', u'libopenssl', u'pango', u'popt', u'rrdtool'] Warning: staging file "./usr/lib/libnfs.la" is touched by more than one package: [u'libnfs', u'libopenssl', u'pango', u'popt', u'rrdtool'] Warning: staging file "./usr/lib/libgobject-2.0.la" is touched by more than one package: [u'libglib2', u'pixman', u'cairo', u'gpm', u'libxml2', u'sqlite', u'libsoup', u'gssdp', u'harfbuzz', u'ijs', u'libconfig', u'libdaemon', u'libfribidi', u'libgsm', u'libjson', u'libnfs', u'libopenssl', u'pango', u'popt', u'rrdtool'] Warning: staging file "./usr/lib32" is touched by more than one package: [u'skeleton-init-common', u'toolchain-external-custom'] Warning: staging file "./usr/lib/libmount.la" is touched by more than one package: [u'util-linux', u'libglib2', u'pixman', u'cairo', u'gpm', u'libxml2', u'sqlite', u'libsoup', u'gssdp', u'harfbuzz', u'ijs', u'libconfig', u'libdaemon', u'libfribidi', u'libgsm', u'libjson', u'libnfs', u'libopenssl', u'pango', u'popt', u'rrdtool'] Warning: staging file "./usr/lib/libpcre.la" is touched by more than one package: [u'pcre', u'util-linux', u'libglib2', u'pixman', u'cairo', u'gpm', u'libxml2', u'sqlite', u'libsoup', u'gssdp', u'harfbuzz', u'ijs', u'libconfig', u'libdaemon', u'libfribidi', u'libgsm', u'libjson', u'libnfs', u'libopenssl', u'pango', u'popt', u'rrdtool'] Warning: staging file "./usr/lib/libpng16.la" is touched by more than one package: [u'libpng', u'freetype', u'fontconfig', u'libffi', u'pcre', u'util-linux', u'libglib2', u'pixman', u'cairo', u'gpm', u'libxml2', u'sqlite', u'libsoup', u'gssdp', u'harfbuzz', u'ijs', u'libconfig', u'libdaemon', u'libfribidi', u'libgsm', u'libjson', u'libnfs', u'libopenssl', u'pango', u'popt', u'rrdtool'] Warning: staging file "./usr/lib/libharfbuzz.la" is touched by more than one package: [u'harfbuzz', u'ijs', u'libconfig', u'libdaemon', u'libfribidi', u'libgsm', u'libjson', u'libnfs', u'libopenssl', u'pango', u'popt', u'rrdtool'] Warning: staging file "./usr/lib/libdaemon.la" is touched by more than one package: [u'libdaemon', u'libfribidi', u'libgsm', u'libjson', u'libnfs', u'libopenssl', u'pango', u'popt', u'rrdtool'] Warning: staging file "./etc/mtab" is touched by more than one package: [u'skeleton-init-common', u'toolchain-external-custom'] Warning: staging file "./usr/lib/libglib-2.0.la" is touched by more than one package: [u'libglib2', u'pixman', u'cairo', u'gpm', u'libxml2', u'sqlite', u'libsoup', u'gssdp', u'harfbuzz', u'ijs', u'libconfig', u'libdaemon', u'libfribidi', u'libgsm', u'libjson', u'libnfs', u'libopenssl', u'pango', u'popt', u'rrdtool'] Warning: staging file "./usr/lib/libpango-1.0.la" is touched by more than one package: [u'pango', u'popt', u'rrdtool'] Warning: staging file "./usr/lib/libpcreposix.la" is touched by more than one package: [u'pcre', u'util-linux', u'libglib2', u'pixman', u'cairo', u'gpm', u'libxml2', u'sqlite', u'libsoup', u'gssdp', u'harfbuzz', u'ijs', u'libconfig', u'libdaemon', u'libfribidi', u'libgsm', u'libjson', u'libnfs', u'libopenssl', u'pango', u'popt', u'rrdtool'] Warning: staging file "./usr/lib/libsqlite3.la" is touched by more than one package: [u'sqlite', u'libsoup', u'gssdp', u'harfbuzz', u'ijs', u'libconfig', u'libdaemon', u'libfribidi', u'libgsm', u'libjson', u'libnfs', u'libopenssl', u'pango', u'popt', u'rrdtool'] Warning: staging file "./usr/lib/libexpat.la" is touched by more than one package: [u'expat', u'libzlib', u'libpng', u'freetype', u'fontconfig', u'libffi', u'pcre', u'util-linux', u'libglib2', u'pixman', u'cairo', u'gpm', u'libxml2', u'sqlite', u'libsoup', u'gssdp', u'harfbuzz', u'ijs', u'libconfig', u'libdaemon', u'libfribidi', u'libgsm', u'libjson', u'libnfs', u'libopenssl', u'pango', u'popt', u'rrdtool'] Warning: staging file "./usr/lib/libpangocairo-1.0.la" is touched by more than one package: [u'pango', u'popt', u'rrdtool'] Warning: staging file "./usr/lib/libblkid.la" is touched by more than one package: [u'util-linux', u'libglib2', u'pixman', u'cairo', u'gpm', u'libxml2', u'sqlite', u'libsoup', u'gssdp', u'harfbuzz', u'ijs', u'libconfig', u'libdaemon', u'libfribidi', u'libgsm', u'libjson', u'libnfs', u'libopenssl', u'pango', u'popt', u'rrdtool'] Warning: staging file "./usr/lib/libcairo.la" is touched by more than one package: [u'cairo', u'gpm', u'libxml2', u'sqlite', u'libsoup', u'gssdp', u'harfbuzz', u'ijs', u'libconfig', u'libdaemon', u'libfribidi', u'libgsm', u'libjson', u'libnfs', u'libopenssl', u'pango', u'popt', u'rrdtool'] Warning: staging file "./usr/lib/libfribidi.la" is touched by more than one package: [u'libfribidi', u'libgsm', u'libjson', u'libnfs', u'libopenssl', u'pango', u'popt', u'rrdtool'] Warning: staging file "./usr/lib/libgssdp-1.0.la" is touched by more than one package: [u'gssdp', u'harfbuzz', u'ijs', u'libconfig', u'libdaemon', u'libfribidi', u'libgsm', u'libjson', u'libnfs', u'libopenssl', u'pango', u'popt', u'rrdtool'] Warning: staging file "./usr/lib/libxml2.la" is touched by more than one package: [u'libxml2', u'sqlite', u'libsoup', u'gssdp', u'harfbuzz', u'ijs', u'libconfig', u'libdaemon', u'libfribidi', u'libgsm', u'libjson', u'libnfs', u'libopenssl', u'pango', u'popt', u'rrdtool'] Warning: staging file "./usr/lib/libpixman-1.la" is touched by more than one package: [u'pixman', u'cairo', u'gpm', u'libxml2', u'sqlite', u'libsoup', u'gssdp', u'harfbuzz', u'ijs', u'libconfig', u'libdaemon', u'libfribidi', u'libgsm', u'libjson', u'libnfs', u'libopenssl', u'pango', u'popt', u'rrdtool'] Warning: staging file "./usr/lib/libffi.la" is touched by more than one package: [u'libffi', u'pcre', u'util-linux', u'libglib2', u'pixman', u'cairo', u'gpm', u'libxml2', u'sqlite', u'libsoup', u'gssdp', u'harfbuzz', u'ijs', u'libconfig', u'libdaemon', u'libfribidi', u'libgsm', u'libjson', u'libnfs', u'libopenssl', u'pango', u'popt', u'rrdtool'] Warning: staging file "./usr/lib/libfontconfig.la" is touched by more than one package: [u'fontconfig', u'libffi', u'pcre', u'util-linux', u'libglib2', u'pixman', u'cairo', u'gpm', u'libxml2', u'sqlite', u'libsoup', u'gssdp', u'harfbuzz', u'ijs', u'libconfig', u'libdaemon', u'libfribidi', u'libgsm', u'libjson', u'libnfs', u'libopenssl', u'pango', u'popt', u'rrdtool'] Warning: staging file "./etc/resolv.conf" is touched by more than one package: [u'skeleton-init-common', u'toolchain-external-custom'] Warning: staging file "./usr/lib/libijs.la" is touched by more than one package: [u'ijs', u'libconfig', u'libdaemon', u'libfribidi', u'libgsm', u'libjson', u'libnfs', u'libopenssl', u'pango', u'popt', u'rrdtool'] Warning: staging file "./usr/lib/libpopt.la" is touched by more than one package: [u'popt', u'rrdtool'] ./support/scripts/check-uniq-files -t host /home/buildroot/autobuild/instance-1/output/build/packages-file-list-host.txt Warning: host file "./mipsel-buildroot-linux-gnu/sysroot/usr/lib/libgobject-2.0.la" is touched by more than one package: [u'host-bison', u'host-expat', u'host-jsmin', u'host-patchelf'] Warning: host file "./mipsel-buildroot-linux-gnu/sysroot/usr/lib/libcairo.la" is touched by more than one package: [u'host-bison', u'host-expat', u'host-jsmin', u'host-patchelf'] Warning: host file "./mipsel-buildroot-linux-gnu/sysroot/usr/lib/libexpat.la" is touched by more than one package: [u'host-gperf', u'host-libxml2', u'host-bison', u'host-expat', u'host-jsmin', u'host-patchelf'] Warning: host file "./mipsel-buildroot-linux-gnu/sysroot/usr/lib/libgssdp-1.0.la" is touched by more than one package: [u'host-jsmin', u'host-patchelf'] Warning: host file "./mipsel-buildroot-linux-gnu/sysroot/usr/lib/libuuid.la" is touched by more than one package: [u'host-bison', u'host-expat', u'host-jsmin', u'host-patchelf'] Warning: host file "./mipsel-buildroot-linux-gnu/sysroot/usr/lib/libblkid.la" is touched by more than one package: [u'host-bison', u'host-expat', u'host-jsmin', u'host-patchelf'] Warning: host file "./mipsel-buildroot-linux-gnu/sysroot/usr/lib/libfontconfig.la" is touched by more than one package: [u'host-libxml2', u'host-bison', u'host-expat', u'host-jsmin', u'host-patchelf'] Warning: host file "./mipsel-buildroot-linux-gnu/sysroot/usr/lib/libgthread-2.0.la" is touched by more than one package: [u'host-bison', u'host-expat', u'host-jsmin', u'host-patchelf'] Warning: host file "./mipsel-buildroot-linux-gnu/sysroot/usr/lib/libfreetype.la" is touched by more than one package: [u'host-gperf', u'host-libxml2', u'host-bison', u'host-expat', u'host-jsmin', u'host-patchelf'] Warning: host file "./mipsel-buildroot-linux-gnu/sysroot/usr/lib/libpcre.la" is touched by more than one package: [u'host-bison', u'host-expat', u'host-jsmin', u'host-patchelf'] Warning: host file "./mipsel-buildroot-linux-gnu/sysroot/usr/lib/libgio-2.0.la" is touched by more than one package: [u'host-bison', u'host-expat', u'host-jsmin', u'host-patchelf'] Warning: host file "./mipsel-buildroot-linux-gnu/sysroot/usr/lib/libpixman-1.la" is touched by more than one package: [u'host-bison', u'host-expat', u'host-jsmin', u'host-patchelf'] Warning: host file "./mipsel-buildroot-linux-gnu/sysroot/usr/lib/libgmodule-2.0.la" is touched by more than one package: [u'host-bison', u'host-expat', u'host-jsmin', u'host-patchelf'] Warning: host file "./mipsel-buildroot-linux-gnu/sysroot/usr/lib/libsoup-2.4.la" is touched by more than one package: [u'host-jsmin', u'host-patchelf'] Warning: host file "./mipsel-buildroot-linux-gnu/sysroot/usr/lib/libharfbuzz.la" is touched by more than one package: [u'host-jsmin', u'host-patchelf'] Warning: host file "./mipsel-buildroot-linux-gnu/sysroot/usr/lib/libpng.la" is touched by more than one package: [u'host-gperf', u'host-libxml2', u'host-bison', u'host-expat', u'host-jsmin', u'host-patchelf'] Warning: host file "./mipsel-buildroot-linux-gnu/sysroot/usr/lib/libcairo-gobject.la" is touched by more than one package: [u'host-bison', u'host-expat', u'host-jsmin', u'host-patchelf'] Warning: host file "./mipsel-buildroot-linux-gnu/sysroot/usr/lib/libsqlite3.la" is touched by more than one package: [u'host-jsmin', u'host-patchelf'] Warning: host file "./mipsel-buildroot-linux-gnu/sysroot/usr/lib/libglib-2.0.la" is touched by more than one package: [u'host-bison', u'host-expat', u'host-jsmin', u'host-patchelf'] Warning: host file "./mipsel-buildroot-linux-gnu/sysroot/usr/lib/libxml2.la" is touched by more than one package: [u'host-jsmin', u'host-patchelf'] Warning: host file "./mipsel-buildroot-linux-gnu/sysroot/usr/lib/libpng16.la" is touched by more than one package: [u'host-gperf', u'host-libxml2', u'host-bison', u'host-expat', u'host-jsmin', u'host-patchelf'] Warning: host file "./mipsel-buildroot-linux-gnu/sysroot/usr/lib/libijs.la" is touched by more than one package: [u'host-jsmin', u'host-patchelf'] Warning: host file "./mipsel-buildroot-linux-gnu/sysroot/usr/lib/libmount.la" is touched by more than one package: [u'host-bison', u'host-expat', u'host-jsmin', u'host-patchelf'] Warning: host file "./mipsel-buildroot-linux-gnu/sysroot/usr/lib/libpcreposix.la" is touched by more than one package: [u'host-bison', u'host-expat', u'host-jsmin', u'host-patchelf'] Warning: host file "./mipsel-buildroot-linux-gnu/sysroot/usr/lib/libpcrecpp.la" is touched by more than one package: [u'host-bison', u'host-expat', u'host-jsmin', u'host-patchelf'] Warning: host file "./mipsel-buildroot-linux-gnu/sysroot/usr/lib/libasound.la" is touched by more than one package: [u'host-cmake', u'host-gperf', u'host-libxml2', u'host-bison', u'host-expat', u'host-jsmin', u'host-patchelf'] Warning: host file "./mipsel-buildroot-linux-gnu/sysroot/usr/lib/libffi.la" is touched by more than one package: [u'host-bison', u'host-expat', u'host-jsmin', u'host-patchelf'] /bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~console::respawn:/sbin/getty -L console 0 vt100 #~' /home/buildroot/autobuild/instance-1/output/target/etc/inittab /bin/sed -i -e '/^#.*-o remount,rw \/$/s~^#\+~~' /home/buildroot/autobuild/instance-1/output/target/etc/inittab rm -f /home/buildroot/autobuild/instance-1/output/target/usr/share/glib-2.0/schemas/*.xml /home/buildroot/autobuild/instance-1/output/target/usr/share/glib-2.0/schemas/*.dtd /home/buildroot/autobuild/instance-1/output/host/bin/glib-compile-schemas /home/buildroot/autobuild/instance-1/output/host/mipsel-buildroot-linux-gnu/sysroot/usr/share/glib-2.0/schemas --targetdir=/home/buildroot/autobuild/instance-1/output/target/usr/share/glib-2.0/schemas No schema files found: doing nothing. mkdir -p /home/buildroot/autobuild/instance-1/output/target/etc echo "buildroot" > /home/buildroot/autobuild/instance-1/output/target/etc/hostname /bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/buildroot/autobuild/instance-1/output/target/etc/hosts mkdir -p /home/buildroot/autobuild/instance-1/output/target/etc echo "Welcome to Buildroot" > /home/buildroot/autobuild/instance-1/output/target/etc/issue /bin/sed -i -e s,^root:[^:]*:,root::, /home/buildroot/autobuild/instance-1/output/target/etc/shadow rm -f /home/buildroot/autobuild/instance-1/output/target/bin/sh rm -f /home/buildroot/autobuild/instance-1/output/build/locales.nopurge for i in C en_US locale-archive; do echo $i >> /home/buildroot/autobuild/instance-1/output/build/locales.nopurge; done for dir in /home/buildroot/autobuild/instance-1/output/target/usr/share/locale; do for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /home/buildroot/autobuild/instance-1/output/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /home/buildroot/autobuild/instance-1/output/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /home/buildroot/autobuild/instance-1/output/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /home/buildroot/autobuild/instance-1/output/target/usr/share/X11/locale/locale.dir; fi rm -rf /home/buildroot/autobuild/instance-1/output/target/usr/include /home/buildroot/autobuild/instance-1/output/target/usr/share/aclocal \ /home/buildroot/autobuild/instance-1/output/target/usr/lib/pkgconfig /home/buildroot/autobuild/instance-1/output/target/usr/share/pkgconfig \ /home/buildroot/autobuild/instance-1/output/target/usr/lib/cmake /home/buildroot/autobuild/instance-1/output/target/usr/share/cmake find /home/buildroot/autobuild/instance-1/output/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/buildroot/autobuild/instance-1/output/target/lib/ /home/buildroot/autobuild/instance-1/output/target/usr/lib/ /home/buildroot/autobuild/instance-1/output/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' \) -print0 | xargs -0 rm -f find: '/home/buildroot/autobuild/instance-1/output/target/usr/libexec/': No such file or directory rm -rf /home/buildroot/autobuild/instance-1/output/target/usr/share/gdb rm -rf /home/buildroot/autobuild/instance-1/output/target/usr/share/bash-completion rm -rf /home/buildroot/autobuild/instance-1/output/target/usr/share/zsh rm -rf /home/buildroot/autobuild/instance-1/output/target/usr/man /home/buildroot/autobuild/instance-1/output/target/usr/share/man rm -rf /home/buildroot/autobuild/instance-1/output/target/usr/info /home/buildroot/autobuild/instance-1/output/target/usr/share/info rm -rf /home/buildroot/autobuild/instance-1/output/target/usr/doc /home/buildroot/autobuild/instance-1/output/target/usr/share/doc rm -rf /home/buildroot/autobuild/instance-1/output/target/usr/share/gtk-doc rmdir /home/buildroot/autobuild/instance-1/output/target/usr/share 2>/dev/null || true find /home/buildroot/autobuild/instance-1/output/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /home/buildroot/autobuild/instance-1/output/host/bin/mipsel-linux-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/buildroot/autobuild/instance-1/output/target/lib/ -type f -name 'libpthread*.so*' | \ xargs -r /home/buildroot/autobuild/instance-1/output/host/bin/mipsel-linux-strip --remove-section=.comment --remove-section=.note --strip-debug find /home/buildroot/autobuild/instance-1/output/target/lib/ -type f -name 'ld-*.so*' | \ xargs -r /home/buildroot/autobuild/instance-1/output/host/bin/mipsel-linux-strip --remove-section=.comment --remove-section=.note --strip-debug test -f /home/buildroot/autobuild/instance-1/output/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/buildroot/autobuild/instance-1/output/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /home/buildroot/autobuild/instance-1/output/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2018.02.11-00016-g3a2c33cfbe"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2018.02.11"; \ echo "PRETTY_NAME=\"Buildroot 2018.02.11\"" \ ) > /home/buildroot/autobuild/instance-1/output/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/buildroot/autobuild/instance-1/output/target/etc >>> Sanitizing RPATH in target tree /home/buildroot/autobuild/instance-1/buildroot/support/scripts/fix-rpath target touch /home/buildroot/autobuild/instance-1/output/target/usr make: Leaving directory '/home/buildroot/autobuild/instance-1/buildroot' make: Entering directory '/home/buildroot/autobuild/instance-1/buildroot' >>> Buildroot 2018.02.11-00016-g3a2c33cfbe Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> host-lzip 1.19 Collecting legal info ERROR: No hash found for COPYING >>> toolchain-external Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain-external-custom Collecting legal info >>> toolchain Collecting legal info >>> alsa-lib 1.1.5 Collecting legal info COPYING: OK (sha256: a190dc9c8043755d90f8b0a75fa66b9e42d4af4c980bf5ddc633f0124db3cee7) aserver/COPYING: OK (sha256: bfe16cf823bcff261fc6a062c07ee96660e3c39678f42f39a788a68dbc234ced) >>> host-autoconf 2.69 Collecting legal info ERROR: No hash found for COPYINGv3 ERROR: No hash found for COPYING.EXCEPTION >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-m4 1.4.18 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-automake 1.15.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> bcg729 1.0.4 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-cmake 3.8.2 Collecting legal info ERROR: No hash found for Copyright.txt >>> host-pkgconf 0.9.12 Collecting legal info ERROR: No hash found for COPYING >>> busybox 1.27.2 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) >>> cairo 1.14.10 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING-LGPL-2.1 ERROR: No hash found for COPYING-MPL-1.1 >>> fontconfig 2.12.4 Collecting legal info ERROR: No hash found for COPYING >>> expat 2.2.5 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> freetype 2.9.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.34 Collecting legal info LICENSE: OK (sha256: a247c24f82bacf0403fe2f3d5550493a91cdb575fe7036b764bda8cacf3efd9c) >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> host-gperf 3.0.4 Collecting legal info ERROR: No hash found for COPYING >>> libglib2 2.54.2 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libglib2 2.54.2 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> 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.9 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> host-libffi 3.2.1 Collecting legal info LICENSE: OK (sha256: 0f4d7a0bfb83c37465d42dc305f124189196cc0cc2cc8d6f8461103682aebbc5) >>> host-pcre 8.41 Collecting legal info LICENCE: OK (sha256: 9ac4dfc82b2645ff77b56b759f95f28aa15ab15a03670fa6d4313a6b351e60f0) >>> host-util-linux 2.31.1 Collecting legal info README.licensing: OK (sha256: 1e4b65802b0df8115395c697029d03339f983d451a473a08643309c684410d9a) Documentation/licenses/COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.UCB: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) Documentation/licenses/COPYING.BSD-3: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> libffi 3.2.1 Collecting legal info LICENSE: OK (sha256: 0f4d7a0bfb83c37465d42dc305f124189196cc0cc2cc8d6f8461103682aebbc5) >>> pcre 8.41 Collecting legal info LICENCE: OK (sha256: 9ac4dfc82b2645ff77b56b759f95f28aa15ab15a03670fa6d4313a6b351e60f0) >>> util-linux 2.31.1 Collecting legal info README.licensing: OK (sha256: 1e4b65802b0df8115395c697029d03339f983d451a473a08643309c684410d9a) Documentation/licenses/COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.UCB: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) Documentation/licenses/COPYING.BSD-3: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) >>> pixman 0.34.0 Collecting legal info ERROR: No hash found for COPYING >>> cannelloni 20160414 Collecting legal info ERROR: No hash found for gpl-2.0.txt >>> gpm 1.20.7 Collecting legal info ERROR: No hash found for COPYING >>> host-bison 3.0.4 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> gssdp 1.0.2 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> libsoup 2.56.1 Collecting legal info COPYING: OK (sha256: b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c) >>> host-intltool 0.51.0 Collecting legal info ERROR: No hash found for COPYING >>> host-libxml-parser-perl 2.44 Collecting legal info ERROR: No hash found for README >>> host-expat 2.2.5 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> libxml2 2.9.9 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> sqlite 3250300 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> harfbuzz 1.7.1 Collecting legal info COPYING: OK (sha256: 2a886915de4f296cdae5ed67064f86dba01d0c55286d86e8487f2a5caaf40216) ERROR: No hash found for src/hb-ucdn/COPYING >>> ijs 0.35 Collecting legal info ERROR: No hash found for README >>> initscripts Collecting legal info >>> irda-utils 0.9.18 Collecting legal info ERROR: No hash found for man/COPYING >>> host-jsmin 1bf6ce5f74a9f8752ac7f5d115b8d7ccb31cfe1b Collecting legal info ERROR: No hash found for jsmin.c >>> libconfig 1.5 Collecting legal info ERROR: No hash found for COPYING.LIB >>> libdaemon 0.14 Collecting legal info ERROR: No hash found for LICENSE >>> libfribidi 0.19.7 Collecting legal info ERROR: No hash found for COPYING >>> libgsm 1.0.17 Collecting legal info ERROR: No hash found for COPYRIGHT >>> libjson 7.6.1 Collecting legal info ERROR: No hash found for License.txt >>> libnfs libnfs-2.0.0 Collecting legal info COPYING: OK (sha256: 2d152e3a2f31ef0fe14d4908377277f8215fb5c82ec9329d1eed081c845fc85f) LICENCE-BSD.txt: OK (sha256: d9406ced95457941032aa11d04623b8ab71f2827a3395ebef137aec475be35b1) LICENCE-LGPL-2.1.txt: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENCE-GPL-3.txt: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libopenssl 1.0.2q Collecting legal info LICENSE: OK (sha256: c8f60f4842bbad0353f5d81620e72b168b5638ca3a0a999f5da113b22491612e) >>> openssl Collecting legal info >>> pango 1.40.14 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> popt 1.16 Collecting legal info ERROR: No hash found for COPYING >>> rrdtool 1.6.0 Collecting legal info ERROR: No hash found for COPYRIGHT ERROR: No hash found for LICENSE >>> scrub 2.6.1 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) DISCLAIMER: OK (sha256: f76abbfb80cde1036cb553cdecb08bb846a48e33c91ef56c0f494172fd407f33) >>> shairport-sync 3.1.6 Collecting legal info ERROR: No hash found for LICENSES >>> sox 14.4.2 Collecting legal info ERROR: No hash found for LICENSE.GPL ERROR: No hash found for LICENSE.LGPL 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/buildroot/autobuild/instance-1/output/legal-info make: Leaving directory '/home/buildroot/autobuild/instance-1/buildroot'