^~~~~~~~~~~~~~~~~~ voc.c:653:7: note: here case VOC_TEXT: ^~~~ 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 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); ~~^ ~~~~ %lld 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); ~~^ ~~~~ %lld 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)); ~~^ ~~~~~~~~~~~~ %lld 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); ~~^ ~~~~ %lld 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); ~~^ %lld 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); ~~^ %lld 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", ~~^ %llu 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); ~~^ %lld wav.c: In function 'startwrite': wav.c:1264:13: warning: this statement may fall through [-Wimplicit-fallthrough=] lsx_ima_init_table(); ^~~~~~~~~~~~~~~~~~~~ wav.c:1266:9: note: here case WAVE_FORMAT_ADPCM: ^~~~ CC libsox_la-xa.lo CC libsox_la-nulfile.lo CC libsox_la-f4-fmt.lo In file included from util.h:32:0, from sox_i.h:27, from xa.c:23: xa.c: In function 'startread': xmalloc.h:27:30: warning: '*' in boolean context, suggest '&&' instead [-Wint-in-bool-context] #define lsx_calloc(n,s) (((n)*(s))? memset(lsx_malloc((n)*(s)),0,(n)*(s)) : NULL) ~~~~^~~~~ xa.c:175:15: note: in expansion of macro 'lsx_calloc' xa->buf = lsx_calloc(1, (size_t)xa->blockSize); ^~~~~~~~~~ xmalloc.h:27:30: warning: '*' in boolean context, suggest '&&' instead [-Wint-in-bool-context] #define lsx_calloc(n,s) (((n)*(s))? memset(lsx_malloc((n)*(s)),0,(n)*(s)) : NULL) ~~~~^~~~~ xa.c:178:17: note: in expansion of macro 'lsx_calloc' xa->state = lsx_calloc(sizeof(xa_state_t), ft->signal.channels); ^~~~~~~~~~ CC libsox_la-f8-fmt.lo CC libsox_la-gsrt.lo CC libsox_la-gsm.lo CC libsox_la-lpc10.lo CC libsox_la-mp3.lo CC libsox_la-oss.lo CC libsox_la-sndfile.lo mp3.c:189:26: warning: 'twolame_library_names' defined but not used [-Wunused-const-variable=] static const char* const twolame_library_names[] = ^~~~~~~~~~~~~~~~~~~~~ mp3.c:123:26: warning: 'lame_library_names' defined but not used [-Wunused-const-variable=] static const char* const lame_library_names[] = ^~~~~~~~~~~~~~~~~~ CC libsox_la-caf.lo In file included from sox_i.h:17:0, from oss.c:27: oss.c: In function 'ossread': oss.c:321:28: warning: passing argument 1 of '__bswap_32' as unsigned due to prototype [-Wtraditional-conversion] lsx_swapdw(((sox_int32_t*)pOutput)[i - 1]), ^ oss.c:321:17: note: in expansion of macro 'lsx_swapdw' lsx_swapdw(((sox_int32_t*)pOutput)[i - 1]), ^~~~~~~~~~ oss.c: In function 'osswrite': oss.c:396:25: warning: passing argument 1 of '__bswap_32' as unsigned due to prototype [-Wtraditional-conversion] lsx_swapdw(SOX_SAMPLE_TO_SIGNED_32BIT(pInput[i], cClips)); ^~~~~~~~~~ CC libsox_la-mat4.lo CC libsox_la-mat5.lo CC libsox_la-paf.lo CC libsox_la-fap.lo CC libsox_la-w64.lo CC libsox_la-xi.lo CC libsox_la-pvf.lo CC libsox_la-sd2.lo CC sox_sample_test.o CC example0.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 example1.o CC example2.o CC example3.o CC example4.o CC example5.o CC example6.o CCLD libsox.la CCLD sox_sample_test 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[4]: Nothing to be done for `all-am'. make[3]: Nothing to be done for `all-am'. >>> sox 14.4.2 Installing to target PATH="/home/buildroot/autobuild/run/instance-1/output/host/bin:/home/buildroot/autobuild/run/instance-1/output/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" /usr/bin/make -j4 DESTDIR=/home/buildroot/autobuild/run/instance-1/output/target install -C /home/buildroot/autobuild/run/instance-1/output/build/sox-14.4.2/ Making install in lpc10 make[4]: Nothing to be done for `install-exec-am'. make[4]: Nothing to be done for `install-data-am'. Making install in libgsm make[4]: Nothing to be done for `install-exec-am'. make[4]: Nothing to be done for `install-data-am'. Making install in src /bin/mkdir -p '/home/buildroot/autobuild/run/instance-1/output/target/usr/lib' /bin/sh ../libtool --silent --silent --mode=install /usr/bin/install -c libsox.la '/home/buildroot/autobuild/run/instance-1/output/target/usr/lib' /bin/mkdir -p '/home/buildroot/autobuild/run/instance-1/output/target/usr/include' /usr/bin/install -c -m 644 sox.h '/home/buildroot/autobuild/run/instance-1/output/target/usr/include' libtool: install: warning: remember to run `libtool --finish /usr/lib' /bin/mkdir -p '/home/buildroot/autobuild/run/instance-1/output/target/usr/bin' /bin/sh ../libtool --silent --silent --mode=install /usr/bin/install -c sox '/home/buildroot/autobuild/run/instance-1/output/target/usr/bin' /usr/bin/make install-exec-hook if test "yes" = "yes"; then \ cd /home/buildroot/autobuild/run/instance-1/output/target/usr/bin; rm -f play rec; ln -s sox play; ln -s sox rec; \ fi if test "yes" = "yes"; then \ cd /home/buildroot/autobuild/run/instance-1/output/target/usr/bin; rm -f soxi; ln -s sox soxi; \ fi make[4]: Nothing to be done for `install-exec-am'. /bin/mkdir -p '/home/buildroot/autobuild/run/instance-1/output/target/usr/share/man/man1' /bin/mkdir -p '/home/buildroot/autobuild/run/instance-1/output/target/usr/share/man/man3' /bin/mkdir -p '/home/buildroot/autobuild/run/instance-1/output/target/usr/share/man/man7' /bin/mkdir -p '/home/buildroot/autobuild/run/instance-1/output/target/usr/lib/pkgconfig' /usr/bin/install -c -m 644 sox.pc '/home/buildroot/autobuild/run/instance-1/output/target/usr/lib/pkgconfig' /usr/bin/install -c -m 644 sox.1 soxi.1 '/home/buildroot/autobuild/run/instance-1/output/target/usr/share/man/man1' /usr/bin/install -c -m 644 libsox.3 '/home/buildroot/autobuild/run/instance-1/output/target/usr/share/man/man3' /usr/bin/install -c -m 644 soxformat.7 '/home/buildroot/autobuild/run/instance-1/output/target/usr/share/man/man7' /usr/bin/make install-data-hook cd /home/buildroot/autobuild/run/instance-1/output/target/usr/share/man/man1 && rm -f play.1 && ln -s sox.1 play.1 cd /home/buildroot/autobuild/run/instance-1/output/target/usr/share/man/man1 && rm -f rec.1 && ln -s sox.1 rec.1 cd /home/buildroot/autobuild/run/instance-1/output/target/usr/share/man/man7 && rm -f soxeffect.7 && ln -s ../man1/sox.1 soxeffect.7 squashfs-e38956b92f738518c29734399629e7cdb33072d3.tar.gz: OK (sha256: bd0aa3011320b8ebee68aa406060de277bef16daf81bad5b9f70cbea6db1a779) >>> squashfs e38956b92f738518c29734399629e7cdb33072d3 Extracting gzip -d -c /home/buildroot/autobuild/run/instance-1/dl/squashfs/squashfs-e38956b92f738518c29734399629e7cdb33072d3.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/run/instance-1/output/build/squashfs-e38956b92f738518c29734399629e7cdb33072d3 -xf - >>> squashfs e38956b92f738518c29734399629e7cdb33072d3 Patching Applying 0001-include-sysmacros.patch using patch: patching file squashfs-tools/mksquashfs.c patching file squashfs-tools/unsquashfs.c >>> squashfs e38956b92f738518c29734399629e7cdb33072d3 Configuring >>> squashfs e38956b92f738518c29734399629e7cdb33072d3 Building PATH="/home/buildroot/autobuild/run/instance-1/output/host/bin:/home/buildroot/autobuild/run/instance-1/output/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" /usr/bin/make -j4 CC="/home/buildroot/autobuild/run/instance-1/output/host/bin/m68k-linux-gcc" EXTRA_CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fgnu89-inline" EXTRA_LDFLAGS="" XATTR_SUPPORT=1 LZ4_SUPPORT=0 LZMA_XZ_SUPPORT=0 XZ_SUPPORT=0 LZO_SUPPORT=0 ZSTD_SUPPORT=0 GZIP_SUPPORT=1 COMP_DEFAULT=gzip -C /home/buildroot/autobuild/run/instance-1/output/build/squashfs-e38956b92f738518c29734399629e7cdb33072d3/squashfs-tools/ /home/buildroot/autobuild/run/instance-1/output/host/bin/m68k-linux-gcc -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fgnu89-inline -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"gzip\" -Wall -DGZIP_SUPPORT -DXATTR_SUPPORT -DXATTR_DEFAULT -c -o mksquashfs.o mksquashfs.c /home/buildroot/autobuild/run/instance-1/output/host/bin/m68k-linux-gcc -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fgnu89-inline -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"gzip\" -Wall -DGZIP_SUPPORT -DXATTR_SUPPORT -DXATTR_DEFAULT -c -o read_fs.o read_fs.c /home/buildroot/autobuild/run/instance-1/output/host/bin/m68k-linux-gcc -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fgnu89-inline -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"gzip\" -Wall -DGZIP_SUPPORT -DXATTR_SUPPORT -DXATTR_DEFAULT -c -o action.o action.c /home/buildroot/autobuild/run/instance-1/output/host/bin/m68k-linux-gcc -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fgnu89-inline -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"gzip\" -Wall -DGZIP_SUPPORT -DXATTR_SUPPORT -DXATTR_DEFAULT -c -o swap.o swap.c /home/buildroot/autobuild/run/instance-1/output/host/bin/m68k-linux-gcc -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fgnu89-inline -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"gzip\" -Wall -DGZIP_SUPPORT -DXATTR_SUPPORT -DXATTR_DEFAULT -c -o pseudo.o pseudo.c /home/buildroot/autobuild/run/instance-1/output/host/bin/m68k-linux-gcc -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fgnu89-inline -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"gzip\" -Wall -DGZIP_SUPPORT -DXATTR_SUPPORT -DXATTR_DEFAULT -c -o compressor.o compressor.c /home/buildroot/autobuild/run/instance-1/output/host/bin/m68k-linux-gcc -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fgnu89-inline -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"gzip\" -Wall -DGZIP_SUPPORT -DXATTR_SUPPORT -DXATTR_DEFAULT -c -o sort.o sort.c /home/buildroot/autobuild/run/instance-1/output/host/bin/m68k-linux-gcc -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fgnu89-inline -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"gzip\" -Wall -DGZIP_SUPPORT -DXATTR_SUPPORT -DXATTR_DEFAULT -c -o progressbar.o progressbar.c /home/buildroot/autobuild/run/instance-1/output/host/bin/m68k-linux-gcc -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fgnu89-inline -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"gzip\" -Wall -DGZIP_SUPPORT -DXATTR_SUPPORT -DXATTR_DEFAULT -c -o read_file.o read_file.c /home/buildroot/autobuild/run/instance-1/output/host/bin/m68k-linux-gcc -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fgnu89-inline -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"gzip\" -Wall -DGZIP_SUPPORT -DXATTR_SUPPORT -DXATTR_DEFAULT -c -o info.o info.c /home/buildroot/autobuild/run/instance-1/output/host/bin/m68k-linux-gcc -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fgnu89-inline -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"gzip\" -Wall -DGZIP_SUPPORT -DXATTR_SUPPORT -DXATTR_DEFAULT -c -o restore.o restore.c /home/buildroot/autobuild/run/instance-1/output/host/bin/m68k-linux-gcc -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fgnu89-inline -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"gzip\" -Wall -DGZIP_SUPPORT -DXATTR_SUPPORT -DXATTR_DEFAULT -c -o process_fragments.o process_fragments.c /home/buildroot/autobuild/run/instance-1/output/host/bin/m68k-linux-gcc -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fgnu89-inline -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"gzip\" -Wall -DGZIP_SUPPORT -DXATTR_SUPPORT -DXATTR_DEFAULT -c -o caches-queues-lists.o caches-queues-lists.c /home/buildroot/autobuild/run/instance-1/output/host/bin/m68k-linux-gcc -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fgnu89-inline -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"gzip\" -Wall -DGZIP_SUPPORT -DXATTR_SUPPORT -DXATTR_DEFAULT -c -o gzip_wrapper.o gzip_wrapper.c /home/buildroot/autobuild/run/instance-1/output/host/bin/m68k-linux-gcc -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fgnu89-inline -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"gzip\" -Wall -DGZIP_SUPPORT -DXATTR_SUPPORT -DXATTR_DEFAULT -c -o xattr.o xattr.c /home/buildroot/autobuild/run/instance-1/output/host/bin/m68k-linux-gcc -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fgnu89-inline -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"gzip\" -Wall -DGZIP_SUPPORT -DXATTR_SUPPORT -DXATTR_DEFAULT -c -o read_xattrs.o read_xattrs.c /home/buildroot/autobuild/run/instance-1/output/host/bin/m68k-linux-gcc -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fgnu89-inline -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"gzip\" -Wall -DGZIP_SUPPORT -DXATTR_SUPPORT -DXATTR_DEFAULT -c -o unsquashfs.o unsquashfs.c /home/buildroot/autobuild/run/instance-1/output/host/bin/m68k-linux-gcc -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fgnu89-inline -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"gzip\" -Wall -DGZIP_SUPPORT -DXATTR_SUPPORT -DXATTR_DEFAULT -c -o unsquash-1.o unsquash-1.c /home/buildroot/autobuild/run/instance-1/output/host/bin/m68k-linux-gcc -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fgnu89-inline -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"gzip\" -Wall -DGZIP_SUPPORT -DXATTR_SUPPORT -DXATTR_DEFAULT -c -o unsquash-2.o unsquash-2.c /home/buildroot/autobuild/run/instance-1/output/host/bin/m68k-linux-gcc -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fgnu89-inline -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"gzip\" -Wall -DGZIP_SUPPORT -DXATTR_SUPPORT -DXATTR_DEFAULT -c -o unsquash-3.o unsquash-3.c /home/buildroot/autobuild/run/instance-1/output/host/bin/m68k-linux-gcc -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fgnu89-inline -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"gzip\" -Wall -DGZIP_SUPPORT -DXATTR_SUPPORT -DXATTR_DEFAULT -c -o unsquash-4.o unsquash-4.c /home/buildroot/autobuild/run/instance-1/output/host/bin/m68k-linux-gcc -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fgnu89-inline -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"gzip\" -Wall -DGZIP_SUPPORT -DXATTR_SUPPORT -DXATTR_DEFAULT -c -o unsquashfs_info.o unsquashfs_info.c /home/buildroot/autobuild/run/instance-1/output/host/bin/m68k-linux-gcc -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fgnu89-inline -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"gzip\" -Wall -DGZIP_SUPPORT -DXATTR_SUPPORT -DXATTR_DEFAULT -c -o unsquashfs_xattr.o unsquashfs_xattr.c /home/buildroot/autobuild/run/instance-1/output/host/bin/m68k-linux-gcc unsquashfs.o unsquash-1.o unsquash-2.o unsquash-3.o unsquash-4.o swap.o compressor.o unsquashfs_info.o gzip_wrapper.o read_xattrs.o unsquashfs_xattr.o -lpthread -lm -lz -o unsquashfs /home/buildroot/autobuild/run/instance-1/output/host/bin/m68k-linux-gcc mksquashfs.o read_fs.o action.o swap.o pseudo.o compressor.o sort.o progressbar.o read_file.o info.o restore.o process_fragments.o caches-queues-lists.o gzip_wrapper.o xattr.o read_xattrs.o -lpthread -lm -lz -o mksquashfs >>> squashfs e38956b92f738518c29734399629e7cdb33072d3 Installing to target PATH="/home/buildroot/autobuild/run/instance-1/output/host/bin:/home/buildroot/autobuild/run/instance-1/output/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" /usr/bin/make -j4 XATTR_SUPPORT=1 LZ4_SUPPORT=0 LZMA_XZ_SUPPORT=0 XZ_SUPPORT=0 LZO_SUPPORT=0 ZSTD_SUPPORT=0 GZIP_SUPPORT=1 COMP_DEFAULT=gzip -C /home/buildroot/autobuild/run/instance-1/output/build/squashfs-e38956b92f738518c29734399629e7cdb33072d3/squashfs-tools/ INSTALL_DIR=/home/buildroot/autobuild/run/instance-1/output/target/usr/bin install mkdir -p /home/buildroot/autobuild/run/instance-1/output/target/usr/bin cp mksquashfs /home/buildroot/autobuild/run/instance-1/output/target/usr/bin cp unsquashfs /home/buildroot/autobuild/run/instance-1/output/target/usr/bin swupdate-2018.11.tar.gz: OK (sha256: a65884ca18523cde1b0744d952d6f91462dbd4ad07941305f5684c6d4ec833dc) >>> swupdate 2018.11 Extracting gzip -d -c /home/buildroot/autobuild/run/instance-1/dl/swupdate/swupdate-2018.11.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/run/instance-1/output/build/swupdate-2018.11 -xf - >>> swupdate 2018.11 Patching Using /home/buildroot/autobuild/run/instance-1/output/build/swupdate-2018.11/.config as base # # merged configuration written to /home/buildroot/autobuild/run/instance-1/output/build/swupdate-2018.11/.config (needs make) # HOSTCC scripts/basic/fixdep HOSTCC scripts/kconfig/conf.o SHIPPED scripts/kconfig/zconf.tab.c SHIPPED scripts/kconfig/zconf.lex.c SHIPPED scripts/kconfig/zconf.hash.c HOSTCC scripts/kconfig/zconf.tab.o HOSTLD scripts/kconfig/conf scripts/kconfig/conf --olddefconfig Kconfig # # configuration written to .config # /bin/sed -i -e "/\\/d" /home/buildroot/autobuild/run/instance-1/output/build/swupdate-2018.11/.config echo 'CONFIG_CROSS_COMPILE="/home/buildroot/autobuild/run/instance-1/output/host/bin/m68k-linux-"' >> /home/buildroot/autobuild/run/instance-1/output/build/swupdate-2018.11/.config /bin/sed -i -e "/\\/d" /home/buildroot/autobuild/run/instance-1/output/build/swupdate-2018.11/.config echo 'CONFIG_SYSROOT="/home/buildroot/autobuild/run/instance-1/output/host/m68k-buildroot-linux-uclibc/sysroot"' >> /home/buildroot/autobuild/run/instance-1/output/build/swupdate-2018.11/.config /bin/sed -i -e "/\\/d" /home/buildroot/autobuild/run/instance-1/output/build/swupdate-2018.11/.config echo 'CONFIG_EXTRA_CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 "' >> /home/buildroot/autobuild/run/instance-1/output/build/swupdate-2018.11/.config /bin/sed -i -e "/\\/d" /home/buildroot/autobuild/run/instance-1/output/build/swupdate-2018.11/.config echo 'CONFIG_EXTRA_LDFLAGS=""' >> /home/buildroot/autobuild/run/instance-1/output/build/swupdate-2018.11/.config scripts/kconfig/conf --olddefconfig Kconfig # # configuration written to .config # >>> swupdate 2018.11 Configuring >>> swupdate 2018.11 Building PATH="/home/buildroot/autobuild/run/instance-1/output/host/bin:/home/buildroot/autobuild/run/instance-1/output/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" CC="/home/buildroot/autobuild/run/instance-1/output/host/bin/m68k-linux-gcc" LD="/home/buildroot/autobuild/run/instance-1/output/host/bin/m68k-linux-gcc" HAVE_JSON_C=n HAVE_LIBARCHIVE=n HAVE_LIBCONFIG=y HAVE_LIBCURL=n HAVE_LUA=n HAVE_LIBMTD=n HAVE_LIBUBI=n HAVE_LIBSSL=y HAVE_LIBCRYPTO=y HAVE_LIBUBOOTENV=n HAVE_LIBZEROMQ=n HAVE_ZLIB=y /usr/bin/make -j4 -C /home/buildroot/autobuild/run/instance-1/output/build/swupdate-2018.11 HOSTCC scripts/basic/fixdep HOSTCC scripts/kconfig/conf.o HOSTCC scripts/kconfig/zconf.tab.o HOSTLD scripts/kconfig/conf scripts/kconfig/conf --silentoldconfig Kconfig CC core/swupdate.o CC core/cpio_utils.o CC handlers/dummy_handler.o CC corelib/artifacts_versions.o In file included from core/swupdate.c:30:0: core/swupdate.c: In function 'install_from_file': include/util.h:87:11: warning: format '%ld' expects argument of type 'long int', but argument 7 has type 'off_t {aka long long int}' [-Wformat=] "ERROR %s : %s : %d : " format, \ ^ include/util.h:105:2: note: in expansion of macro 'swupdate_notify' swupdate_notify(FAILURE, format, ERRORLEVEL, ## arg) ^~~~~~~~~~~~~~~ core/swupdate.c:337:3: note: in expansion of macro 'ERROR' ERROR("failed to scan for pos '%ld'!", pos); ^~~~~ core/swupdate.c:337:36: note: format string is defined here ERROR("failed to scan for pos '%ld'!", pos); ~~^ %lld In file included from core/swupdate.c:30:0: include/util.h:94:14: warning: format '%ld' expects argument of type 'long int', but argument 4 has type 'off_t {aka long long int}' [-Wformat=] "ERROR : " format, ## arg); \ ^ include/util.h:105:2: note: in expansion of macro 'swupdate_notify' swupdate_notify(FAILURE, format, ERRORLEVEL, ## arg) ^~~~~~~~~~~~~~~ core/swupdate.c:337:3: note: in expansion of macro 'ERROR' ERROR("failed to scan for pos '%ld'!", pos); ^~~~~ core/swupdate.c:337:36: note: format string is defined here ERROR("failed to scan for pos '%ld'!", pos); ~~^ %lld In file included from core/swupdate.c:30:0: include/util.h:98:13: warning: format '%ld' expects argument of type 'long int', but argument 5 has type 'off_t {aka long long int}' [-Wformat=] "[%s] : " format, __func__, ## arg); \ ^ include/util.h:105:2: note: in expansion of macro 'swupdate_notify' swupdate_notify(FAILURE, format, ERRORLEVEL, ## arg) ^~~~~~~~~~~~~~~ core/swupdate.c:337:3: note: in expansion of macro 'ERROR' ERROR("failed to scan for pos '%ld'!", pos); ^~~~~ core/swupdate.c:337:36: note: format string is defined here ERROR("failed to scan for pos '%ld'!", pos); ~~^ %lld CC handlers/raw_handler.o CC corelib/installer.o LD handlers/built-in.o CC core/notifier.o CC ipc/network_ipc.o CC core/handler.o CC ipc/progress_ipc.o CC core/util.o CC core/parser.o CC corelib/network_thread.o AR ipc/lib.a CC mongoose/mongoose.o CC core/pctl.o CC core/state.o CC corelib/parsing_library.o In file included from corelib/parsing_library.c:19:0: corelib/parsing_library.c: In function 'set_find_path': include/util.h:87:11: warning: format '%lu' expects argument of type 'long unsigned int', but argument 7 has type 'size_t {aka unsigned int}' [-Wformat=] "ERROR %s : %s : %d : " format, \ ^ include/util.h:105:2: note: in expansion of macro 'swupdate_notify' swupdate_notify(FAILURE, format, ERRORLEVEL, ## arg) ^~~~~~~~~~~~~~~ corelib/parsing_library.c:217:3: note: in expansion of macro 'ERROR' ERROR("No memory: failed for %lu bytes", ^~~~~ corelib/parsing_library.c:217:34: note: format string is defined here ERROR("No memory: failed for %lu bytes", ~~^ %u In file included from corelib/parsing_library.c:19:0: include/util.h:94:14: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'size_t {aka unsigned int}' [-Wformat=] "ERROR : " format, ## arg); \ ^ include/util.h:105:2: note: in expansion of macro 'swupdate_notify' swupdate_notify(FAILURE, format, ERRORLEVEL, ## arg) ^~~~~~~~~~~~~~~ corelib/parsing_library.c:217:3: note: in expansion of macro 'ERROR' ERROR("No memory: failed for %lu bytes", ^~~~~ corelib/parsing_library.c:217:34: note: format string is defined here ERROR("No memory: failed for %lu bytes", ~~^ %u In file included from corelib/parsing_library.c:19:0: include/util.h:98:13: warning: format '%lu' expects argument of type 'long unsigned int', but argument 5 has type 'size_t {aka unsigned int}' [-Wformat=] "[%s] : " format, __func__, ## arg); \ ^ include/util.h:105:2: note: in expansion of macro 'swupdate_notify' swupdate_notify(FAILURE, format, ERRORLEVEL, ## arg) ^~~~~~~~~~~~~~~ corelib/parsing_library.c:217:3: note: in expansion of macro 'ERROR' ERROR("No memory: failed for %lu bytes", ^~~~~ corelib/parsing_library.c:217:34: note: format string is defined here ERROR("No memory: failed for %lu bytes", ~~^ %u In file included from corelib/parsing_library.c:19:0: include/util.h:87:11: warning: format '%lu' expects argument of type 'long unsigned int', but argument 7 has type 'unsigned int' [-Wformat=] "ERROR %s : %s : %d : " format, \ ^ include/util.h:105:2: note: in expansion of macro 'swupdate_notify' swupdate_notify(FAILURE, format, ERRORLEVEL, ## arg) ^~~~~~~~~~~~~~~ corelib/parsing_library.c:239:3: note: in expansion of macro 'ERROR' ERROR("No memory: calloc failed for %lu bytes", ^~~~~ corelib/parsing_library.c:239:41: note: format string is defined here ERROR("No memory: calloc failed for %lu bytes", ~~^ %u In file included from corelib/parsing_library.c:19:0: include/util.h:94:14: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'unsigned int' [-Wformat=] "ERROR : " format, ## arg); \ ^ include/util.h:105:2: note: in expansion of macro 'swupdate_notify' swupdate_notify(FAILURE, format, ERRORLEVEL, ## arg) ^~~~~~~~~~~~~~~ corelib/parsing_library.c:239:3: note: in expansion of macro 'ERROR' ERROR("No memory: calloc failed for %lu bytes", ^~~~~ corelib/parsing_library.c:239:41: note: format string is defined here ERROR("No memory: calloc failed for %lu bytes", ~~^ %u In file included from corelib/parsing_library.c:19:0: include/util.h:98:13: warning: format '%lu' expects argument of type 'long unsigned int', but argument 5 has type 'unsigned int' [-Wformat=] "[%s] : " format, __func__, ## arg); \ ^ include/util.h:105:2: note: in expansion of macro 'swupdate_notify' swupdate_notify(FAILURE, format, ERRORLEVEL, ## arg) ^~~~~~~~~~~~~~~ corelib/parsing_library.c:239:3: note: in expansion of macro 'ERROR' ERROR("No memory: calloc failed for %lu bytes", ^~~~~ corelib/parsing_library.c:239:41: note: format string is defined here ERROR("No memory: calloc failed for %lu bytes", ~~^ %u In file included from corelib/parsing_library.c:19:0: include/util.h:87:11: warning: format '%lu' expects argument of type 'long unsigned int', but argument 7 has type 'size_t {aka unsigned int}' [-Wformat=] "ERROR %s : %s : %d : " format, \ ^ include/util.h:105:2: note: in expansion of macro 'swupdate_notify' swupdate_notify(FAILURE, format, ERRORLEVEL, ## arg) ^~~~~~~~~~~~~~~ corelib/parsing_library.c:254:3: note: in expansion of macro 'ERROR' ERROR("No memory: failed for %lu bytes", ^~~~~ corelib/parsing_library.c:254:34: note: format string is defined here ERROR("No memory: failed for %lu bytes", ~~^ %u In file included from corelib/parsing_library.c:19:0: include/util.h:94:14: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'size_t {aka unsigned int}' [-Wformat=] "ERROR : " format, ## arg); \ ^ include/util.h:105:2: note: in expansion of macro 'swupdate_notify' swupdate_notify(FAILURE, format, ERRORLEVEL, ## arg) ^~~~~~~~~~~~~~~ corelib/parsing_library.c:254:3: note: in expansion of macro 'ERROR' ERROR("No memory: failed for %lu bytes", ^~~~~ corelib/parsing_library.c:254:34: note: format string is defined here ERROR("No memory: failed for %lu bytes", ~~^ %u In file included from corelib/parsing_library.c:19:0: include/util.h:98:13: warning: format '%lu' expects argument of type 'long unsigned int', but argument 5 has type 'size_t {aka unsigned int}' [-Wformat=] "[%s] : " format, __func__, ## arg); \ ^ include/util.h:105:2: note: in expansion of macro 'swupdate_notify' swupdate_notify(FAILURE, format, ERRORLEVEL, ## arg) ^~~~~~~~~~~~~~~ corelib/parsing_library.c:254:3: note: in expansion of macro 'ERROR' ERROR("No memory: failed for %lu bytes", ^~~~~ corelib/parsing_library.c:254:34: note: format string is defined here ERROR("No memory: failed for %lu bytes", ~~^ %u CC core/syslog.o CC parser/parse_external.o CC corelib/parsing_library_libconfig.o LD core/built-in.o AR suricatta/lib.a CC bootloader/none.o CC parser/parser.o CC corelib/progress_thread.o AR bootloader/lib.a CC tools/client.o CC corelib/stream_interface.o CC tools/hawkbitcfg.o CC tools/progress.o AR parser/lib.a LD bindings/built-in.o CC mongoose/mongoose_interface.o CC corelib/swupdate_dict.o CC tools/sendtohawkbit.o CC corelib/swupdate_settings.o AR tools/lib.a AR corelib/lib.a AR mongoose/lib.a LD swupdate_unstripped LD tools/client LD tools/hawkbitcfg LD tools/progress Failed: -Wl,--start-group -lpthread -lconfig -lz -Wl,--end-group Output of: /home/buildroot/autobuild/run/instance-1/output/host/bin/m68k-linux-gcc -Wall -Wshadow -Wwrite-strings -Wundef -Wstrict-prototypes -Wunused -Wunused-parameter -Wunused-function -Wunused-value -Wmissing-prototypes -Wmissing-declarations -Wno-format-security -Wno-format-truncation -Wold-style-definition -finline-limit=0 -fno-builtin-strlen -fomit-frame-pointer -ffunction-sections -fdata-sections -fno-guess-branch-probability -funsigned-char -falign-functions=1 -falign-jumps=1 -falign-labels=1 -falign-loops=1 -static-libgcc -fno-unwind-tables -fno-asynchronous-unwind-tables -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 --sysroot=/home/buildroot/autobuild/run/instance-1/output/host/m68k-buildroot-linux-uclibc/sysroot -o tools/hawkbitcfg -Wl,--sort-common -Wl,--sort-section,alignment -Wl,--gc-sections -Wl,--start-group tools/hawkbitcfg.o corelib/lib.a ipc/lib.a mongoose/lib.a parser/lib.a suricatta/lib.a bootloader/lib.a -Wl,--end-group -Wl,--start-group -lpthread -lconfig -lz -Wl,--end-group ========== collect2: fatal error: ld terminated with signal 11 [Segmentation fault] compilation terminated. make[2]: *** [tools/hawkbitcfg] Error 1 make[2]: *** Waiting for unfinished jobs.... STRIP tools/client STRIP tools/progress make[1]: *** [/home/buildroot/autobuild/run/instance-1/output/build/swupdate-2018.11/.stamp_built] Error 2 make: *** [_all] Error 2 make: Leaving directory `/home/buildroot/autobuild/run/instance-1/buildroot'