[ 50%] Built target mpcenc_static make[3]: Entering directory '/home/naourr/work/instance-0/output/build/musepack-r475' Scanning dependencies of target wavformat_static make[3]: Leaving directory '/home/naourr/work/instance-0/output/build/musepack-r475' make[3]: Entering directory '/home/naourr/work/instance-0/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-0/output/build/musepack-r475' [ 55%] Built target wavformat_static make[3]: Entering directory '/home/naourr/work/instance-0/output/build/musepack-r475' Scanning dependencies of target mpcgain make[3]: Leaving directory '/home/naourr/work/instance-0/output/build/musepack-r475' make[3]: Entering directory '/home/naourr/work/instance-0/output/build/musepack-r475' [ 57%] Building C object mpcgain/CMakeFiles/mpcgain.dir/mpcgain.o /home/naourr/work/instance-0/output/build/musepack-r475/mpcgain/mpcgain.c: In function 'main': /home/naourr/work/instance-0/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-0/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-0/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-0/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-0/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-0/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-0/output/build/musepack-r475' [ 59%] Built target mpcgain make[3]: Entering directory '/home/naourr/work/instance-0/output/build/musepack-r475' Scanning dependencies of target mpcdec_cmd make[3]: Leaving directory '/home/naourr/work/instance-0/output/build/musepack-r475' make[3]: Entering directory '/home/naourr/work/instance-0/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-0/output/build/musepack-r475' [ 63%] Built target mpcdec_cmd make[3]: Entering directory '/home/naourr/work/instance-0/output/build/musepack-r475' Scanning dependencies of target mpcenc make[3]: Leaving directory '/home/naourr/work/instance-0/output/build/musepack-r475' make[3]: Entering directory '/home/naourr/work/instance-0/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-0/output/build/musepack-r475/mpcenc/mpcenc.c: In function 'Quantisierung': /home/naourr/work/instance-0/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-0/output/build/musepack-r475/mpcenc/mpcenc.c:27:0: /home/naourr/work/instance-0/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-0/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-0/output/build/musepack-r475/mpcenc/mpcenc.c:27:0: /home/naourr/work/instance-0/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-0/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-0/output/build/musepack-r475/mpcenc/mpcenc.c:27:0: /home/naourr/work/instance-0/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-0/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-0/output/build/musepack-r475/mpcenc/mpcenc.c:27:0: /home/naourr/work/instance-0/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-0/output/build/musepack-r475/mpcenc/mpcenc.c: In function 'Init_FPU': /home/naourr/work/instance-0/output/build/musepack-r475/mpcenc/mpcenc.c:1443:16: warning: unused variable 'cw' [-Wunused-variable] mpc_uint16_t cw; ^ /home/naourr/work/instance-0/output/build/musepack-r475/mpcenc/mpcenc.c: In function 'mainloop': /home/naourr/work/instance-0/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-0/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-0/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-0/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-0/output/build/musepack-r475' [ 78%] Built target mpcenc make[3]: Entering directory '/home/naourr/work/instance-0/output/build/musepack-r475' Scanning dependencies of target mpc2sv8 make[3]: Leaving directory '/home/naourr/work/instance-0/output/build/musepack-r475' make[3]: Entering directory '/home/naourr/work/instance-0/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-0/output/build/musepack-r475' [ 82%] Built target mpc2sv8 make[3]: Entering directory '/home/naourr/work/instance-0/output/build/musepack-r475' Scanning dependencies of target mpccut make[3]: Leaving directory '/home/naourr/work/instance-0/output/build/musepack-r475' make[3]: Entering directory '/home/naourr/work/instance-0/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-0/output/build/musepack-r475' [ 86%] Built target mpccut make[3]: Entering directory '/home/naourr/work/instance-0/output/build/musepack-r475' Scanning dependencies of target mpcchap make[3]: Leaving directory '/home/naourr/work/instance-0/output/build/musepack-r475' make[3]: Entering directory '/home/naourr/work/instance-0/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-0/output/build/musepack-r475/mpcchap/iniparser.c: In function 'iniparser_getnkey': /home/naourr/work/instance-0/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-0/output/build/musepack-r475' [ 96%] Built target mpcchap make[3]: Entering directory '/home/naourr/work/instance-0/output/build/musepack-r475' Scanning dependencies of target wavcmp make[3]: Leaving directory '/home/naourr/work/instance-0/output/build/musepack-r475' make[3]: Entering directory '/home/naourr/work/instance-0/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-0/output/build/musepack-r475' [100%] Built target wavcmp make[2]: Leaving directory '/home/naourr/work/instance-0/output/build/musepack-r475' make[1]: Leaving directory '/home/naourr/work/instance-0/output/build/musepack-r475' >>> musepack r475 Installing to staging directory PATH="/home/naourr/work/instance-0/output/host/bin:/home/naourr/work/instance-0/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/.local/bin:/home/naourr/bin" /usr/bin/make -j1 DESTDIR=/home/naourr/work/instance-0/output/host/arm-buildroot-linux-gnueabi/sysroot install/fast -C /home/naourr/work/instance-0/output/build/musepack-r475/ make[1]: Entering directory '/home/naourr/work/instance-0/output/build/musepack-r475' Install the project... -- Install configuration: "Release" -- Installing: /home/naourr/work/instance-0/output/host/arm-buildroot-linux-gnueabi/sysroot/usr/lib/libmpcdec.so.7.0.1 -- Installing: /home/naourr/work/instance-0/output/host/arm-buildroot-linux-gnueabi/sysroot/usr/lib/libmpcdec.so.7 -- Installing: /home/naourr/work/instance-0/output/host/arm-buildroot-linux-gnueabi/sysroot/usr/lib/libmpcdec.so -- Installing: /home/naourr/work/instance-0/output/host/arm-buildroot-linux-gnueabi/sysroot/usr/bin/mpcgain -- Set runtime path of "/home/naourr/work/instance-0/output/host/arm-buildroot-linux-gnueabi/sysroot/usr/bin/mpcgain" to "" -- Installing: /home/naourr/work/instance-0/output/host/arm-buildroot-linux-gnueabi/sysroot/usr/bin/mpcdec -- Set runtime path of "/home/naourr/work/instance-0/output/host/arm-buildroot-linux-gnueabi/sysroot/usr/bin/mpcdec" to "" -- Installing: /home/naourr/work/instance-0/output/host/arm-buildroot-linux-gnueabi/sysroot/usr/bin/mpcenc -- Set runtime path of "/home/naourr/work/instance-0/output/host/arm-buildroot-linux-gnueabi/sysroot/usr/bin/mpcenc" to "" -- Installing: /home/naourr/work/instance-0/output/host/arm-buildroot-linux-gnueabi/sysroot/usr/bin/mpc2sv8 -- Set runtime path of "/home/naourr/work/instance-0/output/host/arm-buildroot-linux-gnueabi/sysroot/usr/bin/mpc2sv8" to "" -- Installing: /home/naourr/work/instance-0/output/host/arm-buildroot-linux-gnueabi/sysroot/usr/bin/mpccut -- Set runtime path of "/home/naourr/work/instance-0/output/host/arm-buildroot-linux-gnueabi/sysroot/usr/bin/mpccut" to "" -- Installing: /home/naourr/work/instance-0/output/host/arm-buildroot-linux-gnueabi/sysroot/usr/bin/mpcchap -- Set runtime path of "/home/naourr/work/instance-0/output/host/arm-buildroot-linux-gnueabi/sysroot/usr/bin/mpcchap" to "" -- Installing: /home/naourr/work/instance-0/output/host/arm-buildroot-linux-gnueabi/sysroot/usr/bin/wavcmp -- Set runtime path of "/home/naourr/work/instance-0/output/host/arm-buildroot-linux-gnueabi/sysroot/usr/bin/wavcmp" to "" -- Installing: /home/naourr/work/instance-0/output/host/arm-buildroot-linux-gnueabi/sysroot/usr/include/mpc -- Installing: /home/naourr/work/instance-0/output/host/arm-buildroot-linux-gnueabi/sysroot/usr/include/mpc/minimax.h -- Installing: /home/naourr/work/instance-0/output/host/arm-buildroot-linux-gnueabi/sysroot/usr/include/mpc/mpcdec.h -- Installing: /home/naourr/work/instance-0/output/host/arm-buildroot-linux-gnueabi/sysroot/usr/include/mpc/reader.h -- Installing: /home/naourr/work/instance-0/output/host/arm-buildroot-linux-gnueabi/sysroot/usr/include/mpc/streaminfo.h -- Installing: /home/naourr/work/instance-0/output/host/arm-buildroot-linux-gnueabi/sysroot/usr/include/mpc/datatypes.h -- Installing: /home/naourr/work/instance-0/output/host/arm-buildroot-linux-gnueabi/sysroot/usr/include/mpc/.svn -- Installing: /home/naourr/work/instance-0/output/host/arm-buildroot-linux-gnueabi/sysroot/usr/include/mpc/.svn/prop-base -- Installing: /home/naourr/work/instance-0/output/host/arm-buildroot-linux-gnueabi/sysroot/usr/include/mpc/.svn/tmp -- Installing: /home/naourr/work/instance-0/output/host/arm-buildroot-linux-gnueabi/sysroot/usr/include/mpc/.svn/tmp/prop-base -- Installing: /home/naourr/work/instance-0/output/host/arm-buildroot-linux-gnueabi/sysroot/usr/include/mpc/.svn/tmp/props -- Installing: /home/naourr/work/instance-0/output/host/arm-buildroot-linux-gnueabi/sysroot/usr/include/mpc/.svn/tmp/text-base -- Installing: /home/naourr/work/instance-0/output/host/arm-buildroot-linux-gnueabi/sysroot/usr/include/mpc/.svn/props -- Installing: /home/naourr/work/instance-0/output/host/arm-buildroot-linux-gnueabi/sysroot/usr/include/mpc/.svn/all-wcprops -- Installing: /home/naourr/work/instance-0/output/host/arm-buildroot-linux-gnueabi/sysroot/usr/include/mpc/.svn/entries -- Installing: /home/naourr/work/instance-0/output/host/arm-buildroot-linux-gnueabi/sysroot/usr/include/mpc/.svn/text-base -- Installing: /home/naourr/work/instance-0/output/host/arm-buildroot-linux-gnueabi/sysroot/usr/include/mpc/.svn/text-base/streaminfo.h.svn-base -- Installing: /home/naourr/work/instance-0/output/host/arm-buildroot-linux-gnueabi/sysroot/usr/include/mpc/.svn/text-base/datatypes.h.svn-base -- Installing: /home/naourr/work/instance-0/output/host/arm-buildroot-linux-gnueabi/sysroot/usr/include/mpc/.svn/text-base/reader.h.svn-base -- Installing: /home/naourr/work/instance-0/output/host/arm-buildroot-linux-gnueabi/sysroot/usr/include/mpc/.svn/text-base/mpcmath.h.svn-base -- Installing: /home/naourr/work/instance-0/output/host/arm-buildroot-linux-gnueabi/sysroot/usr/include/mpc/.svn/text-base/minimax.h.svn-base -- Installing: /home/naourr/work/instance-0/output/host/arm-buildroot-linux-gnueabi/sysroot/usr/include/mpc/.svn/text-base/mpcdec.h.svn-base -- Installing: /home/naourr/work/instance-0/output/host/arm-buildroot-linux-gnueabi/sysroot/usr/include/mpc/.svn/text-base/mpc_types.h.svn-base -- Installing: /home/naourr/work/instance-0/output/host/arm-buildroot-linux-gnueabi/sysroot/usr/include/mpc/mpc_types.h -- Installing: /home/naourr/work/instance-0/output/host/arm-buildroot-linux-gnueabi/sysroot/usr/include/mpc/mpcmath.h make[1]: Leaving directory '/home/naourr/work/instance-0/output/build/musepack-r475' >>> musepack r475 Fixing libtool files >>> musepack r475 Installing to target PATH="/home/naourr/work/instance-0/output/host/bin:/home/naourr/work/instance-0/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/.local/bin:/home/naourr/bin" /usr/bin/make -j1 DESTDIR=/home/naourr/work/instance-0/output/target install/fast -C /home/naourr/work/instance-0/output/build/musepack-r475/ make[1]: Entering directory '/home/naourr/work/instance-0/output/build/musepack-r475' Install the project... -- Install configuration: "Release" -- Installing: /home/naourr/work/instance-0/output/target/usr/lib/libmpcdec.so.7.0.1 -- Installing: /home/naourr/work/instance-0/output/target/usr/lib/libmpcdec.so.7 -- Installing: /home/naourr/work/instance-0/output/target/usr/lib/libmpcdec.so -- Installing: /home/naourr/work/instance-0/output/target/usr/bin/mpcgain -- Set runtime path of "/home/naourr/work/instance-0/output/target/usr/bin/mpcgain" to "" -- Installing: /home/naourr/work/instance-0/output/target/usr/bin/mpcdec -- Set runtime path of "/home/naourr/work/instance-0/output/target/usr/bin/mpcdec" to "" -- Installing: /home/naourr/work/instance-0/output/target/usr/bin/mpcenc -- Set runtime path of "/home/naourr/work/instance-0/output/target/usr/bin/mpcenc" to "" -- Installing: /home/naourr/work/instance-0/output/target/usr/bin/mpc2sv8 -- Set runtime path of "/home/naourr/work/instance-0/output/target/usr/bin/mpc2sv8" to "" -- Installing: /home/naourr/work/instance-0/output/target/usr/bin/mpccut -- Set runtime path of "/home/naourr/work/instance-0/output/target/usr/bin/mpccut" to "" -- Installing: /home/naourr/work/instance-0/output/target/usr/bin/mpcchap -- Set runtime path of "/home/naourr/work/instance-0/output/target/usr/bin/mpcchap" to "" -- Installing: /home/naourr/work/instance-0/output/target/usr/bin/wavcmp -- Set runtime path of "/home/naourr/work/instance-0/output/target/usr/bin/wavcmp" to "" -- Installing: /home/naourr/work/instance-0/output/target/usr/include/mpc -- Installing: /home/naourr/work/instance-0/output/target/usr/include/mpc/minimax.h -- Installing: /home/naourr/work/instance-0/output/target/usr/include/mpc/mpcdec.h -- Installing: /home/naourr/work/instance-0/output/target/usr/include/mpc/reader.h -- Installing: /home/naourr/work/instance-0/output/target/usr/include/mpc/streaminfo.h -- Installing: /home/naourr/work/instance-0/output/target/usr/include/mpc/datatypes.h -- Installing: /home/naourr/work/instance-0/output/target/usr/include/mpc/.svn -- Installing: /home/naourr/work/instance-0/output/target/usr/include/mpc/.svn/prop-base -- Installing: /home/naourr/work/instance-0/output/target/usr/include/mpc/.svn/tmp -- Installing: /home/naourr/work/instance-0/output/target/usr/include/mpc/.svn/tmp/prop-base -- Installing: /home/naourr/work/instance-0/output/target/usr/include/mpc/.svn/tmp/props -- Installing: /home/naourr/work/instance-0/output/target/usr/include/mpc/.svn/tmp/text-base -- Installing: /home/naourr/work/instance-0/output/target/usr/include/mpc/.svn/props -- Installing: /home/naourr/work/instance-0/output/target/usr/include/mpc/.svn/all-wcprops -- Installing: /home/naourr/work/instance-0/output/target/usr/include/mpc/.svn/entries -- Installing: /home/naourr/work/instance-0/output/target/usr/include/mpc/.svn/text-base -- Installing: /home/naourr/work/instance-0/output/target/usr/include/mpc/.svn/text-base/streaminfo.h.svn-base -- Installing: /home/naourr/work/instance-0/output/target/usr/include/mpc/.svn/text-base/datatypes.h.svn-base -- Installing: /home/naourr/work/instance-0/output/target/usr/include/mpc/.svn/text-base/reader.h.svn-base -- Installing: /home/naourr/work/instance-0/output/target/usr/include/mpc/.svn/text-base/mpcmath.h.svn-base -- Installing: /home/naourr/work/instance-0/output/target/usr/include/mpc/.svn/text-base/minimax.h.svn-base -- Installing: /home/naourr/work/instance-0/output/target/usr/include/mpc/.svn/text-base/mpcdec.h.svn-base -- Installing: /home/naourr/work/instance-0/output/target/usr/include/mpc/.svn/text-base/mpc_types.h.svn-base -- Installing: /home/naourr/work/instance-0/output/target/usr/include/mpc/mpc_types.h -- Installing: /home/naourr/work/instance-0/output/target/usr/include/mpc/mpcmath.h make[1]: Leaving directory '/home/naourr/work/instance-0/output/build/musepack-r475' patchelf-0.9.tar.bz2: OK (sha256: a0f65c1ba148890e9f2f7823f4bedf7ecad5417772f64f994004f59a39014f83) >>> host-patchelf 0.9 Extracting bzcat /home/naourr/work/instance-0/dl/patchelf/patchelf-0.9.tar.bz2 | /home/naourr/work/instance-0/output/host/bin/tar --strip-components=1 -C /home/naourr/work/instance-0/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-0/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-0/output/build/host-patchelf-0.9/ && rm -rf config.cache; PATH="/home/naourr/work/instance-0/output/host/bin:/home/naourr/work/instance-0/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/.local/bin:/home/naourr/bin" PKG_CONFIG="/home/naourr/work/instance-0/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-0/output/host/lib/pkgconfig:/home/naourr/work/instance-0/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-0/output/host/include" CFLAGS="-O2 -I/home/naourr/work/instance-0/output/host/include" CXXFLAGS="-O2 -I/home/naourr/work/instance-0/output/host/include" LDFLAGS="-L/home/naourr/work/instance-0/output/host/lib -Wl,-rpath,/home/naourr/work/instance-0/output/host/lib" INTLTOOL_PERL=/usr/bin/perl CFLAGS="-O2 -I/home/naourr/work/instance-0/output/host/include" LDFLAGS="-L/home/naourr/work/instance-0/output/host/lib -Wl,-rpath,/home/naourr/work/instance-0/output/host/lib" CONFIG_SITE=/dev/null ./configure --prefix="/home/naourr/work/instance-0/output/host" --sysconfdir="/home/naourr/work/instance-0/output/host/etc" --localstatedir="/home/naourr/work/instance-0/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-0/output/host/bin:/home/naourr/work/instance-0/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/.local/bin:/home/naourr/bin" PKG_CONFIG="/home/naourr/work/instance-0/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-0/output/host/lib/pkgconfig:/home/naourr/work/instance-0/output/host/share/pkgconfig" /usr/bin/make -j4 -C /home/naourr/work/instance-0/output/build/host-patchelf-0.9/ make[1]: Entering directory '/home/naourr/work/instance-0/output/build/host-patchelf-0.9' Making all in src make[2]: Entering directory '/home/naourr/work/instance-0/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-0/output/host/include -Wall -O2 -I/home/naourr/work/instance-0/output/host/include -c -o patchelf.o patchelf.cc /usr/bin/g++ -Wall -O2 -I/home/naourr/work/instance-0/output/host/include -L/home/naourr/work/instance-0/output/host/lib -Wl,-rpath,/home/naourr/work/instance-0/output/host/lib -o patchelf patchelf.o make[2]: Leaving directory '/home/naourr/work/instance-0/output/build/host-patchelf-0.9/src' Making all in tests make[2]: Entering directory '/home/naourr/work/instance-0/output/build/host-patchelf-0.9/tests' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/home/naourr/work/instance-0/output/build/host-patchelf-0.9/tests' make[2]: Entering directory '/home/naourr/work/instance-0/output/build/host-patchelf-0.9' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/home/naourr/work/instance-0/output/build/host-patchelf-0.9' make[1]: Leaving directory '/home/naourr/work/instance-0/output/build/host-patchelf-0.9' >>> host-patchelf 0.9 Installing to host directory PATH="/home/naourr/work/instance-0/output/host/bin:/home/naourr/work/instance-0/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/.local/bin:/home/naourr/bin" PKG_CONFIG="/home/naourr/work/instance-0/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-0/output/host/lib/pkgconfig:/home/naourr/work/instance-0/output/host/share/pkgconfig" /usr/bin/make -j4 install -C /home/naourr/work/instance-0/output/build/host-patchelf-0.9/ make[1]: Entering directory '/home/naourr/work/instance-0/output/build/host-patchelf-0.9' Making install in src make[2]: Entering directory '/home/naourr/work/instance-0/output/build/host-patchelf-0.9/src' make[3]: Entering directory '/home/naourr/work/instance-0/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-0/output/host/bin' /usr/bin/install -c patchelf '/home/naourr/work/instance-0/output/host/bin' make[3]: Leaving directory '/home/naourr/work/instance-0/output/build/host-patchelf-0.9/src' make[2]: Leaving directory '/home/naourr/work/instance-0/output/build/host-patchelf-0.9/src' Making install in tests make[2]: Entering directory '/home/naourr/work/instance-0/output/build/host-patchelf-0.9/tests' make[3]: Entering directory '/home/naourr/work/instance-0/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-0/output/build/host-patchelf-0.9/tests' make[2]: Leaving directory '/home/naourr/work/instance-0/output/build/host-patchelf-0.9/tests' make[2]: Entering directory '/home/naourr/work/instance-0/output/build/host-patchelf-0.9' make[3]: Entering directory '/home/naourr/work/instance-0/output/build/host-patchelf-0.9' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/home/naourr/work/instance-0/output/host/share/doc/patchelf' /usr/bin/mkdir -p '/home/naourr/work/instance-0/output/host/share/man/man1' /usr/bin/install -c -m 644 README '/home/naourr/work/instance-0/output/host/share/doc/patchelf' /usr/bin/install -c -m 644 patchelf.1 '/home/naourr/work/instance-0/output/host/share/man/man1' make[3]: Leaving directory '/home/naourr/work/instance-0/output/build/host-patchelf-0.9' make[2]: Leaving directory '/home/naourr/work/instance-0/output/build/host-patchelf-0.9' make[1]: Leaving directory '/home/naourr/work/instance-0/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-0/output/build/packages-file-list.txt ./support/scripts/check-uniq-files -t staging /home/naourr/work/instance-0/output/build/packages-file-list-staging.txt Warning: staging file "./usr/lib/libmagic.la" is touched by more than one package: [u'file', u'snappy', u'leveldb', u'libcgicc', u'libcuefile', u'libcurl', u'libkcapi', u'libreplaygain', u'libxslt', u'musepack'] Warning: staging file "./usr/lib/libcurl.la" is touched by more than one package: [u'libcurl', u'libkcapi', u'libreplaygain', u'libxslt', u'musepack'] Warning: staging file "./usr/lib/libuuid.la" is touched by more than one package: [u'util-linux', u'apr', u'expat', u'apr-util', u'libxml2', u'pcre', u'apache', u'c-periphery', u'file', u'snappy', u'leveldb', u'libcgicc', u'libcuefile', u'libcurl', u'libkcapi', u'libreplaygain', u'libxslt', u'musepack'] Warning: staging file "./usr/lib/libxslt.la" is touched by more than one package: [u'libxslt', u'musepack'] Warning: staging file "./usr/lib/libxml2.la" is touched by more than one package: [u'libxml2', u'pcre', u'apache', u'c-periphery', u'file', u'snappy', u'leveldb', u'libcgicc', u'libcuefile', u'libcurl', u'libkcapi', u'libreplaygain', u'libxslt', u'musepack'] Warning: staging file "./usr/lib/libapr-1.la" is touched by more than one package: [u'apr', u'expat', u'apr-util', u'libxml2', u'pcre', u'apache', u'c-periphery', u'file', u'snappy', u'leveldb', u'libcgicc', u'libcuefile', u'libcurl', u'libkcapi', u'libreplaygain', u'libxslt', u'musepack'] Warning: staging file "./usr/lib/libpcrecpp.la" is touched by more than one package: [u'pcre', u'apache', u'c-periphery', u'file', u'snappy', u'leveldb', u'libcgicc', u'libcuefile', u'libcurl', u'libkcapi', u'libreplaygain', u'libxslt', u'musepack'] Warning: staging file "./usr/lib/libblkid.la" is touched by more than one package: [u'util-linux', u'apr', u'expat', u'apr-util', u'libxml2', u'pcre', u'apache', u'c-periphery', u'file', u'snappy', u'leveldb', u'libcgicc', u'libcuefile', u'libcurl', u'libkcapi', u'libreplaygain', u'libxslt', u'musepack'] Warning: staging file "./usr/lib/libreplaygain.la" is touched by more than one package: [u'libreplaygain', u'libxslt', u'musepack'] Warning: staging file "./usr/lib/libcgicc.la" is touched by more than one package: [u'libcgicc', u'libcuefile', u'libcurl', u'libkcapi', u'libreplaygain', u'libxslt', u'musepack'] Warning: staging file "./usr/lib/libkcapi.la" is touched by more than one package: [u'libkcapi', u'libreplaygain', u'libxslt', u'musepack'] Warning: staging file "./usr/lib/libpcre.la" is touched by more than one package: [u'pcre', u'apache', u'c-periphery', u'file', u'snappy', u'leveldb', u'libcgicc', u'libcuefile', u'libcurl', u'libkcapi', u'libreplaygain', u'libxslt', u'musepack'] Warning: staging file "./usr/lib/libaprutil-1.la" is touched by more than one package: [u'apr-util', u'libxml2', u'pcre', u'apache', u'c-periphery', u'file', u'snappy', u'leveldb', u'libcgicc', u'libcuefile', u'libcurl', u'libkcapi', u'libreplaygain', u'libxslt', u'musepack'] Warning: staging file "./usr/lib/libpcreposix.la" is touched by more than one package: [u'pcre', u'apache', u'c-periphery', u'file', u'snappy', u'leveldb', u'libcgicc', u'libcuefile', u'libcurl', u'libkcapi', u'libreplaygain', u'libxslt', u'musepack'] Warning: staging file "./usr/lib/libexpat.la" is touched by more than one package: [u'expat', u'apr-util', u'libxml2', u'pcre', u'apache', u'c-periphery', u'file', u'snappy', u'leveldb', u'libcgicc', u'libcuefile', u'libcurl', u'libkcapi', u'libreplaygain', u'libxslt', u'musepack'] Warning: staging file "./usr/lib/libexslt.la" is touched by more than one package: [u'libxslt', u'musepack'] ./support/scripts/check-uniq-files -t host /home/naourr/work/instance-0/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'] mkdir -p /home/naourr/work/instance-0/output/target/etc echo "buildroot" > /home/naourr/work/instance-0/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-0/output/target/etc/hosts mkdir -p /home/naourr/work/instance-0/output/target/etc echo "Welcome to Buildroot" > /home/naourr/work/instance-0/output/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /home/naourr/work/instance-0/output/target/etc/shadow rm -f /home/naourr/work/instance-0/output/target/bin/sh rm -f /home/naourr/work/instance-0/output/build/locales.nopurge for i in C en_US locale-archive; do echo $i >> /home/naourr/work/instance-0/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-0/output/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /home/naourr/work/instance-0/output/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /home/naourr/work/instance-0/output/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /home/naourr/work/instance-0/output/target/usr/share/X11/locale/locale.dir; fi rm -rf /home/naourr/work/instance-0/output/target/usr/include /home/naourr/work/instance-0/output/target/usr/share/aclocal \ /home/naourr/work/instance-0/output/target/usr/lib/pkgconfig /home/naourr/work/instance-0/output/target/usr/share/pkgconfig \ /home/naourr/work/instance-0/output/target/usr/lib/cmake /home/naourr/work/instance-0/output/target/usr/share/cmake find /home/naourr/work/instance-0/output/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/naourr/work/instance-0/output/target/lib/ /home/naourr/work/instance-0/output/target/usr/lib/ /home/naourr/work/instance-0/output/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' \) -print0 | xargs -0 rm -f find: '/home/naourr/work/instance-0/output/target/usr/libexec/': No such file or directory rm -rf /home/naourr/work/instance-0/output/target/usr/share/gdb rm -rf /home/naourr/work/instance-0/output/target/usr/share/bash-completion rm -rf /home/naourr/work/instance-0/output/target/usr/share/zsh rm -rf /home/naourr/work/instance-0/output/target/usr/man /home/naourr/work/instance-0/output/target/usr/share/man rm -rf /home/naourr/work/instance-0/output/target/usr/info /home/naourr/work/instance-0/output/target/usr/share/info rm -rf /home/naourr/work/instance-0/output/target/usr/doc /home/naourr/work/instance-0/output/target/usr/share/doc rm -rf /home/naourr/work/instance-0/output/target/usr/share/gtk-doc rmdir /home/naourr/work/instance-0/output/target/usr/share 2>/dev/null || true find /home/naourr/work/instance-0/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-0/output/host/bin/arm-none-linux-gnueabi-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/naourr/work/instance-0/output/target/lib/ -type f -name 'libpthread*.so*' | \ xargs -r /home/naourr/work/instance-0/output/host/bin/arm-none-linux-gnueabi-strip --remove-section=.comment --remove-section=.note --strip-debug find /home/naourr/work/instance-0/output/target/lib/ -type f -name 'ld-*.so*' | \ xargs -r /home/naourr/work/instance-0/output/host/bin/arm-none-linux-gnueabi-strip --remove-section=.comment --remove-section=.note --strip-debug test -f /home/naourr/work/instance-0/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-0/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-0/output/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2018.08-rc2-00048-g68fe6d7d00"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2018.08-rc2"; \ echo "PRETTY_NAME=\"Buildroot 2018.08-rc2\"" \ ) > /home/naourr/work/instance-0/output/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/naourr/work/instance-0/output/target/etc >>> Sanitizing RPATH in target tree /home/naourr/work/instance-0/buildroot/support/scripts/fix-rpath target touch /home/naourr/work/instance-0/output/target/usr make: Leaving directory '/home/naourr/work/instance-0/buildroot' make: Entering directory '/home/naourr/work/instance-0/buildroot' >>> Buildroot 2018.08-rc2-00048-g68fe6d7d00 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-none Collecting legal info >>> skeleton-init-common Collecting legal info arm-2014.05-29-arm-none-linux-gnueabi.src.tar.bz2: OK (sha256: e16a5b1e41d7ff1e74161f9405182001bc8d1360d89564e73911032e6966cc0d) >>> toolchain-external-codesourcery-arm 2014.05-29 Collecting legal info >>> toolchain Collecting legal info >>> abootimg 7e127fee6a3981f6b0a50ce9910267cd501e09d4 Collecting legal info LICENSE: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> util-linux 2.32.1 Collecting legal info README.licensing: OK (sha256: 1e4b65802b0df8115395c697029d03339f983d451a473a08643309c684410d9a) Documentation/licenses/COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.UCB: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) Documentation/licenses/COPYING.BSD-3: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) >>> host-pkgconf 0.9.12 Collecting legal info ERROR: No hash found for COPYING >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> apache 2.4.34 Collecting legal info LICENSE: OK (sha256: c49c0819a726b70142621715dae3159c47b0349c2bc9db079070f28dadac0229) >>> apr 1.6.3 Collecting legal info LICENSE: OK (sha256: f854aeef66ecd55a126226e82b3f26793fc3b1c584647f6a0edc5639974c38ad) >>> host-autoconf 2.69 Collecting legal info ERROR: No hash found for COPYINGv3 ERROR: No hash found for COPYING.EXCEPTION >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-m4 1.4.18 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-automake 1.15.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> apr-util 1.6.1 Collecting legal info LICENSE: OK (sha256: ef5609d18601645ad6fe22c6c122094be40e976725c1d0490778abacc836e7a2) >>> expat 2.2.5 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> libxml2 2.9.8 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> pcre 8.42 Collecting legal info LICENCE: OK (sha256: f998c0f52eb704eff28f503580cfca3f2547280aa212994f6cf2d8e317587c1c) >>> c-periphery v1.1.1 Collecting legal info ERROR: No hash found for LICENSE >>> file 5.33 Collecting legal info COPYING: OK (sha256: 3c0ad13c36f891a9b4f951e59eb2fc108065a46f849697cc6fd3cdb41cc23a3d) src/mygetopt.h: OK (sha256: d98ee4d8d95e7d021a5dfc41f137ecc3b624a7b98e8bd793130202d12a21ed57) src/vasprintf.c: OK (sha256: 85e358d575ad4ac5b38b623a25b24246ccff3c7e680d930c0a9ff5228fe434b6) >>> host-file 5.33 Collecting legal info COPYING: OK (sha256: 3c0ad13c36f891a9b4f951e59eb2fc108065a46f849697cc6fd3cdb41cc23a3d) src/mygetopt.h: OK (sha256: d98ee4d8d95e7d021a5dfc41f137ecc3b624a7b98e8bd793130202d12a21ed57) src/vasprintf.c: OK (sha256: 85e358d575ad4ac5b38b623a25b24246ccff3c7e680d930c0a9ff5228fe434b6) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> leveldb v1.20 Collecting legal info ERROR: No hash found for LICENSE >>> snappy 1.1.7 Collecting legal info COPYING: OK (sha256: 55172044f7e241207117448a4d9d6ba1d0925c8ad66b5d4c08c70adfa9cc3de6) >>> libcgicc 3.2.19 Collecting legal info COPYING.LIB: OK (sha256: a2e480f5e8afd7c587a3c0ac2ed3b73ed4b10fa3a553dea26e7b661c7cedda72) COPYING.DOC: OK (sha256: 0fd15977dc962abf3eced509b1cf5356f9784939742d67a635671141023a11da) >>> libcuefile r475 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libcurl 7.61.0 Collecting legal info COPYING: OK (sha256: 5f3849ec38ddb927e79f514bf948890c41b8d1407286a49609b8fb1585931095) >>> libkcapi 1.1.0 Collecting legal info COPYING: OK (sha256: b0336f8f07a6abf8b0a59d961f53601d7c4a7c09a8137805b730a34a976039f8) COPYING.gplv2: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) COPYING.bsd: OK (sha256: 13aa749a5b0a454917a944ed8fffc530b784f5ead522b1aacaf4ec8aa55a6239) >>> libreplaygain r475 Collecting legal info ERROR: No hash found for src/gain_analysis.c >>> libxslt 1.1.32 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> 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-codesourcery-arm-2014.05-29: cannot save license (TOOLCHAIN_EXTERNAL_CODESOURCERY_ARM_LICENSE_FILES not defined) Legal info produced in /home/naourr/work/instance-0/output/legal-info make: Leaving directory '/home/naourr/work/instance-0/buildroot'