CC libsox_la-au.lo CC libsox_la-avr.lo CC libsox_la-cdr.lo In file included from util.h:32, from sox_i.h:27, from au.c:19: au.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) ~~~~^~~~~ au.c:181:18: note: in expansion of macro 'lsx_calloc' char * buf = lsx_calloc(1, info_size + 1); /* +1 ensures null-terminated */ ^~~~~~~~~~ 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 In file included from util.h:32, from sox_i.h:27, from sf.c:20: sf.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) ~~~~^~~~~ sf.c:101:20: note: in expansion of macro 'lsx_calloc' char * buf = lsx_calloc(1, (size_t)size + 1); /* +1 ensures null-terminated */ ^~~~~~~~~~ CC libsox_la-soundtool.lo CC libsox_la-sphere.lo CC libsox_la-tx16w.lo CC libsox_la-voc.lo tx16w.c: In function 'stopwrite': tx16w.c:305:5: warning: 'strncpy' output truncated before terminating nul copying 6 bytes from a string of the same length [-Wstringop-truncation] strncpy(WH.filetype,"LM8953",(size_t)6); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC libsox_la-vox-fmt.lo CC libsox_la-ima-fmt.lo voc.c: In function 'getblock': voc.c:651:9: warning: this statement may fall through [-Wimplicit-fallthrough=] lsx_readb(ft, &uc); ^~~~~~~~~~~~~~~~~~ voc.c:653:7: note: here case VOC_TEXT: ^~~~ CC libsox_la-adpcm.lo CC libsox_la-ima_rw.lo CC libsox_la-wav.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 dwAvgBytesPerSec, wav->blockAlign, wBitsPerSample, qwDataLength); ~~~~~~~~~~~~ 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-wve.lo CC libsox_la-xa.lo CC libsox_la-nulfile.lo CC libsox_la-f4-fmt.lo In file included from util.h:32, 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-oss.lo CC sox_sample_test.o In file included from sox_i.h:17, from oss.c:27: oss.c: In function 'ossread': oss.c:321:51: 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 example0.o In file included from sox_sample_test.h:21, from sox_sample_test.c:18: sox_sample_test.h: In function 'main': sox_sample_test.h:39:37: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare] assert(sample * SOX_INT_MAX(bits) == SOX_UNSIGNED_TO_SAMPLE(bits,1)); \ ^~ sox_sample_test.h:39:37: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare] assert(sample * SOX_INT_MAX(bits) == SOX_UNSIGNED_TO_SAMPLE(bits,1)); \ ^~ sox_sample_test.h:39:37: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare] assert(sample * SOX_INT_MAX(bits) == SOX_UNSIGNED_TO_SAMPLE(bits,1)); \ ^~ sox_sample_test.h:96:37: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare] assert(sample * SOX_INT_MAX(bits) == SOX_SIGNED_TO_SAMPLE(bits,SOX_INT_MIN(bits)+1)); \ ^~ CC example1.o sox_sample_test.h:96:37: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-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 of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare] assert(sample * SOX_INT_MAX(bits) == SOX_SIGNED_TO_SAMPLE(bits,SOX_INT_MIN(bits)+1)); \ ^~ 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[3]: Entering directory '/home/naourr/work/instance-0/output-1/build/sox-14.4.2/src' make[3]: Leaving directory '/home/naourr/work/instance-0/output-1/build/sox-14.4.2/src' make[2]: Leaving directory '/home/naourr/work/instance-0/output-1/build/sox-14.4.2/src' make[2]: Entering directory '/home/naourr/work/instance-0/output-1/build/sox-14.4.2' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/home/naourr/work/instance-0/output-1/build/sox-14.4.2' make[1]: Leaving directory '/home/naourr/work/instance-0/output-1/build/sox-14.4.2' >>> sox 14.4.2 Installing to target PATH="/home/naourr/work/instance-0/output-1/host/bin:/home/naourr/work/instance-0/output-1/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/bin:/home/naourr/git/git-wrappers:/home/naourr/.local/bin:/home/naourr/bin" /usr/bin/make -j4 DESTDIR=/home/naourr/work/instance-0/output-1/target install -C /home/naourr/work/instance-0/output-1/build/sox-14.4.2/ make[1]: Entering directory '/home/naourr/work/instance-0/output-1/build/sox-14.4.2' Making install in lpc10 make[2]: Entering directory '/home/naourr/work/instance-0/output-1/build/sox-14.4.2/lpc10' make[3]: Entering directory '/home/naourr/work/instance-0/output-1/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-0/output-1/build/sox-14.4.2/lpc10' make[2]: Leaving directory '/home/naourr/work/instance-0/output-1/build/sox-14.4.2/lpc10' Making install in libgsm make[2]: Entering directory '/home/naourr/work/instance-0/output-1/build/sox-14.4.2/libgsm' make[3]: Entering directory '/home/naourr/work/instance-0/output-1/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-0/output-1/build/sox-14.4.2/libgsm' make[2]: Leaving directory '/home/naourr/work/instance-0/output-1/build/sox-14.4.2/libgsm' Making install in src make[2]: Entering directory '/home/naourr/work/instance-0/output-1/build/sox-14.4.2/src' make[3]: Entering directory '/home/naourr/work/instance-0/output-1/build/sox-14.4.2/src' /usr/bin/mkdir -p '/home/naourr/work/instance-0/output-1/target/usr/lib' /usr/bin/mkdir -p '/home/naourr/work/instance-0/output-1/target/usr/include' /bin/sh ../libtool --silent --silent --mode=install /usr/bin/install -c libsox.la '/home/naourr/work/instance-0/output-1/target/usr/lib' /usr/bin/install -c -m 644 sox.h '/home/naourr/work/instance-0/output-1/target/usr/include' libtool: install: warning: remember to run `libtool --finish /usr/lib' /usr/bin/mkdir -p '/home/naourr/work/instance-0/output-1/target/usr/bin' /bin/sh ../libtool --silent --silent --mode=install /usr/bin/install -c sox '/home/naourr/work/instance-0/output-1/target/usr/bin' /usr/bin/make install-exec-hook make[4]: Entering directory '/home/naourr/work/instance-0/output-1/build/sox-14.4.2/src' if test "yes" = "yes"; then \ cd /home/naourr/work/instance-0/output-1/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-0/output-1/target/usr/bin; rm -f soxi; ln -s sox soxi; \ fi make[4]: Leaving directory '/home/naourr/work/instance-0/output-1/build/sox-14.4.2/src' make[3]: Leaving directory '/home/naourr/work/instance-0/output-1/build/sox-14.4.2/src' make[2]: Leaving directory '/home/naourr/work/instance-0/output-1/build/sox-14.4.2/src' make[2]: Entering directory '/home/naourr/work/instance-0/output-1/build/sox-14.4.2' make[3]: Entering directory '/home/naourr/work/instance-0/output-1/build/sox-14.4.2' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/home/naourr/work/instance-0/output-1/target/usr/share/man/man1' /usr/bin/mkdir -p '/home/naourr/work/instance-0/output-1/target/usr/lib/pkgconfig' /usr/bin/mkdir -p '/home/naourr/work/instance-0/output-1/target/usr/share/man/man3' /usr/bin/mkdir -p '/home/naourr/work/instance-0/output-1/target/usr/share/man/man7' /usr/bin/install -c -m 644 sox.pc '/home/naourr/work/instance-0/output-1/target/usr/lib/pkgconfig' /usr/bin/install -c -m 644 soxformat.7 '/home/naourr/work/instance-0/output-1/target/usr/share/man/man7' /usr/bin/install -c -m 644 libsox.3 '/home/naourr/work/instance-0/output-1/target/usr/share/man/man3' /usr/bin/install -c -m 644 sox.1 soxi.1 '/home/naourr/work/instance-0/output-1/target/usr/share/man/man1' /usr/bin/make install-data-hook make[4]: Entering directory '/home/naourr/work/instance-0/output-1/build/sox-14.4.2' cd /home/naourr/work/instance-0/output-1/target/usr/share/man/man1 && rm -f play.1 && ln -s sox.1 play.1 cd /home/naourr/work/instance-0/output-1/target/usr/share/man/man1 && rm -f rec.1 && ln -s sox.1 rec.1 cd /home/naourr/work/instance-0/output-1/target/usr/share/man/man7 && rm -f soxeffect.7 && ln -s ../man1/sox.1 soxeffect.7 make[4]: Leaving directory '/home/naourr/work/instance-0/output-1/build/sox-14.4.2' make[3]: Leaving directory '/home/naourr/work/instance-0/output-1/build/sox-14.4.2' make[2]: Leaving directory '/home/naourr/work/instance-0/output-1/build/sox-14.4.2' make[1]: Leaving directory '/home/naourr/work/instance-0/output-1/build/sox-14.4.2' uhttpd-a8bf9c00842224edb394e79909053f7628ee6a82.tar.gz: OK (sha256: 9325c95c9bb1c51bf135700a65738884fa9cd548ff8166c8b61fdbf99825cd6d) >>> uhttpd a8bf9c00842224edb394e79909053f7628ee6a82 Extracting gzip -d -c /home/naourr/work/instance-0/dl/uhttpd/uhttpd-a8bf9c00842224edb394e79909053f7628ee6a82.tar.gz | /home/naourr/work/instance-0/output-1/host/bin/tar --strip-components=1 -C /home/naourr/work/instance-0/output-1/build/uhttpd-a8bf9c00842224edb394e79909053f7628ee6a82 -xf - >>> uhttpd a8bf9c00842224edb394e79909053f7628ee6a82 Patching Applying 0001-Remove-Werror.patch using patch: patching file CMakeLists.txt Applying 0002-Fix-TCP_FASTOPEN-related-compile-error.patch using patch: patching file listen.c >>> uhttpd a8bf9c00842224edb394e79909053f7628ee6a82 Configuring (mkdir -p /home/naourr/work/instance-0/output-1/build/uhttpd-a8bf9c00842224edb394e79909053f7628ee6a82/ && cd /home/naourr/work/instance-0/output-1/build/uhttpd-a8bf9c00842224edb394e79909053f7628ee6a82/ && rm -f CMakeCache.txt && PATH="/home/naourr/work/instance-0/output-1/host/bin:/home/naourr/work/instance-0/output-1/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/bin:/home/naourr/git/git-wrappers:/home/naourr/.local/bin:/home/naourr/bin" /usr/bin/cmake /home/naourr/work/instance-0/output-1/build/uhttpd-a8bf9c00842224edb394e79909053f7628ee6a82/ -DCMAKE_TOOLCHAIN_FILE="/home/naourr/work/instance-0/output-1/host/share/buildroot/toolchainfile.cmake" -DCMAKE_INSTALL_PREFIX="/usr" -DCMAKE_COLOR_MAKEFILE=OFF -DBUILD_DOC=OFF -DBUILD_DOCS=OFF -DBUILD_EXAMPLE=OFF -DBUILD_EXAMPLES=OFF -DBUILD_TEST=OFF -DBUILD_TESTS=OFF -DBUILD_TESTING=OFF -DBUILD_SHARED_LIBS=ON -DLUA_SUPPORT=OFF -DTLS_SUPPORT=OFF -DUBUS_SUPPORT=OFF ) -- The C compiler identification is GNU 8.3.0 -- Check for working C compiler: /home/naourr/work/instance-0/output-1/host/bin/arm-linux-gcc -- Check for working C compiler: /home/naourr/work/instance-0/output-1/host/bin/arm-linux-gcc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C compile features - done -- Looking for getspnam -- Looking for getspnam - found -- Configuring done -- Generating done CMake Warning: Manually-specified variables were not used by the project: BUILD_DOC BUILD_DOCS BUILD_EXAMPLE BUILD_EXAMPLES BUILD_SHARED_LIBS BUILD_TEST BUILD_TESTING BUILD_TESTS -- Build files have been written to: /home/naourr/work/instance-0/output-1/build/uhttpd-a8bf9c00842224edb394e79909053f7628ee6a82 >>> uhttpd a8bf9c00842224edb394e79909053f7628ee6a82 Building PATH="/home/naourr/work/instance-0/output-1/host/bin:/home/naourr/work/instance-0/output-1/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/bin:/home/naourr/git/git-wrappers:/home/naourr/.local/bin:/home/naourr/bin" /usr/bin/make -j4 -C /home/naourr/work/instance-0/output-1/build/uhttpd-a8bf9c00842224edb394e79909053f7628ee6a82/ make[1]: Entering directory '/home/naourr/work/instance-0/output-1/build/uhttpd-a8bf9c00842224edb394e79909053f7628ee6a82' make[2]: Entering directory '/home/naourr/work/instance-0/output-1/build/uhttpd-a8bf9c00842224edb394e79909053f7628ee6a82' make[3]: Entering directory '/home/naourr/work/instance-0/output-1/build/uhttpd-a8bf9c00842224edb394e79909053f7628ee6a82' Scanning dependencies of target uhttpd make[3]: Leaving directory '/home/naourr/work/instance-0/output-1/build/uhttpd-a8bf9c00842224edb394e79909053f7628ee6a82' make[3]: Entering directory '/home/naourr/work/instance-0/output-1/build/uhttpd-a8bf9c00842224edb394e79909053f7628ee6a82' [ 8%] Building C object CMakeFiles/uhttpd.dir/listen.c.o [ 16%] Building C object CMakeFiles/uhttpd.dir/main.c.o [ 25%] Building C object CMakeFiles/uhttpd.dir/client.c.o [ 33%] Building C object CMakeFiles/uhttpd.dir/utils.c.o [ 41%] Building C object CMakeFiles/uhttpd.dir/file.c.o [ 50%] Building C object CMakeFiles/uhttpd.dir/auth.c.o [ 58%] Building C object CMakeFiles/uhttpd.dir/cgi.c.o [ 66%] Building C object CMakeFiles/uhttpd.dir/relay.c.o [ 75%] Building C object CMakeFiles/uhttpd.dir/proc.c.o [ 83%] Building C object CMakeFiles/uhttpd.dir/plugin.c.o [ 91%] Building C object CMakeFiles/uhttpd.dir/handler.c.o [100%] Linking C executable uhttpd make[3]: Leaving directory '/home/naourr/work/instance-0/output-1/build/uhttpd-a8bf9c00842224edb394e79909053f7628ee6a82' [100%] Built target uhttpd make[2]: Leaving directory '/home/naourr/work/instance-0/output-1/build/uhttpd-a8bf9c00842224edb394e79909053f7628ee6a82' make[1]: Leaving directory '/home/naourr/work/instance-0/output-1/build/uhttpd-a8bf9c00842224edb394e79909053f7628ee6a82' >>> uhttpd a8bf9c00842224edb394e79909053f7628ee6a82 Installing to target PATH="/home/naourr/work/instance-0/output-1/host/bin:/home/naourr/work/instance-0/output-1/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/bin:/home/naourr/git/git-wrappers:/home/naourr/.local/bin:/home/naourr/bin" /usr/bin/make -j4 DESTDIR=/home/naourr/work/instance-0/output-1/target install/fast -C /home/naourr/work/instance-0/output-1/build/uhttpd-a8bf9c00842224edb394e79909053f7628ee6a82/ make[1]: Entering directory '/home/naourr/work/instance-0/output-1/build/uhttpd-a8bf9c00842224edb394e79909053f7628ee6a82' Install the project... -- Install configuration: "Release" -- Installing: /home/naourr/work/instance-0/output-1/target/usr/bin/uhttpd make[1]: Leaving directory '/home/naourr/work/instance-0/output-1/build/uhttpd-a8bf9c00842224edb394e79909053f7628ee6a82' >>> Finalizing host directory >>> Finalizing target directory # Check files that are touched by more than one package mkdir -p /home/naourr/work/instance-0/output-1/target/etc echo "buildroot" > /home/naourr/work/instance-0/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/naourr/work/instance-0/output-1/target/etc/hosts mkdir -p /home/naourr/work/instance-0/output-1/target/etc echo "Welcome to Buildroot" > /home/naourr/work/instance-0/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /home/naourr/work/instance-0/output-1/target/etc/shadow rm -f /home/naourr/work/instance-0/output-1/target/bin/sh rm -f /home/naourr/work/instance-0/output-1/build/locales.nopurge for i in C en_US locale-archive; do echo $i >> /home/naourr/work/instance-0/output-1/build/locales.nopurge; done for dir in /home/naourr/work/instance-0/output-1/target/usr/share/locale; do for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /home/naourr/work/instance-0/output-1/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /home/naourr/work/instance-0/output-1/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /home/naourr/work/instance-0/output-1/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /home/naourr/work/instance-0/output-1/target/usr/share/X11/locale/locale.dir; fi rm -rf /home/naourr/work/instance-0/output-1/target/usr/include /home/naourr/work/instance-0/output-1/target/usr/share/aclocal \ /home/naourr/work/instance-0/output-1/target/usr/lib/pkgconfig /home/naourr/work/instance-0/output-1/target/usr/share/pkgconfig \ /home/naourr/work/instance-0/output-1/target/usr/lib/cmake /home/naourr/work/instance-0/output-1/target/usr/share/cmake find /home/naourr/work/instance-0/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/naourr/work/instance-0/output-1/target/lib/ /home/naourr/work/instance-0/output-1/target/usr/lib/ /home/naourr/work/instance-0/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' \) -print0 | xargs -0 rm -f find: '/home/naourr/work/instance-0/output-1/target/usr/libexec/': No such file or directory rm -rf /home/naourr/work/instance-0/output-1/target/usr/share/gdb rm -rf /home/naourr/work/instance-0/output-1/target/usr/share/bash-completion rm -rf /home/naourr/work/instance-0/output-1/target/usr/share/zsh rm -rf /home/naourr/work/instance-0/output-1/target/usr/man /home/naourr/work/instance-0/output-1/target/usr/share/man rm -rf /home/naourr/work/instance-0/output-1/target/usr/info /home/naourr/work/instance-0/output-1/target/usr/share/info rm -rf /home/naourr/work/instance-0/output-1/target/usr/doc /home/naourr/work/instance-0/output-1/target/usr/share/doc rm -rf /home/naourr/work/instance-0/output-1/target/usr/share/gtk-doc rmdir /home/naourr/work/instance-0/output-1/target/usr/share 2>/dev/null || true find /home/naourr/work/instance-0/output-1/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-0/output-1/host/bin/arm-linux-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/naourr/work/instance-0/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /home/naourr/work/instance-0/output-1/host/bin/arm-linux-strip --remove-section=.comment --remove-section=.note --strip-debug 2>/dev/null || true test -f /home/naourr/work/instance-0/output-1/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-0/output-1/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-0/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2020.02-git-05649-g7f5a2c5466"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2020.02-git"; \ echo "PRETTY_NAME=\"Buildroot 2020.02-git\"" \ ) > /home/naourr/work/instance-0/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/naourr/work/instance-0/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/naourr/work/instance-0/output-1/per-package /home/naourr/work/instance-0/buildroot/support/scripts/fix-rpath target touch /home/naourr/work/instance-0/output-1/target/usr cd /home/naourr/work/instance-0/output-1/target; LC_ALL=C find . \( -type f -o -type l \) -printf '%T@:%i:%#m:%y:%s,%p\n' | LC_ALL=C sort > /home/naourr/work/instance-0/output-1/build/.files-list.new mv /home/naourr/work/instance-0/output-1/build/.files-list.new /home/naourr/work/instance-0/output-1/build/.files-list.stat cd /home/naourr/work/instance-0/output-1/host/arm-buildroot-linux-uclibcgnueabihf/sysroot; LC_ALL=C find . \( -type f -o -type l \) -printf '%T@:%i:%#m:%y:%s,%p\n' | LC_ALL=C sort > /home/naourr/work/instance-0/output-1/build/.files-list-staging.new mv /home/naourr/work/instance-0/output-1/build/.files-list-staging.new /home/naourr/work/instance-0/output-1/build/.files-list-staging.stat cd /home/naourr/work/instance-0/output-1/host; LC_ALL=C find . \( -type f -o -type l \) -printf '%T@:%i:%#m:%y:%s,%p\n' | LC_ALL=C sort > /home/naourr/work/instance-0/output-1/build/.files-list-host.new mv /home/naourr/work/instance-0/output-1/build/.files-list-host.new /home/naourr/work/instance-0/output-1/build/.files-list-host.stat make: Leaving directory '/home/naourr/work/instance-0/buildroot' make: Entering directory '/home/naourr/work/instance-0/buildroot' >>> Buildroot 2020.02-git-05649-g7f5a2c5466 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-external Collecting legal info >>> host-skeleton Collecting legal info >>> host-tar 1.29 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> 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 >>> acpid 2.0.32 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> aespipe 2.4f Collecting legal info >>> argp-standalone 1.3 Collecting legal info >>> clapack 3.2.1 Collecting legal info F2CLIBS/libf2c/Notice: OK (sha256: 44561c447e91203ddc747beeca5cc2794d95ee982c17c578670e4f0408bc3904) COPYING: OK (sha256: 23014869214a231525b38c39fdb5f82364fa24154ac80fdcab2a79671460fd09) >>> host-pkgconf 1.6.1 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> dtach 0.9 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> elfutils 0.177 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING-GPLV2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING-LGPLV3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> gettext Collecting legal info >>> gettext-gnu 0.19.8.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) gettext-runtime/intl/COPYING.LIB: OK (sha256: 3fe5361f24b7c49ba12911c08f5a33f9cb18871d95d9fb881f5b8a4793e04288) >>> host-autoconf 2.69 Collecting legal info COPYINGv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> 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-gettext Collecting legal info >>> host-gettext-gnu 0.19.8.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) gettext-runtime/intl/COPYING.LIB: OK (sha256: 3fe5361f24b7c49ba12911c08f5a33f9cb18871d95d9fb881f5b8a4793e04288) >>> host-libxml2 2.9.10 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> musl-fts 1.2.7 Collecting legal info COPYING: OK (sha256: 55af87e4017668f54467a3380e7ebbac5e672d8c763bfe95e6fc882a6fdc4046) >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> ethtool 5.4 Collecting legal info LICENSE: OK (sha256: 5d632934396f90c82dfebe3c9512648bbb6333b406113d0cd331b0e0aa2d34a1) COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-genpart 1.0.2 Collecting legal info >>> hicolor-icon-theme 0.15 Collecting legal info COPYING: OK (sha256: b0a64377d4ee87b7dbcf418ce4fb33ec3b2d7081b6732890e4af06b8118c4526) >>> htop 2.2.0 Collecting legal info COPYING: OK (sha256: 70466e76443cb5b68144d9fcedca9584e7bfdb6c50859daa5a0290ea27c58aad) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> json-c 0.13.1 Collecting legal info COPYING: OK (sha256: 74c1e6ca5eba76b54d0ad00d4815c8315c1b3bc45ff99de61d103dc92486284c) >>> libdvbcsa 1.1.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libebur128 1.2.4 Collecting legal info COPYING: OK (sha256: d6b4754bb67bdd08b97d5d11b2d7434997a371585a78fe77007149df3af8d09c) >>> libmcrypt 2.5.8 Collecting legal info COPYING.LIB: OK (sha256: ca0061fc1381a3ab242310e4b3f56389f28e3d460eb2fd822ed7a21c6f030532) >>> libnetfilter_log 1.0.1 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnfnetlink 1.0.1 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libubox 723730214732862de7e892bae2f7a7889e66bf1b Collecting legal info >>> lockdev 1.0.3 Collecting legal info LICENSE: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> ltrace c22d359433b333937ee3d803450dc41998115685 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> netperf 2.7.0 Collecting legal info COPYING: OK (sha256: dc874b3047b6259336431e813961fb6c5945561c6ad7a732aa8531a3c6b1a9fa) >>> nginx 1.17.7 Collecting legal info LICENSE: OK (sha256: 28ad30e2f64bd89ac1287b4606906bb99ed04d9f4e13fb6564a0be9c8a23f509) >>> host-openocd 0.10.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-jimtcl 0.79 Collecting legal info LICENSE: OK (sha256: 419f1146334e57fb258d6c957d1f94d43455ec0d24b1b54c4447e5f61a353950) >>> host-libftdi 0.20 Collecting legal info LICENSE: OK (sha256: 6bd354f4b9beca001b1b5395be48cef1d749a3ed27dddb8114bf09eb0ab2d88c) COPYING.LIB: OK (sha256: c340cbee4974bb96019e782f2279df016c92fb1e7f5299347e779d9acedbb991) >>> host-libusb 1.0.23 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> host-libusb-compat 0.1.5 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> qpid-proton 0.9.1 Collecting legal info LICENSE: OK (sha256: 9fade5e12873678456137b36cfa4a5983c3793836d41c011f2c2abb02ca36a66) >>> host-python 2.7.17 Collecting legal info LICENSE: OK (sha256: a77d71d6be6f9032e6b6e5d2cf6da68f9eeab9036edfbc043633c8979cd5e82c) >>> host-expat 2.2.9 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> util-linux 2.35.1 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> sox 14.4.2 Collecting legal info LICENSE.GPL: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) LICENSE.LGPL: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> uhttpd a8bf9c00842224edb394e79909053f7628ee6a82 Collecting legal info uhttpd.h: OK (sha256: 2a61a8a690e7646a4bfe4261bf77c49f47588db5fc234b3cc66809dcc0cb3985) WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-custom: cannot save license (TOOLCHAIN_EXTERNAL_CUSTOM_LICENSE_FILES not defined) WARNING: aespipe-2.4f: cannot save license (AESPIPE_LICENSE_FILES not defined) WARNING: argp-standalone-1.3: cannot save license (ARGP_STANDALONE_LICENSE_FILES not defined) WARNING: genpart-1.0.2: cannot save license (HOST_GENPART_LICENSE_FILES not defined) WARNING: libubox-723730214732862de7e892bae2f7a7889e66bf1b: cannot save license (LIBUBOX_LICENSE_FILES not defined) Legal info produced in /home/naourr/work/instance-0/output-1/legal-info make: Leaving directory '/home/naourr/work/instance-0/buildroot'