CC libsox_la-biquad.lo CC libsox_la-biquads.lo CC libsox_la-chorus.lo CC libsox_la-compand.lo CC libsox_la-compandt.lo CC libsox_la-contrast.lo CC libsox_la-dcshift.lo CC libsox_la-delay.lo CC libsox_la-dft_filter.lo CC libsox_la-dither.lo CC libsox_la-divide.lo CC libsox_la-downsample.lo In file included from dither.c:272:0: dither.h: In function 'flow_iir_4': 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:277:0: dither.h: In function 'flow_fir_5': 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:281:0: dither.h: In function 'flow_fir_9': 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:285:0: dither.h: In function 'flow_fir_15': 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:289:0: 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-earwax.lo 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-rate.lo CC libsox_la-remix.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 CC libsox_la-skeleff.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-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-spectrogram.lo CC libsox_la-raw-fmt.lo spectrogram.c: In function 'rdft_p': spectrogram.c:202:51: warning: right-hand operand of comma expression has no effect [-Wunused-value] #define _ re += in[i] * *q++, im += in[i++] * *q++, ^ spectrogram.c:208:46: note: in expansion of macro '_' for (i = 0; i < (n & ~7);) _ _ _ _ _ _ _ _ 0; ^ spectrogram.c:202:51: warning: right-hand operand of comma expression has no effect [-Wunused-value] #define _ re += in[i] * *q++, im += in[i++] * *q++, ^ spectrogram.c:209:19: note: in expansion of macro '_' while (i < n) _ 0; ^ CC libsox_la-s1-fmt.lo CC libsox_la-s3-fmt.lo CC libsox_la-s2-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 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-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 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 CC example1.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]), ^~~~~~~~~~ CC example2.o 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 example3.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 example2 CCLD example1 CCLD sox 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/peko/autobuild/instance-0/output/build/sox-14.4.2/src' make[3]: Leaving directory '/home/peko/autobuild/instance-0/output/build/sox-14.4.2/src' make[2]: Leaving directory '/home/peko/autobuild/instance-0/output/build/sox-14.4.2/src' make[2]: Entering directory '/home/peko/autobuild/instance-0/output/build/sox-14.4.2' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/home/peko/autobuild/instance-0/output/build/sox-14.4.2' make[1]: Leaving directory '/home/peko/autobuild/instance-0/output/build/sox-14.4.2' >>> sox 14.4.2 Installing to target PATH="/home/peko/autobuild/instance-0/output/host/bin:/home/peko/autobuild/instance-0/output/host/sbin:/home/peko/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/home/peko/bin:/home/peko/bin" /usr/bin/make -j6 DESTDIR=/home/peko/autobuild/instance-0/output/target install -C /home/peko/autobuild/instance-0/output/build/sox-14.4.2/ make[1]: Entering directory '/home/peko/autobuild/instance-0/output/build/sox-14.4.2' Making install in lpc10 make[2]: Entering directory '/home/peko/autobuild/instance-0/output/build/sox-14.4.2/lpc10' make[3]: Entering directory '/home/peko/autobuild/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/peko/autobuild/instance-0/output/build/sox-14.4.2/lpc10' make[2]: Leaving directory '/home/peko/autobuild/instance-0/output/build/sox-14.4.2/lpc10' Making install in libgsm make[2]: Entering directory '/home/peko/autobuild/instance-0/output/build/sox-14.4.2/libgsm' make[3]: Entering directory '/home/peko/autobuild/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/peko/autobuild/instance-0/output/build/sox-14.4.2/libgsm' make[2]: Leaving directory '/home/peko/autobuild/instance-0/output/build/sox-14.4.2/libgsm' Making install in src make[2]: Entering directory '/home/peko/autobuild/instance-0/output/build/sox-14.4.2/src' make[3]: Entering directory '/home/peko/autobuild/instance-0/output/build/sox-14.4.2/src' /bin/mkdir -p '/home/peko/autobuild/instance-0/output/target/usr/lib' /bin/mkdir -p '/home/peko/autobuild/instance-0/output/target/usr/include' /bin/bash ../libtool --silent --silent --mode=install /usr/bin/install -c libsox.la '/home/peko/autobuild/instance-0/output/target/usr/lib' /usr/bin/install -c -m 644 sox.h '/home/peko/autobuild/instance-0/output/target/usr/include' libtool: install: warning: remember to run `libtool --finish /usr/lib' /bin/mkdir -p '/home/peko/autobuild/instance-0/output/target/usr/bin' /bin/bash ../libtool --silent --silent --mode=install /usr/bin/install -c sox '/home/peko/autobuild/instance-0/output/target/usr/bin' /usr/bin/make install-exec-hook make[4]: Entering directory '/home/peko/autobuild/instance-0/output/build/sox-14.4.2/src' if test "yes" = "yes"; then \ cd /home/peko/autobuild/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/peko/autobuild/instance-0/output/target/usr/bin; rm -f soxi; ln -s sox soxi; \ fi make[4]: Leaving directory '/home/peko/autobuild/instance-0/output/build/sox-14.4.2/src' make[3]: Leaving directory '/home/peko/autobuild/instance-0/output/build/sox-14.4.2/src' make[2]: Leaving directory '/home/peko/autobuild/instance-0/output/build/sox-14.4.2/src' make[2]: Entering directory '/home/peko/autobuild/instance-0/output/build/sox-14.4.2' make[3]: Entering directory '/home/peko/autobuild/instance-0/output/build/sox-14.4.2' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/home/peko/autobuild/instance-0/output/target/usr/share/man/man1' /bin/mkdir -p '/home/peko/autobuild/instance-0/output/target/usr/share/man/man3' /bin/mkdir -p '/home/peko/autobuild/instance-0/output/target/usr/lib/pkgconfig' /bin/mkdir -p '/home/peko/autobuild/instance-0/output/target/usr/share/man/man7' /usr/bin/install -c -m 644 sox.pc '/home/peko/autobuild/instance-0/output/target/usr/lib/pkgconfig' /usr/bin/install -c -m 644 sox.1 soxi.1 '/home/peko/autobuild/instance-0/output/target/usr/share/man/man1' /usr/bin/install -c -m 644 soxformat.7 '/home/peko/autobuild/instance-0/output/target/usr/share/man/man7' /usr/bin/install -c -m 644 libsox.3 '/home/peko/autobuild/instance-0/output/target/usr/share/man/man3' /usr/bin/make install-data-hook make[4]: Entering directory '/home/peko/autobuild/instance-0/output/build/sox-14.4.2' cd /home/peko/autobuild/instance-0/output/target/usr/share/man/man1 && rm -f play.1 && ln -s sox.1 play.1 cd /home/peko/autobuild/instance-0/output/target/usr/share/man/man1 && rm -f rec.1 && ln -s sox.1 rec.1 cd /home/peko/autobuild/instance-0/output/target/usr/share/man/man7 && rm -f soxeffect.7 && ln -s ../man1/sox.1 soxeffect.7 make[4]: Leaving directory '/home/peko/autobuild/instance-0/output/build/sox-14.4.2' make[3]: Leaving directory '/home/peko/autobuild/instance-0/output/build/sox-14.4.2' make[2]: Leaving directory '/home/peko/autobuild/instance-0/output/build/sox-14.4.2' make[1]: Leaving directory '/home/peko/autobuild/instance-0/output/build/sox-14.4.2' statserial-1.1.tar.gz: OK (sha256: 40cf3bd506852942aa98f468c90ed4ea66dbd343b93efacd40d617b55caf3967) >>> statserial 1.1 Extracting gzip -d -c /home/peko/autobuild/instance-0/dl/statserial/statserial-1.1.tar.gz | tar --strip-components=1 -C /home/peko/autobuild/instance-0/output/build/statserial-1.1 -xf - >>> statserial 1.1 Patching Applying 0001-ncurses-link.patch using patch: patching file Makefile >>> statserial 1.1 Configuring >>> statserial 1.1 Building PATH="/home/peko/autobuild/instance-0/output/host/bin:/home/peko/autobuild/instance-0/output/host/sbin:/home/peko/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/home/peko/bin:/home/peko/bin" /usr/bin/make -j6 CC="/home/peko/autobuild/instance-0/output/host/bin/arm-linux-gcc" LD="/home/peko/autobuild/instance-0/output/host/bin/arm-linux-gcc" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -Wl,-elf2flt -static" LDFLAGS=" -Wl,-elf2flt -static" -C /home/peko/autobuild/instance-0/output/build/statserial-1.1 make[1]: Entering directory '/home/peko/autobuild/instance-0/output/build/statserial-1.1' /home/peko/autobuild/instance-0/output/host/bin/arm-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -Wl,-elf2flt -static -c statserial.c /home/peko/autobuild/instance-0/output/host/bin/arm-linux-gcc -Wl,-elf2flt -static -o statserial statserial.o -lncurses make[1]: Leaving directory '/home/peko/autobuild/instance-0/output/build/statserial-1.1' >>> statserial 1.1 Installing to target /usr/bin/install -D -m 0755 /home/peko/autobuild/instance-0/output/build/statserial-1.1/statserial /home/peko/autobuild/instance-0/output/target/usr/bin/statserial >>> Finalizing target directory # Check files that are touched by more than one package ./support/scripts/check-uniq-files -t target /home/peko/autobuild/instance-0/output/build/packages-file-list.txt ./support/scripts/check-uniq-files -t staging /home/peko/autobuild/instance-0/output/build/packages-file-list-staging.txt Warning: staging file "./usr/lib/libgccpp.la" is touched by more than one package: [u'bdwgc', u'expat', u'libzlib', u'libpng', u'freetype', u'fontconfig', u'pixman', u'cairo', u'libjpeg', u'libcgicc', u'libmnl', u'libnetfilter_acct', u'libopenssl', u'libssh2', u'libsvg', u'libsvg-cairo', u'libtommath', u'ncurses'] Warning: staging file "./usr/lib/libpng.la" is touched by more than one package: [u'libpng', u'freetype', u'fontconfig', u'pixman', u'cairo', u'libjpeg', u'libcgicc', u'libmnl', u'libnetfilter_acct', u'libopenssl', u'libssh2', u'libsvg', u'libsvg-cairo', u'libtommath', u'ncurses'] Warning: staging file "./usr/lib/libssh2.la" is touched by more than one package: [u'libssh2', u'libsvg', u'libsvg-cairo', u'libtommath', u'ncurses'] Warning: staging file "./usr/lib/libjpeg.la" is touched by more than one package: [u'libjpeg', u'libcgicc', u'libmnl', u'libnetfilter_acct', u'libopenssl', u'libssh2', u'libsvg', u'libsvg-cairo', u'libtommath', u'ncurses'] Warning: staging file "./usr/lib/libfreetype.la" is touched by more than one package: [u'freetype', u'fontconfig', u'pixman', u'cairo', u'libjpeg', u'libcgicc', u'libmnl', u'libnetfilter_acct', u'libopenssl', u'libssh2', u'libsvg', u'libsvg-cairo', u'libtommath', u'ncurses'] Warning: staging file "./usr/lib/libpng16.la" is touched by more than one package: [u'libpng', u'freetype', u'fontconfig', u'pixman', u'cairo', u'libjpeg', u'libcgicc', u'libmnl', u'libnetfilter_acct', u'libopenssl', u'libssh2', u'libsvg', u'libsvg-cairo', u'libtommath', u'ncurses'] Warning: staging file "./usr/lib/libgc.la" is touched by more than one package: [u'bdwgc', u'expat', u'libzlib', u'libpng', u'freetype', u'fontconfig', u'pixman', u'cairo', u'libjpeg', u'libcgicc', u'libmnl', u'libnetfilter_acct', u'libopenssl', u'libssh2', u'libsvg', u'libsvg-cairo', u'libtommath', u'ncurses'] Warning: staging file "./usr/lib/libsvg-cairo.la" is touched by more than one package: [u'libsvg-cairo', u'libtommath', u'ncurses'] Warning: staging file "./usr/lib/libcgicc.la" is touched by more than one package: [u'libcgicc', u'libmnl', u'libnetfilter_acct', u'libopenssl', u'libssh2', u'libsvg', u'libsvg-cairo', u'libtommath', u'ncurses'] Warning: staging file "./usr/lib/libsvg.la" is touched by more than one package: [u'libsvg', u'libsvg-cairo', u'libtommath', u'ncurses'] Warning: staging file "./usr/lib/libatomic_ops_gpl.la" is touched by more than one package: [u'libatomic_ops', u'bdwgc', u'expat', u'libzlib', u'libpng', u'freetype', u'fontconfig', u'pixman', u'cairo', u'libjpeg', u'libcgicc', u'libmnl', u'libnetfilter_acct', u'libopenssl', u'libssh2', u'libsvg', u'libsvg-cairo', u'libtommath', u'ncurses'] Warning: staging file "./usr/lib/libatomic_ops.la" is touched by more than one package: [u'libatomic_ops', u'bdwgc', u'expat', u'libzlib', u'libpng', u'freetype', u'fontconfig', u'pixman', u'cairo', u'libjpeg', u'libcgicc', u'libmnl', u'libnetfilter_acct', u'libopenssl', u'libssh2', u'libsvg', u'libsvg-cairo', u'libtommath', u'ncurses'] Warning: staging file "./usr/lib/libexpat.la" is touched by more than one package: [u'expat', u'libzlib', u'libpng', u'freetype', u'fontconfig', u'pixman', u'cairo', u'libjpeg', u'libcgicc', u'libmnl', u'libnetfilter_acct', u'libopenssl', u'libssh2', u'libsvg', u'libsvg-cairo', u'libtommath', u'ncurses'] Warning: staging file "./usr/lib/libcairo.la" is touched by more than one package: [u'cairo', u'libjpeg', u'libcgicc', u'libmnl', u'libnetfilter_acct', u'libopenssl', u'libssh2', u'libsvg', u'libsvg-cairo', u'libtommath', u'ncurses'] Warning: staging file "./usr/lib/libmnl.la" is touched by more than one package: [u'libmnl', u'libnetfilter_acct', u'libopenssl', u'libssh2', u'libsvg', u'libsvg-cairo', u'libtommath', u'ncurses'] Warning: staging file "./usr/lib/libpixman-1.la" is touched by more than one package: [u'pixman', u'cairo', u'libjpeg', u'libcgicc', u'libmnl', u'libnetfilter_acct', u'libopenssl', u'libssh2', u'libsvg', u'libsvg-cairo', u'libtommath', u'ncurses'] Warning: staging file "./usr/lib/libnetfilter_acct.la" is touched by more than one package: [u'libnetfilter_acct', u'libopenssl', u'libssh2', u'libsvg', u'libsvg-cairo', u'libtommath', u'ncurses'] Warning: staging file "./usr/lib/libfontconfig.la" is touched by more than one package: [u'fontconfig', u'pixman', u'cairo', u'libjpeg', u'libcgicc', u'libmnl', u'libnetfilter_acct', u'libopenssl', u'libssh2', u'libsvg', u'libsvg-cairo', u'libtommath', u'ncurses'] Warning: staging file "./usr/lib/libcord.la" is touched by more than one package: [u'bdwgc', u'expat', u'libzlib', u'libpng', u'freetype', u'fontconfig', u'pixman', u'cairo', u'libjpeg', u'libcgicc', u'libmnl', u'libnetfilter_acct', u'libopenssl', u'libssh2', u'libsvg', u'libsvg-cairo', u'libtommath', u'ncurses'] ./support/scripts/check-uniq-files -t host /home/peko/autobuild/instance-0/output/build/packages-file-list-host.txt /bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~console::respawn:/sbin/getty -L console 0 vt100 #~' /home/peko/autobuild/instance-0/output/target/etc/inittab /bin/sed -i -e '/^#.*-o remount,rw \/$/s~^#\+~~' /home/peko/autobuild/instance-0/output/target/etc/inittab if grep -q CONFIG_ASH=y ./.config; then grep -qsE '^/bin/ash$' /home/peko/autobuild/instance-0/output/target/etc/shells || echo "/bin/ash" >> /home/peko/autobuild/instance-0/output/target/etc/shells; fi if grep -q CONFIG_HUSH=y ./.config; then grep -qsE '^/bin/hush$' /home/peko/autobuild/instance-0/output/target/etc/shells || echo "/bin/hush" >> /home/peko/autobuild/instance-0/output/target/etc/shells; fi mkdir -p /home/peko/autobuild/instance-0/output/target/etc echo "buildroot" > /home/peko/autobuild/instance-0/output/target/etc/hostname /bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/peko/autobuild/instance-0/output/target/etc/hosts mkdir -p /home/peko/autobuild/instance-0/output/target/etc echo "Welcome to Buildroot" > /home/peko/autobuild/instance-0/output/target/etc/issue /bin/sed -i -e s,^root:[^:]*:,root::, /home/peko/autobuild/instance-0/output/target/etc/shadow rm -f /home/peko/autobuild/instance-0/output/target/bin/sh rm -f /home/peko/autobuild/instance-0/output/build/locales.nopurge for i in C en_US locale-archive; do echo $i >> /home/peko/autobuild/instance-0/output/build/locales.nopurge; done for dir in ; do for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /home/peko/autobuild/instance-0/output/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /home/peko/autobuild/instance-0/output/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /home/peko/autobuild/instance-0/output/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /home/peko/autobuild/instance-0/output/target/usr/share/X11/locale/locale.dir; fi rm -rf /home/peko/autobuild/instance-0/output/target/usr/include /home/peko/autobuild/instance-0/output/target/usr/share/aclocal \ /home/peko/autobuild/instance-0/output/target/usr/lib/pkgconfig /home/peko/autobuild/instance-0/output/target/usr/share/pkgconfig \ /home/peko/autobuild/instance-0/output/target/usr/lib/cmake /home/peko/autobuild/instance-0/output/target/usr/share/cmake find /home/peko/autobuild/instance-0/output/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/peko/autobuild/instance-0/output/target/lib/ /home/peko/autobuild/instance-0/output/target/usr/lib/ /home/peko/autobuild/instance-0/output/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' \) -print0 | xargs -0 rm -f find: '/home/peko/autobuild/instance-0/output/target/usr/libexec/': No such file or directory rm -rf /home/peko/autobuild/instance-0/output/target/usr/share/gdb rm -rf /home/peko/autobuild/instance-0/output/target/usr/share/bash-completion rm -rf /home/peko/autobuild/instance-0/output/target/usr/share/zsh rm -rf /home/peko/autobuild/instance-0/output/target/usr/man /home/peko/autobuild/instance-0/output/target/usr/share/man rm -rf /home/peko/autobuild/instance-0/output/target/usr/info /home/peko/autobuild/instance-0/output/target/usr/share/info rm -rf /home/peko/autobuild/instance-0/output/target/usr/doc /home/peko/autobuild/instance-0/output/target/usr/share/doc rm -rf /home/peko/autobuild/instance-0/output/target/usr/share/gtk-doc rmdir /home/peko/autobuild/instance-0/output/target/usr/share 2>/dev/null || true find /home/peko/autobuild/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/peko/autobuild/instance-0/output/host/bin/arm-linux-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/peko/autobuild/instance-0/output/target/lib/ -type f -name 'libpthread*.so*' | \ xargs -r /home/peko/autobuild/instance-0/output/host/bin/arm-linux-strip --remove-section=.comment --remove-section=.note --strip-debug find /home/peko/autobuild/instance-0/output/target/lib/ -type f -name 'ld-*.so*' | \ xargs -r /home/peko/autobuild/instance-0/output/host/bin/arm-linux-strip --remove-section=.comment --remove-section=.note --strip-debug test -f /home/peko/autobuild/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/peko/autobuild/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/peko/autobuild/instance-0/output/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2018.11-rc2-00027-ga554109af8"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2018.11-rc2"; \ echo "PRETTY_NAME=\"Buildroot 2018.11-rc2\"" \ ) > /home/peko/autobuild/instance-0/output/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/peko/autobuild/instance-0/output/target/etc >>> Sanitizing RPATH in target tree /home/peko/autobuild/instance-0/buildroot/support/scripts/fix-rpath target touch /home/peko/autobuild/instance-0/output/target/usr make: Leaving directory '/home/peko/autobuild/instance-0/buildroot' make: Entering directory '/home/peko/autobuild/instance-0/buildroot' >>> Buildroot 2018.11-rc2-00027-ga554109af8 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-external Collecting legal info >>> host-lzip 1.20 Collecting legal info COPYING: OK (sha256: 3d77c1a58fbde5ddba612d1fe09965e20a3804953eca12e8c1892298bb8a5eef) >>> host-skeleton Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain-external-custom Collecting legal info >>> toolchain Collecting legal info >>> bdwgc 8.0.0 Collecting legal info README.QUICK: OK (sha256: aeeaabbf44e67d413e18719f0c6ac9c23387ab0b33e7a15ee46cf59ddef12cc7) >>> 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) >>> host-pkgconf 0.9.12 Collecting legal info ERROR: No hash found for COPYING >>> libatomic_ops v7.6.6 Collecting legal info doc/LICENSING.txt: OK (sha256: f0e630c0ca489767033da5a0c869fb4231db522c5ff479ce55a853a923a00f69) COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> busybox 1.29.3 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) >>> cairo 1.15.12 Collecting legal info COPYING: OK (sha256: 67228a9f7c5f9b67c58f556f1be178f62da4d9e2e6285318d8c74d567255abdf) COPYING-LGPL-2.1: OK (sha256: 9e9e8608c4cdda51a78cc3a385f4ec9a2e4c96d5ecad74ac8bca5fca3e563b7d) COPYING-MPL-1.1: OK (sha256: 53692a2ed6c6a2c6ec9b32dd0b820dfae91e0a1fcdf625ca9ed0bdf8705fcc4f) >>> fontconfig 2.12.4 Collecting legal info ERROR: No hash found for COPYING >>> expat 2.2.6 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> freetype 2.9 Collecting legal info docs/LICENSE.TXT: OK (sha256: fd056de4196903a676208ef58cfddafc7d583d1f28fa2e44c309cf84a59e62fb) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> libpng 1.6.34 Collecting legal info LICENSE: OK (sha256: a247c24f82bacf0403fe2f3d5550493a91cdb575fe7036b764bda8cacf3efd9c) >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> host-gperf 3.0.4 Collecting legal info ERROR: No hash found for COPYING >>> pixman 0.34.0 Collecting legal info ERROR: No hash found for COPYING >>> host-dfu-util 0.9 Collecting legal info ERROR: No hash found for COPYING >>> host-libusb 1.0.22 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> dvbsnoop 1.4.50 Collecting legal info ERROR: No hash found for COPYING >>> initscripts Collecting legal info >>> jpeg Collecting legal info >>> libjpeg 9c Collecting legal info README: OK (sha256: 31f366acfb6259456d9046eb7f16875e387f8bf029d37ac4c4397bf63f22fd6b) >>> libcgicc 3.2.19 Collecting legal info COPYING.LIB: OK (sha256: a2e480f5e8afd7c587a3c0ac2ed3b73ed4b10fa3a553dea26e7b661c7cedda72) COPYING.DOC: OK (sha256: 0fd15977dc962abf3eced509b1cf5356f9784939742d67a635671141023a11da) >>> libmnl 1.0.4 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnetfilter_acct 1.0.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libopenssl 1.0.2p Collecting legal info LICENSE: OK (sha256: c8f60f4842bbad0353f5d81620e72b168b5638ca3a0a999f5da113b22491612e) >>> libssh2 8b870ad771cbd9cd29edbb3dbb0878e950f868ab Collecting legal info COPYING: OK (sha256: e15ed284a15e80115467d6d7f030f0d89d8fabbecd78fb6e0f861f0cfc128fd9) >>> openssl Collecting legal info >>> libsvg-cairo 0.1.6 Collecting legal info ERROR: No hash found for COPYING >>> libsvg 0.1.4 Collecting legal info ERROR: No hash found for COPYING >>> libtommath 1.0.1 Collecting legal info ERROR: No hash found for LICENSE >>> 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 >>> nfacct 1.0.2 Collecting legal info ERROR: No hash found for COPYING >>> host-omap-u-boot-utils 3f07426cddc0be9e24702e7aacc7574ddd7fba28 Collecting legal info ERROR: No hash found for COPYING >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> sox 14.4.2 Collecting legal info ERROR: No hash found for LICENSE.GPL ERROR: No hash found for LICENSE.LGPL >>> statserial 1.1 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) Legal info produced in /home/peko/autobuild/instance-0/output/legal-info make: Leaving directory '/home/peko/autobuild/instance-0/buildroot'