Running phase: unpackPhase unpacking source archive /nix/store/qvs1kviaw9kj91f1sg6x75zlncnvwzjw-bviplus-1.0.tgz source root is bviplus-1.0 setting SOURCE_DATE_EPOCH to timestamp 1498760441 of file "bviplus-1.0/make_release.sh" Running phase: patchPhase applying patch /nix/store/s7wqrzznrfi8lmnix3rsrwp2q1n5ihgm-ncurses-6.3.patch patching file creadline.c patching file key_handler.c 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\) CFLAGS=-fgnu89-inline CC actions.c actions.c: In function 'run_external': actions.c:165:5: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wno-unused-result-Wunused-result8;;] 165 | write(outpipe[1], buf, size); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ actions.c:210:5: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wno-unused-result-Wunused-result8;;] 210 | write(inpipe[1], errstr, strlen(errstr)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ actions.c:211:5: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wno-unused-result-Wunused-result8;;] 211 | write(inpipe[1], &eof, 1); | ^~~~~~~~~~~~~~~~~~~~~~~~~ CC app_state.c CC creadline.c CC display.c display.c: In function 'msg_prompt': display.c:48:21: warning: variable 'len' set but not used [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wno-unused-but-set-variable-Wunused-but-set-variable8;;] 48 | int x = 1, y = 1, len = 0, c; | ^~~ display.c: In function 'msg_box': display.c:162:21: warning: variable 'len' set but not used [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wno-unused-but-set-variable-Wunused-but-set-variable8;;] 162 | int x = 1, y = 1, len = 0; | ^~~ display.c: In function 'create_screen': display.c:860:10: warning: variable 'h' set but not used [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wno-unused-but-set-variable-Wunused-but-set-variable8;;] 860 | int a, h; | ^ display.c:860:7: warning: variable 'a' set but not used [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wno-unused-but-set-variable-Wunused-but-set-variable8;;] 860 | int a, h; | ^ display.c: In function 'msg_prompt': display.c:79:7: warning: '__builtin___strncat_chk' specified bound 240 equals destination size [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wno-stringop-truncation-Wstringop-truncation8;;] 79 | strncat(msgbox_line, tok, MAX_MSG_BOX_LEN); | ^ display.c:69:7: warning: '__builtin___strncat_chk' specified bound 240 equals destination size [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wno-stringop-truncation-Wstringop-truncation8;;] 69 | strncat(msgbox_line, tok, MAX_MSG_BOX_LEN); | ^ In file included from /nix/store/1ycjq6h047qqwp3fm9sbl805xnrxlh2h-glibc-2.40-66-dev/include/string.h:548, from display.c:27: In function 'strncat', inlined from 'msg_prompt' at display.c:69:7: /nix/store/1ycjq6h047qqwp3fm9sbl805xnrxlh2h-glibc-2.40-66-dev/include/bits/string_fortified.h:149:10: warning: '__builtin___strncat_chk' specified bound 240 equals destination size [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wno-stringop-overflow-Wstringop-overflow=8;;] 149 | return __builtin___strncat_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 150 | __glibc_objsize (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'strncat', inlined from 'msg_prompt' at display.c:79:7: /nix/store/1ycjq6h047qqwp3fm9sbl805xnrxlh2h-glibc-2.40-66-dev/include/bits/string_fortified.h:149:10: warning: '__builtin___strncat_chk' specified bound 240 equals destination size [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wno-stringop-overflow-Wstringop-overflow=8;;] 149 | return __builtin___strncat_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 150 | __glibc_objsize (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~ display.c: In function 'msg_box': display.c:193:7: warning: '__builtin___strncat_chk' specified bound 240 equals destination size [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wno-stringop-truncation-Wstringop-truncation8;;] 193 | strncat(msgbox_line, tok, MAX_MSG_BOX_LEN); | ^ display.c:183:7: warning: '__builtin___strncat_chk' specified bound 240 equals destination size [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wno-stringop-truncation-Wstringop-truncation8;;] 183 | strncat(msgbox_line, tok, MAX_MSG_BOX_LEN); | ^ In function 'strncat', inlined from 'msg_box' at display.c:183:7: /nix/store/1ycjq6h047qqwp3fm9sbl805xnrxlh2h-glibc-2.40-66-dev/include/bits/string_fortified.h:149:10: warning: '__builtin___strncat_chk' specified bound 240 equals destination size [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wno-stringop-overflow-Wstringop-overflow=8;;] 149 | return __builtin___strncat_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 150 | __glibc_objsize (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'strncat', inlined from 'msg_box' at display.c:193:7: /nix/store/1ycjq6h047qqwp3fm9sbl805xnrxlh2h-glibc-2.40-66-dev/include/bits/string_fortified.h:149:10: warning: '__builtin___strncat_chk' specified bound 240 equals destination size [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wno-stringop-overflow-Wstringop-overflow=8;;] 149 | return __builtin___strncat_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 150 | __glibc_objsize (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~ CC help.c CC key_handler.c key_handler.c: In function 'is_bin': key_handler.c:889:5: error: type of 'c' defaults to 'int' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wimplicit-int-Wimplicit-int8;;] 889 | int is_bin(c) | ^~~~~~ make: *** [Makefile:79: objs/key_handler.o] Error 1