dither.h: In function 'flow_fir_16': dither.h:47:19: warning: left shift of negative value [-Wshift-negative-value] if (i < (-1 << (p->prec-1))) ^~ In file included from dither.c:293:0: dither.h: In function 'flow_fir_20': dither.h:47:19: warning: left shift of negative value [-Wshift-negative-value] if (i < (-1 << (p->prec-1))) ^~ dither.c: In function 'flow_no_shape': dither.c:319:20: warning: left shift of negative value [-Wshift-negative-value] if (i <= (-1 << (p->prec-1))) ^~ CC libsox_la-echo.lo CC libsox_la-echos.lo CC libsox_la-effects.lo CC libsox_la-effects_i.lo CC libsox_la-effects_i_dsp.lo CC libsox_la-fade.lo CC libsox_la-fft4g.lo CC libsox_la-fir.lo CC libsox_la-firfit.lo CC libsox_la-flanger.lo CC libsox_la-gain.lo CC libsox_la-hilbert.lo CC libsox_la-input.lo CC libsox_la-ladspa.lo CC libsox_la-loudness.lo CC libsox_la-mcompand.lo CC libsox_la-noiseprof.lo CC libsox_la-noisered.lo CC libsox_la-output.lo CC libsox_la-overdrive.lo CC libsox_la-pad.lo CC libsox_la-phaser.lo CC libsox_la-remix.lo CC libsox_la-rate.lo CC libsox_la-repeat.lo CC libsox_la-reverb.lo CC libsox_la-reverse.lo CC libsox_la-silence.lo CC libsox_la-sinc.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-skeleff.lo CC libsox_la-speed.lo CC libsox_la-splice.lo CC libsox_la-stat.lo CC libsox_la-stats.lo CC libsox_la-stretch.lo CC libsox_la-swap.lo CC libsox_la-synth.lo CC libsox_la-tempo.lo CC libsox_la-tremolo.lo CC libsox_la-trim.lo CC libsox_la-upsample.lo CC libsox_la-vad.lo CC libsox_la-vol.lo CC libsox_la-s1-fmt.lo CC libsox_la-s2-fmt.lo CC libsox_la-raw-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 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-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 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)); \ ^ 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: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)); \ ^ CC example0.o 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 example1.o CC example3.o CC example2.o CC example4.o CC example5.o CC example6.o CCLD sox_sample_test CCLD libsox.la copying selected object files to avoid basename conflicts... CCLD example0 CCLD example3 CCLD sox CCLD example1 CCLD example2 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/rclinux/rc-buildroot-test/scripts/instance-2/output/build/sox-14.4.2/src' make[3]: Leaving directory '/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-2/output/build/sox-14.4.2/src' make[2]: Leaving directory '/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-2/output/build/sox-14.4.2/src' make[2]: Entering directory '/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-2/output/build/sox-14.4.2' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-2/output/build/sox-14.4.2' make[1]: Leaving directory '/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-2/output/build/sox-14.4.2' >>> sox 14.4.2 Installing to target PATH="/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-2/output/host/bin:/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-2/output/host/sbin:/usr/bin:/bin" /usr/bin/make -j5 DESTDIR=/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-2/output/target install -C /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-2/output/build/sox-14.4.2/ make[1]: Entering directory '/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-2/output/build/sox-14.4.2' Making install in lpc10 make[2]: Entering directory '/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-2/output/build/sox-14.4.2/lpc10' make[3]: Entering directory '/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-2/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/rclinux/rc-buildroot-test/scripts/instance-2/output/build/sox-14.4.2/lpc10' make[2]: Leaving directory '/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-2/output/build/sox-14.4.2/lpc10' Making install in libgsm make[2]: Entering directory '/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-2/output/build/sox-14.4.2/libgsm' make[3]: Entering directory '/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-2/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/rclinux/rc-buildroot-test/scripts/instance-2/output/build/sox-14.4.2/libgsm' make[2]: Leaving directory '/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-2/output/build/sox-14.4.2/libgsm' Making install in src make[2]: Entering directory '/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-2/output/build/sox-14.4.2/src' make[3]: Entering directory '/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-2/output/build/sox-14.4.2/src' /bin/mkdir -p '/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-2/output/target/usr/lib' /bin/mkdir -p '/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-2/output/target/usr/include' /bin/bash ../libtool --silent --silent --mode=install /usr/bin/install -c libsox.la '/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-2/output/target/usr/lib' /usr/bin/install -c -m 644 sox.h '/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-2/output/target/usr/include' libtool: install: warning: remember to run `libtool --finish /usr/lib' /bin/mkdir -p '/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-2/output/target/usr/bin' /bin/bash ../libtool --silent --silent --mode=install /usr/bin/install -c sox '/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-2/output/target/usr/bin' /usr/bin/make install-exec-hook make[4]: Entering directory '/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-2/output/build/sox-14.4.2/src' if test "yes" = "yes"; then \ cd /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-2/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/rclinux/rc-buildroot-test/scripts/instance-2/output/target/usr/bin; rm -f soxi; ln -s sox soxi; \ fi make[4]: Leaving directory '/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-2/output/build/sox-14.4.2/src' make[3]: Leaving directory '/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-2/output/build/sox-14.4.2/src' make[2]: Leaving directory '/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-2/output/build/sox-14.4.2/src' make[2]: Entering directory '/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-2/output/build/sox-14.4.2' make[3]: Entering directory '/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-2/output/build/sox-14.4.2' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-2/output/target/usr/share/man/man1' /bin/mkdir -p '/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-2/output/target/usr/share/man/man3' /bin/mkdir -p '/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-2/output/target/usr/share/man/man7' /bin/mkdir -p '/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-2/output/target/usr/lib/pkgconfig' /usr/bin/install -c -m 644 sox.1 soxi.1 '/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-2/output/target/usr/share/man/man1' /usr/bin/install -c -m 644 sox.pc '/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-2/output/target/usr/lib/pkgconfig' /usr/bin/install -c -m 644 libsox.3 '/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-2/output/target/usr/share/man/man3' /usr/bin/install -c -m 644 soxformat.7 '/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-2/output/target/usr/share/man/man7' /usr/bin/make install-data-hook make[4]: Entering directory '/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-2/output/build/sox-14.4.2' cd /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-2/output/target/usr/share/man/man1 && rm -f play.1 && ln -s sox.1 play.1 cd /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-2/output/target/usr/share/man/man1 && rm -f rec.1 && ln -s sox.1 rec.1 cd /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-2/output/target/usr/share/man/man7 && rm -f soxeffect.7 && ln -s ../man1/sox.1 soxeffect.7 make[4]: Leaving directory '/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-2/output/build/sox-14.4.2' make[3]: Leaving directory '/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-2/output/build/sox-14.4.2' make[2]: Leaving directory '/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-2/output/build/sox-14.4.2' make[1]: Leaving directory '/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-2/output/build/sox-14.4.2' xxhash-r40.tar.gz: OK (sha256: 9743539ed787ea9bd5bb348265cebdd5adcbf820ad329bf44c28bc69ab4c7cd8) >>> xxhash r40 Extracting gzip -d -c /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-2/dl/xxhash-r40.tar.gz | tar --strip-components=1 -C /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-2/output/build/xxhash-r40 -xf - >>> xxhash r40 Patching >>> xxhash r40 Configuring >>> xxhash r40 Building PATH="/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-2/output/host/bin:/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-2/output/host/sbin:/usr/bin:/bin" PATH="/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-2/output/host/bin:/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-2/output/host/sbin:/usr/bin:/bin" AR="/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-2/output/host/bin/m68k-linux-ar" AS="/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-2/output/host/bin/m68k-linux-as" LD="/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-2/output/host/bin/m68k-linux-ld" NM="/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-2/output/host/bin/m68k-linux-nm" CC="/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-2/output/host/bin/m68k-linux-gcc" GCC="/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-2/output/host/bin/m68k-linux-gcc" CPP="/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-2/output/host/bin/m68k-linux-cpp" CXX="/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-2/output/host/bin/m68k-linux-g++" FC="/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-2/output/host/bin/m68k-linux-gfortran" F77="/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-2/output/host/bin/m68k-linux-gfortran" RANLIB="/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-2/output/host/bin/m68k-linux-ranlib" READELF="/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-2/output/host/bin/m68k-linux-readelf" STRIP="/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-2/output/host/bin/m68k-linux-strip" OBJCOPY="/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-2/output/host/bin/m68k-linux-objcopy" OBJDUMP="/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-2/output/host/bin/m68k-linux-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-2/output/host/include" CFLAGS_FOR_BUILD="-O2 -I/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-2/output/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-2/output/host/include" LDFLAGS_FOR_BUILD="-L/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-2/output/host/lib -Wl,-rpath,/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-2/output/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-2/output/host/bin/m68k-linux-as" DEFAULT_LINKER="/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-2/output/host/bin/m68k-linux-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -Wl,-elf2flt -static" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -Wl,-elf2flt -static -Wl,-elf2flt -static" LDFLAGS=" -Wl,-elf2flt -static" FCFLAGS=" -Os -Wl,-elf2flt -static" FFLAGS=" -Os -Wl,-elf2flt -static" PKG_CONFIG="/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-2/output/host/bin/pkg-config" STAGING_DIR="/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-2/output/host/m68k-buildroot-uclinux-uclibc/sysroot" INTLTOOL_PERL=/usr/bin/perl /usr/bin/make -j5 -C /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-2/output/build/xxhash-r40 xxhsum make[1]: Entering directory '/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-2/output/build/xxhash-r40' /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-2/output/host/bin/m68k-linux-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -Wl,-elf2flt -static -std=c99 -Wall -Wextra -Wundef -Wshadow -Wcast-qual -Wcast-align -Wstrict-prototypes -pedantic -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wl,-elf2flt -static xxhash.c xxhsum.c -o xxhsum xxhsum.c:35:0: warning: "_LARGEFILE64_SOURCE" redefined #define _LARGEFILE64_SOURCE :0:0: note: this is the location of the previous definition ln -sf xxhsum xxh32sum ln -sf xxhsum xxh64sum make[1]: Leaving directory '/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-2/output/build/xxhash-r40' >>> xxhash r40 Installing to target /usr/bin/install -m 0755 -D /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-2/output/build/xxhash-r40/xxhsum /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-2/output/target/usr/bin/xxhsum >>> Finalizing target directory # Check files that are touched by more than one package ./support/scripts/check-uniq-files -t target /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-2/output/build/packages-file-list.txt Warning: target file "./usr/share/info/dir" is touched by more than one package: ['enscript', 'parted'] ./support/scripts/check-uniq-files -t staging /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-2/output/build/packages-file-list-staging.txt Warning: staging file "./usr/share/info/dir" is touched by more than one package: ['libuio', 'parted'] ./support/scripts/check-uniq-files -t host /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-2/output/build/packages-file-list-host.txt Warning: host file "./share/info/dir" is touched by more than one package: ['host-lzip', 'host-m4', 'host-libtool', 'host-autoconf', 'host-automake', 'host-gettext', 'host-bison'] rm -rf /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-2/output/target/usr/share/lua/5.3/doc rm -rf /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-2/output/target/usr/lib/luarocks mkdir -p /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-2/output/target/etc echo "buildroot" > /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-2/output/target/etc/hostname /bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-2/output/target/etc/hosts mkdir -p /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-2/output/target/etc echo "Welcome to Buildroot" > /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-2/output/target/etc/issue /bin/sed -i -e s,^root:[^:]*:,root::, /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-2/output/target/etc/shadow rm -f /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-2/output/target/bin/sh rm -f /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-2/output/build/locales.nopurge for i in C en_US locale-archive; do echo $i >> /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-2/output/build/locales.nopurge; done for dir in ; do for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-2/output/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-2/output/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-2/output/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-2/output/target/usr/share/X11/locale/locale.dir; fi rm -rf /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-2/output/target/usr/include /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-2/output/target/usr/share/aclocal \ /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-2/output/target/usr/lib/pkgconfig /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-2/output/target/usr/share/pkgconfig \ /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-2/output/target/usr/lib/cmake /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-2/output/target/usr/share/cmake find /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-2/output/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-2/output/target/lib/ /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-2/output/target/usr/lib/ /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-2/output/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' \) -print0 | xargs -0 rm -f find: '/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-2/output/target/usr/libexec/': No such file or directory rm -rf /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-2/output/target/usr/share/gdb rm -rf /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-2/output/target/usr/share/bash-completion rm -rf /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-2/output/target/usr/share/zsh rm -rf /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-2/output/target/usr/man /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-2/output/target/usr/share/man rm -rf /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-2/output/target/usr/info /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-2/output/target/usr/share/info rm -rf /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-2/output/target/usr/doc /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-2/output/target/usr/share/doc rm -rf /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-2/output/target/usr/share/gtk-doc rmdir /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-2/output/target/usr/share 2>/dev/null || true find /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-2/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/rclinux/rc-buildroot-test/scripts/instance-2/output/host/bin/m68k-linux-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-2/output/target/lib/ -type f -name 'libpthread*.so*' | \ xargs -r /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-2/output/host/bin/m68k-linux-strip --remove-section=.comment --remove-section=.note --strip-debug find /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-2/output/target/lib/ -type f -name 'ld-*.so*' | \ xargs -r /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-2/output/host/bin/m68k-linux-strip --remove-section=.comment --remove-section=.note --strip-debug test -f /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-2/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/rclinux/rc-buildroot-test/scripts/instance-2/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/rclinux/rc-buildroot-test/scripts/instance-2/output/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2018.02-rc3-00035-gb1aa2148b0"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2018.02-rc3"; \ echo "PRETTY_NAME=\"Buildroot 2018.02-rc3\"" \ ) > /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-2/output/target/usr/lib/os-release ln -sf ../usr/lib/os-release /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-2/output/target/etc >>> Sanitizing RPATH in target tree /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-2/buildroot/support/scripts/fix-rpath target make: Leaving directory '/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-2/buildroot' make: Entering directory '/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-2/buildroot' >>> Buildroot 2018.02-rc3-00035-gb1aa2148b0 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-none Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain-external-custom Collecting legal info >>> toolchain Collecting legal info >>> argp-standalone 1.3 Collecting legal info >>> 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 >>> bitstream 1.2 Collecting legal info ERROR: No hash found for COPYING >>> bootutils 1.0.0 Collecting legal info ERROR: No hash found for COPYING >>> bzip2 1.0.6 Collecting legal info ERROR: No hash found for LICENSE >>> 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.8.1 Collecting legal info docs/LICENSE.TXT: OK (sha256: fd056de4196903a676208ef58cfddafc7d583d1f28fa2e44c309cf84a59e62fb) docs/FTL.TXT: OK (sha256: 4a9a548027a2c1d37788519dea833294c9c81f1ebc280e817f41f50d0c642d78) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> 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) >>> 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 >>> pixman 0.34.0 Collecting legal info ERROR: No hash found for COPYING >>> cgic 2.07 Collecting legal info ERROR: No hash found for license.txt >>> dos2unix 7.4.0 Collecting legal info COPYING.txt: OK (sha256: 49224e841621b52a72aa38d8ac895a396cd3fa1395190bdfc9252378001eb3c0) >>> host-dosfstools 4.1 Collecting legal info ERROR: No hash found for COPYING >>> enscript 1.6.6 Collecting legal info ERROR: No hash found for COPYING >>> eventlog 0.2.12 Collecting legal info ERROR: No hash found for COPYING >>> explorercanvas aa989ea9d9bac748638f7c66b0fc88e619715da6 Collecting legal info ERROR: No hash found for COPYING >>> hicolor-icon-theme 0.15 Collecting legal info ERROR: No hash found for COPYING >>> hiredis v0.13.3 Collecting legal info COPYING: OK (sha256: dca05ce8fc87a8261783b4aed0deef8becc9350b6aa770bc714d0c1833b896eb) >>> i2c-tools 4.0 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> iptables 1.6.1 Collecting legal info ERROR: No hash found for COPYING >>> libnfnetlink 1.0.1 Collecting legal info ERROR: No hash found for COPYING >>> jsmn 6021415cc75e7922d45b12935f56348b064d8a7f Collecting legal info ERROR: No hash found for LICENSE >>> libarchive 3.3.2 Collecting legal info ERROR: No hash found for COPYING >>> openssl Collecting legal info >>> libopenssl 1.0.2n Collecting legal info LICENSE: OK (sha256: 9ee37d72966bb4a841343f0606ce44d41b3eae4df4285200c5a8ddc2b935992a) >>> xz 5.2.3 Collecting legal info ERROR: No hash found for COPYING.GPLv2 ERROR: No hash found for COPYING.GPLv3 ERROR: No hash found for COPYING.LGPLv2.1 >>> libcoap v4.1.2 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for LICENSE.GPL ERROR: No hash found for LICENSE.BSD >>> libcurl 7.58.0 Collecting legal info COPYING: OK (sha256: 5f3849ec38ddb927e79f514bf948890c41b8d1407286a49609b8fb1585931095) >>> libdmtx 0.7.4 Collecting legal info ERROR: No hash found for LICENSE >>> libfastjson v0.99.4 Collecting legal info ERROR: No hash found for COPYING >>> libgta 1.0.8 Collecting legal info COPYING: OK (sha256: 36b6d3fa47916943fd5fec313c584784946047ec1337a78b440e5992cb595f89) >>> libilbc 829b08c7902ceb87a261279fabb36b6d523c6e07 Collecting legal info ERROR: No hash found for gips_iLBClicense.pdf >>> libkcapi 0.14.0 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING.gplv2 ERROR: No hash found for COPYING.bsd >>> libmnl 1.0.4 Collecting legal info ERROR: No hash found for COPYING >>> libnetfilter_log 1.0.1 Collecting legal info ERROR: No hash found for COPYING >>> libnetfilter_queue 1.0.2 Collecting legal info ERROR: No hash found for COPYING >>> libosip2 3.6.0 Collecting legal info ERROR: No hash found for COPYING >>> libsamplerate 0.1.9 Collecting legal info ERROR: No hash found for COPYING >>> libuio 940861de278cb794bf9d775b76a4d1d4f9108607 Collecting legal info ERROR: No hash found for COPYING >>> 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) >>> libxkbcommon 0.7.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) >>> lm-sensors 3.4.0 Collecting legal info ERROR: No hash found for COPYING.LGPL ERROR: No hash found for COPYING >>> lua 5.3.4 Collecting legal info ERROR: No hash found for doc/readme.html >>> mimic 1.1.0 Collecting legal info ERROR: No hash found for COPYING >>> mtd 2.0.1 Collecting legal info ERROR: No hash found for COPYING >>> parted 3.2 Collecting legal info ERROR: No hash found for COPYING >>> 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-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pixz 1.0.6 Collecting legal info ERROR: No hash found for LICENSE >>> read-edid 3.0.2 Collecting legal info ERROR: No hash found for LICENSE >>> rhash 1.3.4 Collecting legal info ERROR: No hash found for COPYING >>> sox 14.4.2 Collecting legal info ERROR: No hash found for LICENSE.GPL ERROR: No hash found for LICENSE.LGPL >>> xxhash r40 Collecting legal info ERROR: No hash found for LICENSE ERROR: No hash found for xxhsum.c WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-custom: cannot save license (TOOLCHAIN_EXTERNAL_CUSTOM_LICENSE_FILES not defined) WARNING: argp-standalone-1.3: cannot save license (ARGP_STANDALONE_LICENSE_FILES not defined) Legal info produced in /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-2/output/legal-info make: Leaving directory '/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-2/buildroot'