((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 example2.o In file included from example0.c:27:0: example0.c: In function 'main': CC example3.o example0.c:46:10: warning: suggest parentheses around assignment used as truth value [-Wparentheses] assert(in = sox_open_read(argv[1], NULL, NULL, NULL)); ^ In file included from example1.c:27:0: 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)); ^ 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)); ^ 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 example4.o CC example5.o In file included from example2.c:28:0: example2.c: In function 'main': 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)); ^ In file included from example3.c:27:0: 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 In file included from example5.c:27:0: 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)); ^ CCLD sox_sample_test In file included from example6.c:27:0: 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 libsox.la /home/dawncrow/buildroot-test/scripts/instance-0/output/host/opt/ext-toolchain/bin/../lib/gcc/nios2-buildroot-linux-gnu/7.4.0/../../../../nios2-buildroot-linux-gnu/bin/ld: FDE encoding in /home/dawncrow/buildroot-test/scripts/instance-0/output/host/opt/ext-toolchain/bin/../lib/gcc/nios2-buildroot-linux-gnu/7.4.0/libgcc.a(_divdi3.o)(.eh_frame) prevents .eh_frame_hdr table being created. /home/dawncrow/buildroot-test/scripts/instance-0/output/host/opt/ext-toolchain/bin/../lib/gcc/nios2-buildroot-linux-gnu/7.4.0/../../../../nios2-buildroot-linux-gnu/bin/ld: FDE encoding in /home/dawncrow/buildroot-test/scripts/instance-0/output/host/opt/ext-toolchain/bin/../lib/gcc/nios2-buildroot-linux-gnu/7.4.0/libgcc.a(_moddi3.o)(.eh_frame) prevents .eh_frame_hdr table being created. /home/dawncrow/buildroot-test/scripts/instance-0/output/host/opt/ext-toolchain/bin/../lib/gcc/nios2-buildroot-linux-gnu/7.4.0/../../../../nios2-buildroot-linux-gnu/bin/ld: FDE encoding in /home/dawncrow/buildroot-test/scripts/instance-0/output/host/opt/ext-toolchain/bin/../lib/gcc/nios2-buildroot-linux-gnu/7.4.0/libgcc.a(_udivdi3.o)(.eh_frame) prevents .eh_frame_hdr table being created. /home/dawncrow/buildroot-test/scripts/instance-0/output/host/opt/ext-toolchain/bin/../lib/gcc/nios2-buildroot-linux-gnu/7.4.0/../../../../nios2-buildroot-linux-gnu/bin/ld: FDE encoding in /home/dawncrow/buildroot-test/scripts/instance-0/output/host/opt/ext-toolchain/bin/../lib/gcc/nios2-buildroot-linux-gnu/7.4.0/libgcc.a(_umoddi3.o)(.eh_frame) prevents .eh_frame_hdr table being created. 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/dawncrow/buildroot-test/scripts/instance-0/output/build/sox-14.4.2/src' make[3]: Leaving directory `/home/dawncrow/buildroot-test/scripts/instance-0/output/build/sox-14.4.2/src' make[2]: Leaving directory `/home/dawncrow/buildroot-test/scripts/instance-0/output/build/sox-14.4.2/src' make[2]: Entering directory `/home/dawncrow/buildroot-test/scripts/instance-0/output/build/sox-14.4.2' make[2]: Nothing to be done for `all-am'. make[2]: Leaving directory `/home/dawncrow/buildroot-test/scripts/instance-0/output/build/sox-14.4.2' make[1]: Leaving directory `/home/dawncrow/buildroot-test/scripts/instance-0/output/build/sox-14.4.2' >>> sox 14.4.2 Installing to target PATH="/home/dawncrow/buildroot-test/scripts/instance-0/output/host/bin:/home/dawncrow/buildroot-test/scripts/instance-0/output/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games" /usr/bin/make -j6 DESTDIR=/home/dawncrow/buildroot-test/scripts/instance-0/output/target install -C /home/dawncrow/buildroot-test/scripts/instance-0/output/build/sox-14.4.2/ make[1]: Entering directory `/home/dawncrow/buildroot-test/scripts/instance-0/output/build/sox-14.4.2' Making install in lpc10 make[2]: Entering directory `/home/dawncrow/buildroot-test/scripts/instance-0/output/build/sox-14.4.2/lpc10' make[3]: Entering directory `/home/dawncrow/buildroot-test/scripts/instance-0/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/dawncrow/buildroot-test/scripts/instance-0/output/build/sox-14.4.2/lpc10' make[2]: Leaving directory `/home/dawncrow/buildroot-test/scripts/instance-0/output/build/sox-14.4.2/lpc10' Making install in libgsm make[2]: Entering directory `/home/dawncrow/buildroot-test/scripts/instance-0/output/build/sox-14.4.2/libgsm' make[3]: Entering directory `/home/dawncrow/buildroot-test/scripts/instance-0/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/dawncrow/buildroot-test/scripts/instance-0/output/build/sox-14.4.2/libgsm' make[2]: Leaving directory `/home/dawncrow/buildroot-test/scripts/instance-0/output/build/sox-14.4.2/libgsm' Making install in src make[2]: Entering directory `/home/dawncrow/buildroot-test/scripts/instance-0/output/build/sox-14.4.2/src' make[3]: Entering directory `/home/dawncrow/buildroot-test/scripts/instance-0/output/build/sox-14.4.2/src' /bin/mkdir -p '/home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/lib' /bin/bash ../libtool --silent --silent --mode=install /usr/bin/install -c libsox.la '/home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/lib' /bin/mkdir -p '/home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/include' /usr/bin/install -c -m 644 sox.h '/home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/include' libtool: install: warning: remember to run `libtool --finish /usr/lib' /bin/mkdir -p '/home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/bin' /bin/bash ../libtool --silent --silent --mode=install /usr/bin/install -c sox '/home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/bin' /usr/bin/make install-exec-hook make[4]: Entering directory `/home/dawncrow/buildroot-test/scripts/instance-0/output/build/sox-14.4.2/src' if test "yes" = "yes"; then \ cd /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/bin; rm -f play rec; ln -s sox play; ln -s sox rec; \ fi if test "yes" = "yes"; then \ cd /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/bin; rm -f soxi; ln -s sox soxi; \ fi make[4]: Leaving directory `/home/dawncrow/buildroot-test/scripts/instance-0/output/build/sox-14.4.2/src' make[3]: Leaving directory `/home/dawncrow/buildroot-test/scripts/instance-0/output/build/sox-14.4.2/src' make[2]: Leaving directory `/home/dawncrow/buildroot-test/scripts/instance-0/output/build/sox-14.4.2/src' make[2]: Entering directory `/home/dawncrow/buildroot-test/scripts/instance-0/output/build/sox-14.4.2' make[3]: Entering directory `/home/dawncrow/buildroot-test/scripts/instance-0/output/build/sox-14.4.2' make[3]: Nothing to be done for `install-exec-am'. /bin/mkdir -p '/home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/share/man/man1' /bin/mkdir -p '/home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/share/man/man3' /bin/mkdir -p '/home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/lib/pkgconfig' /bin/mkdir -p '/home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/share/man/man7' /usr/bin/install -c -m 644 sox.pc '/home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/lib/pkgconfig' /usr/bin/install -c -m 644 libsox.3 '/home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/share/man/man3' /usr/bin/install -c -m 644 sox.1 soxi.1 '/home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/share/man/man1' /usr/bin/install -c -m 644 soxformat.7 '/home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/share/man/man7' /usr/bin/make install-data-hook make[4]: Entering directory `/home/dawncrow/buildroot-test/scripts/instance-0/output/build/sox-14.4.2' cd /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/share/man/man1 && rm -f play.1 && ln -s sox.1 play.1 cd /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/share/man/man1 && rm -f rec.1 && ln -s sox.1 rec.1 cd /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/share/man/man7 && rm -f soxeffect.7 && ln -s ../man1/sox.1 soxeffect.7 make[4]: Leaving directory `/home/dawncrow/buildroot-test/scripts/instance-0/output/build/sox-14.4.2' make[3]: Leaving directory `/home/dawncrow/buildroot-test/scripts/instance-0/output/build/sox-14.4.2' make[2]: Leaving directory `/home/dawncrow/buildroot-test/scripts/instance-0/output/build/sox-14.4.2' make[1]: Leaving directory `/home/dawncrow/buildroot-test/scripts/instance-0/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/dawncrow/buildroot-test/scripts/instance-0/output/build/packages-file-list.txt ./support/scripts/check-uniq-files -t staging /home/dawncrow/buildroot-test/scripts/instance-0/output/build/packages-file-list-staging.txt Warning: staging file "./usr/lib32" is touched by more than one package: [u'skeleton-init-common', u'toolchain-external-custom'] Warning: staging file "./etc/resolv.conf" is touched by more than one package: [u'skeleton-init-common', u'toolchain-external-custom'] Warning: staging file "./etc/mtab" is touched by more than one package: [u'skeleton-init-common', u'toolchain-external-custom'] ./support/scripts/check-uniq-files -t host /home/dawncrow/buildroot-test/scripts/instance-0/output/build/packages-file-list-host.txt Warning: host file "./lib/scons-3.0.5/SCons/Script/__init__.pyc" is touched by more than one package: [u'host-scons', u'host-libxml2'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/ldc.pyc" is touched by more than one package: [u'host-scons', u'host-libxml2'] Warning: host file "./lib/scons-3.0.5/SCons/compat/__init__.pyc" is touched by more than one package: [u'host-scons', u'host-libxml2'] Warning: host file "./lib/scons-3.0.5/SCons/Script/SConsOptions.pyc" is touched by more than one package: [u'host-scons', u'host-libxml2'] Warning: host file "./lib/scons-3.0.5/SCons/Platform/posix.pyc" is touched by more than one package: [u'host-scons', u'host-libxml2'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/ar.pyc" is touched by more than one package: [u'host-scons', u'host-libxml2'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/gdc.pyc" is touched by more than one package: [u'host-scons', u'host-libxml2'] Warning: host file "./lib/scons-3.0.5/SCons/SConsign.pyc" is touched by more than one package: [u'host-scons', u'host-libxml2'] Warning: host file "./lib/scons-3.0.5/SCons/Node/Alias.pyc" is touched by more than one package: [u'host-scons', u'host-libxml2'] Warning: host file "./lib/scons-3.0.5/SCons/Node/Python.pyc" is touched by more than one package: [u'host-scons', u'host-libxml2'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/as.pyc" is touched by more than one package: [u'host-scons', u'host-libxml2'] Warning: host file "./lib/scons-3.0.5/SCons/Platform/cygwin.pyc" is touched by more than one package: [u'host-scons', u'host-libxml2'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/FortranCommon.pyc" is touched by more than one package: [u'host-scons', u'host-libxml2'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/tar.pyc" is touched by more than one package: [u'host-scons', u'host-libxml2'] Warning: host file "./lib/scons-3.0.5/SCons/Node/__init__.pyc" is touched by more than one package: [u'host-scons', u'host-libxml2'] Warning: host file "./share/info/dir" is touched by more than one package: [u'host-m4', u'host-libtool', u'host-autoconf', u'host-automake', u'host-gettext-gnu', u'host-bison'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/g++.pyc" is touched by more than one package: [u'host-scons', u'host-libxml2'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/dmd.pyc" is touched by more than one package: [u'host-scons', u'host-libxml2'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/JavaCommon.pyc" is touched by more than one package: [u'host-scons', u'host-libxml2'] Warning: host file "./lib/scons-3.0.5/SCons/Builder.pyc" is touched by more than one package: [u'host-scons', u'host-libxml2'] Warning: host file "./lib/scons-3.0.5/SCons/Conftest.pyc" is touched by more than one package: [u'host-scons', u'host-libxml2'] Warning: host file "./lib/scons-3.0.5/SCons/Action.pyc" is touched by more than one package: [u'host-scons', u'host-libxml2'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/rpcgen.pyc" is touched by more than one package: [u'host-scons', u'host-libxml2'] Warning: host file "./lib/scons-3.0.5/SCons/Util.pyc" is touched by more than one package: [u'host-scons', u'host-libxml2'] Warning: host file "./bin/2to3" is touched by more than one package: [u'host-python', u'host-python3'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/f90.pyc" is touched by more than one package: [u'host-scons', u'host-libxml2'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/pdf.pyc" is touched by more than one package: [u'host-scons', u'host-libxml2'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/yacc.pyc" is touched by more than one package: [u'host-scons', u'host-libxml2'] Warning: host file "./lib/scons-3.0.5/SCons/Platform/win32.pyc" is touched by more than one package: [u'host-scons', u'host-libxml2'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/filesystem.pyc" is touched by more than one package: [u'host-scons', u'host-libxml2'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/jar.pyc" is touched by more than one package: [u'host-scons', u'host-libxml2'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/dvi.pyc" is touched by more than one package: [u'host-scons', u'host-libxml2'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/cxx.pyc" is touched by more than one package: [u'host-scons', u'host-libxml2'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/DCommon.pyc" is touched by more than one package: [u'host-scons', u'host-libxml2'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/f95.pyc" is touched by more than one package: [u'host-scons', u'host-libxml2'] Warning: host file "./lib/scons-3.0.5/SCons/CacheDir.pyc" is touched by more than one package: [u'host-scons', u'host-libxml2'] Warning: host file "./lib/scons-3.0.5/SCons/PathList.pyc" is touched by more than one package: [u'host-scons', u'host-libxml2'] Warning: host file "./lib/scons-3.0.5/SCons/Platform/__init__.pyc" is touched by more than one package: [u'host-scons', u'host-libxml2'] Warning: host file "./lib/scons-3.0.5/SCons/Executor.pyc" is touched by more than one package: [u'host-scons', u'host-libxml2'] Warning: host file "./lib/scons-3.0.5/SCons/Scanner/Fortran.pyc" is touched by more than one package: [u'host-scons', u'host-libxml2'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/rpm.pyc" is touched by more than one package: [u'host-scons', u'host-libxml2'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/link.pyc" is touched by more than one package: [u'host-scons', u'host-libxml2'] Warning: host file "./lib/scons-3.0.5/SCons/Memoize.pyc" is touched by more than one package: [u'host-scons', u'host-libxml2'] Warning: host file "./lib/scons-3.0.5/SCons/Scanner/Dir.pyc" is touched by more than one package: [u'host-scons', u'host-libxml2'] Warning: host file "./lib/python3.7/site-packages/pycparser/c_ast.pyc" is touched by more than one package: [u'host-python-pycparser', u'host-python-incremental'] Warning: host file "./lib/scons-3.0.5/SCons/Errors.pyc" is touched by more than one package: [u'host-scons', u'host-libxml2'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/gxx.pyc" is touched by more than one package: [u'host-scons', u'host-libxml2'] Warning: host file "./lib/scons-3.0.5/SCons/Scanner/C.pyc" is touched by more than one package: [u'host-scons', u'host-libxml2'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/pdflatex.pyc" is touched by more than one package: [u'host-scons', u'host-libxml2'] Warning: host file "./lib/scons-3.0.5/SCons/Variables/EnumVariable.pyc" is touched by more than one package: [u'host-scons', u'host-libxml2'] Warning: host file "./lib/scons-3.0.5/SCons/Variables/BoolVariable.pyc" is touched by more than one package: [u'host-scons', u'host-libxml2'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/fortran.pyc" is touched by more than one package: [u'host-scons', u'host-libxml2'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/g77.pyc" is touched by more than one package: [u'host-scons', u'host-libxml2'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/javac.pyc" is touched by more than one package: [u'host-scons', u'host-libxml2'] Warning: host file "./lib/scons-3.0.5/SCons/Scanner/D.pyc" is touched by more than one package: [u'host-scons', u'host-libxml2'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/gs.pyc" is touched by more than one package: [u'host-scons', u'host-libxml2'] Warning: host file "./lib/scons-3.0.5/SCons/Variables/__init__.pyc" is touched by more than one package: [u'host-scons', u'host-libxml2'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/m4.pyc" is touched by more than one package: [u'host-scons', u'host-libxml2'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/rmic.pyc" is touched by more than one package: [u'host-scons', u'host-libxml2'] Warning: host file "./lib/scons-3.0.5/SCons/Defaults.pyc" is touched by more than one package: [u'host-scons', u'host-libxml2'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/dvipdf.pyc" is touched by more than one package: [u'host-scons', u'host-libxml2'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/__init__.pyc" is touched by more than one package: [u'host-scons', u'host-libxml2'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/install.pyc" is touched by more than one package: [u'host-scons', u'host-libxml2'] Warning: host file "./lib/scons-3.0.5/SCons/Script/Main.pyc" is touched by more than one package: [u'host-scons', u'host-libxml2'] Warning: host file "./lib/scons-3.0.5/SCons/Variables/PathVariable.pyc" is touched by more than one package: [u'host-scons', u'host-libxml2'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/javah.pyc" is touched by more than one package: [u'host-scons', u'host-libxml2'] Warning: host file "./lib/scons-3.0.5/SCons/Variables/PackageVariable.pyc" is touched by more than one package: [u'host-scons', u'host-libxml2'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/gas.pyc" is touched by more than one package: [u'host-scons', u'host-libxml2'] Warning: host file "./lib/scons-3.0.5/SCons/Scanner/__init__.pyc" is touched by more than one package: [u'host-scons', u'host-libxml2'] Warning: host file "./lib/scons-3.0.5/SCons/Environment.pyc" is touched by more than one package: [u'host-scons', u'host-libxml2'] Warning: host file "./lib/scons-3.0.5/SCons/dblite.pyc" is touched by more than one package: [u'host-scons', u'host-libxml2'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/f77.pyc" is touched by more than one package: [u'host-scons', u'host-libxml2'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/gfortran.pyc" is touched by more than one package: [u'host-scons', u'host-libxml2'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/wix.pyc" is touched by more than one package: [u'host-scons', u'host-libxml2'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/textfile.pyc" is touched by more than one package: [u'host-scons', u'host-libxml2'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/dvips.pyc" is touched by more than one package: [u'host-scons', u'host-libxml2'] Warning: host file "./lib/scons-3.0.5/SCons/Platform/virtualenv.pyc" is touched by more than one package: [u'host-scons', u'host-libxml2'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/gcc.pyc" is touched by more than one package: [u'host-scons', u'host-libxml2'] Warning: host file "./lib/scons-3.0.5/SCons/__init__.pyc" is touched by more than one package: [u'host-scons', u'host-libxml2'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/pdftex.pyc" is touched by more than one package: [u'host-scons', u'host-libxml2'] Warning: host file "./lib/scons-3.0.5/SCons/Job.pyc" is touched by more than one package: [u'host-scons', u'host-libxml2'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/gnulink.pyc" is touched by more than one package: [u'host-scons', u'host-libxml2'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/tex.pyc" is touched by more than one package: [u'host-scons', u'host-libxml2'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/latex.pyc" is touched by more than one package: [u'host-scons', u'host-libxml2'] Warning: host file "./lib/scons-3.0.5/SCons/SConf.pyc" is touched by more than one package: [u'host-scons', u'host-libxml2'] Warning: host file "./lib/scons-3.0.5/SCons/Node/FS.pyc" is touched by more than one package: [u'host-scons', u'host-libxml2'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/cc.pyc" is touched by more than one package: [u'host-scons', u'host-libxml2'] Warning: host file "./lib/scons-3.0.5/SCons/Subst.pyc" is touched by more than one package: [u'host-scons', u'host-libxml2'] Warning: host file "./lib/scons-3.0.5/SCons/Scanner/LaTeX.pyc" is touched by more than one package: [u'host-scons', u'host-libxml2'] Warning: host file "./lib/scons-3.0.5/SCons/Scanner/SWIG.pyc" is touched by more than one package: [u'host-scons', u'host-libxml2'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/zip.pyc" is touched by more than one package: [u'host-scons', u'host-libxml2'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/swig.pyc" is touched by more than one package: [u'host-scons', u'host-libxml2'] Warning: host file "./lib/scons-3.0.5/SCons/Platform/mingw.pyc" is touched by more than one package: [u'host-scons', u'host-libxml2'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/default.pyc" is touched by more than one package: [u'host-scons', u'host-libxml2'] Warning: host file "./lib/scons-3.0.5/SCons/Script/Interactive.pyc" is touched by more than one package: [u'host-scons', u'host-libxml2'] Warning: host file "./lib/scons-3.0.5/SCons/Debug.pyc" is touched by more than one package: [u'host-scons', u'host-libxml2'] Warning: host file "./lib/scons-3.0.5/SCons/Warnings.pyc" is touched by more than one package: [u'host-scons', u'host-libxml2'] Warning: host file "./lib/scons-3.0.5/SCons/Taskmaster.pyc" is touched by more than one package: [u'host-scons', u'host-libxml2'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/ifl.pyc" is touched by more than one package: [u'host-scons', u'host-libxml2'] Warning: host file "./lib/scons-3.0.5/SCons/Variables/ListVariable.pyc" is touched by more than one package: [u'host-scons', u'host-libxml2'] Warning: host file "./lib/scons-3.0.5/SCons/Script/SConscript.pyc" is touched by more than one package: [u'host-scons', u'host-libxml2'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/ifort.pyc" is touched by more than one package: [u'host-scons', u'host-libxml2'] Warning: host file "./lib/scons-3.0.5/SCons/cpp.pyc" is touched by more than one package: [u'host-scons', u'host-libxml2'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/lex.pyc" is touched by more than one package: [u'host-scons', u'host-libxml2'] Warning: host file "./lib/scons-3.0.5/SCons/Scanner/Prog.pyc" is touched by more than one package: [u'host-scons', u'host-libxml2'] mkdir -p /home/dawncrow/buildroot-test/scripts/instance-0/output/host/etc/meson sed -e "s%@TARGET_CROSS@%/home/dawncrow/buildroot-test/scripts/instance-0/output/host/bin/nios2-linux-%g" -e "s%@TARGET_ARCH@%nios2%g" -e "s%@TARGET_CPU@%%g" -e "s%@TARGET_ENDIAN@%"little"%g" -e "s%@TARGET_CFLAGS@%`printf '"%s", ' -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os `%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%`printf '"%s", ' -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os `%g" -e "s%@HOST_DIR@%/home/dawncrow/buildroot-test/scripts/instance-0/output/host%g" package/meson//cross-compilation.conf.in > /home/dawncrow/buildroot-test/scripts/instance-0/output/host/etc/meson/cross-compilation.conf PYTHONPATH="/home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/lib/python3.7/" cd /home/dawncrow/buildroot-test/scripts/instance-0/output/target && /home/dawncrow/buildroot-test/scripts/instance-0/output/host/bin/python3.7 /home/dawncrow/buildroot-test/scripts/instance-0/buildroot/support/scripts/pycompile.py usr/lib/python3.7 find /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/lib/python3.7 -name '*.py' -print0 | xargs -0 --no-run-if-empty rm -f find /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/lib/python3.7 -name '*.opt-1.pyc' -print0 -o -name '*.opt-2.pyc' -print0 | xargs -0 --no-run-if-empty rm -f mkdir -p /home/dawncrow/buildroot-test/scripts/instance-0/output/target/etc echo "buildroot" > /home/dawncrow/buildroot-test/scripts/instance-0/output/target/etc/hostname /bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/dawncrow/buildroot-test/scripts/instance-0/output/target/etc/hosts mkdir -p /home/dawncrow/buildroot-test/scripts/instance-0/output/target/etc echo "Welcome to Buildroot" > /home/dawncrow/buildroot-test/scripts/instance-0/output/target/etc/issue /bin/sed -i -e s,^root:[^:]*:,root::, /home/dawncrow/buildroot-test/scripts/instance-0/output/target/etc/shadow rm -f /home/dawncrow/buildroot-test/scripts/instance-0/output/target/bin/sh rm -f /home/dawncrow/buildroot-test/scripts/instance-0/output/build/locales.nopurge for i in C en_US locale-archive; do echo $i >> /home/dawncrow/buildroot-test/scripts/instance-0/output/build/locales.nopurge; done for dir in /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/share/locale; do for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /home/dawncrow/buildroot-test/scripts/instance-0/output/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/share/X11/locale/locale.dir; fi rm -rf /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/include /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/share/aclocal \ /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/lib/pkgconfig /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/share/pkgconfig \ /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/lib/cmake /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/share/cmake find /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/dawncrow/buildroot-test/scripts/instance-0/output/target/lib/ /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/lib/ /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' \) -print0 | xargs -0 rm -f rm -rf /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/share/gdb rm -rf /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/share/bash-completion rm -rf /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/share/zsh rm -rf /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/man /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/share/man rm -rf /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/info /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/share/info rm -rf /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/doc /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/share/doc rm -rf /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/share/gtk-doc rmdir /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/share 2>/dev/null || true find /home/dawncrow/buildroot-test/scripts/instance-0/output/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /home/dawncrow/buildroot-test/scripts/instance-0/output/host/bin/nios2-linux-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/dawncrow/buildroot-test/scripts/instance-0/output/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /home/dawncrow/buildroot-test/scripts/instance-0/output/host/bin/nios2-linux-strip --remove-section=.comment --remove-section=.note --strip-debug 2>/dev/null || true test -f /home/dawncrow/buildroot-test/scripts/instance-0/output/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/dawncrow/buildroot-test/scripts/instance-0/output/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /home/dawncrow/buildroot-test/scripts/instance-0/output/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2019.05-git-00858-g83e19ce"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2019.05-git"; \ echo "PRETTY_NAME=\"Buildroot 2019.05-git\"" \ ) > /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/dawncrow/buildroot-test/scripts/instance-0/output/target/etc >>> Sanitizing RPATH in target tree /home/dawncrow/buildroot-test/scripts/instance-0/buildroot/support/scripts/fix-rpath target touch /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr make: Leaving directory `/home/dawncrow/buildroot-test/scripts/instance-0/buildroot' make: Entering directory `/home/dawncrow/buildroot-test/scripts/instance-0/buildroot' >>> Buildroot 2019.05-git-00858-g83e19ce Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-external Collecting legal info >>> host-skeleton Collecting legal info >>> 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 >>> alljoyn-tcl 16.04.00a Collecting legal info >>> host-python 2.7.15 Collecting legal info LICENSE: OK (sha256: b9a6d9320b8f2693e8d41e496ce56caadacaddcca9be2a64a61749278f425cf2) >>> 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) >>> host-expat 2.2.6 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> host-pkgconf 1.6.1 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> host-scons 3.0.5 Collecting legal info LICENSE.txt: OK (sha256: c4248451b6a4cd09870de4fb82a857feb9f98174167b07500c19ed0263fd4db7) >>> host-python3 3.7.3 Collecting legal info LICENSE: OK (sha256: a77d71d6be6f9032e6b6e5d2cf6da68f9eeab9036edfbc043633c8979cd5e82c) >>> host-libffi v3.3-rc0 Collecting legal info LICENSE: OK (sha256: 0f4d7a0bfb83c37465d42dc305f124189196cc0cc2cc8d6f8461103682aebbc5) >>> czmq 4.2.0 Collecting legal info ERROR: No hash found for LICENSE >>> zeromq 4.3.1 Collecting legal info COPYING: OK (sha256: 4fd86507c9b486764343065a9e035222869a27b5789efeb4fd93edc85412d7a3) COPYING.LESSER: OK (sha256: 83f32abe61ee58ffb1b007412c08415168c052501dbf56d7a47aaaac52b03ef6) >>> util-linux 2.33 Collecting legal info README.licensing: OK (sha256: 4335620e8f478ee4dc4d26540448d39469091ef1d8e3fbbbb8bf753206ceac74) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-gettext Collecting legal info >>> host-gettext-gnu 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) >>> libselinux 2.9 Collecting legal info LICENSE: OK (sha256: 86657b4c0fe868d7cbd977cb04c63b6c667e08fa51595a7bc846ad4bed8fc364) >>> host-swig 3.0.12 Collecting legal info ERROR: No hash found for LICENSE ERROR: No hash found for LICENSE-GPL ERROR: No hash found for LICENSE-UNIVERSITIES >>> host-bison 3.0.4 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libsepol 2.9 Collecting legal info COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> pcre 8.42 Collecting legal info LICENCE: OK (sha256: f998c0f52eb704eff28f503580cfca3f2547280aa212994f6cf2d8e317587c1c) >>> python3 3.7.3 Collecting legal info LICENSE: OK (sha256: a77d71d6be6f9032e6b6e5d2cf6da68f9eeab9036edfbc043633c8979cd5e82c) >>> expat 2.2.6 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> libffi v3.3-rc0 Collecting legal info LICENSE: OK (sha256: 0f4d7a0bfb83c37465d42dc305f124189196cc0cc2cc8d6f8461103682aebbc5) >>> ncurses 6.1 Collecting legal info ERROR: No hash found for README >>> host-ncurses 6.1 Collecting legal info ERROR: No hash found for README >>> openssl Collecting legal info >>> libopenssl 1.1.1b Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> filemq 8940f34e0f1c8f25c1c693ed8db069f58fbc5ad0 Collecting legal info ERROR: No hash found for LICENSE >>> gmp 6.1.2 Collecting legal info ERROR: No hash found for COPYING.LESSERv3 ERROR: No hash found for COPYINGv2 >>> iotop 0.6 Collecting legal info ERROR: No hash found for COPYING >>> iproute2 4.20.0 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> libcap 2.25 Collecting legal info License: OK (sha256: 088cabde4662b4121258d298b0b2967bc1abffa134457ed9bc4a359685ab92bc) >>> host-gperf 3.0.4 Collecting legal info ERROR: No hash found for COPYING >>> host-libcap 2.25 Collecting legal info License: OK (sha256: 088cabde4662b4121258d298b0b2967bc1abffa134457ed9bc4a359685ab92bc) >>> openswan 2.6.51.1 Collecting legal info COPYING: OK (sha256: 1c36ae1e7b0f6cce4b4ffe969b71f83635734804acdd38544443564b00f8783a) LICENSE: OK (sha256: d7d012ef3be47faffba4d97a83d4986c9f4a63ac997ebf5961d33852e5f1801a) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> python-asn1crypto 0.24.0 Collecting legal info LICENSE: OK (sha256: 7871ddf1918d53fd549943aad007cd4ad674b0e1da732a9aea4a79e1436d1eb5) >>> host-python3-setuptools 40.6.3 Collecting legal info LICENSE: OK (sha256: c32a3ac395af6321efd28be73d06a00f0db6ab887d1c21d4fec46128d2056d5a) >>> python-attrs 18.2.0 Collecting legal info LICENSE: OK (sha256: bf659a28b49240602f56bbdf490cbe2ec509b15b98f99d7b19a52c740e327863) >>> python-automat 0.7.0 Collecting legal info LICENSE: OK (sha256: b2201301678d0a937d938543827ca1360712eb34e23de8ee3f3bfffbd4c0e376) >>> host-python-m2r 0.1.12 Collecting legal info LICENSE: OK (sha256: 28728ec0ecbd8c171ebaeccebf69e3961282fd81f06abc7424c65546b6ae6f27) >>> host-python-docutils 0.14 Collecting legal info COPYING.txt: OK (sha256: 58c2807e9e6e3297ad4da08acc8884d09d8c5ffc9d824dd100922d0bb1ee4717) >>> host-python-mistune 0.8 Collecting legal info LICENSE: OK (sha256: 0c5259c3dd0a7c46f4835221645f62a0638c9b9faa02af08676e8069e1ff964b) >>> host-python-setuptools-scm 1.15.6 Collecting legal info ERROR: No hash found for LICENSE >>> python-cffi 1.11.2 Collecting legal info LICENSE: OK (sha256: 04b80f5b077bbed68808cfebadeb5e3523f2a8c9a96495c587bd96df1eac2a33) >>> python-characteristic 14.3.0 Collecting legal info ERROR: No hash found for LICENSE >>> python-constantly 15.1.0 Collecting legal info ERROR: No hash found for LICENSE >>> python-cryptography 2.3.1 Collecting legal info LICENSE: OK (sha256: 35452b557fab0efb1e80d7edb9c4e5118b9384082adaa051dde342102cb9de8d) LICENSE.APACHE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) LICENSE.BSD: OK (sha256: 602c4c7482de6479dd2e9793cda275e5e63d773dacd1eca689232ab7008fb4fb) >>> host-python-cffi 1.11.2 Collecting legal info LICENSE: OK (sha256: 04b80f5b077bbed68808cfebadeb5e3523f2a8c9a96495c587bd96df1eac2a33) >>> host-python-pycparser 2.19 Collecting legal info LICENSE: OK (sha256: 3c76629880aec2f8578ed914701a4ff9e5da8b60acb8b7ec675abf83c90c5168) >>> python-decorator 4.0.11 Collecting legal info LICENSE.txt: OK (sha256: c9fbbd46d5af040b2b26db2f693034c95de8e9faaaf1cd68af358b092a56d454) >>> python-hyperlink 18.0.0 Collecting legal info LICENSE: OK (sha256: 9577b66fb599aa5700b4981078ab0a319416a086beee646cd282aa9f33c8c74c) >>> python-idna 2.8 Collecting legal info LICENSE.rst: OK (sha256: 0d4bc7abd48dcfb14e24254ee404066737ff0167144e222914a2113b8794683e) >>> python-incremental 17.5.0 Collecting legal info LICENSE: OK (sha256: d043bc8899b4695de1f4511d8f507b927e11723b981ce600fa3ef7b73954afa5) >>> python-networkx 1.11 Collecting legal info LICENSE.txt: OK (sha256: f4c13bf0e83bef45116ebda6c360066df6fd99610efaea9790b998c5441b0c0d) >>> python-pyasn-modules 0.0.8 Collecting legal info ERROR: No hash found for LICENSE.txt >>> python-pyasn 0.1.9 Collecting legal info ERROR: No hash found for LICENSE.txt >>> python-pycparser 2.19 Collecting legal info LICENSE: OK (sha256: 3c76629880aec2f8578ed914701a4ff9e5da8b60acb8b7ec675abf83c90c5168) >>> python-pyhamcrest 1.9.0 Collecting legal info LICENSE.txt: OK (sha256: ec76c04449607010d061b1e29c9d20a5ffae74db9d04670ae82538ccfe68b941) >>> python-pyopenssl 19.0.0 Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> python-service-identity 17.0.0 Collecting legal info ERROR: No hash found for LICENSE >>> python-setuptools 40.6.3 Collecting legal info LICENSE: OK (sha256: c32a3ac395af6321efd28be73d06a00f0db6ab887d1c21d4fec46128d2056d5a) >>> python-six 1.12.0 Collecting legal info LICENSE: OK (sha256: e732f54da58f3e9cf0c48e8b512948936fcf7361bd58afa63a9a3c392bf794ad) >>> python-twisted 18.9.0 Collecting legal info LICENSE: OK (sha256: 17305fcdb49a4048310be5b43e9f3cfa9525c508a5117089d8b2ee91800c327b) >>> host-python-incremental 17.5.0 Collecting legal info LICENSE: OK (sha256: d043bc8899b4695de1f4511d8f507b927e11723b981ce600fa3ef7b73954afa5) >>> python-txtorcon 19.0.0 Collecting legal info LICENSE: OK (sha256: 3ada1c32ef38c23d96d7f4e8f4a226c527f51e0202883c7543b06f9cc5228a2b) >>> host-python-xlrd 1.0.0 Collecting legal info ERROR: No hash found for xlrd/licences.py >>> python-zope-interface 4.6.0 Collecting legal info LICENSE.txt: OK (sha256: 3e671db11df687516cc1db5b3d65e4aa383eaca3c20cea3faf53a0f7335d0a3c) >>> setools 4.1.1 Collecting legal info COPYING: OK (sha256: 2f7547e10f76a382c24c053595f38a5cc6dda9347f508f254ca490e0046a9624) COPYING.GPL: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LGPL: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> 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) WARNING: alljoyn-tcl-16.04.00a: cannot save license (ALLJOYN_TCL_LICENSE_FILES not defined) Legal info produced in /home/dawncrow/buildroot-test/scripts/instance-0/output/legal-info make: Leaving directory `/home/dawncrow/buildroot-test/scripts/instance-0/buildroot'