CC libsox_la-trim.lo CC libsox_la-upsample.lo silence.c: In function 'aboveThreshold': silence.c:280:43: warning: left shift of negative value [-Wshift-negative-value] sox_sample_t masked_value = value & (-1 << (32 - effp->in_signal.precision)); ^~ CC libsox_la-vad.lo CC libsox_la-vol.lo CC libsox_la-raw-fmt.lo CC libsox_la-s1-fmt.lo CC libsox_la-s2-fmt.lo CC libsox_la-s3-fmt.lo CC libsox_la-s4-fmt.lo CC libsox_la-u1-fmt.lo CC libsox_la-u2-fmt.lo CC libsox_la-u3-fmt.lo CC libsox_la-u4-fmt.lo CC libsox_la-al-fmt.lo CC libsox_la-la-fmt.lo CC libsox_la-ul-fmt.lo CC libsox_la-lu-fmt.lo CC libsox_la-8svx.lo CC libsox_la-aiff-fmt.lo CC libsox_la-aifc-fmt.lo CC libsox_la-au.lo CC libsox_la-avr.lo CC libsox_la-cdr.lo CC libsox_la-cvsd-fmt.lo CC libsox_la-dvms-fmt.lo CC libsox_la-dat.lo CC libsox_la-hcom.lo CC libsox_la-htk.lo CC libsox_la-maud.lo CC libsox_la-prc.lo CC libsox_la-sf.lo CC libsox_la-smp.lo CC libsox_la-sounder.lo CC libsox_la-soundtool.lo CC libsox_la-sphere.lo CC libsox_la-tx16w.lo CC libsox_la-voc.lo CC libsox_la-vox-fmt.lo CC libsox_la-ima-fmt.lo CC libsox_la-adpcm.lo CC libsox_la-ima_rw.lo CC libsox_la-wav.lo 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-gsm.lo CC libsox_la-lpc10.lo CC libsox_la-oss.lo CC libsox_la-vorbis.lo CC sox_sample_test.o CC example0.o CC example1.o CC example2.o CC example3.o CC example4.o CC example5.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)); \ ^ 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:39:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] assert(sample * SOX_INT_MAX(bits) == SOX_UNSIGNED_TO_SAMPLE(bits,1)); \ ^ 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)); ^ 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)); \ ^ 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); ^ 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)); \ ^ CC example6.o wav.c: In function 'startread': 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)); \ ^ 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); ^ CCLD sox_sample_test ignore-warning.h: In function 'startwrite': vorbis.c:320:39: warning: passing argument 2 of 'vorbis_encode_init_vbr' as signed due to prototype [-Wtraditional-conversion] if (vorbis_encode_init_vbr(&ve->vi, ft->signal.channels, ft->signal.rate + .5, quality / 10)) ^ vorbis.c:320:60: warning: passing argument 3 of 'vorbis_encode_init_vbr' as integer rather than floating due to prototype [-Wtraditional-conversion] if (vorbis_encode_init_vbr(&ve->vi, ft->signal.channels, ft->signal.rate + .5, quality / 10)) ^ vorbis.c:320:82: warning: passing argument 4 of 'vorbis_encode_init_vbr' as 'float' rather than 'double' due to prototype if (vorbis_encode_init_vbr(&ve->vi, ft->signal.channels, ft->signal.rate + .5, quality / 10)) ^ 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)); ^~~~~~~~~~ CCLD libsox.la copying selected object files to avoid basename conflicts... 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 `/accts/mlweber1/instance-3/output/build/sox-14.4.2/src' make[3]: Leaving directory `/accts/mlweber1/instance-3/output/build/sox-14.4.2/src' make[2]: Leaving directory `/accts/mlweber1/instance-3/output/build/sox-14.4.2/src' make[2]: Entering directory `/accts/mlweber1/instance-3/output/build/sox-14.4.2' make[2]: Nothing to be done for `all-am'. make[2]: Leaving directory `/accts/mlweber1/instance-3/output/build/sox-14.4.2' make[1]: Leaving directory `/accts/mlweber1/instance-3/output/build/sox-14.4.2' >>> sox 14.4.2 Installing to target PATH="/accts/mlweber1/instance-3/output/host/bin:/accts/mlweber1/instance-3/output/host/sbin:/usr/bin:/bin" /usr/bin/make -j32 DESTDIR=/accts/mlweber1/instance-3/output/target install -C /accts/mlweber1/instance-3/output/build/sox-14.4.2/ make[1]: Entering directory `/accts/mlweber1/instance-3/output/build/sox-14.4.2' Making install in lpc10 make[2]: Entering directory `/accts/mlweber1/instance-3/output/build/sox-14.4.2/lpc10' make[3]: Entering directory `/accts/mlweber1/instance-3/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 `/accts/mlweber1/instance-3/output/build/sox-14.4.2/lpc10' make[2]: Leaving directory `/accts/mlweber1/instance-3/output/build/sox-14.4.2/lpc10' Making install in libgsm make[2]: Entering directory `/accts/mlweber1/instance-3/output/build/sox-14.4.2/libgsm' make[3]: Entering directory `/accts/mlweber1/instance-3/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 `/accts/mlweber1/instance-3/output/build/sox-14.4.2/libgsm' make[2]: Leaving directory `/accts/mlweber1/instance-3/output/build/sox-14.4.2/libgsm' Making install in src make[2]: Entering directory `/accts/mlweber1/instance-3/output/build/sox-14.4.2/src' make[3]: Entering directory `/accts/mlweber1/instance-3/output/build/sox-14.4.2/src' /bin/mkdir -p '/accts/mlweber1/instance-3/output/target/usr/lib' /bin/sh ../libtool --silent --silent --mode=install /usr/bin/install -c libsox.la '/accts/mlweber1/instance-3/output/target/usr/lib' /bin/mkdir -p '/accts/mlweber1/instance-3/output/target/usr/include' /usr/bin/install -c -m 644 sox.h '/accts/mlweber1/instance-3/output/target/usr/include' libtool: install: warning: remember to run `libtool --finish /usr/lib' /bin/mkdir -p '/accts/mlweber1/instance-3/output/target/usr/bin' /bin/sh ../libtool --silent --silent --mode=install /usr/bin/install -c sox '/accts/mlweber1/instance-3/output/target/usr/bin' /usr/bin/make install-exec-hook make[4]: Entering directory `/accts/mlweber1/instance-3/output/build/sox-14.4.2/src' if test "yes" = "yes"; then \ cd /accts/mlweber1/instance-3/output/target/usr/bin; rm -f play rec; ln -s sox play; ln -s sox rec; \ fi if test "yes" = "yes"; then \ cd /accts/mlweber1/instance-3/output/target/usr/bin; rm -f soxi; ln -s sox soxi; \ fi make[4]: Leaving directory `/accts/mlweber1/instance-3/output/build/sox-14.4.2/src' make[3]: Leaving directory `/accts/mlweber1/instance-3/output/build/sox-14.4.2/src' make[2]: Leaving directory `/accts/mlweber1/instance-3/output/build/sox-14.4.2/src' make[2]: Entering directory `/accts/mlweber1/instance-3/output/build/sox-14.4.2' make[3]: Entering directory `/accts/mlweber1/instance-3/output/build/sox-14.4.2' make[3]: Nothing to be done for `install-exec-am'. /bin/mkdir -p '/accts/mlweber1/instance-3/output/target/usr/share/man/man1' /bin/mkdir -p '/accts/mlweber1/instance-3/output/target/usr/share/man/man3' /bin/mkdir -p '/accts/mlweber1/instance-3/output/target/usr/share/man/man7' /bin/mkdir -p '/accts/mlweber1/instance-3/output/target/usr/lib/pkgconfig' /usr/bin/install -c -m 644 sox.pc '/accts/mlweber1/instance-3/output/target/usr/lib/pkgconfig' /usr/bin/install -c -m 644 sox.1 soxi.1 '/accts/mlweber1/instance-3/output/target/usr/share/man/man1' /usr/bin/install -c -m 644 soxformat.7 '/accts/mlweber1/instance-3/output/target/usr/share/man/man7' /usr/bin/install -c -m 644 libsox.3 '/accts/mlweber1/instance-3/output/target/usr/share/man/man3' /usr/bin/make install-data-hook make[4]: Entering directory `/accts/mlweber1/instance-3/output/build/sox-14.4.2' cd /accts/mlweber1/instance-3/output/target/usr/share/man/man1 && rm -f play.1 && ln -s sox.1 play.1 cd /accts/mlweber1/instance-3/output/target/usr/share/man/man1 && rm -f rec.1 && ln -s sox.1 rec.1 cd /accts/mlweber1/instance-3/output/target/usr/share/man/man7 && rm -f soxeffect.7 && ln -s ../man1/sox.1 soxeffect.7 make[4]: Leaving directory `/accts/mlweber1/instance-3/output/build/sox-14.4.2' make[3]: Leaving directory `/accts/mlweber1/instance-3/output/build/sox-14.4.2' make[2]: Leaving directory `/accts/mlweber1/instance-3/output/build/sox-14.4.2' make[1]: Leaving directory `/accts/mlweber1/instance-3/output/build/sox-14.4.2' unzip60.tgz: OK (sha256: 036d96991646d0449ed0aa952e4fbe21b476ce994abc276e49d30e686708bd37) >>> unzip 60 Extracting gzip -d -c /accts/mlweber1/instance-3/dl/unzip60.tgz | tar --strip-components=1 -C /accts/mlweber1/instance-3/output/build/unzip-60 -xf - >>> unzip 60 Patching Applying 0001-Add-a-CMakeFile.txt-to-ease-cross-compilation.patch using patch: patching file CMakeLists.txt >>> unzip 60 Configuring (mkdir -p /accts/mlweber1/instance-3/output/build/unzip-60/ && cd /accts/mlweber1/instance-3/output/build/unzip-60/ && rm -f CMakeCache.txt && PATH="/accts/mlweber1/instance-3/output/host/bin:/accts/mlweber1/instance-3/output/host/sbin:/usr/bin:/bin" /accts/mlweber1/instance-3/output/host/bin/cmake /accts/mlweber1/instance-3/output/build/unzip-60/ -DCMAKE_TOOLCHAIN_FILE="/accts/mlweber1/instance-3/output/host/share/buildroot/toolchainfile.cmake" -DCMAKE_INSTALL_PREFIX="/usr" -DCMAKE_COLOR_MAKEFILE=OFF -DBUILD_DOC=OFF -DBUILD_DOCS=OFF -DBUILD_EXAMPLE=OFF -DBUILD_EXAMPLES=OFF -DBUILD_TEST=OFF -DBUILD_TESTS=OFF -DBUILD_TESTING=OFF -DBUILD_SHARED_LIBS=OFF ) -- The C compiler identification is GNU 6.4.0 -- Check for working C compiler: /accts/mlweber1/instance-3/output/host/bin/arm-linux-gcc -- Check for working C compiler: /accts/mlweber1/instance-3/output/host/bin/arm-linux-gcc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C compile features - done -- Looking for lchmod -- Looking for lchmod - not found -- Configuring done -- Generating done CMake Warning: Manually-specified variables were not used by the project: BUILD_DOC BUILD_DOCS BUILD_EXAMPLE BUILD_EXAMPLES BUILD_SHARED_LIBS BUILD_TEST BUILD_TESTING BUILD_TESTS -- Build files have been written to: /accts/mlweber1/instance-3/output/build/unzip-60 >>> unzip 60 Building PATH="/accts/mlweber1/instance-3/output/host/bin:/accts/mlweber1/instance-3/output/host/sbin:/usr/bin:/bin" /usr/bin/make -j32 -C /accts/mlweber1/instance-3/output/build/unzip-60/ make[1]: Entering directory `/accts/mlweber1/instance-3/output/build/unzip-60' make[2]: Entering directory `/accts/mlweber1/instance-3/output/build/unzip-60' make[3]: Entering directory `/accts/mlweber1/instance-3/output/build/unzip-60' Scanning dependencies of target unzip make[3]: Leaving directory `/accts/mlweber1/instance-3/output/build/unzip-60' make[3]: Entering directory `/accts/mlweber1/instance-3/output/build/unzip-60' [ 5%] Building C object CMakeFiles/unzip.dir/unzip.c.o [ 10%] Building C object CMakeFiles/unzip.dir/envargs.c.o [ 15%] Building C object CMakeFiles/unzip.dir/crc32.c.o [ 21%] Building C object CMakeFiles/unzip.dir/extract.c.o [ 26%] Building C object CMakeFiles/unzip.dir/fileio.c.o [ 31%] Building C object CMakeFiles/unzip.dir/explode.c.o [ 42%] Building C object CMakeFiles/unzip.dir/crypt.c.o [ 42%] Building C object CMakeFiles/unzip.dir/globals.c.o [ 52%] Building C object CMakeFiles/unzip.dir/inflate.c.o [ 52%] Building C object CMakeFiles/unzip.dir/match.c.o [ 57%] Building C object CMakeFiles/unzip.dir/process.c.o [ 63%] Building C object CMakeFiles/unzip.dir/ttyio.c.o [ 68%] Building C object CMakeFiles/unzip.dir/list.c.o [ 73%] Building C object CMakeFiles/unzip.dir/ubz2err.c.o [ 78%] Building C object CMakeFiles/unzip.dir/unreduce.c.o [ 84%] Building C object CMakeFiles/unzip.dir/unshrink.c.o [ 89%] Building C object CMakeFiles/unzip.dir/unix/unix.c.o [ 94%] Building C object CMakeFiles/unzip.dir/zipinfo.c.o [100%] Linking C executable unzip make[3]: Leaving directory `/accts/mlweber1/instance-3/output/build/unzip-60' [100%] Built target unzip make[2]: Leaving directory `/accts/mlweber1/instance-3/output/build/unzip-60' make[1]: Leaving directory `/accts/mlweber1/instance-3/output/build/unzip-60' >>> unzip 60 Installing to target PATH="/accts/mlweber1/instance-3/output/host/bin:/accts/mlweber1/instance-3/output/host/sbin:/usr/bin:/bin" /usr/bin/make -j32 DESTDIR=/accts/mlweber1/instance-3/output/target install/fast -C /accts/mlweber1/instance-3/output/build/unzip-60/ make[1]: Entering directory `/accts/mlweber1/instance-3/output/build/unzip-60' Install the project... -- Install configuration: "Release" -- Installing: /accts/mlweber1/instance-3/output/target/usr/bin/unzip make[1]: Leaving directory `/accts/mlweber1/instance-3/output/build/unzip-60' zd1211-firmware-1.4.tar.bz2: OK (sha256: 866308f6f59f7075f075d4959dff2ede47735c751251fecd1496df1ba4d338e1) >>> zd1211-firmware 1.4 Extracting bzcat /accts/mlweber1/instance-3/dl/zd1211-firmware-1.4.tar.bz2 | tar --strip-components=1 -C /accts/mlweber1/instance-3/output/build/zd1211-firmware-1.4 -xf - >>> zd1211-firmware 1.4 Patching >>> zd1211-firmware 1.4 Configuring >>> zd1211-firmware 1.4 Building >>> zd1211-firmware 1.4 Installing to target /usr/bin/install -d -m 0755 /accts/mlweber1/instance-3/output/target/lib/firmware/zd1211/ cp -dpf /accts/mlweber1/instance-3/output/build/zd1211-firmware-1.4/zd1211*{ub,uphr,ur} /accts/mlweber1/instance-3/output/target/lib/firmware/zd1211 >>> Finalizing target directory # Check files that are touched by more than one package ./support/scripts/check-uniq-files -t target /accts/mlweber1/instance-3/output/build/packages-file-list.txt ./support/scripts/check-uniq-files -t staging /accts/mlweber1/instance-3/output/build/packages-file-list-staging.txt Warning: staging file "./usr/lib/libdvdread.la" is touched by more than one package: [u'libdvdread', u'libite', u'libogg', u'libplist', u'libvorbis', u'libshout', u'libsodium', u'libtorrent', u'libtpl', u'nanomsg', u'ortp', u'protobuf-c', u'slirp'] Warning: staging file "./usr/lib/libvorbis.la" is touched by more than one package: [u'libvorbis', u'libshout', u'libsodium', u'libtorrent', u'libtpl', u'nanomsg', u'ortp', u'protobuf-c', u'slirp'] Warning: staging file "./usr/lib/libtpl.la" is touched by more than one package: [u'libtpl', u'nanomsg', u'ortp', u'protobuf-c', u'slirp'] Warning: staging file "./usr/lib/libconfuse.la" is touched by more than one package: [u'libconfuse', u'libdvdcss', u'libdvdread', u'libite', u'libogg', u'libplist', u'libvorbis', u'libshout', u'libsodium', u'libtorrent', u'libtpl', u'nanomsg', u'ortp', u'protobuf-c', u'slirp'] Warning: staging file "./usr/lib/libplist++.la" is touched by more than one package: [u'libplist', u'libvorbis', u'libshout', u'libsodium', u'libtorrent', u'libtpl', u'nanomsg', u'ortp', u'protobuf-c', u'slirp'] Warning: staging file "./usr/lib/libnl-route-3.la" is touched by more than one package: [u'libnl', u'libzlib', u'libpcap', u'ncurses', u'libconfuse', u'libdvdcss', u'libdvdread', u'libite', u'libogg', u'libplist', u'libvorbis', u'libshout', u'libsodium', u'libtorrent', u'libtpl', u'nanomsg', u'ortp', u'protobuf-c', u'slirp'] Warning: staging file "./usr/lib/libtorrent.la" is touched by more than one package: [u'libtorrent', u'libtpl', u'nanomsg', u'ortp', u'protobuf-c', u'slirp'] Warning: staging file "./usr/lib/libnl-genl-3.la" is touched by more than one package: [u'libnl', u'libzlib', u'libpcap', u'ncurses', u'libconfuse', u'libdvdcss', u'libdvdread', u'libite', u'libogg', u'libplist', u'libvorbis', u'libshout', u'libsodium', u'libtorrent', u'libtpl', u'nanomsg', u'ortp', u'protobuf-c', u'slirp'] Warning: staging file "./usr/lib/libplist.la" is touched by more than one package: [u'libplist', u'libvorbis', u'libshout', u'libsodium', u'libtorrent', u'libtpl', u'nanomsg', u'ortp', u'protobuf-c', u'slirp'] Warning: staging file "./usr/lib/libdvdcss.la" is touched by more than one package: [u'libdvdcss', u'libdvdread', u'libite', u'libogg', u'libplist', u'libvorbis', u'libshout', u'libsodium', u'libtorrent', u'libtpl', u'nanomsg', u'ortp', u'protobuf-c', u'slirp'] Warning: staging file "./usr/lib/libgsl.la" is touched by more than one package: [u'gsl', u'libnl', u'libzlib', u'libpcap', u'ncurses', u'libconfuse', u'libdvdcss', u'libdvdread', u'libite', u'libogg', u'libplist', u'libvorbis', u'libshout', u'libsodium', u'libtorrent', u'libtpl', u'nanomsg', u'ortp', u'protobuf-c', u'slirp'] Warning: staging file "./usr/lib/libnl-3.la" is touched by more than one package: [u'libnl', u'libzlib', u'libpcap', u'ncurses', u'libconfuse', u'libdvdcss', u'libdvdread', u'libite', u'libogg', u'libplist', u'libvorbis', u'libshout', u'libsodium', u'libtorrent', u'libtpl', u'nanomsg', u'ortp', u'protobuf-c', u'slirp'] Warning: staging file "./usr/lib/libnl-xfrm-3.la" is touched by more than one package: [u'libnl', u'libzlib', u'libpcap', u'ncurses', u'libconfuse', u'libdvdcss', u'libdvdread', u'libite', u'libogg', u'libplist', u'libvorbis', u'libshout', u'libsodium', u'libtorrent', u'libtpl', u'nanomsg', u'ortp', u'protobuf-c', u'slirp'] Warning: staging file "./usr/lib/libgslcblas.la" is touched by more than one package: [u'gsl', u'libnl', u'libzlib', u'libpcap', u'ncurses', u'libconfuse', u'libdvdcss', u'libdvdread', u'libite', u'libogg', u'libplist', u'libvorbis', u'libshout', u'libsodium', u'libtorrent', u'libtpl', u'nanomsg', u'ortp', u'protobuf-c', u'slirp'] Warning: staging file "./usr/lib/libortp.la" is touched by more than one package: [u'ortp', u'protobuf-c', u'slirp'] Warning: staging file "./usr/lib/libprotobuf-c.la" is touched by more than one package: [u'protobuf-c', u'slirp'] Warning: staging file "./usr/lib/libshout.la" is touched by more than one package: [u'libshout', u'libsodium', u'libtorrent', u'libtpl', u'nanomsg', u'ortp', u'protobuf-c', u'slirp'] Warning: staging file "./usr/lib/libnl-idiag-3.la" is touched by more than one package: [u'libnl', u'libzlib', u'libpcap', u'ncurses', u'libconfuse', u'libdvdcss', u'libdvdread', u'libite', u'libogg', u'libplist', u'libvorbis', u'libshout', u'libsodium', u'libtorrent', u'libtpl', u'nanomsg', u'ortp', u'protobuf-c', u'slirp'] Warning: staging file "./usr/lib/libogg.la" is touched by more than one package: [u'libogg', u'libplist', u'libvorbis', u'libshout', u'libsodium', u'libtorrent', u'libtpl', u'nanomsg', u'ortp', u'protobuf-c', u'slirp'] Warning: staging file "./usr/lib/libvorbisenc.la" is touched by more than one package: [u'libvorbis', u'libshout', u'libsodium', u'libtorrent', u'libtpl', u'nanomsg', u'ortp', u'protobuf-c', u'slirp'] Warning: staging file "./usr/lib/libite.la" is touched by more than one package: [u'libite', u'libogg', u'libplist', u'libvorbis', u'libshout', u'libsodium', u'libtorrent', u'libtpl', u'nanomsg', u'ortp', u'protobuf-c', u'slirp'] Warning: staging file "./usr/lib/libsodium.la" is touched by more than one package: [u'libsodium', u'libtorrent', u'libtpl', u'nanomsg', u'ortp', u'protobuf-c', u'slirp'] Warning: staging file "./usr/lib/libnl-nf-3.la" is touched by more than one package: [u'libnl', u'libzlib', u'libpcap', u'ncurses', u'libconfuse', u'libdvdcss', u'libdvdread', u'libite', u'libogg', u'libplist', u'libvorbis', u'libshout', u'libsodium', u'libtorrent', u'libtpl', u'nanomsg', u'ortp', u'protobuf-c', u'slirp'] Warning: staging file "./usr/lib/libvorbisfile.la" is touched by more than one package: [u'libvorbis', u'libshout', u'libsodium', u'libtorrent', u'libtpl', u'nanomsg', u'ortp', u'protobuf-c', u'slirp'] ./support/scripts/check-uniq-files -t host /accts/mlweber1/instance-3/output/build/packages-file-list-host.txt 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-bison', u'host-gettext'] mkdir -p /accts/mlweber1/instance-3/output/target/etc echo "buildroot" > /accts/mlweber1/instance-3/output/target/etc/hostname /bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /accts/mlweber1/instance-3/output/target/etc/hosts mkdir -p /accts/mlweber1/instance-3/output/target/etc echo "Welcome to Buildroot" > /accts/mlweber1/instance-3/output/target/etc/issue /bin/sed -i -e s,^root:[^:]*:,root::, /accts/mlweber1/instance-3/output/target/etc/shadow rm -f /accts/mlweber1/instance-3/output/target/bin/sh rm -f /accts/mlweber1/instance-3/output/build/locales.nopurge for i in C en_US locale-archive; do echo $i >> /accts/mlweber1/instance-3/output/build/locales.nopurge; done for dir in ; do for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /accts/mlweber1/instance-3/output/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /accts/mlweber1/instance-3/output/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /accts/mlweber1/instance-3/output/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /accts/mlweber1/instance-3/output/target/usr/share/X11/locale/locale.dir; fi rm -rf /accts/mlweber1/instance-3/output/target/usr/include /accts/mlweber1/instance-3/output/target/usr/share/aclocal \ /accts/mlweber1/instance-3/output/target/usr/lib/pkgconfig /accts/mlweber1/instance-3/output/target/usr/share/pkgconfig \ /accts/mlweber1/instance-3/output/target/usr/lib/cmake /accts/mlweber1/instance-3/output/target/usr/share/cmake find /accts/mlweber1/instance-3/output/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /accts/mlweber1/instance-3/output/target/lib/ /accts/mlweber1/instance-3/output/target/usr/lib/ /accts/mlweber1/instance-3/output/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' \) -print0 | xargs -0 rm -f find: `/accts/mlweber1/instance-3/output/target/usr/libexec/': No such file or directory rm -rf /accts/mlweber1/instance-3/output/target/usr/share/gdb rm -rf /accts/mlweber1/instance-3/output/target/usr/share/bash-completion rm -rf /accts/mlweber1/instance-3/output/target/usr/share/zsh rm -rf /accts/mlweber1/instance-3/output/target/usr/man /accts/mlweber1/instance-3/output/target/usr/share/man rm -rf /accts/mlweber1/instance-3/output/target/usr/info /accts/mlweber1/instance-3/output/target/usr/share/info rm -rf /accts/mlweber1/instance-3/output/target/usr/doc /accts/mlweber1/instance-3/output/target/usr/share/doc rm -rf /accts/mlweber1/instance-3/output/target/usr/share/gtk-doc rmdir /accts/mlweber1/instance-3/output/target/usr/share 2>/dev/null || true find /accts/mlweber1/instance-3/output/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /accts/mlweber1/instance-3/output/host/bin/arm-linux-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /accts/mlweber1/instance-3/output/target/lib/ -type f -name 'libpthread*.so*' | \ xargs -r /accts/mlweber1/instance-3/output/host/bin/arm-linux-strip --remove-section=.comment --remove-section=.note --strip-debug find /accts/mlweber1/instance-3/output/target/lib/ -type f -name 'ld-*.so*' | \ xargs -r /accts/mlweber1/instance-3/output/host/bin/arm-linux-strip --remove-section=.comment --remove-section=.note --strip-debug test -f /accts/mlweber1/instance-3/output/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /accts/mlweber1/instance-3/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 /accts/mlweber1/instance-3/output/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2018.02.4-00007-g753337d"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2018.02.4"; \ echo "PRETTY_NAME=\"Buildroot 2018.02.4\"" \ ) > /accts/mlweber1/instance-3/output/target/usr/lib/os-release ln -sf ../usr/lib/os-release /accts/mlweber1/instance-3/output/target/etc >>> Sanitizing RPATH in target tree /accts/mlweber1/instance-3/buildroot/support/scripts/fix-rpath target touch /accts/mlweber1/instance-3/output/target/usr make: Leaving directory `/accts/mlweber1/instance-3/buildroot' make: Entering directory `/accts/mlweber1/instance-3/buildroot' >>> Buildroot 2018.02.4-00007-g753337d Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-external 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 >>> host-android-tools 4.2.2+git20130218 Collecting legal info ERROR: No hash found for debian/copyright >>> host-openssl Collecting legal info >>> host-libopenssl 1.0.2o Collecting legal info LICENSE: OK (sha256: c8f60f4842bbad0353f5d81620e72b168b5638ca3a0a999f5da113b22491612e) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> bctoolbox 0.4.0 Collecting legal info ERROR: No hash found for COPYING >>> 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 >>> bridge-utils 1.6 Collecting legal info ERROR: No hash found for COPYING >>> 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) >>> bzip2 1.0.6 Collecting legal info ERROR: No hash found for LICENSE >>> cache-calibrator Collecting legal info calibrator.c.license: OK (sha256: a853663f5b4fb3ad77bf2790ab53146f456b8d9b9ddf83b99fe28c0bdec42514) >>> fbdump 0.4.2 Collecting legal info ERROR: No hash found for COPYING >>> fbv 1.0b Collecting legal info ERROR: No hash found for COPYING >>> gsl 2.3 Collecting legal info ERROR: No hash found for COPYING >>> iftop 1.0pre4 Collecting legal info ERROR: No hash found for COPYING >>> libpcap 1.8.1 Collecting legal info ERROR: No hash found for LICENSE >>> host-bison 3.0.4 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> 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.7 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> libnl 3.4.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> ncurses 6.0 Collecting legal info ERROR: No hash found for README >>> host-ncurses 6.0 Collecting legal info ERROR: No hash found for README >>> libconfuse 3.2 Collecting legal info ERROR: No hash found for LICENSE >>> libdvdcss 1.4.0 Collecting legal info ERROR: No hash found for COPYING >>> libdvdread 5.0.3 Collecting legal info ERROR: No hash found for COPYING >>> libite v1.9.2 Collecting legal info LICENSE: OK (sha256: 0e97ab27b60e20a7ddb8e9638189ad159124e51d2c12e12735b05423df224da5) chomp.c: OK (sha256: 9e0fb98d251dddf5ba81a355f6b4d89835ec53bc5d7f5fcd2c866b54ec5ccec8) pidfile.c: OK (sha256: a7d29c148e057fae11a87febc3a51970a26433c35a08fc710be689394442d32d) >>> libogg 1.3.3 Collecting legal info ERROR: No hash found for COPYING >>> libplist 2.0.0 Collecting legal info ERROR: No hash found for COPYING >>> libshout 2.4.1 Collecting legal info ERROR: No hash found for COPYING >>> libvorbis 1.3.6 Collecting legal info COPYING: OK (sha256: 29e9914e6173b7061b7d48c25e6159fc1438326738bc047cc7248abc01b271f6) >>> libsodium 1.0.16 Collecting legal info LICENSE: OK (sha256: 6faf327c97dca6da69acefc6d3969d7bffb70a24f0707874870fdcfd6b0acf58) >>> libtorrent 0.13.6 Collecting legal info ERROR: No hash found for COPYING >>> libtpl v1.6.1 Collecting legal info ERROR: No hash found for LICENSE >>> nanomsg 1.0.0 Collecting legal info COPYING: OK (sha256: 4e51f6a04312ea7c5f4f0e92d91b6415c1eeb09bdaf86a6fd11d93499457c07a) >>> host-omap-u-boot-utils 3f07426cddc0be9e24702e7aacc7574ddd7fba28 Collecting legal info ERROR: No hash found for COPYING >>> ortp 0.27.0 Collecting legal info ERROR: No hash found for COPYING >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> procrank_linux 21c30ab4514a5b15ac6e813e21bee0d3d714cb08 Collecting legal info ERROR: No hash found for NOTICE >>> protobuf-c v1.3.0 Collecting legal info ERROR: No hash found for LICENSE >>> host-protobuf-c v1.3.0 Collecting legal info ERROR: No hash found for LICENSE >>> host-protobuf 3.4.1 Collecting legal info ERROR: No hash found for LICENSE >>> read-edid 3.0.2 Collecting legal info ERROR: No hash found for LICENSE >>> rpi-firmware 2067241bc7cdf238fdeab7f5a3c22faa57dd5617 Collecting legal info ERROR: No hash found for boot/LICENCE.broadcom >>> slirp 8c2da74c1385242f20799fec8c04f8378edc6550 Collecting legal info >>> sox 14.4.2 Collecting legal info ERROR: No hash found for LICENSE.GPL ERROR: No hash found for LICENSE.LGPL >>> unzip 60 Collecting legal info ERROR: No hash found for LICENSE >>> zd1211-firmware 1.4 Collecting legal info ERROR: No hash found for COPYING WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-custom: cannot save license (TOOLCHAIN_EXTERNAL_CUSTOM_LICENSE_FILES not defined) WARNING: slirp-8c2da74c1385242f20799fec8c04f8378edc6550: cannot save license (SLIRP_LICENSE_FILES not defined) Legal info produced in /accts/mlweber1/instance-3/output/legal-info make: Leaving directory `/accts/mlweber1/instance-3/buildroot'