[ 50%] Built target mpcenc_static make[3]: Entering directory `/accts/mlweber1/instance-0/output/build/musepack-r475' Scanning dependencies of target wavformat_static make[3]: Leaving directory `/accts/mlweber1/instance-0/output/build/musepack-r475' make[3]: Entering directory `/accts/mlweber1/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 `/accts/mlweber1/instance-0/output/build/musepack-r475' [ 55%] Built target wavformat_static make[3]: Entering directory `/accts/mlweber1/instance-0/output/build/musepack-r475' Scanning dependencies of target mpcgain make[3]: Leaving directory `/accts/mlweber1/instance-0/output/build/musepack-r475' make[3]: Entering directory `/accts/mlweber1/instance-0/output/build/musepack-r475' [ 57%] Building C object mpcgain/CMakeFiles/mpcgain.dir/mpcgain.o /accts/mlweber1/instance-0/output/build/musepack-r475/mpcgain/mpcgain.c: In function 'main': /accts/mlweber1/instance-0/output/build/musepack-r475/mpcgain/mpcgain.c:185:32: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] mpc_chap_info * chap_info = mpc_demux_chap(demux, chap); ^~~~~~~~~~~~~~ /accts/mlweber1/instance-0/output/build/musepack-r475/mpcgain/mpcgain.c:218:34: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] mpc_chap_info * chap_info = mpc_demux_chap(demux, chap); ^~~~~~~~~~~~~~ /accts/mlweber1/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; ^~~~~~~~~ /accts/mlweber1/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; ^~~~~~~~~ /accts/mlweber1/instance-0/output/build/musepack-r475/mpcgain/mpcgain.c:230:57: warning: 'chap_max' may be used uninitialized in this function [-Wmaybe-uninitialized] chap_peak[chap - 1] = (mpc_uint16_t) (log10(chap_max * (1 << 15)) * 20 * 256); ~~~~~~~~~^~~~~~~~~~~ [ 59%] Linking C executable mpcgain make[3]: Leaving directory `/accts/mlweber1/instance-0/output/build/musepack-r475' [ 59%] Built target mpcgain make[3]: Entering directory `/accts/mlweber1/instance-0/output/build/musepack-r475' Scanning dependencies of target mpcdec_cmd make[3]: Leaving directory `/accts/mlweber1/instance-0/output/build/musepack-r475' make[3]: Entering directory `/accts/mlweber1/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 `/accts/mlweber1/instance-0/output/build/musepack-r475' [ 63%] Built target mpcdec_cmd make[3]: Entering directory `/accts/mlweber1/instance-0/output/build/musepack-r475' Scanning dependencies of target mpcenc make[3]: Leaving directory `/accts/mlweber1/instance-0/output/build/musepack-r475' make[3]: Entering directory `/accts/mlweber1/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 /accts/mlweber1/instance-0/output/build/musepack-r475/mpcenc/mpcenc.c: In function 'Quantisierung': /accts/mlweber1/instance-0/output/build/musepack-r475/mpcenc/mpcenc.c:692:51: warning: passing argument 1 of 'QuantizeSubbandWithNoiseShaping' from incompatible pointer type [-Wincompatible-pointer-types] QuantizeSubbandWithNoiseShaping ( subq[Band].L, subx[Band].L, *resL, errorL [Band], m->FIR_L [Band] ); ^~~~ In file included from /accts/mlweber1/instance-0/output/build/musepack-r475/mpcenc/mpcenc.c:27:0: /accts/mlweber1/instance-0/output/build/musepack-r475/mpcenc/mpcenc.h:259:8: note: expected 'unsigned int *' but argument is of type 'mpc_int16_t * {aka short int *}' void QuantizeSubbandWithNoiseShaping ( unsigned int* qu_output, const float* input, const int res, float* errors, const float* FIR ); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /accts/mlweber1/instance-0/output/build/musepack-r475/mpcenc/mpcenc.c:695:39: warning: passing argument 1 of 'QuantizeSubband' from incompatible pointer type [-Wincompatible-pointer-types] QuantizeSubband ( subq[Band].L, subx[Band].L, *resL, errorL [Band], MAX_NS_ORDER ); ^~~~ In file included from /accts/mlweber1/instance-0/output/build/musepack-r475/mpcenc/mpcenc.c:27:0: /accts/mlweber1/instance-0/output/build/musepack-r475/mpcenc/mpcenc.h:258:8: note: expected 'unsigned int *' but argument is of type 'mpc_int16_t * {aka short int *}' void QuantizeSubband ( unsigned int* qu_output, const float* input, const int res, float* errors, const int maxNsOrder ); ^~~~~~~~~~~~~~~ /accts/mlweber1/instance-0/output/build/musepack-r475/mpcenc/mpcenc.c:702:51: warning: passing argument 1 of 'QuantizeSubbandWithNoiseShaping' from incompatible pointer type [-Wincompatible-pointer-types] QuantizeSubbandWithNoiseShaping ( subq[Band].R, subx[Band].R, *resR, errorR [Band], m->FIR_R [Band] ); ^~~~ In file included from /accts/mlweber1/instance-0/output/build/musepack-r475/mpcenc/mpcenc.c:27:0: /accts/mlweber1/instance-0/output/build/musepack-r475/mpcenc/mpcenc.h:259:8: note: expected 'unsigned int *' but argument is of type 'mpc_int16_t * {aka short int *}' void QuantizeSubbandWithNoiseShaping ( unsigned int* qu_output, const float* input, const int res, float* errors, const float* FIR ); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /accts/mlweber1/instance-0/output/build/musepack-r475/mpcenc/mpcenc.c:705:39: warning: passing argument 1 of 'QuantizeSubband' from incompatible pointer type [-Wincompatible-pointer-types] QuantizeSubband ( subq[Band].R, subx[Band].R, *resR, errorL [Band], MAX_NS_ORDER); ^~~~ In file included from /accts/mlweber1/instance-0/output/build/musepack-r475/mpcenc/mpcenc.c:27:0: /accts/mlweber1/instance-0/output/build/musepack-r475/mpcenc/mpcenc.h:258:8: note: expected 'unsigned int *' but argument is of type 'mpc_int16_t * {aka short int *}' void QuantizeSubband ( unsigned int* qu_output, const float* input, const int res, float* errors, const int maxNsOrder ); ^~~~~~~~~~~~~~~ /accts/mlweber1/instance-0/output/build/musepack-r475/mpcenc/mpcenc.c: In function 'Init_FPU': /accts/mlweber1/instance-0/output/build/musepack-r475/mpcenc/mpcenc.c:1443:16: warning: unused variable 'cw' [-Wunused-variable] mpc_uint16_t cw; ^~ [ 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 /accts/mlweber1/instance-0/output/build/musepack-r475/common/tags.c: In function 'IsUnicode': /accts/mlweber1/instance-0/output/build/musepack-r475/common/tags.c:629:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if ( len & 1 ) // odd number of bytes? ^~ /accts/mlweber1/instance-0/output/build/musepack-r475/common/tags.c:632:2: note: ...this statement, but the latter is misleadingly indented as if it is 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) ^~ /accts/mlweber1/instance-0/output/build/musepack-r475/common/tags.c: In function 'FinalizeTags': /accts/mlweber1/instance-0/output/build/musepack-r475/common/tags.c:854:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if ( TagCount == 0 ) ^~ /accts/mlweber1/instance-0/output/build/musepack-r475/common/tags.c:857:2: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if' if (flags & TAG_NO_PREAMBLE) { ^~ /accts/mlweber1/instance-0/output/build/musepack-r475/common/tags.c: In function 'CopyTags_ID3': /accts/mlweber1/instance-0/output/build/musepack-r475/common/tags.c:966:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if ( -1 == fseek ( fp, -128L, SEEK_END ) ) ^~ /accts/mlweber1/instance-0/output/build/musepack-r475/common/tags.c:969:2: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if' if ( 128 != fread(tmp, 1, 128, fp) ) ^~ /accts/mlweber1/instance-0/output/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] ) ^~ /accts/mlweber1/instance-0/output/build/musepack-r475/common/tags.c:979:2: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if' memcpy_crop ( "Title" , (char*)tmp + 3, 30, 0 ); ^~~~~~~~~~~ /accts/mlweber1/instance-0/output/build/musepack-r475/common/tags.c: In function 'CopyTags_APE': /accts/mlweber1/instance-0/output/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 ) ) ^~ /accts/mlweber1/instance-0/output/build/musepack-r475/common/tags.c:1024:2: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if' if ( sizeof(T) != fread (&T, 1, sizeof T, fp) ) ^~ At top level: /accts/mlweber1/instance-0/output/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 `/accts/mlweber1/instance-0/output/build/musepack-r475' [ 78%] Built target mpcenc make[3]: Entering directory `/accts/mlweber1/instance-0/output/build/musepack-r475' Scanning dependencies of target mpc2sv8 make[3]: Leaving directory `/accts/mlweber1/instance-0/output/build/musepack-r475' make[3]: Entering directory `/accts/mlweber1/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 `/accts/mlweber1/instance-0/output/build/musepack-r475' [ 82%] Built target mpc2sv8 make[3]: Entering directory `/accts/mlweber1/instance-0/output/build/musepack-r475' Scanning dependencies of target mpccut make[3]: Leaving directory `/accts/mlweber1/instance-0/output/build/musepack-r475' make[3]: Entering directory `/accts/mlweber1/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 `/accts/mlweber1/instance-0/output/build/musepack-r475' [ 86%] Built target mpccut make[3]: Entering directory `/accts/mlweber1/instance-0/output/build/musepack-r475' Scanning dependencies of target mpcchap make[3]: Leaving directory `/accts/mlweber1/instance-0/output/build/musepack-r475' make[3]: Entering directory `/accts/mlweber1/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 /accts/mlweber1/instance-0/output/build/musepack-r475/mpcchap/iniparser.c: In function 'iniparser_getnkey': /accts/mlweber1/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 /accts/mlweber1/instance-0/output/build/musepack-r475/common/tags.c: In function 'IsUnicode': /accts/mlweber1/instance-0/output/build/musepack-r475/common/tags.c:629:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if ( len & 1 ) // odd number of bytes? ^~ /accts/mlweber1/instance-0/output/build/musepack-r475/common/tags.c:632:2: note: ...this statement, but the latter is misleadingly indented as if it is 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) ^~ /accts/mlweber1/instance-0/output/build/musepack-r475/common/tags.c: In function 'FinalizeTags': /accts/mlweber1/instance-0/output/build/musepack-r475/common/tags.c:854:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if ( TagCount == 0 ) ^~ /accts/mlweber1/instance-0/output/build/musepack-r475/common/tags.c:857:2: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if' if (flags & TAG_NO_PREAMBLE) { ^~ /accts/mlweber1/instance-0/output/build/musepack-r475/common/tags.c: In function 'CopyTags_ID3': /accts/mlweber1/instance-0/output/build/musepack-r475/common/tags.c:966:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if ( -1 == fseek ( fp, -128L, SEEK_END ) ) ^~ /accts/mlweber1/instance-0/output/build/musepack-r475/common/tags.c:969:2: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if' if ( 128 != fread(tmp, 1, 128, fp) ) ^~ /accts/mlweber1/instance-0/output/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] ) ^~ /accts/mlweber1/instance-0/output/build/musepack-r475/common/tags.c:979:2: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if' memcpy_crop ( "Title" , (char*)tmp + 3, 30, 0 ); ^~~~~~~~~~~ /accts/mlweber1/instance-0/output/build/musepack-r475/common/tags.c: In function 'CopyTags_APE': /accts/mlweber1/instance-0/output/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 ) ) ^~ /accts/mlweber1/instance-0/output/build/musepack-r475/common/tags.c:1024:2: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if' if ( sizeof(T) != fread (&T, 1, sizeof T, fp) ) ^~ At top level: /accts/mlweber1/instance-0/output/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 `/accts/mlweber1/instance-0/output/build/musepack-r475' [ 96%] Built target mpcchap make[3]: Entering directory `/accts/mlweber1/instance-0/output/build/musepack-r475' Scanning dependencies of target wavcmp make[3]: Leaving directory `/accts/mlweber1/instance-0/output/build/musepack-r475' make[3]: Entering directory `/accts/mlweber1/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 `/accts/mlweber1/instance-0/output/build/musepack-r475' [100%] Built target wavcmp make[2]: Leaving directory `/accts/mlweber1/instance-0/output/build/musepack-r475' make[1]: Leaving directory `/accts/mlweber1/instance-0/output/build/musepack-r475' >>> musepack r475 Installing to staging directory PATH="/accts/mlweber1/instance-0/output/host/bin:/accts/mlweber1/instance-0/output/host/sbin:/usr/bin:/bin" /usr/bin/make -j1 DESTDIR=/accts/mlweber1/instance-0/output/host/m68k-buildroot-uclinux-uclibc/sysroot install/fast -C /accts/mlweber1/instance-0/output/build/musepack-r475/ make[1]: Entering directory `/accts/mlweber1/instance-0/output/build/musepack-r475' Install the project... -- Install configuration: "Release" -- Installing: /accts/mlweber1/instance-0/output/host/m68k-buildroot-uclinux-uclibc/sysroot/usr/lib/libmpcdec.a -- Installing: /accts/mlweber1/instance-0/output/host/m68k-buildroot-uclinux-uclibc/sysroot/usr/bin/mpcgain -- Installing: /accts/mlweber1/instance-0/output/host/m68k-buildroot-uclinux-uclibc/sysroot/usr/bin/mpcdec -- Installing: /accts/mlweber1/instance-0/output/host/m68k-buildroot-uclinux-uclibc/sysroot/usr/bin/mpcenc -- Installing: /accts/mlweber1/instance-0/output/host/m68k-buildroot-uclinux-uclibc/sysroot/usr/bin/mpc2sv8 -- Installing: /accts/mlweber1/instance-0/output/host/m68k-buildroot-uclinux-uclibc/sysroot/usr/bin/mpccut -- Installing: /accts/mlweber1/instance-0/output/host/m68k-buildroot-uclinux-uclibc/sysroot/usr/bin/mpcchap -- Installing: /accts/mlweber1/instance-0/output/host/m68k-buildroot-uclinux-uclibc/sysroot/usr/bin/wavcmp -- Installing: /accts/mlweber1/instance-0/output/host/m68k-buildroot-uclinux-uclibc/sysroot/usr/include/mpc -- Installing: /accts/mlweber1/instance-0/output/host/m68k-buildroot-uclinux-uclibc/sysroot/usr/include/mpc/datatypes.h -- Installing: /accts/mlweber1/instance-0/output/host/m68k-buildroot-uclinux-uclibc/sysroot/usr/include/mpc/mpc_types.h -- Installing: /accts/mlweber1/instance-0/output/host/m68k-buildroot-uclinux-uclibc/sysroot/usr/include/mpc/minimax.h -- Installing: /accts/mlweber1/instance-0/output/host/m68k-buildroot-uclinux-uclibc/sysroot/usr/include/mpc/mpcmath.h -- Installing: /accts/mlweber1/instance-0/output/host/m68k-buildroot-uclinux-uclibc/sysroot/usr/include/mpc/mpcdec.h -- Installing: /accts/mlweber1/instance-0/output/host/m68k-buildroot-uclinux-uclibc/sysroot/usr/include/mpc/.svn -- Installing: /accts/mlweber1/instance-0/output/host/m68k-buildroot-uclinux-uclibc/sysroot/usr/include/mpc/.svn/text-base -- Installing: /accts/mlweber1/instance-0/output/host/m68k-buildroot-uclinux-uclibc/sysroot/usr/include/mpc/.svn/text-base/mpc_types.h.svn-base -- Installing: /accts/mlweber1/instance-0/output/host/m68k-buildroot-uclinux-uclibc/sysroot/usr/include/mpc/.svn/text-base/minimax.h.svn-base -- Installing: /accts/mlweber1/instance-0/output/host/m68k-buildroot-uclinux-uclibc/sysroot/usr/include/mpc/.svn/text-base/mpcdec.h.svn-base -- Installing: /accts/mlweber1/instance-0/output/host/m68k-buildroot-uclinux-uclibc/sysroot/usr/include/mpc/.svn/text-base/mpcmath.h.svn-base -- Installing: /accts/mlweber1/instance-0/output/host/m68k-buildroot-uclinux-uclibc/sysroot/usr/include/mpc/.svn/text-base/streaminfo.h.svn-base -- Installing: /accts/mlweber1/instance-0/output/host/m68k-buildroot-uclinux-uclibc/sysroot/usr/include/mpc/.svn/text-base/reader.h.svn-base -- Installing: /accts/mlweber1/instance-0/output/host/m68k-buildroot-uclinux-uclibc/sysroot/usr/include/mpc/.svn/text-base/datatypes.h.svn-base -- Installing: /accts/mlweber1/instance-0/output/host/m68k-buildroot-uclinux-uclibc/sysroot/usr/include/mpc/.svn/tmp -- Installing: /accts/mlweber1/instance-0/output/host/m68k-buildroot-uclinux-uclibc/sysroot/usr/include/mpc/.svn/tmp/text-base -- Installing: /accts/mlweber1/instance-0/output/host/m68k-buildroot-uclinux-uclibc/sysroot/usr/include/mpc/.svn/tmp/prop-base -- Installing: /accts/mlweber1/instance-0/output/host/m68k-buildroot-uclinux-uclibc/sysroot/usr/include/mpc/.svn/tmp/props -- Installing: /accts/mlweber1/instance-0/output/host/m68k-buildroot-uclinux-uclibc/sysroot/usr/include/mpc/.svn/prop-base -- Installing: /accts/mlweber1/instance-0/output/host/m68k-buildroot-uclinux-uclibc/sysroot/usr/include/mpc/.svn/entries -- Installing: /accts/mlweber1/instance-0/output/host/m68k-buildroot-uclinux-uclibc/sysroot/usr/include/mpc/.svn/all-wcprops -- Installing: /accts/mlweber1/instance-0/output/host/m68k-buildroot-uclinux-uclibc/sysroot/usr/include/mpc/.svn/props -- Installing: /accts/mlweber1/instance-0/output/host/m68k-buildroot-uclinux-uclibc/sysroot/usr/include/mpc/streaminfo.h -- Installing: /accts/mlweber1/instance-0/output/host/m68k-buildroot-uclinux-uclibc/sysroot/usr/include/mpc/reader.h make[1]: Leaving directory `/accts/mlweber1/instance-0/output/build/musepack-r475' >>> musepack r475 Fixing libtool files >>> musepack r475 Installing to target PATH="/accts/mlweber1/instance-0/output/host/bin:/accts/mlweber1/instance-0/output/host/sbin:/usr/bin:/bin" /usr/bin/make -j1 DESTDIR=/accts/mlweber1/instance-0/output/target install/fast -C /accts/mlweber1/instance-0/output/build/musepack-r475/ make[1]: Entering directory `/accts/mlweber1/instance-0/output/build/musepack-r475' Install the project... -- Install configuration: "Release" -- Installing: /accts/mlweber1/instance-0/output/target/usr/lib/libmpcdec.a -- Installing: /accts/mlweber1/instance-0/output/target/usr/bin/mpcgain -- Installing: /accts/mlweber1/instance-0/output/target/usr/bin/mpcdec -- Installing: /accts/mlweber1/instance-0/output/target/usr/bin/mpcenc -- Installing: /accts/mlweber1/instance-0/output/target/usr/bin/mpc2sv8 -- Installing: /accts/mlweber1/instance-0/output/target/usr/bin/mpccut -- Installing: /accts/mlweber1/instance-0/output/target/usr/bin/mpcchap -- Installing: /accts/mlweber1/instance-0/output/target/usr/bin/wavcmp -- Installing: /accts/mlweber1/instance-0/output/target/usr/include/mpc -- Installing: /accts/mlweber1/instance-0/output/target/usr/include/mpc/datatypes.h -- Installing: /accts/mlweber1/instance-0/output/target/usr/include/mpc/mpc_types.h -- Installing: /accts/mlweber1/instance-0/output/target/usr/include/mpc/minimax.h -- Installing: /accts/mlweber1/instance-0/output/target/usr/include/mpc/mpcmath.h -- Installing: /accts/mlweber1/instance-0/output/target/usr/include/mpc/mpcdec.h -- Installing: /accts/mlweber1/instance-0/output/target/usr/include/mpc/.svn -- Installing: /accts/mlweber1/instance-0/output/target/usr/include/mpc/.svn/text-base -- Installing: /accts/mlweber1/instance-0/output/target/usr/include/mpc/.svn/text-base/mpc_types.h.svn-base -- Installing: /accts/mlweber1/instance-0/output/target/usr/include/mpc/.svn/text-base/minimax.h.svn-base -- Installing: /accts/mlweber1/instance-0/output/target/usr/include/mpc/.svn/text-base/mpcdec.h.svn-base -- Installing: /accts/mlweber1/instance-0/output/target/usr/include/mpc/.svn/text-base/mpcmath.h.svn-base -- Installing: /accts/mlweber1/instance-0/output/target/usr/include/mpc/.svn/text-base/streaminfo.h.svn-base -- Installing: /accts/mlweber1/instance-0/output/target/usr/include/mpc/.svn/text-base/reader.h.svn-base -- Installing: /accts/mlweber1/instance-0/output/target/usr/include/mpc/.svn/text-base/datatypes.h.svn-base -- Installing: /accts/mlweber1/instance-0/output/target/usr/include/mpc/.svn/tmp -- Installing: /accts/mlweber1/instance-0/output/target/usr/include/mpc/.svn/tmp/text-base -- Installing: /accts/mlweber1/instance-0/output/target/usr/include/mpc/.svn/tmp/prop-base -- Installing: /accts/mlweber1/instance-0/output/target/usr/include/mpc/.svn/tmp/props -- Installing: /accts/mlweber1/instance-0/output/target/usr/include/mpc/.svn/prop-base -- Installing: /accts/mlweber1/instance-0/output/target/usr/include/mpc/.svn/entries -- Installing: /accts/mlweber1/instance-0/output/target/usr/include/mpc/.svn/all-wcprops -- Installing: /accts/mlweber1/instance-0/output/target/usr/include/mpc/.svn/props -- Installing: /accts/mlweber1/instance-0/output/target/usr/include/mpc/streaminfo.h -- Installing: /accts/mlweber1/instance-0/output/target/usr/include/mpc/reader.h make[1]: Leaving directory `/accts/mlweber1/instance-0/output/build/musepack-r475' patchelf-0.9.tar.bz2: OK (sha256: a0f65c1ba148890e9f2f7823f4bedf7ecad5417772f64f994004f59a39014f83) >>> host-patchelf 0.9 Extracting bzcat /accts/mlweber1/instance-0/dl/patchelf-0.9.tar.bz2 | tar --strip-components=1 -C /accts/mlweber1/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 >>> host-patchelf 0.9 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /accts/mlweber1/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 /accts/mlweber1/instance-0/output/build/host-patchelf-0.9/ && rm -rf config.cache; PATH="/accts/mlweber1/instance-0/output/host/bin:/accts/mlweber1/instance-0/output/host/sbin:/usr/bin:/bin" PKG_CONFIG="/accts/mlweber1/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="/accts/mlweber1/instance-0/output/host/lib/pkgconfig:/accts/mlweber1/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/accts/mlweber1/instance-0/output/host/include" CFLAGS="-O2 -I/accts/mlweber1/instance-0/output/host/include" CXXFLAGS="-O2 -I/accts/mlweber1/instance-0/output/host/include" LDFLAGS="-L/accts/mlweber1/instance-0/output/host/lib -Wl,-rpath,/accts/mlweber1/instance-0/output/host/lib" INTLTOOL_PERL=/usr/bin/perl CFLAGS="-O2 -I/accts/mlweber1/instance-0/output/host/include" LDFLAGS="-L/accts/mlweber1/instance-0/output/host/lib -Wl,-rpath,/accts/mlweber1/instance-0/output/host/lib" CONFIG_SITE=/dev/null ./configure --prefix="/accts/mlweber1/instance-0/output/host" --sysconfdir="/accts/mlweber1/instance-0/output/host/etc" --localstatedir="/accts/mlweber1/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... /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="/accts/mlweber1/instance-0/output/host/bin:/accts/mlweber1/instance-0/output/host/sbin:/usr/bin:/bin" PKG_CONFIG="/accts/mlweber1/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="/accts/mlweber1/instance-0/output/host/lib/pkgconfig:/accts/mlweber1/instance-0/output/host/share/pkgconfig" /usr/bin/make -j45 -C /accts/mlweber1/instance-0/output/build/host-patchelf-0.9/ make[1]: Entering directory `/accts/mlweber1/instance-0/output/build/host-patchelf-0.9' Making all in src make[2]: Entering directory `/accts/mlweber1/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/accts/mlweber1/instance-0/output/host/include -Wall -O2 -I/accts/mlweber1/instance-0/output/host/include -c -o patchelf.o patchelf.cc /usr/bin/g++ -Wall -O2 -I/accts/mlweber1/instance-0/output/host/include -L/accts/mlweber1/instance-0/output/host/lib -Wl,-rpath,/accts/mlweber1/instance-0/output/host/lib -o patchelf patchelf.o make[2]: Leaving directory `/accts/mlweber1/instance-0/output/build/host-patchelf-0.9/src' Making all in tests make[2]: Entering directory `/accts/mlweber1/instance-0/output/build/host-patchelf-0.9/tests' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/accts/mlweber1/instance-0/output/build/host-patchelf-0.9/tests' make[2]: Entering directory `/accts/mlweber1/instance-0/output/build/host-patchelf-0.9' make[2]: Nothing to be done for `all-am'. make[2]: Leaving directory `/accts/mlweber1/instance-0/output/build/host-patchelf-0.9' make[1]: Leaving directory `/accts/mlweber1/instance-0/output/build/host-patchelf-0.9' >>> host-patchelf 0.9 Installing to host directory PATH="/accts/mlweber1/instance-0/output/host/bin:/accts/mlweber1/instance-0/output/host/sbin:/usr/bin:/bin" PKG_CONFIG="/accts/mlweber1/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="/accts/mlweber1/instance-0/output/host/lib/pkgconfig:/accts/mlweber1/instance-0/output/host/share/pkgconfig" /usr/bin/make -j45 install -C /accts/mlweber1/instance-0/output/build/host-patchelf-0.9/ make[1]: Entering directory `/accts/mlweber1/instance-0/output/build/host-patchelf-0.9' Making install in src make[2]: Entering directory `/accts/mlweber1/instance-0/output/build/host-patchelf-0.9/src' make[3]: Entering directory `/accts/mlweber1/instance-0/output/build/host-patchelf-0.9/src' make[3]: Nothing to be done for `install-data-am'. /bin/mkdir -p '/accts/mlweber1/instance-0/output/host/bin' /usr/bin/install -c patchelf '/accts/mlweber1/instance-0/output/host/bin' make[3]: Leaving directory `/accts/mlweber1/instance-0/output/build/host-patchelf-0.9/src' make[2]: Leaving directory `/accts/mlweber1/instance-0/output/build/host-patchelf-0.9/src' Making install in tests make[2]: Entering directory `/accts/mlweber1/instance-0/output/build/host-patchelf-0.9/tests' make[3]: Entering directory `/accts/mlweber1/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 `/accts/mlweber1/instance-0/output/build/host-patchelf-0.9/tests' make[2]: Leaving directory `/accts/mlweber1/instance-0/output/build/host-patchelf-0.9/tests' make[2]: Entering directory `/accts/mlweber1/instance-0/output/build/host-patchelf-0.9' make[3]: Entering directory `/accts/mlweber1/instance-0/output/build/host-patchelf-0.9' make[3]: Nothing to be done for `install-exec-am'. /bin/mkdir -p '/accts/mlweber1/instance-0/output/host/share/doc/patchelf' /bin/mkdir -p '/accts/mlweber1/instance-0/output/host/share/man/man1' /usr/bin/install -c -m 644 README '/accts/mlweber1/instance-0/output/host/share/doc/patchelf' /usr/bin/install -c -m 644 patchelf.1 '/accts/mlweber1/instance-0/output/host/share/man/man1' make[3]: Leaving directory `/accts/mlweber1/instance-0/output/build/host-patchelf-0.9' make[2]: Leaving directory `/accts/mlweber1/instance-0/output/build/host-patchelf-0.9' make[1]: Leaving directory `/accts/mlweber1/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 /accts/mlweber1/instance-0/output/build/packages-file-list.txt Warning: target file "./usr/share/info/dir" is touched by more than one package: ['binutils', 'readline', 'libtool'] ./support/scripts/check-uniq-files -t staging /accts/mlweber1/instance-0/output/build/packages-file-list-staging.txt Warning: staging file "./usr/share/info/dir" is touched by more than one package: ['binutils', 'readline', 'libtool'] ./support/scripts/check-uniq-files -t host /accts/mlweber1/instance-0/output/build/packages-file-list-host.txt Warning: host file "./share/info/dir" is touched by more than one package: ['host-m4', 'host-bison', 'host-libtool', 'host-autoconf', 'host-automake', 'host-gettext'] /bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~console::respawn:/sbin/getty -L console 0 vt100 #~' /accts/mlweber1/instance-0/output/target/etc/inittab /bin/sed -i -e '/^#.*-o remount,rw \/$/s~^#\+~~' /accts/mlweber1/instance-0/output/target/etc/inittab mkdir -p /accts/mlweber1/instance-0/output/target/etc echo "buildroot" > /accts/mlweber1/instance-0/output/target/etc/hostname /bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /accts/mlweber1/instance-0/output/target/etc/hosts mkdir -p /accts/mlweber1/instance-0/output/target/etc echo "Welcome to Buildroot" > /accts/mlweber1/instance-0/output/target/etc/issue /bin/sed -i -e s,^root:[^:]*:,root::, /accts/mlweber1/instance-0/output/target/etc/shadow rm -f /accts/mlweber1/instance-0/output/target/bin/sh rm -f /accts/mlweber1/instance-0/output/build/locales.nopurge for i in C en_US locale-archive; do echo $i >> /accts/mlweber1/instance-0/output/build/locales.nopurge; done for dir in ; do for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /accts/mlweber1/instance-0/output/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /accts/mlweber1/instance-0/output/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /accts/mlweber1/instance-0/output/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /accts/mlweber1/instance-0/output/target/usr/share/X11/locale/locale.dir; fi rm -rf /accts/mlweber1/instance-0/output/target/usr/include /accts/mlweber1/instance-0/output/target/usr/share/aclocal \ /accts/mlweber1/instance-0/output/target/usr/lib/pkgconfig /accts/mlweber1/instance-0/output/target/usr/share/pkgconfig \ /accts/mlweber1/instance-0/output/target/usr/lib/cmake /accts/mlweber1/instance-0/output/target/usr/share/cmake find /accts/mlweber1/instance-0/output/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /accts/mlweber1/instance-0/output/target/lib/ /accts/mlweber1/instance-0/output/target/usr/lib/ /accts/mlweber1/instance-0/output/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' \) -print0 | xargs -0 rm -f find: `/accts/mlweber1/instance-0/output/target/usr/libexec/': No such file or directory rm -rf /accts/mlweber1/instance-0/output/target/usr/share/gdb rm -rf /accts/mlweber1/instance-0/output/target/usr/share/bash-completion rm -rf /accts/mlweber1/instance-0/output/target/usr/share/zsh rm -rf /accts/mlweber1/instance-0/output/target/usr/man /accts/mlweber1/instance-0/output/target/usr/share/man rm -rf /accts/mlweber1/instance-0/output/target/usr/info /accts/mlweber1/instance-0/output/target/usr/share/info rm -rf /accts/mlweber1/instance-0/output/target/usr/doc /accts/mlweber1/instance-0/output/target/usr/share/doc rm -rf /accts/mlweber1/instance-0/output/target/usr/share/gtk-doc rmdir /accts/mlweber1/instance-0/output/target/usr/share 2>/dev/null || true find /accts/mlweber1/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 /accts/mlweber1/instance-0/output/host/bin/m68k-linux-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /accts/mlweber1/instance-0/output/target/lib/ -type f -name 'libpthread*.so*' | \ xargs -r /accts/mlweber1/instance-0/output/host/bin/m68k-linux-strip --remove-section=.comment --remove-section=.note --strip-debug find /accts/mlweber1/instance-0/output/target/lib/ -type f -name 'ld-*.so*' | \ xargs -r /accts/mlweber1/instance-0/output/host/bin/m68k-linux-strip --remove-section=.comment --remove-section=.note --strip-debug test -f /accts/mlweber1/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 /accts/mlweber1/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 /accts/mlweber1/instance-0/output/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2018.02-git-00856-g4f6db0d"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2018.02-git"; \ echo "PRETTY_NAME=\"Buildroot 2018.02-git\"" \ ) > /accts/mlweber1/instance-0/output/target/etc/os-release >>> Sanitizing RPATH in target tree /accts/mlweber1/instance-0/buildroot/support/scripts/fix-rpath target make: Leaving directory `/accts/mlweber1/instance-0/buildroot' make: Entering directory `/accts/mlweber1/instance-0/buildroot' >>> Buildroot 2018.02-git-00856-g4f6db0d Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-external Collecting legal info >>> 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 >>> binutils 2.28.1 Collecting legal info ERROR: No hash found for COPYING3 ERROR: No hash found for COPYING.LIB >>> busybox 1.27.2 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) >>> dropwatch 7c33d8a8ed105b07a46b55d71d93b36ed34c16db Collecting legal info ERROR: No hash found for COPYING >>> host-pkgconf 0.9.12 Collecting legal info ERROR: No hash found for COPYING >>> libnl 3.4.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-bison 3.0.4 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-m4 1.4.18 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-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) >>> 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.7 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> readline 7.0 Collecting legal info ERROR: No hash found for COPYING >>> ncurses 6.0 Collecting legal info ERROR: No hash found for README >>> host-ncurses 6.0 Collecting legal info ERROR: No hash found for README >>> initscripts Collecting legal info >>> libcuefile r475 Collecting legal info ERROR: No hash found for COPYING >>> host-cmake 3.8.2 Collecting legal info ERROR: No hash found for Copyright.txt >>> liblockfile 1.09 Collecting legal info ERROR: No hash found for COPYRIGHT >>> libreplaygain r475 Collecting legal info ERROR: No hash found for src/gain_analysis.c >>> libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> lockfile-progs 0.1.17 Collecting legal info ERROR: No hash found for COPYING >>> musepack r475 Collecting legal info ERROR: No hash found for libmpcdec/COPYING ERROR: No hash found for libmpcenc/quant.c >>> 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 /accts/mlweber1/instance-0/output/legal-info make: Leaving directory `/accts/mlweber1/instance-0/buildroot'