* Package: media-sound/tapestrea-0.1.0.5-r1 * Repository: gentoo * USE: abi_x86_64 alsa amd64 elibc_glibc jack kernel_linux userland_GNU * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox >>> Unpacking source... >>> Unpacking tapestrea-0.1.0.5.tgz to /var/tmp/portage/media-sound/tapestrea-0.1.0.5-r1/work >>> Source unpacked in /var/tmp/portage/media-sound/tapestrea-0.1.0.5-r1/work >>> Preparing source in /var/tmp/portage/media-sound/tapestrea-0.1.0.5-r1/work/tapestrea-0.1.0.5 ... * Applying tapestrea-0.1.0.5-gcc44.patch ... [ ok ] * Applying tapestrea-0.1.0.5-r1-underlinking-alsa-pthread.patch ... [ ok ] >>> Source prepared. >>> Configuring source in /var/tmp/portage/media-sound/tapestrea-0.1.0.5-r1/work/tapestrea-0.1.0.5 ... >>> Source configured. >>> Compiling source in /var/tmp/portage/media-sound/tapestrea-0.1.0.5-r1/work/tapestrea-0.1.0.5 ... * Compiling against jack make -j1 -f makefile.jack CC=x86_64-pc-linux-gnu-gcc CXX=x86_64-pc-linux-gnu-g++ 'CFLAGS=-O2 -pipe -march=native -fno-common -falign-functions=32:25:16' 'LDFLAGS=-Wl,-O1 -Wl,--as-needed' x86_64-pc-linux-gnu-gcc -D__LINUX_JACK__ -c -O2 -pipe -march=native -fno-common -falign-functions=32:25:16 -D__CK_SNDFILE_NATIVE__ chuck.tab.c x86_64-pc-linux-gnu-gcc -D__LINUX_JACK__ -c -O2 -pipe -march=native -fno-common -falign-functions=32:25:16 -D__CK_SNDFILE_NATIVE__ chuck.yy.c x86_64-pc-linux-gnu-g++ -D__LINUX_JACK__ -c -O2 -pipe -march=native -fno-common -falign-functions=32:25:16 -D__CK_SNDFILE_NATIVE__ chuck_absyn.cpp x86_64-pc-linux-gnu-g++ -D__LINUX_JACK__ -c -O2 -pipe -march=native -fno-common -falign-functions=32:25:16 -D__CK_SNDFILE_NATIVE__ chuck_parse.cpp x86_64-pc-linux-gnu-g++ -D__LINUX_JACK__ -c -O2 -pipe -march=native -fno-common -falign-functions=32:25:16 -D__CK_SNDFILE_NATIVE__ chuck_errmsg.cpp x86_64-pc-linux-gnu-g++ -D__LINUX_JACK__ -c -O2 -pipe -march=native -fno-common -falign-functions=32:25:16 -D__CK_SNDFILE_NATIVE__ chuck_frame.cpp x86_64-pc-linux-gnu-g++ -D__LINUX_JACK__ -c -O2 -pipe -march=native -fno-common -falign-functions=32:25:16 -D__CK_SNDFILE_NATIVE__ chuck_symbol.cpp x86_64-pc-linux-gnu-g++ -D__LINUX_JACK__ -c -O2 -pipe -march=native -fno-common -falign-functions=32:25:16 -D__CK_SNDFILE_NATIVE__ chuck_table.cpp x86_64-pc-linux-gnu-g++ -D__LINUX_JACK__ -c -O2 -pipe -march=native -fno-common -falign-functions=32:25:16 -D__CK_SNDFILE_NATIVE__ chuck_utils.cpp x86_64-pc-linux-gnu-g++ -D__LINUX_JACK__ -c -O2 -pipe -march=native -fno-common -falign-functions=32:25:16 -D__CK_SNDFILE_NATIVE__ chuck_vm.cpp chuck_vm.cpp: In member function ‘long unsigned int Chuck_VM::process_msg(Chuck_Msg*)’: chuck_vm.cpp:1008:62: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘long unsigned int’ [-Wformat=] 1008 | fprintf( stderr, "[chuck](VM): reseting shred id to %d...\n", m_shred_id + 1 ); | ~^ ~~~~~~~~~~~~~~ | | | | int long unsigned int | %ld chuck_vm.cpp: In member function ‘long unsigned int Chuck_VM_Stack::initialize(long unsigned int)’: chuck_vm.cpp:1380:61: warning: format ‘%s’ expects a matching ‘char*’ argument [-Wformat=] 1380 | "[chuck](VM): OutOfMemory: while allocating stack '%s'\n" ); | ~^ | | | char* x86_64-pc-linux-gnu-g++ -D__LINUX_JACK__ -c -O2 -pipe -march=native -fno-common -falign-functions=32:25:16 -D__CK_SNDFILE_NATIVE__ chuck_instr.cpp chuck_instr.cpp: In function ‘void handle_overflow(Chuck_VM_Shred*, Chuck_VM*)’: chuck_instr.cpp:73:60: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘long unsigned int’ [-Wformat=] 73 | "[chuck](VM): Exception StackOverflow in shred[id=%d:%s], PC=[%d]\n", | ~^ | | | int | %ld 74 | shred->xid, shred->name.c_str(), shred->pc ); | ~~~~~~~~~~ | | | long unsigned int chuck_instr.cpp:73:72: warning: format ‘%d’ expects argument of type ‘int’, but argument 5 has type ‘long unsigned int’ [-Wformat=] 73 | "[chuck](VM): Exception StackOverflow in shred[id=%d:%s], PC=[%d]\n", | ~^ | | | int | %ld 74 | shred->xid, shred->name.c_str(), shred->pc ); | ~~~~~~~~~ | | | long unsigned int chuck_instr.cpp: In member function ‘virtual void Chuck_Instr_Add_string::execute(Chuck_VM*, Chuck_VM_Shred*)’: chuck_instr.cpp:1087:76: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘long unsigned int’ [-Wformat=] 1087 | k](VM): NullPointerException: (string + string) in shred[id=%d:%s], PC=[%d]\n", | ~^ | | | int | %ld 1088 | >xid, shred->name.c_str(), shred->pc ); | ~~~~ | | | long unsigned int chuck_instr.cpp:1087:88: warning: format ‘%d’ expects argument of type ‘int’, but argument 5 has type ‘long unsigned int’ [-Wformat=] 1087 | PointerException: (string + string) in shred[id=%d:%s], PC=[%d]\n", | ~^ | | | int | %ld 1088 | >name.c_str(), shred->pc ); | ~~~~~~~~~ | | | long unsigned int chuck_instr.cpp: In member function ‘virtual void Chuck_Instr_Add_string_Assign::execute(Chuck_VM*, Chuck_VM_Shred*)’: chuck_instr.cpp:1131:76: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘long unsigned int’ [-Wformat=] 1131 | k](VM): NullPointerException: (string + string) in shred[id=%d:%s], PC=[%d]\n", | ~^ | | | int | %ld 1132 | >xid, shred->name.c_str(), shred->pc ); | ~~~~ | | | long unsigned int chuck_instr.cpp:1131:88: warning: format ‘%d’ expects argument of type ‘int’, but argument 5 has type ‘long unsigned int’ [-Wformat=] 1131 | PointerException: (string + string) in shred[id=%d:%s], PC=[%d]\n", | ~^ | | | int | %ld 1132 | >name.c_str(), shred->pc ); | ~~~~~~~~~ | | | long unsigned int chuck_instr.cpp: In member function ‘virtual void Chuck_Instr_Add_string_int::execute(Chuck_VM*, Chuck_VM_Shred*)’: chuck_instr.cpp:1179:73: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘long unsigned int’ [-Wformat=] 1179 | huck](VM): NullPointerException: (string + int) in shred[id=%d:%s], PC=[%d]\n", | ~^ | | | int | %ld 1180 | ed->xid, shred->name.c_str(), shred->pc ); | ~~~~~~~ | | | long unsigned int chuck_instr.cpp:1179:85: warning: format ‘%d’ expects argument of type ‘int’, but argument 5 has type ‘long unsigned int’ [-Wformat=] 1179 | ullPointerException: (string + int) in shred[id=%d:%s], PC=[%d]\n", | ~^ | | | int | %ld 1180 | ed->name.c_str(), shred->pc ); | ~~~~~~~~~ | | | long unsigned int chuck_instr.cpp: In member function ‘virtual void Chuck_Instr_Add_string_float::execute(Chuck_VM*, Chuck_VM_Shred*)’: chuck_instr.cpp:1227:75: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘long unsigned int’ [-Wformat=] 1227 | ck](VM): NullPointerException: (string + float) in shred[id=%d:%s], PC=[%d]\n", | ~^ | | | int | %ld 1228 | ->xid, shred->name.c_str(), shred->pc ); | ~~~~~ | | | long unsigned int chuck_instr.cpp:1227:87: warning: format ‘%d’ expects argument of type ‘int’, but argument 5 has type ‘long unsigned int’ [-Wformat=] 1227 | lPointerException: (string + float) in shred[id=%d:%s], PC=[%d]\n", | ~^ | | | int | %ld 1228 | ->name.c_str(), shred->pc ); | ~~~~~~~~~ | | | long unsigned int chuck_instr.cpp: In member function ‘virtual void Chuck_Instr_Add_int_string::execute(Chuck_VM*, Chuck_VM_Shred*)’: chuck_instr.cpp:1275:73: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘long unsigned int’ [-Wformat=] 1275 | huck](VM): NullPointerException: (int + string) in shred[id=%d:%s], PC=[%d]\n", | ~^ | | | int | %ld 1276 | ed->xid, shred->name.c_str(), shred->pc ); | ~~~~~~~ | | | long unsigned int chuck_instr.cpp:1275:85: warning: format ‘%d’ expects argument of type ‘int’, but argument 5 has type ‘long unsigned int’ [-Wformat=] 1275 | ullPointerException: (int + string) in shred[id=%d:%s], PC=[%d]\n", | ~^ | | | int | %ld 1276 | ed->name.c_str(), shred->pc ); | ~~~~~~~~~ | | | long unsigned int chuck_instr.cpp: In member function ‘virtual void Chuck_Instr_Add_float_string::execute(Chuck_VM*, Chuck_VM_Shred*)’: chuck_instr.cpp:1323:73: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘long unsigned int’ [-Wformat=] 1323 | huck](VM): NullPointerException: (int + string) in shred[id=%d:%s], PC=[%d]\n", | ~^ | | | int | %ld 1324 | ed->xid, shred->name.c_str(), shred->pc ); | ~~~~~~~ | | | long unsigned int chuck_instr.cpp:1323:85: warning: format ‘%d’ expects argument of type ‘int’, but argument 5 has type ‘long unsigned int’ [-Wformat=] 1323 | ullPointerException: (int + string) in shred[id=%d:%s], PC=[%d]\n", | ~^ | | | int | %ld 1324 | ed->name.c_str(), shred->pc ); | ~~~~~~~~~ | | | long unsigned int chuck_instr.cpp: In member function ‘virtual void Chuck_Instr_Add_int_string_Assign::execute(Chuck_VM*, Chuck_VM_Shred*)’: chuck_instr.cpp:1367:61: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘long unsigned int’ [-Wformat=] 1367 | "[chuck](VM): NullPointerException: () in shred[id=%d:%s], PC=[%d]\n", | ~^ | | | int | %ld 1368 | shred->xid, shred->name.c_str(), shred->pc ); | ~~~~~~~~~~ | | | long unsigned int chuck_instr.cpp:1367:73: warning: format ‘%d’ expects argument of type ‘int’, but argument 5 has type ‘long unsigned int’ [-Wformat=] 1367 | huck](VM): NullPointerException: () in shred[id=%d:%s], PC=[%d]\n", | ~^ | | | int | %ld 1368 | ed->xid, shred->name.c_str(), shred->pc ); | ~~~~~~~~~ | | | long unsigned int chuck_instr.cpp: In member function ‘virtual void Chuck_Instr_Add_float_string_Assign::execute(Chuck_VM*, Chuck_VM_Shred*)’: chuck_instr.cpp:1411:76: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘long unsigned int’ [-Wformat=] 1411 | k](VM): NullPointerException: (string + string) in shred[id=%d:%s], PC=[%d]\n", | ~^ | | | int | %ld 1412 | >xid, shred->name.c_str(), shred->pc ); | ~~~~ | | | long unsigned int chuck_instr.cpp:1411:88: warning: format ‘%d’ expects argument of type ‘int’, but argument 5 has type ‘long unsigned int’ [-Wformat=] 1411 | PointerException: (string + string) in shred[id=%d:%s], PC=[%d]\n", | ~^ | | | int | %ld 1412 | >name.c_str(), shred->pc ); | ~~~~~~~~~ | | | long unsigned int chuck_instr.cpp: In member function ‘virtual void Chuck_Instr_Time_Advance::execute(Chuck_VM*, Chuck_VM_Shred*)’: chuck_instr.cpp:3464:74: warning: format ‘%d’ expects argument of type ‘int’, but argument 4 has type ‘long unsigned int’ [-Wformat=] 3464 | "[chuck](VM): DestTimeNegativeException: '%.6f' in shred[id=%d:%s], PC=[%d]\n", | ~^ | | | int | %ld 3465 | *sp, shred->xid, shred->name.c_str(), shred->pc ); | ~~~~~~~~~~ | | | long unsigned int chuck_instr.cpp:3464:86: warning: format ‘%d’ expects argument of type ‘int’, but argument 6 has type ‘long unsigned int’ [-Wformat=] 3464 | : DestTimeNegativeException: '%.6f' in shred[id=%d:%s], PC=[%d]\n", | ~^ | | | int | %ld 3465 | xid, shred->name.c_str(), shred->pc ); | ~~~~~~~~~ | | | long unsigned int chuck_instr.cpp: In member function ‘virtual void Chuck_Instr_Event_Wait::execute(Chuck_VM*, Chuck_VM_Shred*)’: chuck_instr.cpp:3511:76: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘long unsigned int’ [-Wformat=] 3511 | k](VM): NullPointerException: (null Event wait) in shred[id=%d:%s], PC=[%d]\n", | ~^ | | | int | %ld 3512 | >xid, shred->name.c_str(), shred->pc ); | ~~~~ | | | long unsigned int chuck_instr.cpp:3511:88: warning: format ‘%d’ expects argument of type ‘int’, but argument 5 has type ‘long unsigned int’ [-Wformat=] 3511 | PointerException: (null Event wait) in shred[id=%d:%s], PC=[%d]\n", | ~^ | | | int | %ld 3512 | >name.c_str(), shred->pc ); | ~~~~~~~~~ | | | long unsigned int chuck_instr.cpp: In member function ‘virtual void Chuck_Instr_Array_Alloc::execute(Chuck_VM*, Chuck_VM_Shred*)’: chuck_instr.cpp:3934:47: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘long unsigned int’ [-Wformat=] 3934 | "[chuck](VM): (note: in shred[id=%d:%s])\n", shred->xid, shred->name.c_str() ); | ~^ ~~~~~~~~~~ | | | | int long unsigned int | %ld chuck_instr.cpp: In member function ‘virtual void Chuck_Instr_Array_Access::execute(Chuck_VM*, Chuck_VM_Shred*)’: chuck_instr.cpp:4039:73: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘long unsigned int’ [-Wformat=] 4039 | huck](VM): NullPointerException: (array access) in shred[id=%d:%s], PC=[%d]\n", | ~^ | | | int | %ld 4040 | ed->xid, shred->name.c_str(), shred->pc ); | ~~~~~~~ | | | long unsigned int chuck_instr.cpp:4039:85: warning: format ‘%d’ expects argument of type ‘int’, but argument 5 has type ‘long unsigned int’ [-Wformat=] 4039 | ullPointerException: (array access) in shred[id=%d:%s], PC=[%d]\n", | ~^ | | | int | %ld 4040 | ed->name.c_str(), shred->pc ); | ~~~~~~~~~ | | | long unsigned int chuck_instr.cpp:4046:59: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘long unsigned int’ [-Wformat=] 4046 | "[chuck](VM): ArrayOutofBounds: in shred[id=%d:%s], PC=[%d], index=[%d]\n", | ~^ | | | int | %ld 4047 | shred->xid, shred->name.c_str(), shred->pc, i ); | ~~~~~~~~~~ | | | long unsigned int chuck_instr.cpp:4046:71: warning: format ‘%d’ expects argument of type ‘int’, but argument 5 has type ‘long unsigned int’ [-Wformat=] 4046 | "[chuck](VM): ArrayOutofBounds: in shred[id=%d:%s], PC=[%d], index=[%d]\n", | ~^ | | | int | %ld 4047 | shred->xid, shred->name.c_str(), shred->pc, i ); | ~~~~~~~~~ | | | long unsigned int chuck_instr.cpp:4046:83: warning: format ‘%d’ expects argument of type ‘int’, but argument 6 has type ‘long int’ [-Wformat=] 4046 | "[chuck](VM): ArrayOutofBounds: in shred[id=%d:%s], PC=[%d], index=[%d]\n", | ~^ | | | int | %ld 4047 | shred->xid, shred->name.c_str(), shred->pc, i ); | ~ | | | long int chuck_instr.cpp: In member function ‘virtual void Chuck_Instr_Array_Map_Access::execute(Chuck_VM*, Chuck_VM_Shred*)’: chuck_instr.cpp:4156:71: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘long unsigned int’ [-Wformat=] 4156 | [chuck](VM): NullPointerException: (map access) in shred[id=%d:%s], PC=[%d]\n", | ~^ | | | int | %ld 4157 | hred->xid, shred->name.c_str(), shred->pc ); | ~~~~~~~~~ | | | long unsigned int chuck_instr.cpp:4156:83: warning: format ‘%d’ expects argument of type ‘int’, but argument 5 has type ‘long unsigned int’ [-Wformat=] 4156 | NullPointerException: (map access) in shred[id=%d:%s], PC=[%d]\n", | ~^ | | | int | %ld 4157 | hred->name.c_str(), shred->pc ); | ~~~~~~~~~ | | | long unsigned int chuck_instr.cpp:4163:65: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘long unsigned int’ [-Wformat=] 4163 | "[chuck](VM): InternalArrayMap error: in shred[id=%d:%s], PC=[%d], index=[%s]\n", | ~^ | | | int | %ld 4164 | shred->xid, shred->name.c_str(), shred->pc, key->str.c_str() ); | ~~~~~~~~~~ | | | long unsigned int chuck_instr.cpp:4163:77: warning: format ‘%d’ expects argument of type ‘int’, but argument 5 has type ‘long unsigned int’ [-Wformat=] 4163 | chuck](VM): InternalArrayMap error: in shred[id=%d:%s], PC=[%d], index=[%s]\n", | ~^ | | | int | %ld 4164 | red->xid, shred->name.c_str(), shred->pc, key->str.c_str() ); | ~~~~~~~~~ | | | long unsigned int chuck_instr.cpp: In member function ‘virtual void Chuck_Instr_Array_Access_Multi::execute(Chuck_VM*, Chuck_VM_Shred*)’: chuck_instr.cpp:4299:73: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘long unsigned int’ [-Wformat=] 4299 | huck](VM): NullPointerException: (array access) in shred[id=%d:%s], PC=[%d]\n", | ~^ | | | int | %ld 4300 | ed->xid, shred->name.c_str(), shred->pc ); | ~~~~~~~ | | | long unsigned int chuck_instr.cpp:4299:85: warning: format ‘%d’ expects argument of type ‘int’, but argument 5 has type ‘long unsigned int’ [-Wformat=] 4299 | ullPointerException: (array access) in shred[id=%d:%s], PC=[%d]\n", | ~^ | | | int | %ld 4300 | ed->name.c_str(), shred->pc ); | ~~~~~~~~~ | | | long unsigned int chuck_instr.cpp:4302:67: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘long unsigned int’ [-Wformat=] 4302 | "[chuck](VM): (array dimension where exception occurred: %d)\n", index ); | ~^ ~~~~~ | | | | int long unsigned int | %ld chuck_instr.cpp:4308:59: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘long unsigned int’ [-Wformat=] 4308 | "[chuck](VM): ArrayOutofBounds: in shred[id=%d:%s], PC=[%d], index=[%d]\n", | ~^ | | | int | %ld 4309 | shred->xid, shred->name.c_str(), shred->pc, i ); | ~~~~~~~~~~ | | | long unsigned int chuck_instr.cpp:4308:71: warning: format ‘%d’ expects argument of type ‘int’, but argument 5 has type ‘long unsigned int’ [-Wformat=] 4308 | "[chuck](VM): ArrayOutofBounds: in shred[id=%d:%s], PC=[%d], index=[%d]\n", | ~^ | | | int | %ld 4309 | shred->xid, shred->name.c_str(), shred->pc, i ); | ~~~~~~~~~ | | | long unsigned int chuck_instr.cpp:4308:83: warning: format ‘%d’ expects argument of type ‘int’, but argument 6 has type ‘long int’ [-Wformat=] 4308 | "[chuck](VM): ArrayOutofBounds: in shred[id=%d:%s], PC=[%d], index=[%d]\n", | ~^ | | | int | %ld 4309 | shred->xid, shred->name.c_str(), shred->pc, i ); | ~ | | | long int chuck_instr.cpp: In member function ‘virtual void Chuck_Instr_Array_Append::execute(Chuck_VM*, Chuck_VM_Shred*)’: chuck_instr.cpp:4393:73: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘long unsigned int’ [-Wformat=] 4393 | huck](VM): NullPointerException: (array append) in shred[id=%d:%s], PC=[%d]\n", | ~^ | | | int | %ld 4394 | ed->xid, shred->name.c_str(), shred->pc ); | ~~~~~~~ | | | long unsigned int chuck_instr.cpp:4393:85: warning: format ‘%d’ expects argument of type ‘int’, but argument 5 has type ‘long unsigned int’ [-Wformat=] 4393 | ullPointerException: (array append) in shred[id=%d:%s], PC=[%d]\n", | ~^ | | | int | %ld 4394 | ed->name.c_str(), shred->pc ); | ~~~~~~~~~ | | | long unsigned int chuck_instr.cpp: In member function ‘virtual void Chuck_Instr_Dot_Member_Data::execute(Chuck_VM*, Chuck_VM_Shred*)’: chuck_instr.cpp:4446:60: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘long unsigned int’ [-Wformat=] 4446 | "[chuck](VM): NullPointerException: shred[id=%d:%s:(%d)], PC=[%d]\n", | ~^ | | | int | %ld 4447 | shred->xid, shred->name.c_str(), shred->pc ); | ~~~~~~~~~~ | | | long unsigned int chuck_instr.cpp:4446:67: warning: format ‘%d’ expects argument of type ‘int’, but argument 5 has type ‘long unsigned int’ [-Wformat=] 4446 | "[chuck](VM): NullPointerException: shred[id=%d:%s:(%d)], PC=[%d]\n", | ~^ | | | int | %ld 4447 | shred->xid, shred->name.c_str(), shred->pc ); | ~~~~~~~~~ | | | long unsigned int chuck_instr.cpp:4446:77: warning: format ‘%d’ expects a matching ‘int’ argument [-Wformat=] 4446 | "[chuck](VM): NullPointerException: shred[id=%d:%s:(%d)], PC=[%d]\n", | ~^ | | | int chuck_instr.cpp: In member function ‘virtual void Chuck_Instr_Dot_Member_Func::execute(Chuck_VM*, Chuck_VM_Shred*)’: chuck_instr.cpp:4487:60: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘long unsigned int’ [-Wformat=] 4487 | "[chuck](VM): NullPointerException: shred[id=%d:%s], PC=[%d]\n", | ~^ | | | int | %ld 4488 | shred->xid, shred->name.c_str(), shred->pc ); | ~~~~~~~~~~ | | | long unsigned int chuck_instr.cpp:4487:72: warning: format ‘%d’ expects argument of type ‘int’, but argument 5 has type ‘long unsigned int’ [-Wformat=] 4487 | "[chuck](VM): NullPointerException: shred[id=%d:%s], PC=[%d]\n", | ~^ | | | int | %ld 4488 | shred->xid, shred->name.c_str(), shred->pc ); | ~~~~~~~~~ | | | long unsigned int chuck_instr.cpp: In member function ‘virtual void Chuck_Instr_Op_string::execute(Chuck_VM*, Chuck_VM_Shred*)’: chuck_instr.cpp:4875:77: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘long unsigned int’ [-Wformat=] 4875 | ](VM): NullPointerException: (during string op) in shred[id=%d:%s], PC=[%d]\n", | ~^ | | | int | %ld 4876 | xid, shred->name.c_str(), shred->pc ); | ~~~ | | | long unsigned int chuck_instr.cpp:4875:89: warning: format ‘%d’ expects argument of type ‘int’, but argument 5 has type ‘long unsigned int’ [-Wformat=] 4875 | ointerException: (during string op) in shred[id=%d:%s], PC=[%d]\n", | ~^ | | | int | %ld 4876 | name.c_str(), shred->pc ); | ~~~~~~~~~ | | | long unsigned int chuck_instr.cpp:4882:51: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘long unsigned int’ [-Wformat=] 4882 | "[chuck](VM): InvalidStringOpException: '%d' in shred[id=%d:%s], PC=[%d]\n", | ~^ | | | int | %ld 4883 | m_val, shred->xid, shred->name.c_str(), shred->pc ); | ~~~~~ | | | long unsigned int chuck_instr.cpp:4882:67: warning: format ‘%d’ expects argument of type ‘int’, but argument 4 has type ‘long unsigned int’ [-Wformat=] 4882 | "[chuck](VM): InvalidStringOpException: '%d' in shred[id=%d:%s], PC=[%d]\n", | ~^ | | | int | %ld 4883 | m_val, shred->xid, shred->name.c_str(), shred->pc ); | ~~~~~~~~~~ | | | long unsigned int chuck_instr.cpp:4882:79: warning: format ‘%d’ expects argument of type ‘int’, but argument 6 has type ‘long unsigned int’ [-Wformat=] 4882 | VM): InvalidStringOpException: '%d' in shred[id=%d:%s], PC=[%d]\n", | ~^ | | | int | %ld 4883 | red->xid, shred->name.c_str(), shred->pc ); | ~~~~~~~~~ | | | long unsigned int chuck_instr.cpp: In member function ‘virtual void Chuck_Instr_UGen_Link::execute(Chuck_VM*, Chuck_VM_Shred*)’: chuck_instr.cpp:4968:70: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘long unsigned int’ [-Wformat=] 4968 | "[chuck](VM): NullPointerException: (UGen link) in shred[id=%d:%s], PC=[%d]\n", | ~^ | | | int | %ld 4969 | shred->xid, shred->name.c_str(), shred->pc ); | ~~~~~~~~~~ | | | long unsigned int chuck_instr.cpp:4968:82: warning: format ‘%d’ expects argument of type ‘int’, but argument 5 has type ‘long unsigned int’ [-Wformat=] 4968 | : NullPointerException: (UGen link) in shred[id=%d:%s], PC=[%d]\n", | ~^ | | | int | %ld 4969 | shred->name.c_str(), shred->pc ); | ~~~~~~~~~ | | | long unsigned int chuck_instr.cpp: In member function ‘virtual void Chuck_Instr_Hack::execute(Chuck_VM*, Chuck_VM_Shred*)’: chuck_instr.cpp:5210:32: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘long int’ [-Wformat=] 5210 | fprintf( stderr, "%d :(%s)\n", *(sp-1), m_type_ref->c_name() ); | ~^ ~~~~~~~ | | | | int long int | %ld chuck_instr.cpp: In member function ‘virtual void Chuck_Instr_Gack::execute(Chuck_VM*, Chuck_VM_Shred*)’: chuck_instr.cpp:5307:42: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘long int’ [-Wformat=] 5307 | fprintf( stderr, "0x%x ", *(sp) ); | ~^ ~~~~~ | | | | | long int | unsigned int | %lx chuck_instr.cpp:5310:40: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘long int’ [-Wformat=] 5310 | fprintf( stderr, "%d ", *(sp) ); | ~^ ~~~~~ | | | | int long int | %ld x86_64-pc-linux-gnu-g++ -D__LINUX_JACK__ -c -O2 -pipe -march=native -fno-common -falign-functions=32:25:16 -D__CK_SNDFILE_NATIVE__ chuck_scan.cpp x86_64-pc-linux-gnu-g++ -D__LINUX_JACK__ -c -O2 -pipe -march=native -fno-common -falign-functions=32:25:16 -D__CK_SNDFILE_NATIVE__ chuck_type.cpp x86_64-pc-linux-gnu-g++ -D__LINUX_JACK__ -c -O2 -pipe -march=native -fno-common -falign-functions=32:25:16 -D__CK_SNDFILE_NATIVE__ chuck_emit.cpp x86_64-pc-linux-gnu-g++ -D__LINUX_JACK__ -c -O2 -pipe -march=native -fno-common -falign-functions=32:25:16 -D__CK_SNDFILE_NATIVE__ chuck_compile.cpp x86_64-pc-linux-gnu-g++ -D__LINUX_JACK__ -c -O2 -pipe -march=native -fno-common -falign-functions=32:25:16 -D__CK_SNDFILE_NATIVE__ chuck_dl.cpp x86_64-pc-linux-gnu-g++ -D__LINUX_JACK__ -c -O2 -pipe -march=native -fno-common -falign-functions=32:25:16 -D__CK_SNDFILE_NATIVE__ chuck_oo.cpp x86_64-pc-linux-gnu-g++ -D__LINUX_JACK__ -c -O2 -pipe -march=native -fno-common -falign-functions=32:25:16 -D__CK_SNDFILE_NATIVE__ chuck_lang.cpp x86_64-pc-linux-gnu-g++ -D__LINUX_JACK__ -c -O2 -pipe -march=native -fno-common -falign-functions=32:25:16 -D__CK_SNDFILE_NATIVE__ chuck_ugen.cpp x86_64-pc-linux-gnu-g++ -D__LINUX_JACK__ -c -O2 -pipe -march=native -fno-common -falign-functions=32:25:16 -D__CK_SNDFILE_NATIVE__ chuck_main.cpp chuck_main.cpp: In function ‘int main(int, const char**)’: chuck_main.cpp:666:65: warning: format ‘%i’ expects argument of type ‘int’, but argument 3 has type ‘long int’ [-Wformat=] 666 | fprintf( stderr, "[chuck]: cannot bind to tcp port %i...\n", g_port ); | ~^ ~~~~~~ | | | | int long int | %li x86_64-pc-linux-gnu-g++ -D__LINUX_JACK__ -c -O2 -pipe -march=native -fno-common -falign-functions=32:25:16 -D__CK_SNDFILE_NATIVE__ chuck_otf.cpp chuck_otf.cpp: In function ‘long unsigned int otf_process_msg(Chuck_VM*, Chuck_Compiler*, Net_Msg*, long unsigned int, void*)’: chuck_otf.cpp:220:82: warning: format ‘%i’ expects argument of type ‘int’, but argument 3 has type ‘long unsigned int’ [-Wformat=] 220 | err, "[chuck]: unrecognized incoming command from network: '%i'\n", cmd->type ); | ~^ ~~~~~~~~~ | | | | int long unsigned int | %li x86_64-pc-linux-gnu-g++ -D__LINUX_JACK__ -c -O2 -pipe -march=native -fno-common -falign-functions=32:25:16 -D__CK_SNDFILE_NATIVE__ chuck_stats.cpp x86_64-pc-linux-gnu-g++ -D__LINUX_JACK__ -c -O2 -pipe -march=native -fno-common -falign-functions=32:25:16 -D__CK_SNDFILE_NATIVE__ chuck_bbq.cpp x86_64-pc-linux-gnu-g++ -D__LINUX_JACK__ -c -O2 -pipe -march=native -fno-common -falign-functions=32:25:16 -D__CK_SNDFILE_NATIVE__ chuck_shell.cpp chuck_shell.cpp: In member function ‘virtual long int Chuck_Shell::Command_VMAdd::execute(std::vector >&, std::string&)’: chuck_shell.cpp:1728:26: warning: format ‘%u’ expects argument of type ‘unsigned int’, but argument 4 has type ‘std::vector::size_type’ {aka ‘long unsigned int’} [-Wformat=] 1728 | snprintf( buf, 16, "%u", caller->vms.size() - 1 ); | ~^ ~~~~~~~~~~~~~~~~~~~~~~ | | | | unsigned int std::vector::size_type {aka long unsigned int} | %lu chuck_shell.cpp: In member function ‘virtual long int Chuck_Shell::Command_VMList::execute(std::vector >&, std::string&)’: chuck_shell.cpp:1818:34: warning: format ‘%u’ expects argument of type ‘unsigned int’, but argument 4 has type ‘std::vector >::size_type’ {aka ‘long unsigned int’} [-Wformat=] 1818 | snprintf( buf, 16, "%u", i ); | ~^ ~ | | | | | std::vector >::size_type {aka long unsigned int} | unsigned int | %lu x86_64-pc-linux-gnu-g++ -D__LINUX_JACK__ -c -O2 -pipe -march=native -fno-common -falign-functions=32:25:16 -D__CK_SNDFILE_NATIVE__ chuck_console.cpp x86_64-pc-linux-gnu-g++ -D__LINUX_JACK__ -c -O2 -pipe -march=native -fno-common -falign-functions=32:25:16 -D__CK_SNDFILE_NATIVE__ chuck_globals.cpp x86_64-pc-linux-gnu-g++ -D__LINUX_JACK__ -c -O2 -pipe -march=native -fno-common -falign-functions=32:25:16 -D__CK_SNDFILE_NATIVE__ digiio_rtaudio.cpp x86_64-pc-linux-gnu-g++ -D__LINUX_JACK__ -c -O2 -pipe -march=native -fno-common -falign-functions=32:25:16 -D__CK_SNDFILE_NATIVE__ hidio_sdl.cpp x86_64-pc-linux-gnu-g++ -D__LINUX_JACK__ -c -O2 -pipe -march=native -fno-common -falign-functions=32:25:16 -D__CK_SNDFILE_NATIVE__ midiio_rtmidi.cpp x86_64-pc-linux-gnu-g++ -D__LINUX_JACK__ -c -O2 -pipe -march=native -fno-common -falign-functions=32:25:16 -D__CK_SNDFILE_NATIVE__ rtaudio.cpp rtaudio.cpp: In member function ‘virtual void RtApiJack::initialize()’: rtaudio.cpp:2768:43: warning: ‘jack_client_t* jack_client_new(const char*)’ is deprecated [-Wdeprecated-declarations] 2768 | if ( (client = jack_client_new( "ChucK" )) == 0) | ^ In file included from rtaudio.cpp:2716: /usr/include/jack/jack.h:97:16: note: declared here 97 | jack_client_t *jack_client_new (const char *client_name) JACK_OPTIONAL_WEAK_DEPRECATED_EXPORT; | ^~~~~~~~~~~~~~~ rtaudio.cpp:2768:43: warning: ‘jack_client_t* jack_client_new(const char*)’ is deprecated [-Wdeprecated-declarations] 2768 | if ( (client = jack_client_new( "ChucK" )) == 0) | ^ In file included from rtaudio.cpp:2716: /usr/include/jack/jack.h:97:16: note: declared here 97 | jack_client_t *jack_client_new (const char *client_name) JACK_OPTIONAL_WEAK_DEPRECATED_EXPORT; | ^~~~~~~~~~~~~~~ rtaudio.cpp: In member function ‘virtual void RtApiJack::probeDeviceInfo(RtApi::RtApiDevice*)’: rtaudio.cpp:2785:43: warning: ‘jack_client_t* jack_client_new(const char*)’ is deprecated [-Wdeprecated-declarations] 2785 | if ( (client = jack_client_new( "ChucK" )) == 0) { | ^ In file included from rtaudio.cpp:2716: /usr/include/jack/jack.h:97:16: note: declared here 97 | jack_client_t *jack_client_new (const char *client_name) JACK_OPTIONAL_WEAK_DEPRECATED_EXPORT; | ^~~~~~~~~~~~~~~ rtaudio.cpp:2785:43: warning: ‘jack_client_t* jack_client_new(const char*)’ is deprecated [-Wdeprecated-declarations] 2785 | if ( (client = jack_client_new( "ChucK" )) == 0) { | ^ In file included from rtaudio.cpp:2716: /usr/include/jack/jack.h:97:16: note: declared here 97 | jack_client_t *jack_client_new (const char *client_name) JACK_OPTIONAL_WEAK_DEPRECATED_EXPORT; | ^~~~~~~~~~~~~~~ rtaudio.cpp: In member function ‘virtual bool RtApiJack::probeDeviceOpen(int, RtApi::StreamMode, int, int, RtAudioFormat, int*, int)’: rtaudio.cpp:2933:58: warning: ‘jack_client_t* jack_client_new(const char*)’ is deprecated [-Wdeprecated-declarations] 2933 | if ( (client = jack_client_new( (const char *) label )) == 0) { | ^ In file included from rtaudio.cpp:2716: /usr/include/jack/jack.h:97:16: note: declared here 97 | jack_client_t *jack_client_new (const char *client_name) JACK_OPTIONAL_WEAK_DEPRECATED_EXPORT; | ^~~~~~~~~~~~~~~ rtaudio.cpp:2933:58: warning: ‘jack_client_t* jack_client_new(const char*)’ is deprecated [-Wdeprecated-declarations] 2933 | if ( (client = jack_client_new( (const char *) label )) == 0) { | ^ In file included from rtaudio.cpp:2716: /usr/include/jack/jack.h:97:16: note: declared here 97 | jack_client_t *jack_client_new (const char *client_name) JACK_OPTIONAL_WEAK_DEPRECATED_EXPORT; | ^~~~~~~~~~~~~~~ x86_64-pc-linux-gnu-g++ -D__LINUX_JACK__ -c -O2 -pipe -march=native -fno-common -falign-functions=32:25:16 -D__CK_SNDFILE_NATIVE__ rtmidi.cpp x86_64-pc-linux-gnu-g++ -D__LINUX_JACK__ -c -O2 -pipe -march=native -fno-common -falign-functions=32:25:16 -D__CK_SNDFILE_NATIVE__ ugen_osc.cpp x86_64-pc-linux-gnu-g++ -D__LINUX_JACK__ -c -O2 -pipe -march=native -fno-common -falign-functions=32:25:16 -D__CK_SNDFILE_NATIVE__ ugen_filter.cpp x86_64-pc-linux-gnu-g++ -D__LINUX_JACK__ -c -O2 -pipe -march=native -fno-common -falign-functions=32:25:16 -D__CK_SNDFILE_NATIVE__ ugen_stk.cpp ugen_stk.cpp: In member function ‘void WvOut::closeMatFile()’: ugen_stk.cpp:17286:8: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result [-Wunused-result] 17286 | fread(&headsize, 4, 1, fd); | ~~~~~^~~~~~~~~~~~~~~~~~~~~ x86_64-pc-linux-gnu-g++ -D__LINUX_JACK__ -c -O2 -pipe -march=native -fno-common -falign-functions=32:25:16 -D__CK_SNDFILE_NATIVE__ ugen_xxx.cpp ugen_xxx.cpp: In function ‘void sndbuf_ctrl_read(Chuck_Object*, void*, Chuck_DL_Return*, Chuck_VM_Shred*)’: ugen_xxx.cpp:2641:68: warning: format ‘%i’ expects argument of type ‘int’, but argument 3 has type ‘long int’ [-Wformat=] 2641 | fprintf( stderr, "[chuck](via SndBuf): sndfile error '%i' opening '%s'...\n", er, filename ); | ~^ ~~ | | | | int long int | %li ugen_xxx.cpp:2678:62: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘long unsigned int’ [-Wformat=] 2678 | fprintf( stderr, "[chuck](via SndBuf): read %d rather than %d frames from %s\n", | ~^ | | | int | %ld 2679 | f, size, filename ); | ~ | | | long unsigned int ugen_xxx.cpp:2678:77: warning: format ‘%d’ expects argument of type ‘int’, but argument 4 has type ‘long int’ [-Wformat=] 2678 | fprintf( stderr, "[chuck](via SndBuf): read %d rather than %d frames from %s\n", | ~^ | | | int | %ld 2679 | f, size, filename ); | ~~~~ | | | long int ugen_xxx.cpp: In constructor ‘delayp_data::delayp_data()’: ugen_xxx.cpp:1651:49: warning: iteration 2 invokes undefined behavior [-Waggressive-loop-optimizations] 1651 | for ( i = 0 ; i < 3 ; i++ ) { acoeff[i] = 0; bcoeff[i] = 0; } | ~~~~~~~~~~^~~ ugen_xxx.cpp:1651:25: note: within this loop 1651 | for ( i = 0 ; i < 3 ; i++ ) { acoeff[i] = 0; bcoeff[i] = 0; } | ~~^~~ x86_64-pc-linux-gnu-g++ -D__LINUX_JACK__ -c -O2 -pipe -march=native -fno-common -falign-functions=32:25:16 -D__CK_SNDFILE_NATIVE__ ulib_machine.cpp x86_64-pc-linux-gnu-g++ -D__LINUX_JACK__ -c -O2 -pipe -march=native -fno-common -falign-functions=32:25:16 -D__CK_SNDFILE_NATIVE__ ulib_math.cpp x86_64-pc-linux-gnu-g++ -D__LINUX_JACK__ -c -O2 -pipe -march=native -fno-common -falign-functions=32:25:16 -D__CK_SNDFILE_NATIVE__ ulib_std.cpp x86_64-pc-linux-gnu-g++ -D__LINUX_JACK__ -c -O2 -pipe -march=native -fno-common -falign-functions=32:25:16 -D__CK_SNDFILE_NATIVE__ ulib_opsc.cpp x86_64-pc-linux-gnu-g++ -D__LINUX_JACK__ -c -O2 -pipe -march=native -fno-common -falign-functions=32:25:16 -D__CK_SNDFILE_NATIVE__ util_buffers.cpp x86_64-pc-linux-gnu-g++ -D__LINUX_JACK__ -c -O2 -pipe -march=native -fno-common -falign-functions=32:25:16 -D__CK_SNDFILE_NATIVE__ util_console.cpp x86_64-pc-linux-gnu-g++ -D__LINUX_JACK__ -c -O2 -pipe -march=native -fno-common -falign-functions=32:25:16 -D__CK_SNDFILE_NATIVE__ util_string.cpp x86_64-pc-linux-gnu-g++ -D__LINUX_JACK__ -c -O2 -pipe -march=native -fno-common -falign-functions=32:25:16 -D__CK_SNDFILE_NATIVE__ util_thread.cpp x86_64-pc-linux-gnu-g++ -D__LINUX_JACK__ -c -O2 -pipe -march=native -fno-common -falign-functions=32:25:16 -D__CK_SNDFILE_NATIVE__ util_opsc.cpp In file included from /usr/include/string.h:495, from util_opsc.h:385, from util_opsc.cpp:34: In function ‘char* strncat(char*, const char*, size_t)’, inlined from ‘void OSC_Address_Space::setSpec(const char*, const char*)’ at util_opsc.cpp:2078:13: /usr/include/bits/string_fortified.h:136:34: warning: ‘char* __builtin___strncat_chk(char*, const char*, long unsigned int, long unsigned int)’ specified bound 512 equals destination size [-Wstringop-overflow=] 136 | return __builtin___strncat_chk (__dest, __src, __len, __bos (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ x86_64-pc-linux-gnu-gcc -D__LINUX_JACK__ -c -O2 -pipe -march=native -fno-common -falign-functions=32:25:16 -D__CK_SNDFILE_NATIVE__ util_math.c x86_64-pc-linux-gnu-gcc -D__LINUX_JACK__ -c -O2 -pipe -march=native -fno-common -falign-functions=32:25:16 -D__CK_SNDFILE_NATIVE__ util_network.c x86_64-pc-linux-gnu-gcc -D__LINUX_JACK__ -c -O2 -pipe -march=native -fno-common -falign-functions=32:25:16 -D__CK_SNDFILE_NATIVE__ util_raw.c x86_64-pc-linux-gnu-gcc -D__LINUX_JACK__ -c -O2 -pipe -march=native -fno-common -falign-functions=32:25:16 -D__CK_SNDFILE_NATIVE__ util_xforms.c x86_64-pc-linux-gnu-g++ -D__LINUX_JACK__ -c -O2 -pipe -march=native -fno-common -falign-functions=32:25:16 -D__CK_SNDFILE_NATIVE__ util_hid.cpp util_hid.cpp: In function ‘void Hid_quit()’: util_hid.cpp:6824:10: warning: ignoring return value of ‘ssize_t write(int, const void*, size_t)’, declared with attribute warn_unused_result [-Wunused-result] 6824 | write( hid_channel_w, &hcm, sizeof( hcm ) ); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ util_hid.cpp: In function ‘int Joystick_open(int)’: util_hid.cpp:6961:14: warning: ignoring return value of ‘ssize_t write(int, const void*, size_t)’, declared with attribute warn_unused_result [-Wunused-result] 6961 | write( hid_channel_w, &hcm, sizeof( hcm ) ); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ util_hid.cpp: In function ‘int Joystick_close(int)’: util_hid.cpp:6981:14: warning: ignoring return value of ‘ssize_t write(int, const void*, size_t)’, declared with attribute warn_unused_result [-Wunused-result] 6981 | write( hid_channel_w, &hcm, sizeof( hcm ) ); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ util_hid.cpp: In function ‘int Mouse_open(int)’: util_hid.cpp:7159:14: warning: ignoring return value of ‘ssize_t write(int, const void*, size_t)’, declared with attribute warn_unused_result [-Wunused-result] 7159 | write( hid_channel_w, &hcm, sizeof( hcm ) ); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ util_hid.cpp: In function ‘int Mouse_close(int)’: util_hid.cpp:7180:14: warning: ignoring return value of ‘ssize_t write(int, const void*, size_t)’, declared with attribute warn_unused_result [-Wunused-result] 7180 | write( hid_channel_w, &hcm, sizeof( hcm ) ); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ util_hid.cpp: In function ‘int Keyboard_open(int)’: util_hid.cpp:7331:14: warning: ignoring return value of ‘ssize_t write(int, const void*, size_t)’, declared with attribute warn_unused_result [-Wunused-result] 7331 | write( hid_channel_w, &hcm, sizeof( hcm ) ); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ util_hid.cpp: In function ‘int Keyboard_close(int)’: util_hid.cpp:7351:14: warning: ignoring return value of ‘ssize_t write(int, const void*, size_t)’, declared with attribute warn_unused_result [-Wunused-result] 7351 | write( hid_channel_w, &hcm, sizeof( hcm ) ); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ x86_64-pc-linux-gnu-g++ -D__LINUX_JACK__ -c -O2 -pipe -march=native -fno-common -falign-functions=32:25:16 -D__CK_SNDFILE_NATIVE__ uana_xform.cpp uana_xform.cpp: In function ‘void FFT_ctrl_size(Chuck_Object*, void*, Chuck_DL_Return*, Chuck_VM_Shred*)’: uana_xform.cpp:939:57: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘long int’ [-Wformat=] 939 | "[chuck](IFFT): InvalidTransformSizeException (%d)\n", size ); | ~^ ~~~~ | | | | int long int | %ld uana_xform.cpp: In function ‘void IFFT_ctrl_size(Chuck_Object*, void*, Chuck_DL_Return*, Chuck_VM_Shred*)’: uana_xform.cpp:1472:57: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘long int’ [-Wformat=] 1472 | "[chuck](IFFT): InvalidTransformSizeException (%d)\n", size ); | ~^ ~~~~ | | | | int long int | %ld uana_xform.cpp: In function ‘long unsigned int prepare_window(void*, Chuck_VM_Shred*, long int&)’: uana_xform.cpp:1559:70: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘long int’ [-Wformat=] 1559 | "[chuck](Windowing): OutOfMemoryException (allocating FLOAT[%d])\n", | ~^ | | | int | %ld 1560 | float_array_size ); | ~~~~~~~~~~~~~~~~ | | | long int uana_xform.cpp: In function ‘void Flip_ctrl_size(Chuck_Object*, void*, Chuck_DL_Return*, Chuck_VM_Shred*)’: uana_xform.cpp:2114:57: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘long int’ [-Wformat=] 2114 | "[chuck](IFFT): InvalidTransformSizeException (%d)\n", size ); | ~^ ~~~~ | | | | int long int | %ld uana_xform.cpp: In function ‘void UnFlip_ctrl_size(Chuck_Object*, void*, Chuck_DL_Return*, Chuck_VM_Shred*)’: uana_xform.cpp:2623:59: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘long int’ [-Wformat=] 2623 | "[chuck](UnFlip): InvalidTransformSizeException (%d)\n", size ); | ~^ ~~~~ | | | | int long int | %ld uana_xform.cpp: In function ‘void DCT_ctrl_size(Chuck_Object*, void*, Chuck_DL_Return*, Chuck_VM_Shred*)’: uana_xform.cpp:3101:57: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘long int’ [-Wformat=] 3101 | "[chuck](IDCT): InvalidTransformSizeException (%d)\n", size ); | ~^ ~~~~ | | | | int long int | %ld uana_xform.cpp: In function ‘void IDCT_ctrl_size(Chuck_Object*, void*, Chuck_DL_Return*, Chuck_VM_Shred*)’: uana_xform.cpp:3630:57: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘long int’ [-Wformat=] 3630 | "[chuck](IDCT): InvalidTransformSizeException (%d)\n", size ); | ~^ ~~~~ | | | | int long int | %ld x86_64-pc-linux-gnu-g++ -D__LINUX_JACK__ -c -O2 -pipe -march=native -fno-common -falign-functions=32:25:16 -D__CK_SNDFILE_NATIVE__ uana_extract.cpp uana_extract.cpp: In member function ‘long unsigned int Corr_Object::resize(long int, long int)’: uana_extract.cpp:1067:65: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘long int’ [-Wformat=] 1067 | fprintf( stderr, "[chuck]: Corr failed to allocate %d-element buffer(s)...", | ~^ | | | int | %ld 1068 | mincap ); | ~~~~~~ | | | long int x86_64-pc-linux-gnu-g++ -o chuck chuck.tab.o chuck.yy.o chuck_absyn.o chuck_parse.o chuck_errmsg.o chuck_frame.o chuck_symbol.o chuck_table.o chuck_utils.o chuck_vm.o chuck_instr.o chuck_scan.o chuck_type.o chuck_emit.o chuck_compile.o chuck_dl.o chuck_oo.o chuck_lang.o chuck_ugen.o chuck_main.o chuck_otf.o chuck_stats.o chuck_bbq.o chuck_shell.o chuck_console.o chuck_globals.o digiio_rtaudio.o hidio_sdl.o midiio_rtmidi.o rtaudio.o rtmidi.o ugen_osc.o ugen_filter.o ugen_stk.o ugen_xxx.o ulib_machine.o ulib_math.o ulib_std.o ulib_opsc.o util_buffers.o util_console.o util_string.o util_thread.o util_opsc.o util_math.o util_network.o util_raw.o util_xforms.o util_hid.o uana_xform.o uana_extract.o -lasound -ljack -lstdc++ -ldl -lm -lsndfile /usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: rtmidi.o: undefined reference to symbol 'pthread_join@@GLIBC_2.2.5' /usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: /lib64/libpthread.so.0: error adding symbols: DSO missing from command line collect2: error: ld returned 1 exit status make: *** [makefile.jack:41: chuck] Error 1 * ERROR: media-sound/tapestrea-0.1.0.5-r1::gentoo failed (compile phase): * emake failed * * If you need support, post the output of `emerge --info '=media-sound/tapestrea-0.1.0.5-r1::gentoo'`, * the complete build log and the output of `emerge -pqv '=media-sound/tapestrea-0.1.0.5-r1::gentoo'`. * The complete build log is located at '/var/log/portage/media-sound:tapestrea-0.1.0.5-r1:20200322-012450.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/media-sound/tapestrea-0.1.0.5-r1/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/media-sound/tapestrea-0.1.0.5-r1/temp/environment'. * Working directory: '/var/tmp/portage/media-sound/tapestrea-0.1.0.5-r1/work/tapestrea-0.1.0.5/scripting/chuck-1.2.1.2/src' * S: '/var/tmp/portage/media-sound/tapestrea-0.1.0.5-r1/work/tapestrea-0.1.0.5'