[ 40%] Building C object libmpcenc/CMakeFiles/mpcenc_static.dir/bitstream.o [ 42%] Building C object libmpcenc/CMakeFiles/mpcenc_static.dir/encode_sv7.o [ 44%] Building C object libmpcenc/CMakeFiles/mpcenc_static.dir/huffsv7.o [ 46%] Building C object libmpcenc/CMakeFiles/mpcenc_static.dir/quant.o [ 48%] Building C object libmpcenc/CMakeFiles/mpcenc_static.dir/__/common/crc32.o [ 50%] Linking C static library libmpcenc_static.a make[3]: Leaving directory '/home/naourr/work/instance-1/output/build/musepack-r475' [ 50%] Built target mpcenc_static make[3]: Entering directory '/home/naourr/work/instance-1/output/build/musepack-r475' Scanning dependencies of target wavformat_static make[3]: Leaving directory '/home/naourr/work/instance-1/output/build/musepack-r475' make[3]: Entering directory '/home/naourr/work/instance-1/output/build/musepack-r475' [ 51%] Building C object libwavformat/CMakeFiles/wavformat_static.dir/input.o [ 53%] Building C object libwavformat/CMakeFiles/wavformat_static.dir/output.o [ 55%] Linking C static library libwavformat_static.a make[3]: Leaving directory '/home/naourr/work/instance-1/output/build/musepack-r475' [ 55%] Built target wavformat_static make[3]: Entering directory '/home/naourr/work/instance-1/output/build/musepack-r475' Scanning dependencies of target mpcgain make[3]: Leaving directory '/home/naourr/work/instance-1/output/build/musepack-r475' make[3]: Entering directory '/home/naourr/work/instance-1/output/build/musepack-r475' [ 57%] Building C object mpcgain/CMakeFiles/mpcgain.dir/mpcgain.o /home/naourr/work/instance-1/output/build/musepack-r475/mpcgain/mpcgain.c: In function 'main': /home/naourr/work/instance-1/output/build/musepack-r475/mpcgain/mpcgain.c:185:32: warning: initialization discards 'const' qualifier from pointer target type [enabled by default] mpc_chap_info * chap_info = mpc_demux_chap(demux, chap); ^ /home/naourr/work/instance-1/output/build/musepack-r475/mpcgain/mpcgain.c:218:34: warning: initialization discards 'const' qualifier from pointer target type [enabled by default] mpc_chap_info * chap_info = mpc_demux_chap(demux, chap); ^ /home/naourr/work/instance-1/output/build/musepack-r475/mpcgain/mpcgain.c:167:31: warning: 'chap_peak' may be used uninitialized in this function [-Wmaybe-uninitialized] mpc_uint16_t * chap_gain, * chap_peak; ^ /home/naourr/work/instance-1/output/build/musepack-r475/mpcgain/mpcgain.c:167:18: warning: 'chap_gain' may be used uninitialized in this function [-Wmaybe-uninitialized] mpc_uint16_t * chap_gain, * chap_peak; ^ /home/naourr/work/instance-1/output/build/musepack-r475/mpcgain/mpcgain.c:64:5: warning: 'chap_max' may be used uninitialized in this function [-Wmaybe-uninitialized] if (a > b) ^ /home/naourr/work/instance-1/output/build/musepack-r475/mpcgain/mpcgain.c:166:36: note: 'chap_max' was declared here MPC_SAMPLE_FORMAT title_max = 0, chap_max; ^ [ 59%] Linking C executable mpcgain make[3]: Leaving directory '/home/naourr/work/instance-1/output/build/musepack-r475' [ 59%] Built target mpcgain make[3]: Entering directory '/home/naourr/work/instance-1/output/build/musepack-r475' Scanning dependencies of target mpcdec_cmd make[3]: Leaving directory '/home/naourr/work/instance-1/output/build/musepack-r475' make[3]: Entering directory '/home/naourr/work/instance-1/output/build/musepack-r475' [ 61%] Building C object mpcdec/CMakeFiles/mpcdec_cmd.dir/mpcdec.o [ 63%] Linking C executable mpcdec make[3]: Leaving directory '/home/naourr/work/instance-1/output/build/musepack-r475' [ 63%] Built target mpcdec_cmd make[3]: Entering directory '/home/naourr/work/instance-1/output/build/musepack-r475' Scanning dependencies of target mpcenc make[3]: Leaving directory '/home/naourr/work/instance-1/output/build/musepack-r475' make[3]: Entering directory '/home/naourr/work/instance-1/output/build/musepack-r475' [ 65%] Building C object mpcenc/CMakeFiles/mpcenc.dir/keyboard.o [ 67%] Building C object mpcenc/CMakeFiles/mpcenc.dir/mpcenc.o /home/naourr/work/instance-1/output/build/musepack-r475/mpcenc/mpcenc.c: In function 'Quantisierung': /home/naourr/work/instance-1/output/build/musepack-r475/mpcenc/mpcenc.c:692:17: warning: passing argument 1 of 'QuantizeSubbandWithNoiseShaping' from incompatible pointer type [enabled by default] QuantizeSubbandWithNoiseShaping ( subq[Band].L, subx[Band].L, *resL, errorL [Band], m->FIR_L [Band] ); ^ In file included from /home/naourr/work/instance-1/output/build/musepack-r475/mpcenc/mpcenc.c:27:0: /home/naourr/work/instance-1/output/build/musepack-r475/mpcenc/mpcenc.h:259:8: note: expected 'unsigned int *' but argument is of type 'mpc_int16_t *' void QuantizeSubbandWithNoiseShaping ( unsigned int* qu_output, const float* input, const int res, float* errors, const float* FIR ); ^ /home/naourr/work/instance-1/output/build/musepack-r475/mpcenc/mpcenc.c:695:5: warning: passing argument 1 of 'QuantizeSubband' from incompatible pointer type [enabled by default] QuantizeSubband ( subq[Band].L, subx[Band].L, *resL, errorL [Band], MAX_NS_ORDER ); ^ In file included from /home/naourr/work/instance-1/output/build/musepack-r475/mpcenc/mpcenc.c:27:0: /home/naourr/work/instance-1/output/build/musepack-r475/mpcenc/mpcenc.h:258:8: note: expected 'unsigned int *' but argument is of type 'mpc_int16_t *' void QuantizeSubband ( unsigned int* qu_output, const float* input, const int res, float* errors, const int maxNsOrder ); ^ /home/naourr/work/instance-1/output/build/musepack-r475/mpcenc/mpcenc.c:702:17: warning: passing argument 1 of 'QuantizeSubbandWithNoiseShaping' from incompatible pointer type [enabled by default] QuantizeSubbandWithNoiseShaping ( subq[Band].R, subx[Band].R, *resR, errorR [Band], m->FIR_R [Band] ); ^ In file included from /home/naourr/work/instance-1/output/build/musepack-r475/mpcenc/mpcenc.c:27:0: /home/naourr/work/instance-1/output/build/musepack-r475/mpcenc/mpcenc.h:259:8: note: expected 'unsigned int *' but argument is of type 'mpc_int16_t *' void QuantizeSubbandWithNoiseShaping ( unsigned int* qu_output, const float* input, const int res, float* errors, const float* FIR ); ^ /home/naourr/work/instance-1/output/build/musepack-r475/mpcenc/mpcenc.c:705:5: warning: passing argument 1 of 'QuantizeSubband' from incompatible pointer type [enabled by default] QuantizeSubband ( subq[Band].R, subx[Band].R, *resR, errorL [Band], MAX_NS_ORDER); ^ In file included from /home/naourr/work/instance-1/output/build/musepack-r475/mpcenc/mpcenc.c:27:0: /home/naourr/work/instance-1/output/build/musepack-r475/mpcenc/mpcenc.h:258:8: note: expected 'unsigned int *' but argument is of type 'mpc_int16_t *' void QuantizeSubband ( unsigned int* qu_output, const float* input, const int res, float* errors, const int maxNsOrder ); ^ /home/naourr/work/instance-1/output/build/musepack-r475/mpcenc/mpcenc.c: In function 'Init_FPU': /home/naourr/work/instance-1/output/build/musepack-r475/mpcenc/mpcenc.c:1443:16: warning: unused variable 'cw' [-Wunused-variable] mpc_uint16_t cw; ^ /home/naourr/work/instance-1/output/build/musepack-r475/mpcenc/mpcenc.c: In function 'mainloop': /home/naourr/work/instance-1/output/build/musepack-r475/mpcenc/mpcenc.c:1712:4: warning: passing argument 7 of 'Allocate' from incompatible pointer type [enabled by default] Allocate ( m.Max_Band, e.Res_L, X[0].L, e.SCF_Index_L[0], m.SNR_comp_L, SMR.L, Power_L, Transient , m.PNS ); // allocate bits for left + right channel ^ /home/naourr/work/instance-1/output/build/musepack-r475/mpcenc/mpcenc.c:756:1: note: expected 'const float (*)[3]' but argument is of type 'float (*)[3]' Allocate ( const int MaxBand, int* res, float* x, int* scf, const float* comp, const float* smr, const SCFTriple* Pow, const int* Transient, const float PNS ) ^ /home/naourr/work/instance-1/output/build/musepack-r475/mpcenc/mpcenc.c:1713:4: warning: passing argument 7 of 'Allocate' from incompatible pointer type [enabled by default] Allocate ( m.Max_Band, e.Res_R, X[0].R, e.SCF_Index_R[0], m.SNR_comp_R, SMR.R, Power_R, Transient , m.PNS ); ^ /home/naourr/work/instance-1/output/build/musepack-r475/mpcenc/mpcenc.c:756:1: note: expected 'const float (*)[3]' but argument is of type 'float (*)[3]' Allocate ( const int MaxBand, int* res, float* x, int* scf, const float* comp, const float* smr, const SCFTriple* Pow, const int* Transient, const float PNS ) ^ [ 69%] Building C object mpcenc/CMakeFiles/mpcenc.dir/pipeopen.o [ 71%] Building C object mpcenc/CMakeFiles/mpcenc.dir/stderr.o [ 73%] Building C object mpcenc/CMakeFiles/mpcenc.dir/__/common/tags.o [ 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/build/musepack-r475' [ 78%] Built target mpcenc make[3]: Entering directory '/home/naourr/work/instance-1/output/build/musepack-r475' Scanning dependencies of target mpc2sv8 make[3]: Leaving directory '/home/naourr/work/instance-1/output/build/musepack-r475' make[3]: Entering directory '/home/naourr/work/instance-1/output/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/build/musepack-r475' [ 82%] Built target mpc2sv8 make[3]: Entering directory '/home/naourr/work/instance-1/output/build/musepack-r475' Scanning dependencies of target mpccut make[3]: Leaving directory '/home/naourr/work/instance-1/output/build/musepack-r475' make[3]: Entering directory '/home/naourr/work/instance-1/output/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/build/musepack-r475' [ 86%] Built target mpccut make[3]: Entering directory '/home/naourr/work/instance-1/output/build/musepack-r475' Scanning dependencies of target mpcchap make[3]: Leaving directory '/home/naourr/work/instance-1/output/build/musepack-r475' make[3]: Entering directory '/home/naourr/work/instance-1/output/build/musepack-r475' [ 88%] Building C object mpcchap/CMakeFiles/mpcchap.dir/mpcchap.o [ 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/build/musepack-r475/mpcchap/iniparser.c: In function 'iniparser_getnkey': /home/naourr/work/instance-1/output/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 ; ^ [ 94%] Building C object mpcchap/CMakeFiles/mpcchap.dir/__/common/tags.o [ 96%] Linking C executable mpcchap make[3]: Leaving directory '/home/naourr/work/instance-1/output/build/musepack-r475' [ 96%] Built target mpcchap make[3]: Entering directory '/home/naourr/work/instance-1/output/build/musepack-r475' Scanning dependencies of target wavcmp make[3]: Leaving directory '/home/naourr/work/instance-1/output/build/musepack-r475' make[3]: Entering directory '/home/naourr/work/instance-1/output/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/build/musepack-r475' [100%] Built target wavcmp make[2]: Leaving directory '/home/naourr/work/instance-1/output/build/musepack-r475' make[1]: Leaving directory '/home/naourr/work/instance-1/output/build/musepack-r475' >>> musepack r475 Installing to staging directory PATH="/home/naourr/work/instance-1/output/host/bin:/home/naourr/work/instance-1/output/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/host/mips64el-buildroot-linux-gnu/sysroot install/fast -C /home/naourr/work/instance-1/output/build/musepack-r475/ make[1]: Entering directory '/home/naourr/work/instance-1/output/build/musepack-r475' Install the project... -- Install configuration: "Release" -- Installing: /home/naourr/work/instance-1/output/host/mips64el-buildroot-linux-gnu/sysroot/usr/lib/libmpcdec.so.7.0.1 -- Installing: /home/naourr/work/instance-1/output/host/mips64el-buildroot-linux-gnu/sysroot/usr/lib/libmpcdec.so.7 -- Installing: /home/naourr/work/instance-1/output/host/mips64el-buildroot-linux-gnu/sysroot/usr/lib/libmpcdec.so -- Installing: /home/naourr/work/instance-1/output/host/mips64el-buildroot-linux-gnu/sysroot/usr/bin/mpcgain -- Set runtime path of "/home/naourr/work/instance-1/output/host/mips64el-buildroot-linux-gnu/sysroot/usr/bin/mpcgain" to "" -- Installing: /home/naourr/work/instance-1/output/host/mips64el-buildroot-linux-gnu/sysroot/usr/bin/mpcdec -- Set runtime path of "/home/naourr/work/instance-1/output/host/mips64el-buildroot-linux-gnu/sysroot/usr/bin/mpcdec" to "" -- Installing: /home/naourr/work/instance-1/output/host/mips64el-buildroot-linux-gnu/sysroot/usr/bin/mpcenc -- Set runtime path of "/home/naourr/work/instance-1/output/host/mips64el-buildroot-linux-gnu/sysroot/usr/bin/mpcenc" to "" -- Installing: /home/naourr/work/instance-1/output/host/mips64el-buildroot-linux-gnu/sysroot/usr/bin/mpc2sv8 -- Set runtime path of "/home/naourr/work/instance-1/output/host/mips64el-buildroot-linux-gnu/sysroot/usr/bin/mpc2sv8" to "" -- Installing: /home/naourr/work/instance-1/output/host/mips64el-buildroot-linux-gnu/sysroot/usr/bin/mpccut -- Set runtime path of "/home/naourr/work/instance-1/output/host/mips64el-buildroot-linux-gnu/sysroot/usr/bin/mpccut" to "" -- Installing: /home/naourr/work/instance-1/output/host/mips64el-buildroot-linux-gnu/sysroot/usr/bin/mpcchap -- Set runtime path of "/home/naourr/work/instance-1/output/host/mips64el-buildroot-linux-gnu/sysroot/usr/bin/mpcchap" to "" -- Installing: /home/naourr/work/instance-1/output/host/mips64el-buildroot-linux-gnu/sysroot/usr/bin/wavcmp -- Set runtime path of "/home/naourr/work/instance-1/output/host/mips64el-buildroot-linux-gnu/sysroot/usr/bin/wavcmp" to "" -- Installing: /home/naourr/work/instance-1/output/host/mips64el-buildroot-linux-gnu/sysroot/usr/include/mpc -- Installing: /home/naourr/work/instance-1/output/host/mips64el-buildroot-linux-gnu/sysroot/usr/include/mpc/minimax.h -- Installing: /home/naourr/work/instance-1/output/host/mips64el-buildroot-linux-gnu/sysroot/usr/include/mpc/mpcdec.h -- Installing: /home/naourr/work/instance-1/output/host/mips64el-buildroot-linux-gnu/sysroot/usr/include/mpc/reader.h -- Installing: /home/naourr/work/instance-1/output/host/mips64el-buildroot-linux-gnu/sysroot/usr/include/mpc/streaminfo.h -- Installing: /home/naourr/work/instance-1/output/host/mips64el-buildroot-linux-gnu/sysroot/usr/include/mpc/datatypes.h -- Installing: /home/naourr/work/instance-1/output/host/mips64el-buildroot-linux-gnu/sysroot/usr/include/mpc/.svn -- Installing: /home/naourr/work/instance-1/output/host/mips64el-buildroot-linux-gnu/sysroot/usr/include/mpc/.svn/prop-base -- Installing: /home/naourr/work/instance-1/output/host/mips64el-buildroot-linux-gnu/sysroot/usr/include/mpc/.svn/tmp -- Installing: /home/naourr/work/instance-1/output/host/mips64el-buildroot-linux-gnu/sysroot/usr/include/mpc/.svn/tmp/prop-base -- Installing: /home/naourr/work/instance-1/output/host/mips64el-buildroot-linux-gnu/sysroot/usr/include/mpc/.svn/tmp/props -- Installing: /home/naourr/work/instance-1/output/host/mips64el-buildroot-linux-gnu/sysroot/usr/include/mpc/.svn/tmp/text-base -- Installing: /home/naourr/work/instance-1/output/host/mips64el-buildroot-linux-gnu/sysroot/usr/include/mpc/.svn/props -- Installing: /home/naourr/work/instance-1/output/host/mips64el-buildroot-linux-gnu/sysroot/usr/include/mpc/.svn/all-wcprops -- Installing: /home/naourr/work/instance-1/output/host/mips64el-buildroot-linux-gnu/sysroot/usr/include/mpc/.svn/entries -- Installing: /home/naourr/work/instance-1/output/host/mips64el-buildroot-linux-gnu/sysroot/usr/include/mpc/.svn/text-base -- Installing: /home/naourr/work/instance-1/output/host/mips64el-buildroot-linux-gnu/sysroot/usr/include/mpc/.svn/text-base/streaminfo.h.svn-base -- Installing: /home/naourr/work/instance-1/output/host/mips64el-buildroot-linux-gnu/sysroot/usr/include/mpc/.svn/text-base/datatypes.h.svn-base -- Installing: /home/naourr/work/instance-1/output/host/mips64el-buildroot-linux-gnu/sysroot/usr/include/mpc/.svn/text-base/reader.h.svn-base -- Installing: /home/naourr/work/instance-1/output/host/mips64el-buildroot-linux-gnu/sysroot/usr/include/mpc/.svn/text-base/mpcmath.h.svn-base -- Installing: /home/naourr/work/instance-1/output/host/mips64el-buildroot-linux-gnu/sysroot/usr/include/mpc/.svn/text-base/minimax.h.svn-base -- Installing: /home/naourr/work/instance-1/output/host/mips64el-buildroot-linux-gnu/sysroot/usr/include/mpc/.svn/text-base/mpcdec.h.svn-base -- Installing: /home/naourr/work/instance-1/output/host/mips64el-buildroot-linux-gnu/sysroot/usr/include/mpc/.svn/text-base/mpc_types.h.svn-base -- Installing: /home/naourr/work/instance-1/output/host/mips64el-buildroot-linux-gnu/sysroot/usr/include/mpc/mpc_types.h -- Installing: /home/naourr/work/instance-1/output/host/mips64el-buildroot-linux-gnu/sysroot/usr/include/mpc/mpcmath.h make[1]: Leaving directory '/home/naourr/work/instance-1/output/build/musepack-r475' >>> musepack r475 Fixing libtool files >>> musepack r475 Installing to target PATH="/home/naourr/work/instance-1/output/host/bin:/home/naourr/work/instance-1/output/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/target install/fast -C /home/naourr/work/instance-1/output/build/musepack-r475/ make[1]: Entering directory '/home/naourr/work/instance-1/output/build/musepack-r475' Install the project... -- Install configuration: "Release" -- Installing: /home/naourr/work/instance-1/output/target/usr/lib/libmpcdec.so.7.0.1 -- Installing: /home/naourr/work/instance-1/output/target/usr/lib/libmpcdec.so.7 -- Installing: /home/naourr/work/instance-1/output/target/usr/lib/libmpcdec.so -- Installing: /home/naourr/work/instance-1/output/target/usr/bin/mpcgain -- Set runtime path of "/home/naourr/work/instance-1/output/target/usr/bin/mpcgain" to "" -- Installing: /home/naourr/work/instance-1/output/target/usr/bin/mpcdec -- Set runtime path of "/home/naourr/work/instance-1/output/target/usr/bin/mpcdec" to "" -- Installing: /home/naourr/work/instance-1/output/target/usr/bin/mpcenc -- Set runtime path of "/home/naourr/work/instance-1/output/target/usr/bin/mpcenc" to "" -- Installing: /home/naourr/work/instance-1/output/target/usr/bin/mpc2sv8 -- Set runtime path of "/home/naourr/work/instance-1/output/target/usr/bin/mpc2sv8" to "" -- Installing: /home/naourr/work/instance-1/output/target/usr/bin/mpccut -- Set runtime path of "/home/naourr/work/instance-1/output/target/usr/bin/mpccut" to "" -- Installing: /home/naourr/work/instance-1/output/target/usr/bin/mpcchap -- Set runtime path of "/home/naourr/work/instance-1/output/target/usr/bin/mpcchap" to "" -- Installing: /home/naourr/work/instance-1/output/target/usr/bin/wavcmp -- Set runtime path of "/home/naourr/work/instance-1/output/target/usr/bin/wavcmp" to "" -- Installing: /home/naourr/work/instance-1/output/target/usr/include/mpc -- Installing: /home/naourr/work/instance-1/output/target/usr/include/mpc/minimax.h -- Installing: /home/naourr/work/instance-1/output/target/usr/include/mpc/mpcdec.h -- Installing: /home/naourr/work/instance-1/output/target/usr/include/mpc/reader.h -- Installing: /home/naourr/work/instance-1/output/target/usr/include/mpc/streaminfo.h -- Installing: /home/naourr/work/instance-1/output/target/usr/include/mpc/datatypes.h -- Installing: /home/naourr/work/instance-1/output/target/usr/include/mpc/.svn -- Installing: /home/naourr/work/instance-1/output/target/usr/include/mpc/.svn/prop-base -- Installing: /home/naourr/work/instance-1/output/target/usr/include/mpc/.svn/tmp -- Installing: /home/naourr/work/instance-1/output/target/usr/include/mpc/.svn/tmp/prop-base -- Installing: /home/naourr/work/instance-1/output/target/usr/include/mpc/.svn/tmp/props -- Installing: /home/naourr/work/instance-1/output/target/usr/include/mpc/.svn/tmp/text-base -- Installing: /home/naourr/work/instance-1/output/target/usr/include/mpc/.svn/props -- Installing: /home/naourr/work/instance-1/output/target/usr/include/mpc/.svn/all-wcprops -- Installing: /home/naourr/work/instance-1/output/target/usr/include/mpc/.svn/entries -- Installing: /home/naourr/work/instance-1/output/target/usr/include/mpc/.svn/text-base -- Installing: /home/naourr/work/instance-1/output/target/usr/include/mpc/.svn/text-base/streaminfo.h.svn-base -- Installing: /home/naourr/work/instance-1/output/target/usr/include/mpc/.svn/text-base/datatypes.h.svn-base -- Installing: /home/naourr/work/instance-1/output/target/usr/include/mpc/.svn/text-base/reader.h.svn-base -- Installing: /home/naourr/work/instance-1/output/target/usr/include/mpc/.svn/text-base/mpcmath.h.svn-base -- Installing: /home/naourr/work/instance-1/output/target/usr/include/mpc/.svn/text-base/minimax.h.svn-base -- Installing: /home/naourr/work/instance-1/output/target/usr/include/mpc/.svn/text-base/mpcdec.h.svn-base -- Installing: /home/naourr/work/instance-1/output/target/usr/include/mpc/.svn/text-base/mpc_types.h.svn-base -- Installing: /home/naourr/work/instance-1/output/target/usr/include/mpc/mpc_types.h -- Installing: /home/naourr/work/instance-1/output/target/usr/include/mpc/mpcmath.h make[1]: Leaving directory '/home/naourr/work/instance-1/output/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/host/bin/tar --strip-components=1 -C /home/naourr/work/instance-1/output/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/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/build/host-patchelf-0.9/ && rm -rf config.cache; PATH="/home/naourr/work/instance-1/output/host/bin:/home/naourr/work/instance-1/output/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/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/host/lib/pkgconfig:/home/naourr/work/instance-1/output/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/host/include" CFLAGS="-O2 -I/home/naourr/work/instance-1/output/host/include" CXXFLAGS="-O2 -I/home/naourr/work/instance-1/output/host/include" LDFLAGS="-L/home/naourr/work/instance-1/output/host/lib -Wl,-rpath,/home/naourr/work/instance-1/output/host/lib" INTLTOOL_PERL=/usr/bin/perl CFLAGS="-O2 -I/home/naourr/work/instance-1/output/host/include" LDFLAGS="-L/home/naourr/work/instance-1/output/host/lib -Wl,-rpath,/home/naourr/work/instance-1/output/host/lib" CONFIG_SITE=/dev/null ./configure --prefix="/home/naourr/work/instance-1/output/host" --sysconfdir="/home/naourr/work/instance-1/output/host/etc" --localstatedir="/home/naourr/work/instance-1/output/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-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 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 >>> host-patchelf 0.9 Building PATH="/home/naourr/work/instance-1/output/host/bin:/home/naourr/work/instance-1/output/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/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/host/lib/pkgconfig:/home/naourr/work/instance-1/output/host/share/pkgconfig" /usr/bin/make -j4 -C /home/naourr/work/instance-1/output/build/host-patchelf-0.9/ make[1]: Entering directory '/home/naourr/work/instance-1/output/build/host-patchelf-0.9' Making all in src make[2]: Entering directory '/home/naourr/work/instance-1/output/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/host/include -Wall -O2 -I/home/naourr/work/instance-1/output/host/include -c -o patchelf.o patchelf.cc /usr/bin/g++ -Wall -O2 -I/home/naourr/work/instance-1/output/host/include -L/home/naourr/work/instance-1/output/host/lib -Wl,-rpath,/home/naourr/work/instance-1/output/host/lib -o patchelf patchelf.o make[2]: Leaving directory '/home/naourr/work/instance-1/output/build/host-patchelf-0.9/src' Making all in tests make[2]: Entering directory '/home/naourr/work/instance-1/output/build/host-patchelf-0.9/tests' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/home/naourr/work/instance-1/output/build/host-patchelf-0.9/tests' make[2]: Entering directory '/home/naourr/work/instance-1/output/build/host-patchelf-0.9' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/home/naourr/work/instance-1/output/build/host-patchelf-0.9' make[1]: Leaving directory '/home/naourr/work/instance-1/output/build/host-patchelf-0.9' >>> host-patchelf 0.9 Installing to host directory PATH="/home/naourr/work/instance-1/output/host/bin:/home/naourr/work/instance-1/output/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/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/host/lib/pkgconfig:/home/naourr/work/instance-1/output/host/share/pkgconfig" /usr/bin/make -j4 install -C /home/naourr/work/instance-1/output/build/host-patchelf-0.9/ make[1]: Entering directory '/home/naourr/work/instance-1/output/build/host-patchelf-0.9' Making install in src make[2]: Entering directory '/home/naourr/work/instance-1/output/build/host-patchelf-0.9/src' make[3]: Entering directory '/home/naourr/work/instance-1/output/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/host/bin' /usr/bin/install -c patchelf '/home/naourr/work/instance-1/output/host/bin' make[3]: Leaving directory '/home/naourr/work/instance-1/output/build/host-patchelf-0.9/src' make[2]: Leaving directory '/home/naourr/work/instance-1/output/build/host-patchelf-0.9/src' Making install in tests make[2]: Entering directory '/home/naourr/work/instance-1/output/build/host-patchelf-0.9/tests' make[3]: Entering directory '/home/naourr/work/instance-1/output/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/build/host-patchelf-0.9/tests' make[2]: Leaving directory '/home/naourr/work/instance-1/output/build/host-patchelf-0.9/tests' make[2]: Entering directory '/home/naourr/work/instance-1/output/build/host-patchelf-0.9' make[3]: Entering directory '/home/naourr/work/instance-1/output/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/host/share/doc/patchelf' /usr/bin/mkdir -p '/home/naourr/work/instance-1/output/host/share/man/man1' /usr/bin/install -c -m 644 README '/home/naourr/work/instance-1/output/host/share/doc/patchelf' /usr/bin/install -c -m 644 patchelf.1 '/home/naourr/work/instance-1/output/host/share/man/man1' make[3]: Leaving directory '/home/naourr/work/instance-1/output/build/host-patchelf-0.9' make[2]: Leaving directory '/home/naourr/work/instance-1/output/build/host-patchelf-0.9' make[1]: Leaving directory '/home/naourr/work/instance-1/output/build/host-patchelf-0.9' >>> Finalizing target directory # Check files that are touched by more than one package ./support/scripts/check-uniq-files -t target /home/naourr/work/instance-1/output/build/packages-file-list.txt ./support/scripts/check-uniq-files -t staging /home/naourr/work/instance-1/output/build/packages-file-list-staging.txt Warning: staging file "./usr/lib/libdvdread.la" is touched by more than one package: [u'libdvdread', u'libreplaygain', u'libvorbis', u'musepack'] Warning: staging file "./usr/lib/libdvdcss.la" is touched by more than one package: [u'libdvdcss', u'libdvdread', u'libreplaygain', u'libvorbis', u'musepack'] Warning: staging file "./usr/lib/libreplaygain.la" is touched by more than one package: [u'libreplaygain', u'libvorbis', u'musepack'] Warning: staging file "./usr/lib/libogg.la" is touched by more than one package: [u'libogg', u'flac', u'libzlib', u'libpcap', u'ncurses', u'libcuefile', u'libdvbcsa', u'libdvdcss', u'libdvdread', u'libreplaygain', u'libvorbis', u'musepack'] Warning: staging file "./usr/lib/libFLAC.la" is touched by more than one package: [u'flac', u'libzlib', u'libpcap', u'ncurses', u'libcuefile', u'libdvbcsa', u'libdvdcss', u'libdvdread', u'libreplaygain', u'libvorbis', u'musepack'] Warning: staging file "./usr/lib/libvorbisenc.la" is touched by more than one package: [u'libvorbis', u'musepack'] Warning: staging file "./usr/lib/libdvbcsa.la" is touched by more than one package: [u'libdvbcsa', u'libdvdcss', u'libdvdread', u'libreplaygain', u'libvorbis', u'musepack'] Warning: staging file "./usr/lib/libfl.la" is touched by more than one package: [u'flex', u'linux-pam', u'c-periphery', u'libogg', u'flac', u'libzlib', u'libpcap', u'ncurses', u'libcuefile', u'libdvbcsa', u'libdvdcss', u'libdvdread', u'libreplaygain', u'libvorbis', u'musepack'] Warning: staging file "./usr/lib/libvorbis.la" is touched by more than one package: [u'libvorbis', u'musepack'] Warning: staging file "./usr/lib/libvorbisfile.la" is touched by more than one package: [u'libvorbis', u'musepack'] ./support/scripts/check-uniq-files -t host /home/naourr/work/instance-1/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-bison'] /usr/bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~console::respawn:/sbin/getty -L console 0 vt100 #~' /home/naourr/work/instance-1/output/target/etc/inittab /usr/bin/sed -i -e '/^#.*-o remount,rw \/$/s~^#\+~~' /home/naourr/work/instance-1/output/target/etc/inittab if grep -q CONFIG_ASH=y ./.config; then grep -qsE '^/bin/ash$' /home/naourr/work/instance-1/output/target/etc/shells || echo "/bin/ash" >> /home/naourr/work/instance-1/output/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/target/etc/shells || echo "/bin/hush" >> /home/naourr/work/instance-1/output/target/etc/shells; fi grep: ./.config: No such file or directory mkdir -p /home/naourr/work/instance-1/output/target/etc echo "buildroot" > /home/naourr/work/instance-1/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-1/output/target/etc/hosts mkdir -p /home/naourr/work/instance-1/output/target/etc echo "Welcome to Buildroot" > /home/naourr/work/instance-1/output/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /home/naourr/work/instance-1/output/target/etc/shadow rm -f /home/naourr/work/instance-1/output/target/bin/sh rm -f /home/naourr/work/instance-1/output/build/locales.nopurge for i in C en_US locale-archive; do echo $i >> /home/naourr/work/instance-1/output/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/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /home/naourr/work/instance-1/output/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /home/naourr/work/instance-1/output/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /home/naourr/work/instance-1/output/target/usr/share/X11/locale/locale.dir; fi rm -rf /home/naourr/work/instance-1/output/target/usr/include /home/naourr/work/instance-1/output/target/usr/share/aclocal \ /home/naourr/work/instance-1/output/target/usr/lib/pkgconfig /home/naourr/work/instance-1/output/target/usr/share/pkgconfig \ /home/naourr/work/instance-1/output/target/usr/lib/cmake /home/naourr/work/instance-1/output/target/usr/share/cmake find /home/naourr/work/instance-1/output/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/naourr/work/instance-1/output/target/lib/ /home/naourr/work/instance-1/output/target/usr/lib/ /home/naourr/work/instance-1/output/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' \) -print0 | xargs -0 rm -f find: '/home/naourr/work/instance-1/output/target/usr/libexec/': No such file or directory rm -rf /home/naourr/work/instance-1/output/target/usr/share/gdb rm -rf /home/naourr/work/instance-1/output/target/usr/share/bash-completion rm -rf /home/naourr/work/instance-1/output/target/usr/share/zsh rm -rf /home/naourr/work/instance-1/output/target/usr/man /home/naourr/work/instance-1/output/target/usr/share/man rm -rf /home/naourr/work/instance-1/output/target/usr/info /home/naourr/work/instance-1/output/target/usr/share/info rm -rf /home/naourr/work/instance-1/output/target/usr/doc /home/naourr/work/instance-1/output/target/usr/share/doc rm -rf /home/naourr/work/instance-1/output/target/usr/share/gtk-doc rmdir /home/naourr/work/instance-1/output/target/usr/share 2>/dev/null || true find /home/naourr/work/instance-1/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-1/output/host/bin/mips64el-ctng_n32-linux-gnu-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/naourr/work/instance-1/output/target/lib/ -type f -name 'libpthread*.so*' | \ xargs -r /home/naourr/work/instance-1/output/host/bin/mips64el-ctng_n32-linux-gnu-strip --remove-section=.comment --remove-section=.note --strip-debug find /home/naourr/work/instance-1/output/target/lib/ -type f -name 'ld-*.so*' | \ xargs -r /home/naourr/work/instance-1/output/host/bin/mips64el-ctng_n32-linux-gnu-strip --remove-section=.comment --remove-section=.note --strip-debug test -f /home/naourr/work/instance-1/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-1/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-1/output/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2019.02-git-00372-gff349069b0"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2019.02-git"; \ echo "PRETTY_NAME=\"Buildroot 2019.02-git\"" \ ) > /home/naourr/work/instance-1/output/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/naourr/work/instance-1/output/target/etc >>> Sanitizing RPATH in target tree /home/naourr/work/instance-1/buildroot/support/scripts/fix-rpath target touch /home/naourr/work/instance-1/output/target/usr make: Leaving directory '/home/naourr/work/instance-1/buildroot' make: Entering directory '/home/naourr/work/instance-1/buildroot' >>> Buildroot 2019.02-git-00372-gff349069b0 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 >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain-external-custom Collecting legal info >>> toolchain Collecting legal info >>> busybox 1.29.3 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) >>> linux-pam 1.3.1 Collecting legal info ERROR: No hash found for Copyright >>> flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> 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) ERROR: No hash found for libltdl/COPYING.LIB >>> 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 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.8 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> host-pkgconf 1.5.3 Collecting legal info ERROR: No hash found for COPYING >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> c-periphery v1.1.3 Collecting legal info LICENSE: OK (sha256: 6b5669a90260126f0600aae98cb10fb5e219269dc9cbd0137f63927b96d5c31d) >>> flac 1.3.2 Collecting legal info ERROR: No hash found for COPYING.Xiph ERROR: No hash found for COPYING.GPL ERROR: No hash found for COPYING.LGPL >>> libogg 1.3.3 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> hicolor-icon-theme 0.15 Collecting legal info ERROR: No hash found for COPYING >>> 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) >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> 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 >>> initscripts Collecting legal info >>> libcuefile r475 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libdvbcsa 1.1.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libdvdcss 1.4.2 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libdvdread 6.0.0 Collecting legal info COPYING: OK (sha256: d6cb0e9e560f51085556949a84af12b79a00f10ab8b66c752537faf7cd665572) >>> libreplaygain r475 Collecting legal info ERROR: No hash found for src/gain_analysis.c >>> libvorbis 1.3.6 Collecting legal info COPYING: OK (sha256: 29e9914e6173b7061b7d48c25e6159fc1438326738bc047cc7248abc01b271f6) >>> musepack r475 Collecting legal info ERROR: No hash found for libmpcdec/COPYING ERROR: No hash found for libmpcenc/quant.c >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) 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-1/output/legal-info make: Leaving directory '/home/naourr/work/instance-1/buildroot'