Running phase: unpackPhase unpacking source archive /nix/store/9h3n37a9b8p254di800ii0a05xngk9z4-source source root is source Running phase: patchPhase applying patch /nix/store/fywn01q8jsajwnw8n744dghk1gki7b8v-fno-common.patch patching file audio.c Hunk #1 succeeded at 36 with fuzz 2 (offset -2 lines). patching file audio.h Hunk #1 succeeded at 46 (offset -6 lines). Running phase: updateAutotoolsGnuConfigScriptsPhase Running phase: configurePhase no configure script, doing nothing Running phase: buildPhase build flags: SHELL=/nix/store/11ciq72n4fdv8rw6wgjgasfv4mjs1jrw-bash-5.2p37/bin/bash PREFIX=\$\(out\) gcc -O3 -g -I/usr/local/include -I/opt/local/include -Wall -std=gnu99 -DDEBUG -DHACK -DFEEDBACK -DINPUT -DJACK -DSCALEPAN -c -o dirt.o dirt.c gcc -O3 -g -I/usr/local/include -I/opt/local/include -Wall -std=gnu99 -DDEBUG -DHACK -DFEEDBACK -DINPUT -DJACK -DSCALEPAN -c -o common.o common.c gcc -O3 -g -I/usr/local/include -I/opt/local/include -Wall -std=gnu99 -DDEBUG -DHACK -DFEEDBACK -DINPUT -DJACK -DSCALEPAN -c -o audio.o audio.c gcc -O3 -g -I/usr/local/include -I/opt/local/include -Wall -std=gnu99 -DDEBUG -DHACK -DFEEDBACK -DINPUT -DJACK -DSCALEPAN -c -o file.o file.c file.c: In function 'file_get': file.c:117:42: warning: '%s' directive output may be truncated writing up to 255 bytes into a region of size 254 [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wformat-truncation-Wformat-truncation=8;;] 117 | snprintf(path, MAXPATHSIZE -1, "%s/%s", sampleroot, set); | ^~ ~~~ In file included from /nix/store/1ycjq6h047qqwp3fm9sbl805xnrxlh2h-glibc-2.40-66-dev/include/stdio.h:970, from /nix/store/1r2c2lnji8y3nffgbmrcl58nldb8ah0h-libsndfile-1.2.2-dev/include/sndfile.h:32, from file.c:1: In function 'snprintf', inlined from 'file_get' at file.c:117:7: /nix/store/1ycjq6h047qqwp3fm9sbl805xnrxlh2h-glibc-2.40-66-dev/include/bits/stdio2.h:68:10: note: '__builtin___snprintf_chk' output 2 or more bytes (assuming 257) into a destination of size 255 68 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 69 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 70 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ file.c: In function 'file_get': file.c:122:17: warning: '%s' directive output may be truncated writing up to 255 bytes into a region of size 254 [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wformat-truncation-Wformat-truncation=8;;] 122 | "%s/%s/%s", sampleroot, set, namelist[set_n % n]->d_name); | ^~ ~~~ In function 'snprintf', inlined from 'file_get' at file.c:121:9: /nix/store/1ycjq6h047qqwp3fm9sbl805xnrxlh2h-glibc-2.40-66-dev/include/bits/stdio2.h:68:10: note: '__builtin___snprintf_chk' output 3 or more bytes (assuming 513) into a destination of size 255 68 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 69 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 70 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ gcc -O3 -g -I/usr/local/include -I/opt/local/include -Wall -std=gnu99 -DDEBUG -DHACK -DFEEDBACK -DINPUT -DJACK -DSCALEPAN -c -o server.o server.c server.c: In function 'server_init': server.c:244:50: error: passing argument 4 of 'lo_server_thread_add_method' from incompatible pointer type [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wincompatible-pointer-types-Wincompatible-pointer-types8;;] 244 | lo_server_thread_add_method(st, "/play", NULL, play_handler, NULL); | ^~~~~~~~~~~~ | | | int (*)(const char *, const char *, lo_arg **, int, void *, void *) In file included from /nix/store/hmj1z8alyy2pjpriahgn8lbrg0s46jm5-liblo-0.32/include/lo/lo.h:33, from server.c:5: /nix/store/hmj1z8alyy2pjpriahgn8lbrg0s46jm5-liblo-0.32/include/lo/lo_serverthread.h:151:72: note: expected 'lo_method_handler' {aka 'int (*)(const char *, const char *, lo_arg **, int, struct lo_message_ *, void *)'} but argument is of type 'int (*)(const char *, const char *, lo_arg **, int, void *, void *)' 151 | const char *typespec, lo_method_handler h, | ~~~~~~~~~~~~~~~~~~^ server.c:246:47: error: passing argument 4 of 'lo_server_thread_add_method' from incompatible pointer type [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wincompatible-pointer-types-Wincompatible-pointer-types8;;] 246 | lo_server_thread_add_method(st, NULL, NULL, generic_handler, NULL); | ^~~~~~~~~~~~~~~ | | | int (*)(const char *, const char *, lo_arg **, int, void *, void *) /nix/store/hmj1z8alyy2pjpriahgn8lbrg0s46jm5-liblo-0.32/include/lo/lo_serverthread.h:151:72: note: expected 'lo_method_handler' {aka 'int (*)(const char *, const char *, lo_arg **, int, struct lo_message_ *, void *)'} but argument is of type 'int (*)(const char *, const char *, lo_arg **, int, void *, void *)' 151 | const char *typespec, lo_method_handler h, | ~~~~~~~~~~~~~~~~~~^ make: *** [: server.o] Error 1