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 CC example2.o oss.c: In function 'ossinit': oss.c:166:31: warning: passing argument 2 of 'ioctl' as signed due to prototype [-Wtraditional-conversion] rc = ioctl(pPriv->device, SNDCTL_DSP_GETFMTS, &tmp); ^~~~~~~~~~~~~~~~~~ oss.c:207:35: warning: passing argument 2 of 'ioctl' as signed due to prototype [-Wtraditional-conversion] rc = ioctl(pPriv->device, SNDCTL_DSP_SETFMT, &tmp); ^~~~~~~~~~~~~~~~~ oss.c:222:30: warning: passing argument 2 of 'ioctl' as signed due to prototype [-Wtraditional-conversion] if (ioctl(pPriv->device, SNDCTL_DSP_STEREO, &tmp) < 0) ^~~~~~~~~~~~~~~~~ oss.c:232:30: warning: passing argument 2 of 'ioctl' as signed due to prototype [-Wtraditional-conversion] if (ioctl(pPriv->device, SNDCTL_DSP_SPEED, &tmp) < 0 || ^~~~~~~~~~~~~~~~ In file included from sox_i.h:17:0, from oss.c:27: oss.c: In function 'ossread': oss.c:314:27: warning: passing argument 1 of '__bswap_16' with different width due to prototype [-Wtraditional-conversion] lsx_swapw(((sox_int16_t*)pOutput)[i - 1]), ^ oss.c:314:17: note: in expansion of macro 'lsx_swapw' lsx_swapw(((sox_int16_t*)pOutput)[i - 1]), ^~~~~~~~~ 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]), ^~~~~~~~~~ In file included from sox_i.h:126:0, from oss.c:27: oss.c: In function 'osswrite': oss.c:390:67: warning: passing argument 1 of '__bswap_16' with different width due to prototype [-Wtraditional-conversion] ((sox_int16_t*)pPriv->pOutput)[i] = lsx_swapw(s16); ^ oss.c:390:57: note: in expansion of macro 'lsx_swapw' ((sox_int16_t*)pPriv->pOutput)[i] = lsx_swapw(s16); ^~~~~~~~~ oss.c:396:25: warning: passing argument 1 of '__bswap_32' as unsigned due to prototype [-Wtraditional-conversion] lsx_swapdw(SOX_SAMPLE_TO_SIGNED_32BIT(pInput[i], cClips)); ^~~~~~~~~~ CC example3.o CC example4.o CC example5.o CC example6.o CCLD sox_sample_test CCLD libsox.la CCLD sox CCLD example0 CCLD example1 CCLD example2 CCLD example3 CCLD example4 CCLD example5 CCLD example6 if test "yes" = "yes"; then \ test -f sox && ( rm -f play && ln -s sox play ) || ln -s sox play; \ fi if test "yes" = "yes"; then \ test -f sox && ( rm -f rec && ln -s sox rec ) || ln -s sox rec; \ fi if test "yes" = "yes"; then \ test -f sox && ( rm -f soxi && ln -s sox soxi ) || ln -s sox soxi; \ fi /usr/bin/make all-am make[3]: Entering directory '/home/naourr/work/instance-2/output/build/sox-14.4.2/src' make[3]: Leaving directory '/home/naourr/work/instance-2/output/build/sox-14.4.2/src' make[2]: Leaving directory '/home/naourr/work/instance-2/output/build/sox-14.4.2/src' make[2]: Entering directory '/home/naourr/work/instance-2/output/build/sox-14.4.2' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/home/naourr/work/instance-2/output/build/sox-14.4.2' make[1]: Leaving directory '/home/naourr/work/instance-2/output/build/sox-14.4.2' >>> sox 14.4.2 Installing to target PATH="/home/naourr/work/instance-2/output/host/bin:/home/naourr/work/instance-2/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/.local/bin:/home/naourr/bin" /usr/bin/make -j4 DESTDIR=/home/naourr/work/instance-2/output/target install -C /home/naourr/work/instance-2/output/build/sox-14.4.2/ make[1]: Entering directory '/home/naourr/work/instance-2/output/build/sox-14.4.2' Making install in lpc10 make[2]: Entering directory '/home/naourr/work/instance-2/output/build/sox-14.4.2/lpc10' make[3]: Entering directory '/home/naourr/work/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 '/home/naourr/work/instance-2/output/build/sox-14.4.2/lpc10' make[2]: Leaving directory '/home/naourr/work/instance-2/output/build/sox-14.4.2/lpc10' Making install in libgsm make[2]: Entering directory '/home/naourr/work/instance-2/output/build/sox-14.4.2/libgsm' make[3]: Entering directory '/home/naourr/work/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 '/home/naourr/work/instance-2/output/build/sox-14.4.2/libgsm' make[2]: Leaving directory '/home/naourr/work/instance-2/output/build/sox-14.4.2/libgsm' Making install in src make[2]: Entering directory '/home/naourr/work/instance-2/output/build/sox-14.4.2/src' make[3]: Entering directory '/home/naourr/work/instance-2/output/build/sox-14.4.2/src' /usr/bin/mkdir -p '/home/naourr/work/instance-2/output/target/usr/lib' /bin/sh ../libtool --silent --silent --mode=install /usr/bin/install -c libsox.la '/home/naourr/work/instance-2/output/target/usr/lib' /usr/bin/mkdir -p '/home/naourr/work/instance-2/output/target/usr/include' /usr/bin/install -c -m 644 sox.h '/home/naourr/work/instance-2/output/target/usr/include' libtool: install: warning: remember to run `libtool --finish /usr/lib' /usr/bin/mkdir -p '/home/naourr/work/instance-2/output/target/usr/bin' /bin/sh ../libtool --silent --silent --mode=install /usr/bin/install -c sox '/home/naourr/work/instance-2/output/target/usr/bin' /usr/bin/make install-exec-hook make[4]: Entering directory '/home/naourr/work/instance-2/output/build/sox-14.4.2/src' if test "yes" = "yes"; then \ cd /home/naourr/work/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 /home/naourr/work/instance-2/output/target/usr/bin; rm -f soxi; ln -s sox soxi; \ fi make[4]: Leaving directory '/home/naourr/work/instance-2/output/build/sox-14.4.2/src' make[3]: Leaving directory '/home/naourr/work/instance-2/output/build/sox-14.4.2/src' make[2]: Leaving directory '/home/naourr/work/instance-2/output/build/sox-14.4.2/src' make[2]: Entering directory '/home/naourr/work/instance-2/output/build/sox-14.4.2' make[3]: Entering directory '/home/naourr/work/instance-2/output/build/sox-14.4.2' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/home/naourr/work/instance-2/output/target/usr/share/man/man1' /usr/bin/mkdir -p '/home/naourr/work/instance-2/output/target/usr/share/man/man3' /usr/bin/mkdir -p '/home/naourr/work/instance-2/output/target/usr/lib/pkgconfig' /usr/bin/mkdir -p '/home/naourr/work/instance-2/output/target/usr/share/man/man7' /usr/bin/install -c -m 644 sox.1 soxi.1 '/home/naourr/work/instance-2/output/target/usr/share/man/man1' /usr/bin/install -c -m 644 sox.pc '/home/naourr/work/instance-2/output/target/usr/lib/pkgconfig' /usr/bin/install -c -m 644 libsox.3 '/home/naourr/work/instance-2/output/target/usr/share/man/man3' /usr/bin/install -c -m 644 soxformat.7 '/home/naourr/work/instance-2/output/target/usr/share/man/man7' /usr/bin/make install-data-hook make[4]: Entering directory '/home/naourr/work/instance-2/output/build/sox-14.4.2' cd /home/naourr/work/instance-2/output/target/usr/share/man/man1 && rm -f play.1 && ln -s sox.1 play.1 cd /home/naourr/work/instance-2/output/target/usr/share/man/man1 && rm -f rec.1 && ln -s sox.1 rec.1 cd /home/naourr/work/instance-2/output/target/usr/share/man/man7 && rm -f soxeffect.7 && ln -s ../man1/sox.1 soxeffect.7 make[4]: Leaving directory '/home/naourr/work/instance-2/output/build/sox-14.4.2' make[3]: Leaving directory '/home/naourr/work/instance-2/output/build/sox-14.4.2' make[2]: Leaving directory '/home/naourr/work/instance-2/output/build/sox-14.4.2' make[1]: Leaving directory '/home/naourr/work/instance-2/output/build/sox-14.4.2' PATH="/home/naourr/work/instance-2/output/host/bin:/home/naourr/work/instance-2/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/.local/bin:/home/naourr/bin" BR2_DL_DIR=/home/naourr/work/instance-2/dl BUILD_DIR=/home/naourr/work/instance-2/output/build O=/home/naourr/work/instance-2/output flock /home/naourr/work/instance-2/dl/zlog/ support/download/dl-wrapper -c '6ddb9bbf3ff0123e701bf60996f351576ebe9c00' -d '/home/naourr/work/instance-2/dl/zlog' -D '/home/naourr/work/instance-2/dl' -f 'zlog-6ddb9bbf3ff0123e701bf60996f351576ebe9c00.tar.gz' -H 'package/zlog//zlog.hash' -n 'zlog-6ddb9bbf3ff0123e701bf60996f351576ebe9c00' -N 'zlog' -o '/home/naourr/work/instance-2/dl/zlog/zlog-6ddb9bbf3ff0123e701bf60996f351576ebe9c00.tar.gz' -u https+https://github.com/HardySimpson/zlog/archive/6ddb9bbf3ff0123e701bf60996f351576ebe9c00 -u http\|urlencode+http://sources.buildroot.net/zlog -u http\|urlencode+http://sources.buildroot.net -- zlog-6ddb9bbf3ff0123e701bf60996f351576ebe9c00.tar.gz: OK (sha256: d3afb1f0ce67df29f759da74235949370ac2818faf242f3f674cb48f9f4c57d3) >>> zlog 6ddb9bbf3ff0123e701bf60996f351576ebe9c00 Extracting gzip -d -c /home/naourr/work/instance-2/dl/zlog/zlog-6ddb9bbf3ff0123e701bf60996f351576ebe9c00.tar.gz | /home/naourr/work/instance-2/output/host/bin/tar --strip-components=1 -C /home/naourr/work/instance-2/output/build/zlog-6ddb9bbf3ff0123e701bf60996f351576ebe9c00 -xf - >>> zlog 6ddb9bbf3ff0123e701bf60996f351576ebe9c00 Patching Applying 0001-fix-compiling-on-Buildroot.patch using patch: patching file src/fmacros.h Applying 0002-compile-Remove-Werror-and-avoid-build-failures-becau.patch using patch: patching file src/makefile >>> zlog 6ddb9bbf3ff0123e701bf60996f351576ebe9c00 Configuring >>> zlog 6ddb9bbf3ff0123e701bf60996f351576ebe9c00 Building PATH="/home/naourr/work/instance-2/output/host/bin:/home/naourr/work/instance-2/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/.local/bin:/home/naourr/bin" /usr/bin/make -j1 CC="/home/naourr/work/instance-2/output/host/bin/i586-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os " -C /home/naourr/work/instance-2/output/build/zlog-6ddb9bbf3ff0123e701bf60996f351576ebe9c00 all make[1]: Entering directory '/home/naourr/work/instance-2/output/build/zlog-6ddb9bbf3ff0123e701bf60996f351576ebe9c00' cd src && /usr/bin/make all make[2]: Entering directory '/home/naourr/work/instance-2/output/build/zlog-6ddb9bbf3ff0123e701bf60996f351576ebe9c00/src' /home/naourr/work/instance-2/output/host/bin/i586-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -std=c99 -pedantic -c -O2 -fPIC -pthread -Wall -Wstrict-prototypes -fwrapv -g -ggdb buf.c /home/naourr/work/instance-2/output/host/bin/i586-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -std=c99 -pedantic -c -O2 -fPIC -pthread -Wall -Wstrict-prototypes -fwrapv -g -ggdb category.c /home/naourr/work/instance-2/output/host/bin/i586-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -std=c99 -pedantic -c -O2 -fPIC -pthread -Wall -Wstrict-prototypes -fwrapv -g -ggdb category_table.c /home/naourr/work/instance-2/output/host/bin/i586-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -std=c99 -pedantic -c -O2 -fPIC -pthread -Wall -Wstrict-prototypes -fwrapv -g -ggdb conf.c /home/naourr/work/instance-2/output/host/bin/i586-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -std=c99 -pedantic -c -O2 -fPIC -pthread -Wall -Wstrict-prototypes -fwrapv -g -ggdb event.c /home/naourr/work/instance-2/output/host/bin/i586-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -std=c99 -pedantic -c -O2 -fPIC -pthread -Wall -Wstrict-prototypes -fwrapv -g -ggdb format.c /home/naourr/work/instance-2/output/host/bin/i586-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -std=c99 -pedantic -c -O2 -fPIC -pthread -Wall -Wstrict-prototypes -fwrapv -g -ggdb level.c /home/naourr/work/instance-2/output/host/bin/i586-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -std=c99 -pedantic -c -O2 -fPIC -pthread -Wall -Wstrict-prototypes -fwrapv -g -ggdb level_list.c /home/naourr/work/instance-2/output/host/bin/i586-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -std=c99 -pedantic -c -O2 -fPIC -pthread -Wall -Wstrict-prototypes -fwrapv -g -ggdb mdc.c /home/naourr/work/instance-2/output/host/bin/i586-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -std=c99 -pedantic -c -O2 -fPIC -pthread -Wall -Wstrict-prototypes -fwrapv -g -ggdb record.c /home/naourr/work/instance-2/output/host/bin/i586-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -std=c99 -pedantic -c -O2 -fPIC -pthread -Wall -Wstrict-prototypes -fwrapv -g -ggdb record_table.c /home/naourr/work/instance-2/output/host/bin/i586-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -std=c99 -pedantic -c -O2 -fPIC -pthread -Wall -Wstrict-prototypes -fwrapv -g -ggdb rotater.c /home/naourr/work/instance-2/output/host/bin/i586-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -std=c99 -pedantic -c -O2 -fPIC -pthread -Wall -Wstrict-prototypes -fwrapv -g -ggdb rule.c /home/naourr/work/instance-2/output/host/bin/i586-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -std=c99 -pedantic -c -O2 -fPIC -pthread -Wall -Wstrict-prototypes -fwrapv -g -ggdb spec.c /home/naourr/work/instance-2/output/host/bin/i586-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -std=c99 -pedantic -c -O2 -fPIC -pthread -Wall -Wstrict-prototypes -fwrapv -g -ggdb thread.c /home/naourr/work/instance-2/output/host/bin/i586-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -std=c99 -pedantic -c -O2 -fPIC -pthread -Wall -Wstrict-prototypes -fwrapv -g -ggdb zc_arraylist.c /home/naourr/work/instance-2/output/host/bin/i586-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -std=c99 -pedantic -c -O2 -fPIC -pthread -Wall -Wstrict-prototypes -fwrapv -g -ggdb zc_hashtable.c /home/naourr/work/instance-2/output/host/bin/i586-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -std=c99 -pedantic -c -O2 -fPIC -pthread -Wall -Wstrict-prototypes -fwrapv -g -ggdb zc_profile.c /home/naourr/work/instance-2/output/host/bin/i586-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -std=c99 -pedantic -c -O2 -fPIC -pthread -Wall -Wstrict-prototypes -fwrapv -g -ggdb zc_util.c /home/naourr/work/instance-2/output/host/bin/i586-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -std=c99 -pedantic -c -O2 -fPIC -pthread -Wall -Wstrict-prototypes -fwrapv -g -ggdb zlog.c /home/naourr/work/instance-2/output/host/bin/i586-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -shared -Wl,-soname,libzlog.so.1.2 -o libzlog.so buf.o category.o category_table.o conf.o event.o format.o level.o level_list.o mdc.o record.o record_table.o rotater.o rule.o spec.o thread.o zc_arraylist.o zc_hashtable.o zc_profile.o zc_util.o zlog.o -pthread # for use in test folder - linux and requirement for aix runtime # resolving cp -f libzlog.so libzlog.so.1 cp -f libzlog.so libzlog.so.1.2 /home/naourr/work/instance-2/output/host/bin/i586-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -std=c99 -pedantic -c -O2 -fPIC -pthread -Wall -Wstrict-prototypes -fwrapv -g -ggdb zlog-chk-conf.c ar rcs libzlog.a buf.o category.o category_table.o conf.o event.o format.o level.o level_list.o mdc.o record.o record_table.o rotater.o rule.o spec.o thread.o zc_arraylist.o zc_hashtable.o zc_profile.o zc_util.o zlog.o /home/naourr/work/instance-2/output/host/bin/i586-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -o zlog-chk-conf zlog-chk-conf.o -L. -lzlog -pthread make[2]: Leaving directory '/home/naourr/work/instance-2/output/build/zlog-6ddb9bbf3ff0123e701bf60996f351576ebe9c00/src' make[1]: Leaving directory '/home/naourr/work/instance-2/output/build/zlog-6ddb9bbf3ff0123e701bf60996f351576ebe9c00' >>> zlog 6ddb9bbf3ff0123e701bf60996f351576ebe9c00 Installing to staging directory PATH="/home/naourr/work/instance-2/output/host/bin:/home/naourr/work/instance-2/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/.local/bin:/home/naourr/bin" /usr/bin/make -j4 PREFIX=/home/naourr/work/instance-2/output/host/i586-buildroot-linux-musl/sysroot/usr -C /home/naourr/work/instance-2/output/build/zlog-6ddb9bbf3ff0123e701bf60996f351576ebe9c00 install make[1]: Entering directory '/home/naourr/work/instance-2/output/build/zlog-6ddb9bbf3ff0123e701bf60996f351576ebe9c00' cd src && /usr/bin/make install make[2]: Entering directory '/home/naourr/work/instance-2/output/build/zlog-6ddb9bbf3ff0123e701bf60996f351576ebe9c00/src' mkdir -p /home/naourr/work/instance-2/output/host/i586-buildroot-linux-musl/sysroot/usr/include /home/naourr/work/instance-2/output/host/i586-buildroot-linux-musl/sysroot/usr/lib cp -a zlog.h /home/naourr/work/instance-2/output/host/i586-buildroot-linux-musl/sysroot/usr/include cp -a libzlog.so /home/naourr/work/instance-2/output/host/i586-buildroot-linux-musl/sysroot/usr/lib/libzlog.so.1.2 cd /home/naourr/work/instance-2/output/host/i586-buildroot-linux-musl/sysroot/usr/lib && ln -sf libzlog.so.1.2 libzlog.so.1 cd /home/naourr/work/instance-2/output/host/i586-buildroot-linux-musl/sysroot/usr/lib && ln -sf libzlog.so.1 libzlog.so cp -a libzlog.a /home/naourr/work/instance-2/output/host/i586-buildroot-linux-musl/sysroot/usr/lib make[2]: Leaving directory '/home/naourr/work/instance-2/output/build/zlog-6ddb9bbf3ff0123e701bf60996f351576ebe9c00/src' make[1]: Leaving directory '/home/naourr/work/instance-2/output/build/zlog-6ddb9bbf3ff0123e701bf60996f351576ebe9c00' >>> zlog 6ddb9bbf3ff0123e701bf60996f351576ebe9c00 Fixing libtool files >>> zlog 6ddb9bbf3ff0123e701bf60996f351576ebe9c00 Installing to target PATH="/home/naourr/work/instance-2/output/host/bin:/home/naourr/work/instance-2/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/.local/bin:/home/naourr/bin" /usr/bin/make -j4 PREFIX=/home/naourr/work/instance-2/output/target/usr -C /home/naourr/work/instance-2/output/build/zlog-6ddb9bbf3ff0123e701bf60996f351576ebe9c00 install make[1]: Entering directory '/home/naourr/work/instance-2/output/build/zlog-6ddb9bbf3ff0123e701bf60996f351576ebe9c00' cd src && /usr/bin/make install make[2]: Entering directory '/home/naourr/work/instance-2/output/build/zlog-6ddb9bbf3ff0123e701bf60996f351576ebe9c00/src' mkdir -p /home/naourr/work/instance-2/output/target/usr/include /home/naourr/work/instance-2/output/target/usr/lib cp -a zlog.h /home/naourr/work/instance-2/output/target/usr/include cp -a libzlog.so /home/naourr/work/instance-2/output/target/usr/lib/libzlog.so.1.2 cd /home/naourr/work/instance-2/output/target/usr/lib && ln -sf libzlog.so.1.2 libzlog.so.1 cd /home/naourr/work/instance-2/output/target/usr/lib && ln -sf libzlog.so.1 libzlog.so cp -a libzlog.a /home/naourr/work/instance-2/output/target/usr/lib make[2]: Leaving directory '/home/naourr/work/instance-2/output/build/zlog-6ddb9bbf3ff0123e701bf60996f351576ebe9c00/src' make[1]: Leaving directory '/home/naourr/work/instance-2/output/build/zlog-6ddb9bbf3ff0123e701bf60996f351576ebe9c00' >>> Finalizing target directory # Check files that are touched by more than one package ./support/scripts/check-uniq-files -t target /home/naourr/work/instance-2/output/build/packages-file-list.txt Warning: target file "./usr/lib/charset.alias" is touched by more than one package: [u'libglib2', u'patch'] ./support/scripts/check-uniq-files -t staging /home/naourr/work/instance-2/output/build/packages-file-list-staging.txt Warning: staging file "./usr/lib/libcap-ng.la" is touched by more than one package: [u'libcap-ng', u'ncurses', u'util-linux', u'libglib2', u'libsigc', u'glibmm', u'libpcap', u'lcdapi', u'libatomic_ops', u'libcuefile', u'libebml', u'libebur128', u'libgsasl', u'libmnl', u'libnetfilter_acct', u'libplist', u'libreplaygain', u'libtommath', u'libuv', u'ortp', u'mediastreamer', u'moarvm', u'mobile-broadband-provider-info', u'musepack', u'nanomsg', u'openjpeg', u'qt', u'zlog'] Warning: staging file "./usr/lib/libgio-2.0.la" is touched by more than one package: [u'libglib2', u'libsigc', u'glibmm', u'libpcap', u'lcdapi', u'libatomic_ops', u'libcuefile', u'libebml', u'libebur128', u'libgsasl', u'libmnl', u'libnetfilter_acct', u'libplist', u'libreplaygain', u'libtommath', u'libuv', u'ortp', u'mediastreamer', u'moarvm', u'mobile-broadband-provider-info', u'musepack', u'nanomsg', u'openjpeg', u'qt', u'zlog'] Warning: staging file "./usr/lib/libmediastreamer_base.la" is touched by more than one package: [u'mediastreamer', u'moarvm', u'mobile-broadband-provider-info', u'musepack', u'nanomsg', u'openjpeg', u'qt', u'zlog'] Warning: staging file "./usr/lib/libplist++.la" is touched by more than one package: [u'libplist', u'libreplaygain', u'libtommath', u'libuv', u'ortp', u'mediastreamer', u'moarvm', u'mobile-broadband-provider-info', u'musepack', u'nanomsg', u'openjpeg', u'qt', u'zlog'] Warning: staging file "./usr/lib/libuv.la" is touched by more than one package: [u'libuv', u'ortp', u'mediastreamer', u'moarvm', u'mobile-broadband-provider-info', u'musepack', u'nanomsg', u'openjpeg', u'qt', u'zlog'] Warning: staging file "./usr/lib/libatomic_ops_gpl.la" is touched by more than one package: [u'libatomic_ops', u'libcuefile', u'libebml', u'libebur128', u'libgsasl', u'libmnl', u'libnetfilter_acct', u'libplist', u'libreplaygain', u'libtommath', u'libuv', u'ortp', u'mediastreamer', u'moarvm', u'mobile-broadband-provider-info', u'musepack', u'nanomsg', u'openjpeg', u'qt', u'zlog'] Warning: staging file "./usr/lib/libpcreposix.la" is touched by more than one package: [u'pcre', u'libcap-ng', u'ncurses', u'util-linux', u'libglib2', u'libsigc', u'glibmm', u'libpcap', u'lcdapi', u'libatomic_ops', u'libcuefile', u'libebml', u'libebur128', u'libgsasl', u'libmnl', u'libnetfilter_acct', u'libplist', u'libreplaygain', u'libtommath', u'libuv', u'ortp', u'mediastreamer', u'moarvm', u'mobile-broadband-provider-info', u'musepack', u'nanomsg', u'openjpeg', u'qt', u'zlog'] Warning: staging file "./usr/lib/libgobject-2.0.la" is touched by more than one package: [u'libglib2', u'libsigc', u'glibmm', u'libpcap', u'lcdapi', u'libatomic_ops', u'libcuefile', u'libebml', u'libebur128', u'libgsasl', u'libmnl', u'libnetfilter_acct', u'libplist', u'libreplaygain', u'libtommath', u'libuv', u'ortp', u'mediastreamer', u'moarvm', u'mobile-broadband-provider-info', u'musepack', u'nanomsg', u'openjpeg', u'qt', u'zlog'] Warning: staging file "./usr/lib/libffi.la" is touched by more than one package: [u'libffi', u'pcre', u'libcap-ng', u'ncurses', u'util-linux', u'libglib2', u'libsigc', u'glibmm', u'libpcap', u'lcdapi', u'libatomic_ops', u'libcuefile', u'libebml', u'libebur128', u'libgsasl', u'libmnl', u'libnetfilter_acct', u'libplist', u'libreplaygain', u'libtommath', u'libuv', u'ortp', u'mediastreamer', u'moarvm', u'mobile-broadband-provider-info', u'musepack', u'nanomsg', u'openjpeg', u'qt', u'zlog'] Warning: staging file "./usr/lib/libQtXml.la" is touched by more than one package: [u'qt', u'zlog'] Warning: staging file "./usr/lib/libgiomm-2.4.la" is touched by more than one package: [u'glibmm', u'libpcap', u'lcdapi', u'libatomic_ops', u'libcuefile', u'libebml', u'libebur128', u'libgsasl', u'libmnl', u'libnetfilter_acct', u'libplist', u'libreplaygain', u'libtommath', u'libuv', u'ortp', u'mediastreamer', u'moarvm', u'mobile-broadband-provider-info', u'musepack', u'nanomsg', u'openjpeg', u'qt', u'zlog'] Warning: staging file "./usr/lib/libgthread-2.0.la" is touched by more than one package: [u'libglib2', u'libsigc', u'glibmm', u'libpcap', u'lcdapi', u'libatomic_ops', u'libcuefile', u'libebml', u'libebur128', u'libgsasl', u'libmnl', u'libnetfilter_acct', u'libplist', u'libreplaygain', u'libtommath', u'libuv', u'ortp', u'mediastreamer', u'moarvm', u'mobile-broadband-provider-info', u'musepack', u'nanomsg', u'openjpeg', u'qt', u'zlog'] Warning: staging file "./usr/lib/liblcdapi.la" is touched by more than one package: [u'lcdapi', u'libatomic_ops', u'libcuefile', u'libebml', u'libebur128', u'libgsasl', u'libmnl', u'libnetfilter_acct', u'libplist', u'libreplaygain', u'libtommath', u'libuv', u'ortp', u'mediastreamer', u'moarvm', u'mobile-broadband-provider-info', u'musepack', u'nanomsg', u'openjpeg', u'qt', u'zlog'] Warning: staging file "./usr/lib/libpcrecpp.la" is touched by more than one package: [u'pcre', u'libcap-ng', u'ncurses', u'util-linux', u'libglib2', u'libsigc', u'glibmm', u'libpcap', u'lcdapi', u'libatomic_ops', u'libcuefile', u'libebml', u'libebur128', u'libgsasl', u'libmnl', u'libnetfilter_acct', u'libplist', u'libreplaygain', u'libtommath', u'libuv', u'ortp', u'mediastreamer', u'moarvm', u'mobile-broadband-provider-info', u'musepack', u'nanomsg', u'openjpeg', u'qt', u'zlog'] Warning: staging file "./usr/lib/libmount.la" is touched by more than one package: [u'util-linux', u'libglib2', u'libsigc', u'glibmm', u'libpcap', u'lcdapi', u'libatomic_ops', u'libcuefile', u'libebml', u'libebur128', u'libgsasl', u'libmnl', u'libnetfilter_acct', u'libplist', u'libreplaygain', u'libtommath', u'libuv', u'ortp', u'mediastreamer', u'moarvm', u'mobile-broadband-provider-info', u'musepack', u'nanomsg', u'openjpeg', u'qt', u'zlog'] Warning: staging file "./usr/lib/libreplaygain.la" is touched by more than one package: [u'libreplaygain', u'libtommath', u'libuv', u'ortp', u'mediastreamer', u'moarvm', u'mobile-broadband-provider-info', u'musepack', u'nanomsg', u'openjpeg', u'qt', u'zlog'] Warning: staging file "./usr/lib/libpcre.la" is touched by more than one package: [u'pcre', u'libcap-ng', u'ncurses', u'util-linux', u'libglib2', u'libsigc', u'glibmm', u'libpcap', u'lcdapi', u'libatomic_ops', u'libcuefile', u'libebml', u'libebur128', u'libgsasl', u'libmnl', u'libnetfilter_acct', u'libplist', u'libreplaygain', u'libtommath', u'libuv', u'ortp', u'mediastreamer', u'moarvm', u'mobile-broadband-provider-info', u'musepack', u'nanomsg', u'openjpeg', u'qt', u'zlog'] Warning: staging file "./usr/lib/libatomic_ops.la" is touched by more than one package: [u'libatomic_ops', u'libcuefile', u'libebml', u'libebur128', u'libgsasl', u'libmnl', u'libnetfilter_acct', u'libplist', u'libreplaygain', u'libtommath', u'libuv', u'ortp', u'mediastreamer', u'moarvm', u'mobile-broadband-provider-info', u'musepack', u'nanomsg', u'openjpeg', u'qt', u'zlog'] Warning: staging file "./usr/lib/libglib-2.0.la" is touched by more than one package: [u'libglib2', u'libsigc', u'glibmm', u'libpcap', u'lcdapi', u'libatomic_ops', u'libcuefile', u'libebml', u'libebur128', u'libgsasl', u'libmnl', u'libnetfilter_acct', u'libplist', u'libreplaygain', u'libtommath', u'libuv', u'ortp', u'mediastreamer', u'moarvm', u'mobile-broadband-provider-info', u'musepack', u'nanomsg', u'openjpeg', u'qt', u'zlog'] Warning: staging file "./usr/lib/libgmodule-2.0.la" is touched by more than one package: [u'libglib2', u'libsigc', u'glibmm', u'libpcap', u'lcdapi', u'libatomic_ops', u'libcuefile', u'libebml', u'libebur128', u'libgsasl', u'libmnl', u'libnetfilter_acct', u'libplist', u'libreplaygain', u'libtommath', u'libuv', u'ortp', u'mediastreamer', u'moarvm', u'mobile-broadband-provider-info', u'musepack', u'nanomsg', u'openjpeg', u'qt', u'zlog'] Warning: staging file "./usr/lib/libmnl.la" is touched by more than one package: [u'libmnl', u'libnetfilter_acct', u'libplist', u'libreplaygain', u'libtommath', u'libuv', u'ortp', u'mediastreamer', u'moarvm', u'mobile-broadband-provider-info', u'musepack', u'nanomsg', u'openjpeg', u'qt', u'zlog'] Warning: staging file "./usr/lib/libsigc-2.0.la" is touched by more than one package: [u'libsigc', u'glibmm', u'libpcap', u'lcdapi', u'libatomic_ops', u'libcuefile', u'libebml', u'libebur128', u'libgsasl', u'libmnl', u'libnetfilter_acct', u'libplist', u'libreplaygain', u'libtommath', u'libuv', u'ortp', u'mediastreamer', u'moarvm', u'mobile-broadband-provider-info', u'musepack', u'nanomsg', u'openjpeg', u'qt', u'zlog'] Warning: staging file "./usr/lib/libuuid.la" is touched by more than one package: [u'util-linux', u'libglib2', u'libsigc', u'glibmm', u'libpcap', u'lcdapi', u'libatomic_ops', u'libcuefile', u'libebml', u'libebur128', u'libgsasl', u'libmnl', u'libnetfilter_acct', u'libplist', u'libreplaygain', u'libtommath', u'libuv', u'ortp', u'mediastreamer', u'moarvm', u'mobile-broadband-provider-info', u'musepack', u'nanomsg', u'openjpeg', u'qt', u'zlog'] Warning: staging file "./usr/lib/libQtCore.la" is touched by more than one package: [u'qt', u'zlog'] Warning: staging file "./usr/lib/libplist.la" is touched by more than one package: [u'libplist', u'libreplaygain', u'libtommath', u'libuv', u'ortp', u'mediastreamer', u'moarvm', u'mobile-broadband-provider-info', u'musepack', u'nanomsg', u'openjpeg', u'qt', u'zlog'] Warning: staging file "./usr/lib/libQtTest.la" is touched by more than one package: [u'qt', u'zlog'] Warning: staging file "./usr/lib/libQtNetwork.la" is touched by more than one package: [u'qt', u'zlog'] Warning: staging file "./usr/lib/libgsasl.la" is touched by more than one package: [u'libgsasl', u'libmnl', u'libnetfilter_acct', u'libplist', u'libreplaygain', u'libtommath', u'libuv', u'ortp', u'mediastreamer', u'moarvm', u'mobile-broadband-provider-info', u'musepack', u'nanomsg', u'openjpeg', u'qt', u'zlog'] Warning: staging file "./usr/lib/libortp.la" is touched by more than one package: [u'ortp', u'mediastreamer', u'moarvm', u'mobile-broadband-provider-info', u'musepack', u'nanomsg', u'openjpeg', u'qt', u'zlog'] Warning: staging file "./usr/lib/libmediastreamer_voip.la" is touched by more than one package: [u'mediastreamer', u'moarvm', u'mobile-broadband-provider-info', u'musepack', u'nanomsg', u'openjpeg', u'qt', u'zlog'] Warning: staging file "./usr/lib/libglibmm-2.4.la" is touched by more than one package: [u'glibmm', u'libpcap', u'lcdapi', u'libatomic_ops', u'libcuefile', u'libebml', u'libebur128', u'libgsasl', u'libmnl', u'libnetfilter_acct', u'libplist', u'libreplaygain', u'libtommath', u'libuv', u'ortp', u'mediastreamer', u'moarvm', u'mobile-broadband-provider-info', u'musepack', u'nanomsg', u'openjpeg', u'qt', u'zlog'] Warning: staging file "./usr/lib/libQtSql.la" is touched by more than one package: [u'qt', u'zlog'] Warning: staging file "./usr/lib/libblkid.la" is touched by more than one package: [u'util-linux', u'libglib2', u'libsigc', u'glibmm', u'libpcap', u'lcdapi', u'libatomic_ops', u'libcuefile', u'libebml', u'libebur128', u'libgsasl', u'libmnl', u'libnetfilter_acct', u'libplist', u'libreplaygain', u'libtommath', u'libuv', u'ortp', u'mediastreamer', u'moarvm', u'mobile-broadband-provider-info', u'musepack', u'nanomsg', u'openjpeg', u'qt', u'zlog'] Warning: staging file "./usr/lib/libglibmm_generate_extra_defs-2.4.la" is touched by more than one package: [u'glibmm', u'libpcap', u'lcdapi', u'libatomic_ops', u'libcuefile', u'libebml', u'libebur128', u'libgsasl', u'libmnl', u'libnetfilter_acct', u'libplist', u'libreplaygain', u'libtommath', u'libuv', u'ortp', u'mediastreamer', u'moarvm', u'mobile-broadband-provider-info', u'musepack', u'nanomsg', u'openjpeg', u'qt', u'zlog'] Warning: staging file "./usr/lib/libnetfilter_acct.la" is touched by more than one package: [u'libnetfilter_acct', u'libplist', u'libreplaygain', u'libtommath', u'libuv', u'ortp', u'mediastreamer', u'moarvm', u'mobile-broadband-provider-info', u'musepack', u'nanomsg', u'openjpeg', u'qt', u'zlog'] ./support/scripts/check-uniq-files -t host /home/naourr/work/instance-2/output/build/packages-file-list-host.txt Warning: host file "./share/info/dir" is touched by more than one package: [u'host-tar', u'host-lzip', u'host-m4', u'host-libtool', u'host-autoconf', u'host-automake', u'host-gettext', u'host-libffi', u'host-bison'] rm -f /home/naourr/work/instance-2/output/target/usr/share/glib-2.0/schemas/*.xml /home/naourr/work/instance-2/output/target/usr/share/glib-2.0/schemas/*.dtd /home/naourr/work/instance-2/output/host/bin/glib-compile-schemas /home/naourr/work/instance-2/output/host/i586-buildroot-linux-musl/sysroot/usr/share/glib-2.0/schemas --targetdir=/home/naourr/work/instance-2/output/target/usr/share/glib-2.0/schemas No schema files found: doing nothing. mkdir -p /home/naourr/work/instance-2/output/target/etc echo "buildroot" > /home/naourr/work/instance-2/output/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/naourr/work/instance-2/output/target/etc/hosts mkdir -p /home/naourr/work/instance-2/output/target/etc echo "Welcome to Buildroot" > /home/naourr/work/instance-2/output/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /home/naourr/work/instance-2/output/target/etc/shadow rm -f /home/naourr/work/instance-2/output/target/bin/sh rm -f /home/naourr/work/instance-2/output/build/locales.nopurge for i in C en_US locale-archive; do echo $i >> /home/naourr/work/instance-2/output/build/locales.nopurge; done for dir in /home/naourr/work/instance-2/output/target/usr/lib/locale; do for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /home/naourr/work/instance-2/output/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /home/naourr/work/instance-2/output/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /home/naourr/work/instance-2/output/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /home/naourr/work/instance-2/output/target/usr/share/X11/locale/locale.dir; fi rm -rf /home/naourr/work/instance-2/output/target/usr/include /home/naourr/work/instance-2/output/target/usr/share/aclocal \ /home/naourr/work/instance-2/output/target/usr/lib/pkgconfig /home/naourr/work/instance-2/output/target/usr/share/pkgconfig \ /home/naourr/work/instance-2/output/target/usr/lib/cmake /home/naourr/work/instance-2/output/target/usr/share/cmake find /home/naourr/work/instance-2/output/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/naourr/work/instance-2/output/target/lib/ /home/naourr/work/instance-2/output/target/usr/lib/ /home/naourr/work/instance-2/output/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' \) -print0 | xargs -0 rm -f find: '/home/naourr/work/instance-2/output/target/usr/libexec/': No such file or directory rm -rf /home/naourr/work/instance-2/output/target/usr/share/gdb rm -rf /home/naourr/work/instance-2/output/target/usr/share/bash-completion rm -rf /home/naourr/work/instance-2/output/target/usr/share/zsh rm -rf /home/naourr/work/instance-2/output/target/usr/man /home/naourr/work/instance-2/output/target/usr/share/man rm -rf /home/naourr/work/instance-2/output/target/usr/info /home/naourr/work/instance-2/output/target/usr/share/info rm -rf /home/naourr/work/instance-2/output/target/usr/doc /home/naourr/work/instance-2/output/target/usr/share/doc rm -rf /home/naourr/work/instance-2/output/target/usr/share/gtk-doc rmdir /home/naourr/work/instance-2/output/target/usr/share 2>/dev/null || true find /home/naourr/work/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 /home/naourr/work/instance-2/output/host/bin/i586-linux-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/naourr/work/instance-2/output/target/lib/ -type f -name 'libpthread*.so*' | \ xargs -r /home/naourr/work/instance-2/output/host/bin/i586-linux-strip --remove-section=.comment --remove-section=.note --strip-debug find /home/naourr/work/instance-2/output/target/lib/ -type f -name 'ld-*.so*' | \ xargs -r /home/naourr/work/instance-2/output/host/bin/i586-linux-strip --remove-section=.comment --remove-section=.note --strip-debug test -f /home/naourr/work/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 /home/naourr/work/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 /home/naourr/work/instance-2/output/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2018.08-git-00380-gc3be7d770c"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2018.08-git"; \ echo "PRETTY_NAME=\"Buildroot 2018.08-git\"" \ ) > /home/naourr/work/instance-2/output/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/naourr/work/instance-2/output/target/etc >>> Sanitizing RPATH in target tree /home/naourr/work/instance-2/buildroot/support/scripts/fix-rpath target touch /home/naourr/work/instance-2/output/target/usr make: Leaving directory '/home/naourr/work/instance-2/buildroot' make: Entering directory '/home/naourr/work/instance-2/buildroot' >>> Buildroot 2018.08-git-00380-gc3be7d770c 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 >>> host-tar 1.29 Collecting legal info ERROR: No hash found for COPYING >>> musl-compat-headers 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 >>> acpitool 0.5.1 Collecting legal info ERROR: No hash found for COPYING >>> bctoolbox 0.4.0 Collecting legal info ERROR: No hash found for COPYING >>> host-pkgconf 0.9.12 Collecting legal info ERROR: No hash found for COPYING >>> botan 1.10.16 Collecting legal info ERROR: No hash found for doc/license.txt >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> clapack 3.2.1 Collecting legal info F2CLIBS/libf2c/Notice: OK (sha256: 44561c447e91203ddc747beeca5cc2794d95ee982c17c578670e4f0408bc3904) COPYING: OK (sha256: 23014869214a231525b38c39fdb5f82364fa24154ac80fdcab2a79671460fd09) >>> fb-test-app rosetta-1.1.0 Collecting legal info ERROR: No hash found for COPYING >>> fconfig 20080329 Collecting legal info ERROR: No hash found for fconfig.c >>> ficl 4.1.0 Collecting legal info ERROR: No hash found for ReadMe.txt >>> glibmm 2.54.1 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING.tools >>> libglib2 2.56.1 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> 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-libglib2 2.56.1 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> 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) >>> host-libffi 3.2.1 Collecting legal info LICENSE: OK (sha256: 0f4d7a0bfb83c37465d42dc305f124189196cc0cc2cc8d6f8461103682aebbc5) >>> host-pcre 8.41 Collecting legal info LICENCE: OK (sha256: 9ac4dfc82b2645ff77b56b759f95f28aa15ab15a03670fa6d4313a6b351e60f0) >>> host-util-linux 2.32 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-zlib Collecting legal info >>> host-libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> libffi 3.2.1 Collecting legal info LICENSE: OK (sha256: 0f4d7a0bfb83c37465d42dc305f124189196cc0cc2cc8d6f8461103682aebbc5) >>> pcre 8.41 Collecting legal info LICENCE: OK (sha256: 9ac4dfc82b2645ff77b56b759f95f28aa15ab15a03670fa6d4313a6b351e60f0) >>> util-linux 2.32 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) >>> libcap-ng 0.7.9 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> 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 >>> libsigc 2.10.0 Collecting legal info ERROR: No hash found for COPYING >>> hwdata v0.308 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) LICENSE: OK (sha256: 21d0406f93e884a050426ebc21931839a45d56bfcbcbfdda7686d583f36f107f) >>> iftop 1.0pre4 Collecting legal info ERROR: No hash found for COPYING >>> libpcap 1.8.1 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> host-bison 3.0.4 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> json-javascript 3d7767b6b1f3da363c625ff54e63bbf20e9e83ac Collecting legal info ERROR: No hash found for json2.js >>> kvm-unit-tests kvm-unit-tests-20171020 Collecting legal info ERROR: No hash found for COPYRIGHT >>> lcdapi v0.11 Collecting legal info ERROR: No hash found for COPYING >>> libatomic_ops v7.4.10 Collecting legal info doc/LICENSING.txt: OK (sha256: f0e630c0ca489767033da5a0c869fb4231db522c5ff479ce55a853a923a00f69) COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libcuefile r475 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libebml 1.3.6 Collecting legal info LICENSE.LGPL: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libebur128 v1.2.2 Collecting legal info COPYING: OK (sha256: d6b4754bb67bdd08b97d5d11b2d7434997a371585a78fe77007149df3af8d09c) >>> libgsasl 1.8.0 Collecting legal info README: OK (sha256: 4eb54155afd4684d7e9423f6037e5cc887ae4d8818e83d3af93350ebd4a8e6eb) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libmnl 1.0.4 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnetfilter_acct 1.0.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libplist 2.0.0 Collecting legal info ERROR: No hash found for COPYING >>> libreplaygain r475 Collecting legal info ERROR: No hash found for src/gain_analysis.c >>> libtommath 1.0.1 Collecting legal info ERROR: No hash found for LICENSE >>> libuv v1.20.3 Collecting legal info LICENSE: OK (sha256: 6d20216ae022fbeed23916f48508fd807ece3d8464992330643b0e64e5c0c24b) >>> mediastreamer 2.14.0 Collecting legal info ERROR: No hash found for COPYING >>> host-intltool 0.51.0 Collecting legal info ERROR: No hash found for COPYING >>> host-libxml-parser-perl 2.44 Collecting legal info ERROR: No hash found for README >>> host-expat 2.2.5 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> host-vim v8.0.0329 Collecting legal info ERROR: No hash found for README.txt >>> ortp 0.27.0 Collecting legal info ERROR: No hash found for COPYING >>> moarvm 2017.05 Collecting legal info ERROR: No hash found for Artistic2.txt >>> host-lua 5.1.5 Collecting legal info ERROR: No hash found for COPYRIGHT >>> mobile-broadband-provider-info 20151214 Collecting legal info ERROR: No hash found for COPYING >>> musepack r475 Collecting legal info ERROR: No hash found for libmpcdec/COPYING ERROR: No hash found for libmpcenc/quant.c >>> nanomsg 1.0.0 Collecting legal info COPYING: OK (sha256: 4e51f6a04312ea7c5f4f0e92d91b6415c1eeb09bdaf86a6fd11d93499457c07a) >>> nfacct 1.0.2 Collecting legal info ERROR: No hash found for COPYING >>> openjpeg 2.3.0 Collecting legal info ERROR: No hash found for LICENSE >>> patch 2.7.6 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> qt 4.8.7 Collecting legal info ERROR: No hash found for LICENSE.LGPL ERROR: No hash found for LGPL_EXCEPTION.txt ERROR: No hash found for LICENSE.GPL3 >>> sl 5.02 Collecting legal info ERROR: No hash found for LICENSE >>> sox 14.4.2 Collecting legal info ERROR: No hash found for LICENSE.GPL ERROR: No hash found for LICENSE.LGPL >>> zlog 6ddb9bbf3ff0123e701bf60996f351576ebe9c00 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/naourr/work/instance-2/output/legal-info make: Leaving directory '/home/naourr/work/instance-2/buildroot'