/home/naourr/work/instance-1/output-1/build/musepack-r475/mpcenc/pipeopen.c:40:15: note: 'sprintf' output between 3 and 4098 bytes into a destination of size 4096 ret = sprintf ( escaped, "\"%s\"", longprogname ); // Note that this only helps against spaces and some similar things in the file name, not against all strange stuff ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/naourr/work/instance-1/output-1/build/musepack-r475/mpcenc/pipeopen.c: In function 'OpenPipeWhenBinaryExist.constprop': /home/naourr/work/instance-1/output-1/build/musepack-r475/mpcenc/pipeopen.c:40:39: warning: '"' directive writing 1 byte into a region of size between 0 and 4095 [-Wformat-overflow=] ret = sprintf ( escaped, "\"%s\"", longprogname ); // Note that this only helps against spaces and some similar things in the file name, not against all strange stuff ^~ /home/naourr/work/instance-1/output-1/build/musepack-r475/mpcenc/pipeopen.c:40:15: note: 'sprintf' output between 3 and 4098 bytes into a destination of size 4096 ret = sprintf ( escaped, "\"%s\"", longprogname ); // Note that this only helps against spaces and some similar things in the file name, not against all strange stuff ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [ 71%] Building C object mpcenc/CMakeFiles/mpcenc.dir/stderr.o [ 73%] Building C object mpcenc/CMakeFiles/mpcenc.dir/__/common/tags.o /home/naourr/work/instance-1/output-1/build/musepack-r475/common/tags.c: In function 'IsUnicode': /home/naourr/work/instance-1/output-1/build/musepack-r475/common/tags.c:629:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if ( len & 1 ) // odd number of bytes? ^~ /home/naourr/work/instance-1/output-1/build/musepack-r475/common/tags.c:632:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if ( src [0] != (char)0xFF || src [1] != (char)0xFE ) // Microsoft Unicode preample (also useful to detect endianess, but currently only little endian is supported) ^~ /home/naourr/work/instance-1/output-1/build/musepack-r475/common/tags.c: In function 'FinalizeTags': /home/naourr/work/instance-1/output-1/build/musepack-r475/common/tags.c:854:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if ( TagCount == 0 ) ^~ /home/naourr/work/instance-1/output-1/build/musepack-r475/common/tags.c:857:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (flags & TAG_NO_PREAMBLE) { ^~ /home/naourr/work/instance-1/output-1/build/musepack-r475/common/tags.c: In function 'CopyTags_ID3': /home/naourr/work/instance-1/output-1/build/musepack-r475/common/tags.c:966:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if ( -1 == fseek ( fp, -128L, SEEK_END ) ) ^~ /home/naourr/work/instance-1/output-1/build/musepack-r475/common/tags.c:969:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if ( 128 != fread(tmp, 1, 128, fp) ) ^~ /home/naourr/work/instance-1/output-1/build/musepack-r475/common/tags.c:976:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if ( !tmp[3] && !tmp[33] && !tmp[63] && !tmp[93] && !tmp[97] ) ^~ /home/naourr/work/instance-1/output-1/build/musepack-r475/common/tags.c:979:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' memcpy_crop ( "Title" , (char*)tmp + 3, 30, 0 ); ^~~~~~~~~~~ /home/naourr/work/instance-1/output-1/build/musepack-r475/common/tags.c: In function 'CopyTags_APE': /home/naourr/work/instance-1/output-1/build/musepack-r475/common/tags.c:1022:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if ( -1 == fseek ( fp, -(long)sizeof T, SEEK_END ) ) ^~ /home/naourr/work/instance-1/output-1/build/musepack-r475/common/tags.c:1024:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if ( sizeof(T) != fread (&T, 1, sizeof T, fp) ) ^~ At top level: /home/naourr/work/instance-1/output-1/build/musepack-r475/common/tags.c:1087:27: warning: 'parser_strings' defined but not used [-Wunused-const-variable=] static const char* const parser_strings [] = { ^~~~~~~~~~~~~~ [ 75%] Building C object mpcenc/CMakeFiles/mpcenc.dir/wave_in.o [ 76%] Building C object mpcenc/CMakeFiles/mpcenc.dir/winmsg.o [ 78%] Linking C executable mpcenc make[3]: Leaving directory '/home/naourr/work/instance-1/output-1/build/musepack-r475' [ 78%] Built target mpcenc make[3]: Entering directory '/home/naourr/work/instance-1/output-1/build/musepack-r475' Scanning dependencies of target mpc2sv8 make[3]: Leaving directory '/home/naourr/work/instance-1/output-1/build/musepack-r475' make[3]: Entering directory '/home/naourr/work/instance-1/output-1/build/musepack-r475' [ 80%] Building C object mpc2sv8/CMakeFiles/mpc2sv8.dir/mpc2sv8.o [ 82%] Linking C executable mpc2sv8 make[3]: Leaving directory '/home/naourr/work/instance-1/output-1/build/musepack-r475' [ 82%] Built target mpc2sv8 make[3]: Entering directory '/home/naourr/work/instance-1/output-1/build/musepack-r475' Scanning dependencies of target mpccut make[3]: Leaving directory '/home/naourr/work/instance-1/output-1/build/musepack-r475' make[3]: Entering directory '/home/naourr/work/instance-1/output-1/build/musepack-r475' [ 84%] Building C object mpccut/CMakeFiles/mpccut.dir/mpccut.o [ 86%] Linking C executable mpccut make[3]: Leaving directory '/home/naourr/work/instance-1/output-1/build/musepack-r475' [ 86%] Built target mpccut make[3]: Entering directory '/home/naourr/work/instance-1/output-1/build/musepack-r475' Scanning dependencies of target mpcchap make[3]: Leaving directory '/home/naourr/work/instance-1/output-1/build/musepack-r475' make[3]: Entering directory '/home/naourr/work/instance-1/output-1/build/musepack-r475' [ 88%] Building C object mpcchap/CMakeFiles/mpcchap.dir/mpcchap.o /home/naourr/work/instance-1/output-1/build/musepack-r475/mpcchap/mpcchap.c: In function 'add_chaps_cue': /home/naourr/work/instance-1/output-1/build/musepack-r475/mpcchap/mpcchap.c:198:26: warning: '%i' directive writing between 1 and 10 bytes into a region of size between 5 and 14 [-Wformat-overflow=] sprintf(track_buf, "%i/%i", i, nchap); ^~ /home/naourr/work/instance-1/output-1/build/musepack-r475/mpcchap/mpcchap.c:198:22: note: directive argument in the range [1, 2147483647] sprintf(track_buf, "%i/%i", i, nchap); ^~~~~~~ /home/naourr/work/instance-1/output-1/build/musepack-r475/mpcchap/mpcchap.c:198:3: note: 'sprintf' output between 4 and 22 bytes into a destination of size 16 sprintf(track_buf, "%i/%i", i, nchap); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [ 90%] Building C object mpcchap/CMakeFiles/mpcchap.dir/dictionary.o [ 92%] Building C object mpcchap/CMakeFiles/mpcchap.dir/iniparser.o /home/naourr/work/instance-1/output-1/build/musepack-r475/mpcchap/iniparser.c: In function 'iniparser_getnkey': /home/naourr/work/instance-1/output-1/build/musepack-r475/mpcchap/iniparser.c:187:9: warning: variable 'i_sec' set but not used [-Wunused-but-set-variable] int i, i_sec, cnt = 0 ; ^~~~~ /home/naourr/work/instance-1/output-1/build/musepack-r475/mpcchap/iniparser.c: In function 'iniparser_line': /home/naourr/work/instance-1/output-1/build/musepack-r475/mpcchap/iniparser.c:556:9: warning: passing argument 1 to restrict-qualified parameter aliases with argument 2 [-Wrestrict] strcpy(section, section); ^~~~~~ /home/naourr/work/instance-1/output-1/build/musepack-r475/mpcchap/iniparser.c:563:9: warning: passing argument 1 to restrict-qualified parameter aliases with argument 2 [-Wrestrict] strcpy(key, key); ^~~~~~ /home/naourr/work/instance-1/output-1/build/musepack-r475/mpcchap/iniparser.c:582:9: warning: passing argument 1 to restrict-qualified parameter aliases with argument 2 [-Wrestrict] strcpy(key, key); ^~~~~~ /home/naourr/work/instance-1/output-1/build/musepack-r475/mpcchap/iniparser.c: In function 'iniparser_load': /home/naourr/work/instance-1/output-1/build/musepack-r475/mpcchap/iniparser.c:677:30: warning: '%s' directive writing up to 1024 bytes into a region of size between 0 and 1024 [-Wformat-overflow=] sprintf(tmp, "%s:%s", section, key); ^~ ~~~ /home/naourr/work/instance-1/output-1/build/musepack-r475/mpcchap/iniparser.c:677:13: note: 'sprintf' output between 2 and 2050 bytes into a destination of size 1025 sprintf(tmp, "%s:%s", section, key); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [ 94%] Building C object mpcchap/CMakeFiles/mpcchap.dir/__/common/tags.o /home/naourr/work/instance-1/output-1/build/musepack-r475/common/tags.c: In function 'IsUnicode': /home/naourr/work/instance-1/output-1/build/musepack-r475/common/tags.c:629:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if ( len & 1 ) // odd number of bytes? ^~ /home/naourr/work/instance-1/output-1/build/musepack-r475/common/tags.c:632:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if ( src [0] != (char)0xFF || src [1] != (char)0xFE ) // Microsoft Unicode preample (also useful to detect endianess, but currently only little endian is supported) ^~ /home/naourr/work/instance-1/output-1/build/musepack-r475/common/tags.c: In function 'FinalizeTags': /home/naourr/work/instance-1/output-1/build/musepack-r475/common/tags.c:854:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if ( TagCount == 0 ) ^~ /home/naourr/work/instance-1/output-1/build/musepack-r475/common/tags.c:857:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (flags & TAG_NO_PREAMBLE) { ^~ /home/naourr/work/instance-1/output-1/build/musepack-r475/common/tags.c: In function 'CopyTags_ID3': /home/naourr/work/instance-1/output-1/build/musepack-r475/common/tags.c:966:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if ( -1 == fseek ( fp, -128L, SEEK_END ) ) ^~ /home/naourr/work/instance-1/output-1/build/musepack-r475/common/tags.c:969:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if ( 128 != fread(tmp, 1, 128, fp) ) ^~ /home/naourr/work/instance-1/output-1/build/musepack-r475/common/tags.c:976:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if ( !tmp[3] && !tmp[33] && !tmp[63] && !tmp[93] && !tmp[97] ) ^~ /home/naourr/work/instance-1/output-1/build/musepack-r475/common/tags.c:979:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' memcpy_crop ( "Title" , (char*)tmp + 3, 30, 0 ); ^~~~~~~~~~~ /home/naourr/work/instance-1/output-1/build/musepack-r475/common/tags.c: In function 'CopyTags_APE': /home/naourr/work/instance-1/output-1/build/musepack-r475/common/tags.c:1022:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if ( -1 == fseek ( fp, -(long)sizeof T, SEEK_END ) ) ^~ /home/naourr/work/instance-1/output-1/build/musepack-r475/common/tags.c:1024:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if ( sizeof(T) != fread (&T, 1, sizeof T, fp) ) ^~ At top level: /home/naourr/work/instance-1/output-1/build/musepack-r475/common/tags.c:1087:27: warning: 'parser_strings' defined but not used [-Wunused-const-variable=] static const char* const parser_strings [] = { ^~~~~~~~~~~~~~ [ 96%] Linking C executable mpcchap make[3]: Leaving directory '/home/naourr/work/instance-1/output-1/build/musepack-r475' [ 96%] Built target mpcchap make[3]: Entering directory '/home/naourr/work/instance-1/output-1/build/musepack-r475' Scanning dependencies of target wavcmp make[3]: Leaving directory '/home/naourr/work/instance-1/output-1/build/musepack-r475' make[3]: Entering directory '/home/naourr/work/instance-1/output-1/build/musepack-r475' [ 98%] Building C object wavcmp/CMakeFiles/wavcmp.dir/wavcmp.o [100%] Linking C executable wavcmp make[3]: Leaving directory '/home/naourr/work/instance-1/output-1/build/musepack-r475' [100%] Built target wavcmp make[2]: Leaving directory '/home/naourr/work/instance-1/output-1/build/musepack-r475' make[1]: Leaving directory '/home/naourr/work/instance-1/output-1/build/musepack-r475' >>> musepack r475 Installing to staging directory PATH="/home/naourr/work/instance-1/output-1/host/bin:/home/naourr/work/instance-1/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 -j1 DESTDIR=/home/naourr/work/instance-1/output-1/host/nds32le-buildroot-linux-gnu/sysroot install/fast -C /home/naourr/work/instance-1/output-1/build/musepack-r475/ make[1]: Entering directory '/home/naourr/work/instance-1/output-1/build/musepack-r475' Install the project... -- Install configuration: "Release" -- Installing: /home/naourr/work/instance-1/output-1/host/nds32le-buildroot-linux-gnu/sysroot/usr/lib/libmpcdec.so.7.0.1 -- Installing: /home/naourr/work/instance-1/output-1/host/nds32le-buildroot-linux-gnu/sysroot/usr/lib/libmpcdec.so.7 -- Installing: /home/naourr/work/instance-1/output-1/host/nds32le-buildroot-linux-gnu/sysroot/usr/lib/libmpcdec.so -- Installing: /home/naourr/work/instance-1/output-1/host/nds32le-buildroot-linux-gnu/sysroot/usr/bin/mpcgain -- Set runtime path of "/home/naourr/work/instance-1/output-1/host/nds32le-buildroot-linux-gnu/sysroot/usr/bin/mpcgain" to "" -- Installing: /home/naourr/work/instance-1/output-1/host/nds32le-buildroot-linux-gnu/sysroot/usr/bin/mpcdec -- Set runtime path of "/home/naourr/work/instance-1/output-1/host/nds32le-buildroot-linux-gnu/sysroot/usr/bin/mpcdec" to "" -- Installing: /home/naourr/work/instance-1/output-1/host/nds32le-buildroot-linux-gnu/sysroot/usr/bin/mpcenc -- Set runtime path of "/home/naourr/work/instance-1/output-1/host/nds32le-buildroot-linux-gnu/sysroot/usr/bin/mpcenc" to "" -- Installing: /home/naourr/work/instance-1/output-1/host/nds32le-buildroot-linux-gnu/sysroot/usr/bin/mpc2sv8 -- Set runtime path of "/home/naourr/work/instance-1/output-1/host/nds32le-buildroot-linux-gnu/sysroot/usr/bin/mpc2sv8" to "" -- Installing: /home/naourr/work/instance-1/output-1/host/nds32le-buildroot-linux-gnu/sysroot/usr/bin/mpccut -- Set runtime path of "/home/naourr/work/instance-1/output-1/host/nds32le-buildroot-linux-gnu/sysroot/usr/bin/mpccut" to "" -- Installing: /home/naourr/work/instance-1/output-1/host/nds32le-buildroot-linux-gnu/sysroot/usr/bin/mpcchap -- Set runtime path of "/home/naourr/work/instance-1/output-1/host/nds32le-buildroot-linux-gnu/sysroot/usr/bin/mpcchap" to "" -- Installing: /home/naourr/work/instance-1/output-1/host/nds32le-buildroot-linux-gnu/sysroot/usr/bin/wavcmp -- Set runtime path of "/home/naourr/work/instance-1/output-1/host/nds32le-buildroot-linux-gnu/sysroot/usr/bin/wavcmp" to "" -- Installing: /home/naourr/work/instance-1/output-1/host/nds32le-buildroot-linux-gnu/sysroot/usr/include/mpc -- Installing: /home/naourr/work/instance-1/output-1/host/nds32le-buildroot-linux-gnu/sysroot/usr/include/mpc/minimax.h -- Installing: /home/naourr/work/instance-1/output-1/host/nds32le-buildroot-linux-gnu/sysroot/usr/include/mpc/mpcdec.h -- Installing: /home/naourr/work/instance-1/output-1/host/nds32le-buildroot-linux-gnu/sysroot/usr/include/mpc/reader.h -- Installing: /home/naourr/work/instance-1/output-1/host/nds32le-buildroot-linux-gnu/sysroot/usr/include/mpc/streaminfo.h -- Installing: /home/naourr/work/instance-1/output-1/host/nds32le-buildroot-linux-gnu/sysroot/usr/include/mpc/datatypes.h -- Installing: /home/naourr/work/instance-1/output-1/host/nds32le-buildroot-linux-gnu/sysroot/usr/include/mpc/.svn -- Installing: /home/naourr/work/instance-1/output-1/host/nds32le-buildroot-linux-gnu/sysroot/usr/include/mpc/.svn/prop-base -- Installing: /home/naourr/work/instance-1/output-1/host/nds32le-buildroot-linux-gnu/sysroot/usr/include/mpc/.svn/tmp -- Installing: /home/naourr/work/instance-1/output-1/host/nds32le-buildroot-linux-gnu/sysroot/usr/include/mpc/.svn/tmp/prop-base -- Installing: /home/naourr/work/instance-1/output-1/host/nds32le-buildroot-linux-gnu/sysroot/usr/include/mpc/.svn/tmp/props -- Installing: /home/naourr/work/instance-1/output-1/host/nds32le-buildroot-linux-gnu/sysroot/usr/include/mpc/.svn/tmp/text-base -- Installing: /home/naourr/work/instance-1/output-1/host/nds32le-buildroot-linux-gnu/sysroot/usr/include/mpc/.svn/props -- Installing: /home/naourr/work/instance-1/output-1/host/nds32le-buildroot-linux-gnu/sysroot/usr/include/mpc/.svn/all-wcprops -- Installing: /home/naourr/work/instance-1/output-1/host/nds32le-buildroot-linux-gnu/sysroot/usr/include/mpc/.svn/entries -- Installing: /home/naourr/work/instance-1/output-1/host/nds32le-buildroot-linux-gnu/sysroot/usr/include/mpc/.svn/text-base -- Installing: /home/naourr/work/instance-1/output-1/host/nds32le-buildroot-linux-gnu/sysroot/usr/include/mpc/.svn/text-base/streaminfo.h.svn-base -- Installing: /home/naourr/work/instance-1/output-1/host/nds32le-buildroot-linux-gnu/sysroot/usr/include/mpc/.svn/text-base/datatypes.h.svn-base -- Installing: /home/naourr/work/instance-1/output-1/host/nds32le-buildroot-linux-gnu/sysroot/usr/include/mpc/.svn/text-base/reader.h.svn-base -- Installing: /home/naourr/work/instance-1/output-1/host/nds32le-buildroot-linux-gnu/sysroot/usr/include/mpc/.svn/text-base/mpcmath.h.svn-base -- Installing: /home/naourr/work/instance-1/output-1/host/nds32le-buildroot-linux-gnu/sysroot/usr/include/mpc/.svn/text-base/minimax.h.svn-base -- Installing: /home/naourr/work/instance-1/output-1/host/nds32le-buildroot-linux-gnu/sysroot/usr/include/mpc/.svn/text-base/mpcdec.h.svn-base -- Installing: /home/naourr/work/instance-1/output-1/host/nds32le-buildroot-linux-gnu/sysroot/usr/include/mpc/.svn/text-base/mpc_types.h.svn-base -- Installing: /home/naourr/work/instance-1/output-1/host/nds32le-buildroot-linux-gnu/sysroot/usr/include/mpc/mpc_types.h -- Installing: /home/naourr/work/instance-1/output-1/host/nds32le-buildroot-linux-gnu/sysroot/usr/include/mpc/mpcmath.h make[1]: Leaving directory '/home/naourr/work/instance-1/output-1/build/musepack-r475' >>> musepack r475 Fixing libtool files for la in $(find /home/naourr/work/instance-1/output-1/host/nds32le-buildroot-linux-gnu/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /usr/bin/sed -i -e "s:/home/naourr/work/instance-1/output-1:@BASE_DIR@:g" \ -e "s:/home/naourr/work/instance-1/output-1/host/nds32le-buildroot-linux-gnu/sysroot:@STAGING_DIR@:g" \ -e "s:/home/naourr/work/instance-1/output-1/host/opt/ext-toolchain:@TOOLCHAIN_EXTERNAL_INSTALL_DIR@:g" \ -e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \ -e "s:@TOOLCHAIN_EXTERNAL_INSTALL_DIR@:/home/naourr/work/instance-1/output-1/host/opt/ext-toolchain:g" \ -e "s:@STAGING_DIR@:/home/naourr/work/instance-1/output-1/host/nds32le-buildroot-linux-gnu/sysroot:g" \ -e "s:@BASE_DIR@:/home/naourr/work/instance-1/output-1:g" \ "${la}.fixed" && \ if cmp -s "${la}" "${la}.fixed"; then \ rm -f "${la}.fixed"; \ else \ mv "${la}.fixed" "${la}"; \ fi || exit 1; \ done >>> musepack r475 Installing to target PATH="/home/naourr/work/instance-1/output-1/host/bin:/home/naourr/work/instance-1/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 -j1 DESTDIR=/home/naourr/work/instance-1/output-1/target install/fast -C /home/naourr/work/instance-1/output-1/build/musepack-r475/ make[1]: Entering directory '/home/naourr/work/instance-1/output-1/build/musepack-r475' Install the project... -- Install configuration: "Release" -- Installing: /home/naourr/work/instance-1/output-1/target/usr/lib/libmpcdec.so.7.0.1 -- Installing: /home/naourr/work/instance-1/output-1/target/usr/lib/libmpcdec.so.7 -- Installing: /home/naourr/work/instance-1/output-1/target/usr/lib/libmpcdec.so -- Installing: /home/naourr/work/instance-1/output-1/target/usr/bin/mpcgain -- Set runtime path of "/home/naourr/work/instance-1/output-1/target/usr/bin/mpcgain" to "" -- Installing: /home/naourr/work/instance-1/output-1/target/usr/bin/mpcdec -- Set runtime path of "/home/naourr/work/instance-1/output-1/target/usr/bin/mpcdec" to "" -- Installing: /home/naourr/work/instance-1/output-1/target/usr/bin/mpcenc -- Set runtime path of "/home/naourr/work/instance-1/output-1/target/usr/bin/mpcenc" to "" -- Installing: /home/naourr/work/instance-1/output-1/target/usr/bin/mpc2sv8 -- Set runtime path of "/home/naourr/work/instance-1/output-1/target/usr/bin/mpc2sv8" to "" -- Installing: /home/naourr/work/instance-1/output-1/target/usr/bin/mpccut -- Set runtime path of "/home/naourr/work/instance-1/output-1/target/usr/bin/mpccut" to "" -- Installing: /home/naourr/work/instance-1/output-1/target/usr/bin/mpcchap -- Set runtime path of "/home/naourr/work/instance-1/output-1/target/usr/bin/mpcchap" to "" -- Installing: /home/naourr/work/instance-1/output-1/target/usr/bin/wavcmp -- Set runtime path of "/home/naourr/work/instance-1/output-1/target/usr/bin/wavcmp" to "" -- Installing: /home/naourr/work/instance-1/output-1/target/usr/include/mpc -- Installing: /home/naourr/work/instance-1/output-1/target/usr/include/mpc/minimax.h -- Installing: /home/naourr/work/instance-1/output-1/target/usr/include/mpc/mpcdec.h -- Installing: /home/naourr/work/instance-1/output-1/target/usr/include/mpc/reader.h -- Installing: /home/naourr/work/instance-1/output-1/target/usr/include/mpc/streaminfo.h -- Installing: /home/naourr/work/instance-1/output-1/target/usr/include/mpc/datatypes.h -- Installing: /home/naourr/work/instance-1/output-1/target/usr/include/mpc/.svn -- Installing: /home/naourr/work/instance-1/output-1/target/usr/include/mpc/.svn/prop-base -- Installing: /home/naourr/work/instance-1/output-1/target/usr/include/mpc/.svn/tmp -- Installing: /home/naourr/work/instance-1/output-1/target/usr/include/mpc/.svn/tmp/prop-base -- Installing: /home/naourr/work/instance-1/output-1/target/usr/include/mpc/.svn/tmp/props -- Installing: /home/naourr/work/instance-1/output-1/target/usr/include/mpc/.svn/tmp/text-base -- Installing: /home/naourr/work/instance-1/output-1/target/usr/include/mpc/.svn/props -- Installing: /home/naourr/work/instance-1/output-1/target/usr/include/mpc/.svn/all-wcprops -- Installing: /home/naourr/work/instance-1/output-1/target/usr/include/mpc/.svn/entries -- Installing: /home/naourr/work/instance-1/output-1/target/usr/include/mpc/.svn/text-base -- Installing: /home/naourr/work/instance-1/output-1/target/usr/include/mpc/.svn/text-base/streaminfo.h.svn-base -- Installing: /home/naourr/work/instance-1/output-1/target/usr/include/mpc/.svn/text-base/datatypes.h.svn-base -- Installing: /home/naourr/work/instance-1/output-1/target/usr/include/mpc/.svn/text-base/reader.h.svn-base -- Installing: /home/naourr/work/instance-1/output-1/target/usr/include/mpc/.svn/text-base/mpcmath.h.svn-base -- Installing: /home/naourr/work/instance-1/output-1/target/usr/include/mpc/.svn/text-base/minimax.h.svn-base -- Installing: /home/naourr/work/instance-1/output-1/target/usr/include/mpc/.svn/text-base/mpcdec.h.svn-base -- Installing: /home/naourr/work/instance-1/output-1/target/usr/include/mpc/.svn/text-base/mpc_types.h.svn-base -- Installing: /home/naourr/work/instance-1/output-1/target/usr/include/mpc/mpc_types.h -- Installing: /home/naourr/work/instance-1/output-1/target/usr/include/mpc/mpcmath.h make[1]: Leaving directory '/home/naourr/work/instance-1/output-1/build/musepack-r475' patchelf-0.9.tar.bz2: OK (sha256: a0f65c1ba148890e9f2f7823f4bedf7ecad5417772f64f994004f59a39014f83) >>> host-patchelf 0.9 Extracting bzcat /home/naourr/work/instance-1/dl/patchelf/patchelf-0.9.tar.bz2 | /home/naourr/work/instance-1/output-1/host/bin/tar --strip-components=1 -C /home/naourr/work/instance-1/output-1/build/host-patchelf-0.9 -xf - >>> host-patchelf 0.9 Patching Applying 0001-Remove-apparently-incorrect-usage-of-static.patch using patch: patching file src/patchelf.cc Applying 0002-Extract-a-function-for-splitting-a-colon-separated-s.patch using patch: patching file src/patchelf.cc Applying 0003-Add-option-to-make-the-rpath-relative-under-a-specif.patch using patch: patching file src/patchelf.cc Applying 0004-patchelf-Check-ELF-endianness-before-writing-new-run.patch using patch: patching file src/patchelf.cc >>> host-patchelf 0.9 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /home/naourr/work/instance-1/output-1/build/host-patchelf-0.9 -name $file); do cp support/gnuconfig/$file $i; done; done >>> host-patchelf 0.9 Patching libtool >>> host-patchelf 0.9 Configuring (cd /home/naourr/work/instance-1/output-1/build/host-patchelf-0.9/ && rm -rf config.cache; PATH="/home/naourr/work/instance-1/output-1/host/bin:/home/naourr/work/instance-1/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" PKG_CONFIG="/home/naourr/work/instance-1/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/home/naourr/work/instance-1/output-1/host/lib/pkgconfig:/home/naourr/work/instance-1/output-1/host/share/pkgconfig" AR="/usr/bin/ar" AS="/usr/bin/as" LD="/usr/bin/ld" NM="/usr/bin/nm" CC="/usr/bin/gcc" GCC="/usr/bin/gcc" CXX="/usr/bin/g++" CPP="/usr/bin/cpp" OBJCOPY="/usr/bin/objcopy" RANLIB="/usr/bin/ranlib" CPPFLAGS="-I/home/naourr/work/instance-1/output-1/host/include" CFLAGS="-O2 -I/home/naourr/work/instance-1/output-1/host/include" CXXFLAGS="-O2 -I/home/naourr/work/instance-1/output-1/host/include" LDFLAGS="-L/home/naourr/work/instance-1/output-1/host/lib -Wl,-rpath,/home/naourr/work/instance-1/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl CFLAGS="-O2 -I/home/naourr/work/instance-1/output-1/host/include" LDFLAGS="-L/home/naourr/work/instance-1/output-1/host/lib -Wl,-rpath,/home/naourr/work/instance-1/output-1/host/lib" CONFIG_SITE=/dev/null ./configure --prefix="/home/naourr/work/instance-1/output-1/host" --sysconfdir="/home/naourr/work/instance-1/output-1/host/etc" --localstatedir="/home/naourr/work/instance-1/output-1/host/var" --enable-shared --disable-static --disable-gtk-doc --disable-gtk-doc-html --disable-doc --disable-docs --disable-documentation --disable-debug --with-xmlto=no --with-fop=no --disable-nls --disable-dependency-tracking ) configure: WARNING: unrecognized options: --enable-shared, --disable-static, --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --disable-debug, --with-xmlto, --with-fop, --disable-nls checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for style of include used by make... GNU checking for gcc... /usr/bin/gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /usr/bin/gcc accepts -g... yes checking for /usr/bin/gcc option to accept ISO C89... none needed checking whether /usr/bin/gcc understands -c and -o together... yes checking dependency style of /usr/bin/gcc... none checking whether we are using the GNU C++ compiler... yes checking whether /usr/bin/g++ accepts -g... yes checking dependency style of /usr/bin/g++... none Setting page size to 4096 checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating tests/Makefile config.status: creating patchelf.spec config.status: executing depfiles commands configure: WARNING: unrecognized options: --enable-shared, --disable-static, --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --disable-debug, --with-xmlto, --with-fop, --disable-nls >>> host-patchelf 0.9 Building PATH="/home/naourr/work/instance-1/output-1/host/bin:/home/naourr/work/instance-1/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" PKG_CONFIG="/home/naourr/work/instance-1/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/home/naourr/work/instance-1/output-1/host/lib/pkgconfig:/home/naourr/work/instance-1/output-1/host/share/pkgconfig" /usr/bin/make -j4 -C /home/naourr/work/instance-1/output-1/build/host-patchelf-0.9/ make[1]: Entering directory '/home/naourr/work/instance-1/output-1/build/host-patchelf-0.9' Making all in src make[2]: Entering directory '/home/naourr/work/instance-1/output-1/build/host-patchelf-0.9/src' /usr/bin/g++ -DPACKAGE_NAME=\"patchelf\" -DPACKAGE_TARNAME=\"patchelf\" -DPACKAGE_VERSION=\"0.9\" -DPACKAGE_STRING=\"patchelf\ 0.9\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"patchelf\" -DVERSION=\"0.9\" -DPAGESIZE=4096 -I. -I/home/naourr/work/instance-1/output-1/host/include -Wall -O2 -I/home/naourr/work/instance-1/output-1/host/include -c -o patchelf.o patchelf.cc /usr/bin/g++ -Wall -O2 -I/home/naourr/work/instance-1/output-1/host/include -L/home/naourr/work/instance-1/output-1/host/lib -Wl,-rpath,/home/naourr/work/instance-1/output-1/host/lib -o patchelf patchelf.o make[2]: Leaving directory '/home/naourr/work/instance-1/output-1/build/host-patchelf-0.9/src' Making all in tests make[2]: Entering directory '/home/naourr/work/instance-1/output-1/build/host-patchelf-0.9/tests' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/home/naourr/work/instance-1/output-1/build/host-patchelf-0.9/tests' make[2]: Entering directory '/home/naourr/work/instance-1/output-1/build/host-patchelf-0.9' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/home/naourr/work/instance-1/output-1/build/host-patchelf-0.9' make[1]: Leaving directory '/home/naourr/work/instance-1/output-1/build/host-patchelf-0.9' >>> host-patchelf 0.9 Installing to host directory PATH="/home/naourr/work/instance-1/output-1/host/bin:/home/naourr/work/instance-1/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" PKG_CONFIG="/home/naourr/work/instance-1/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/home/naourr/work/instance-1/output-1/host/lib/pkgconfig:/home/naourr/work/instance-1/output-1/host/share/pkgconfig" /usr/bin/make -j4 install -C /home/naourr/work/instance-1/output-1/build/host-patchelf-0.9/ make[1]: Entering directory '/home/naourr/work/instance-1/output-1/build/host-patchelf-0.9' Making install in src make[2]: Entering directory '/home/naourr/work/instance-1/output-1/build/host-patchelf-0.9/src' make[3]: Entering directory '/home/naourr/work/instance-1/output-1/build/host-patchelf-0.9/src' make[3]: Nothing to be done for 'install-data-am'. /usr/bin/mkdir -p '/home/naourr/work/instance-1/output-1/host/bin' /usr/bin/install -c patchelf '/home/naourr/work/instance-1/output-1/host/bin' make[3]: Leaving directory '/home/naourr/work/instance-1/output-1/build/host-patchelf-0.9/src' make[2]: Leaving directory '/home/naourr/work/instance-1/output-1/build/host-patchelf-0.9/src' Making install in tests make[2]: Entering directory '/home/naourr/work/instance-1/output-1/build/host-patchelf-0.9/tests' make[3]: Entering directory '/home/naourr/work/instance-1/output-1/build/host-patchelf-0.9/tests' 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-1/output-1/build/host-patchelf-0.9/tests' make[2]: Leaving directory '/home/naourr/work/instance-1/output-1/build/host-patchelf-0.9/tests' make[2]: Entering directory '/home/naourr/work/instance-1/output-1/build/host-patchelf-0.9' make[3]: Entering directory '/home/naourr/work/instance-1/output-1/build/host-patchelf-0.9' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/home/naourr/work/instance-1/output-1/host/share/doc/patchelf' /usr/bin/mkdir -p '/home/naourr/work/instance-1/output-1/host/share/man/man1' /usr/bin/install -c -m 644 README '/home/naourr/work/instance-1/output-1/host/share/doc/patchelf' /usr/bin/install -c -m 644 patchelf.1 '/home/naourr/work/instance-1/output-1/host/share/man/man1' make[3]: Leaving directory '/home/naourr/work/instance-1/output-1/build/host-patchelf-0.9' make[2]: Leaving directory '/home/naourr/work/instance-1/output-1/build/host-patchelf-0.9' make[1]: Leaving directory '/home/naourr/work/instance-1/output-1/build/host-patchelf-0.9' >>> Finalizing host directory >>> Finalizing target directory /usr/bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~console::respawn:/sbin/getty -L console 0 vt100 #~' /home/naourr/work/instance-1/output-1/target/etc/inittab /usr/bin/sed -i -e '/^#.*-o remount,rw \/$/s~^#\+~~' /home/naourr/work/instance-1/output-1/target/etc/inittab if grep -q CONFIG_ASH=y ./.config; then grep -qsE '^/bin/ash$' /home/naourr/work/instance-1/output-1/target/etc/shells || echo "/bin/ash" >> /home/naourr/work/instance-1/output-1/target/etc/shells; fi grep: ./.config: No such file or directory if grep -q CONFIG_HUSH=y ./.config; then grep -qsE '^/bin/hush$' /home/naourr/work/instance-1/output-1/target/etc/shells || echo "/bin/hush" >> /home/naourr/work/instance-1/output-1/target/etc/shells; fi grep: ./.config: No such file or directory mkdir -p /home/naourr/work/instance-1/output-1/target/etc echo "buildroot" > /home/naourr/work/instance-1/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-1/output-1/target/etc/hosts mkdir -p /home/naourr/work/instance-1/output-1/target/etc echo "Welcome to Buildroot" > /home/naourr/work/instance-1/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /home/naourr/work/instance-1/output-1/target/etc/shadow rm -f /home/naourr/work/instance-1/output-1/target/bin/sh if [ -x /home/naourr/work/instance-1/output-1/target/sbin/swapon -a -x /home/naourr/work/instance-1/output-1/target/sbin/swapoff ]; then /usr/bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /home/naourr/work/instance-1/output-1/target/etc/inittab; else /usr/bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /home/naourr/work/instance-1/output-1/target/etc/inittab; fi rm -f /home/naourr/work/instance-1/output-1/build/locales.nopurge for i in C en_US locale-archive; do echo $i >> /home/naourr/work/instance-1/output-1/build/locales.nopurge; done for dir in ; do for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /home/naourr/work/instance-1/output-1/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /home/naourr/work/instance-1/output-1/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /home/naourr/work/instance-1/output-1/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /home/naourr/work/instance-1/output-1/target/usr/share/X11/locale/locale.dir; fi rm -rf /home/naourr/work/instance-1/output-1/target/usr/include /home/naourr/work/instance-1/output-1/target/usr/share/aclocal \ /home/naourr/work/instance-1/output-1/target/usr/lib/pkgconfig /home/naourr/work/instance-1/output-1/target/usr/share/pkgconfig \ /home/naourr/work/instance-1/output-1/target/usr/lib/cmake /home/naourr/work/instance-1/output-1/target/usr/share/cmake \ /home/naourr/work/instance-1/output-1/target/usr/doc find /home/naourr/work/instance-1/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/naourr/work/instance-1/output-1/target/lib/ /home/naourr/work/instance-1/output-1/target/usr/lib/ /home/naourr/work/instance-1/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f find: '/home/naourr/work/instance-1/output-1/target/usr/libexec/': No such file or directory rm -rf /home/naourr/work/instance-1/output-1/target/usr/share/gdb rm -rf /home/naourr/work/instance-1/output-1/target/usr/share/bash-completion rm -rf /home/naourr/work/instance-1/output-1/target/usr/share/zsh rm -rf /home/naourr/work/instance-1/output-1/target/usr/man /home/naourr/work/instance-1/output-1/target/usr/share/man rm -rf /home/naourr/work/instance-1/output-1/target/usr/info /home/naourr/work/instance-1/output-1/target/usr/share/info rm -rf /home/naourr/work/instance-1/output-1/target/usr/doc /home/naourr/work/instance-1/output-1/target/usr/share/doc rm -rf /home/naourr/work/instance-1/output-1/target/usr/share/gtk-doc rmdir /home/naourr/work/instance-1/output-1/target/usr/share 2>/dev/null || true find /home/naourr/work/instance-1/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-1/output-1/host/bin/nds32le-linux-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/naourr/work/instance-1/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /home/naourr/work/instance-1/output-1/host/bin/nds32le-linux-strip --remove-section=.comment --remove-section=.note --strip-debug 2>/dev/null || true test -f /home/naourr/work/instance-1/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-1/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-1/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2020.05-git-06064-g6581d19ab4"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2020.05-git"; \ echo "PRETTY_NAME=\"Buildroot 2020.05-git\"" \ ) > /home/naourr/work/instance-1/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/naourr/work/instance-1/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/naourr/work/instance-1/output-1/per-package /home/naourr/work/instance-1/buildroot/support/scripts/fix-rpath target touch /home/naourr/work/instance-1/output-1/target/usr cat /home/naourr/work/instance-1/output-1/build/busybox-1.31.1/.files-list.txt /home/naourr/work/instance-1/output-1/build/dnsmasq-2.80/.files-list.txt /home/naourr/work/instance-1/output-1/build/dvdauthor-0.7.2/.files-list.txt /home/naourr/work/instance-1/output-1/build/ebtables-2.0.10-4/.files-list.txt /home/naourr/work/instance-1/output-1/build/fftw-single-3.3.8/.files-list.txt /home/naourr/work/instance-1/output-1/build/freetype-2.10.1/.files-list.txt /home/naourr/work/instance-1/output-1/build/ghostscript-fonts-8.11/.files-list.txt /home/naourr/work/instance-1/output-1/build/initscripts/.files-list.txt /home/naourr/work/instance-1/output-1/build/libcuefile-475/.files-list.txt /home/naourr/work/instance-1/output-1/build/libpng-1.6.37/.files-list.txt /home/naourr/work/instance-1/output-1/build/libreplaygain-r475/.files-list.txt /home/naourr/work/instance-1/output-1/build/libusb-1.0.23/.files-list.txt /home/naourr/work/instance-1/output-1/build/libxml2-2.9.10/.files-list.txt /home/naourr/work/instance-1/output-1/build/libxslt-1.1.34/.files-list.txt /home/naourr/work/instance-1/output-1/build/libzlib-1.2.11/.files-list.txt /home/naourr/work/instance-1/output-1/build/musepack-r475/.files-list.txt /home/naourr/work/instance-1/output-1/build/skeleton-init-common/.files-list.txt /home/naourr/work/instance-1/output-1/build/skeleton-init-sysv/.files-list.txt /home/naourr/work/instance-1/output-1/build/skeleton/.files-list.txt /home/naourr/work/instance-1/output-1/build/toolchain-external-andes-nds32/.files-list.txt /home/naourr/work/instance-1/output-1/build/toolchain-external/.files-list.txt /home/naourr/work/instance-1/output-1/build/toolchain/.files-list.txt /home/naourr/work/instance-1/output-1/build/zlib/.files-list.txt > \ /home/naourr/work/instance-1/output-1/build/packages-file-list.txt cat /home/naourr/work/instance-1/output-1/build/host-autoconf-2.69/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-automake-1.15.1/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-libtool-2.4.6/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-m4-1.4.18/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-patchelf-0.9/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-pkgconf-1.6.1/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-skeleton/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-tar-1.29/.files-list-host.txt > \ /home/naourr/work/instance-1/output-1/build/packages-file-list-host.txt cat /home/naourr/work/instance-1/output-1/build/fftw-single-3.3.8/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/freetype-2.10.1/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/libcuefile-475/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/libpng-1.6.37/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/libreplaygain-r475/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/libusb-1.0.23/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/libxml2-2.9.10/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/libxslt-1.1.34/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/libzlib-1.2.11/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/musepack-r475/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/skeleton-init-common/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/toolchain-external-andes-nds32/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/toolchain/.files-list-staging.txt > \ /home/naourr/work/instance-1/output-1/build/packages-file-list-staging.txt ln -snf /home/naourr/work/instance-1/output-1/host/nds32le-buildroot-linux-gnu/sysroot /home/naourr/work/instance-1/output-1/staging make: Leaving directory '/home/naourr/work/instance-1/buildroot' make: Entering directory '/home/naourr/work/instance-1/buildroot' >>> Buildroot 2020.05-git-06064-g6581d19ab4 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-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain-external-andes-nds32 Collecting legal info >>> toolchain Collecting legal info >>> busybox 1.31.1 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) >>> dnsmasq 2.80 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) COPYING-v3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-pkgconf 1.6.1 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> dvdauthor 0.7.2 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> freetype 2.10.1 Collecting legal info docs/LICENSE.TXT: OK (sha256: fd056de4196903a676208ef58cfddafc7d583d1f28fa2e44c309cf84a59e62fb) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> libpng 1.6.37 Collecting legal info LICENSE: OK (sha256: bf5e22b9dce8464064ae17a48ea1133c3369ac9e1d80ef9e320e5219aa14ea9b) >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> libxml2 2.9.10 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> ebtables 2.0.10-4 Collecting legal info COPYING: OK (sha256: ebdb8ae564c952792017ec680e2edd30443642216eb9f8a3d8fa166c0cb628c1) >>> fftw-single 3.3.8 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> ghostscript-fonts 8.11 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> hackrf 2018.01.1 Collecting legal info COPYING: OK (sha256: 49b60a6288f90f49074228cc1fae0fb16871ba36b756013abdf7c2fc92f01fad) >>> libusb 1.0.23 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> initscripts Collecting legal info >>> libcuefile 475 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libreplaygain r475 Collecting legal info src/gain_analysis.c: OK (sha256: 511e7b63ce6530b93932d19da3471a6672586339bc131b2699ad4e9b0ee6c9bb) >>> 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) >>> libxslt 1.1.34 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> musepack r475 Collecting legal info libmpcdec/COPYING: OK (sha256: 141f551d8e4f037b7f6bc9136b7d3116c7ae9ec8da10c4f14c07c6dc34bc9aa5) libmpcenc/quant.c: OK (sha256: 0da88639aebbd614151ee52294fa13789f8cd28d9f2e0a56998b89b5c21ddc2b) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-andes-nds32: cannot save license (TOOLCHAIN_EXTERNAL_ANDES_NDS32_LICENSE_FILES not defined) Legal info produced in /home/naourr/work/instance-1/output-1/legal-info make: Leaving directory '/home/naourr/work/instance-1/buildroot'