=> "/opt/pkg/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-upstream-trunk/lang/newlisp", "all", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] ===> Building for newlisp-10.7.5nb1 --- default --- make -f makefile_build --- newlisp.o --- --- nl-symbol.o --- --- nl-math.o --- --- nl-list.o --- --- nl-liststr.o --- --- newlisp.o --- gcc -m64 -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/ncurses -Wall -pedantic -Wno-uninitialized -Wno-long-long -fno-strict-aliasing -O2 -c -DNEWCONFIG newlisp.c --- nl-math.o --- gcc -m64 -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/ncurses -Wall -pedantic -Wno-uninitialized -Wno-long-long -fno-strict-aliasing -O2 -c -DNEWCONFIG nl-math.c --- nl-list.o --- gcc -m64 -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/ncurses -Wall -pedantic -Wno-uninitialized -Wno-long-long -fno-strict-aliasing -O2 -c -DNEWCONFIG nl-list.c --- nl-symbol.o --- gcc -m64 -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/ncurses -Wall -pedantic -Wno-uninitialized -Wno-long-long -fno-strict-aliasing -O2 -c -DNEWCONFIG nl-symbol.c --- nl-liststr.o --- gcc -m64 -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/ncurses -Wall -pedantic -Wno-uninitialized -Wno-long-long -fno-strict-aliasing -O2 -c -DNEWCONFIG nl-liststr.c --- newlisp.o --- newlisp.c: In function 'printString': newlisp.c:2720:25: warning: this 'else' clause does not guard... [-Wmisleading-indentation] 2720 | else | ^~~~ newlisp.c:2721:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else' 2721 | varPrintf(device,"%c",chr); break; | ^~~~~ newlisp.c: In function 'p_set': newlisp.c:5137:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 5137 | if(params == nilCell) | ^~ newlisp.c:5139:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 5139 | pushResultFlag = TRUE; | ^~~~~~~~~~~~~~ newlisp.c: In function 'p_new': newlisp.c:6641:5: warning: this 'else' clause does not guard... [-Wmisleading-indentation] 6641 | else | ^~~~ newlisp.c:6644:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else' 6644 | overWriteFlag = (evaluateExpression(next)->type != CELL_NIL); | ^~~~~~~~~~~~~ --- nl-string.o --- gcc -m64 -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/ncurses -Wall -pedantic -Wno-uninitialized -Wno-long-long -fno-strict-aliasing -O2 -c -DNEWCONFIG nl-string.c --- newlisp.o --- newlisp.c: In function 'which': newlisp.c:498:5: warning: 'strncpy' specified bound depends on the length of the source argument [-Wstringop-truncation] 498 | strncpy(buff, test, len + 1); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ newlisp.c:495:11: note: length computed here 495 | len = strlen(test); | ^~~~~~~~~~~~ --- nl-filesys.o --- gcc -m64 -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/ncurses -Wall -pedantic -Wno-uninitialized -Wno-long-long -fno-strict-aliasing -O2 -c -DNEWCONFIG nl-filesys.c nl-filesys.c: In function 'p_receive': nl-filesys.c:1830:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 1830 | if((child = getSpawnedChild(pid)) == NULL) | ^~ nl-filesys.c:1832:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 1832 | socket = child->socket; | ^~~~~~ nl-filesys.c: In function 'p_now': nl-filesys.c:2685:12: warning: variable 'ltm' set but not used [-Wunused-but-set-variable] 2685 | struct tm *ltm; | ^~~ --- newlisp.o --- newlisp.c: In function 'errorMissingPar': newlisp.c:3154:23: warning: '%.40s' directive output may be truncated writing up to 40 bytes into a region of size 37 [-Wformat-truncation=] 3154 | snprintf(str, 40, "...%.40s", ((char *)((stream->ptr - stream->buffer) > 40 ? stream->ptr - 40 : stream->buffer))); | ^~~~~ newlisp.c:3154:1: note: 'snprintf' output between 4 and 44 bytes into a destination of size 40 3154 | snprintf(str, 40, "...%.40s", ((char *)((stream->ptr - stream->buffer) > 40 ? stream->ptr - 40 : stream->buffer))); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --- nl-sock.o --- gcc -m64 -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/ncurses -Wall -pedantic -Wno-uninitialized -Wno-long-long -fno-strict-aliasing -O2 -c -DNEWCONFIG nl-sock.c --- nl-math.o --- nl-math.c: In function 'p_bayesTrain': nl-math.c:2657:12: warning: argument to 'alloca' is too large [-Walloca-larger-than=] 2657 | category = alloca(maxIdx * sizeof(CELL *)); | ^~~~~~ nl-math.c:2657:12: note: limit is 9223372036854775807 bytes, but argument is 18446744073709551608 nl-math.c:2658:9: warning: argument to 'alloca' is too large [-Walloca-larger-than=] 2658 | total = alloca(maxIdx * sizeof(int)); | ^~~~~~ nl-math.c:2658:9: note: limit is 9223372036854775807 bytes, but argument is 18446744073709551612 nl-math.c:2685:9: warning: 'strncpy' specified bound 1024 equals destination size [-Wstringop-truncation] 2685 | strncpy(token, ((SYMBOL *)list->contents)->name, MAX_SYMBOL + 1); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ nl-math.c: In function 'p_bayesQuery': nl-math.c:2918:9: warning: 'strncpy' specified bound 1024 equals destination size [-Wstringop-truncation] 2918 | strncpy(token, ((SYMBOL *)tkn->contents)->name, MAX_SYMBOL + 1); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --- nl-import.o --- gcc -m64 -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/ncurses -Wall -pedantic -Wno-uninitialized -Wno-long-long -fno-strict-aliasing -O2 -c -DNEWCONFIG nl-import.c --- nl-sock.o --- In function 'ipstrFromSockAddr', inlined from 'ipstrFromSockAddr' at nl-sock.c:304:5, inlined from 'netReceiveFrom' at nl-sock.c:1026:1: nl-sock.c:312:5: warning: 'strncpy' specified bound 40 equals destination size [-Wstringop-truncation] 312 | strncpy(host, inet_ntoa(saddr->sin_addr), len); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --- nl-import.o --- nl-import.c: In function 'cdeclFunction': nl-import.c:260:22: error: too many arguments to function 'function'; expected 0, have 1 260 | return (*function)(args[0]); | ~^~~~~~~~~~ ~~~~~~~ nl-import.c:263:22: error: too many arguments to function 'function'; expected 0, have 2 263 | return (*function)(args[0], args[1]); | ~^~~~~~~~~~ ~~~~~~~ nl-import.c:269:22: error: too many arguments to function 'function'; expected 0, have 3 269 | return (*function)(args[0], args[1], args[2]); | ~^~~~~~~~~~ ~~~~~~~ nl-import.c:272:22: error: too many arguments to function 'function'; expected 0, have 4 272 | return (*function)(args[0], args[1], args[2], args[3]); | ~^~~~~~~~~~ ~~~~~~~ nl-import.c:275:22: error: too many arguments to function 'function'; expected 0, have 5 275 | return (*function)(args[0], args[1], args[2], args[3], | ~^~~~~~~~~~ ~~~~~~~ nl-import.c:278:22: error: too many arguments to function 'function'; expected 0, have 6 278 | return (*function)(args[0], args[1], args[2], args[3], | ~^~~~~~~~~~ ~~~~~~~ nl-import.c:281:22: error: too many arguments to function 'function'; expected 0, have 7 281 | return (*function)(args[0], args[1], args[2], args[3], | ~^~~~~~~~~~ ~~~~~~~ nl-import.c:284:22: error: too many arguments to function 'function'; expected 0, have 8 284 | return (*function)(args[0], args[1], args[2], args[3], | ~^~~~~~~~~~ ~~~~~~~ nl-import.c:288:22: error: too many arguments to function 'function'; expected 0, have 9 288 | return (*function)(args[0], args[1], args[2], args[3], | ~^~~~~~~~~~ ~~~~~~~ nl-import.c:292:22: error: too many arguments to function 'function'; expected 0, have 10 292 | return (*function)(args[0], args[1], args[2], args[3], | ~^~~~~~~~~~ ~~~~~~~ nl-import.c:295:22: error: too many arguments to function 'function'; expected 0, have 11 295 | return (*function)(args[0], args[1], args[2], args[3], | ~^~~~~~~~~~ ~~~~~~~ nl-import.c:299:22: error: too many arguments to function 'function'; expected 0, have 12 299 | return (*function)(args[0], args[1], args[2], args[3], | ~^~~~~~~~~~ ~~~~~~~ nl-import.c:304:22: error: too many arguments to function 'function'; expected 0, have 13 304 | return (*function)(args[0], args[1], args[2], args[3], | ~^~~~~~~~~~ ~~~~~~~ nl-import.c:309:22: error: too many arguments to function 'function'; expected 0, have 14 309 | return (*function)(args[0], args[1], args[2], args[3], | ~^~~~~~~~~~ ~~~~~~~ *** [nl-import.o] Error code 1 make[1]: stopped making "default" in /home/pbulk/work/lang/newlisp/work/newlisp-10.7.5 --- nl-sock.o --- nl-sock.c: In function 'ping': nl-sock.c:2095:42: warning: '%d' directive output may be truncated writing between 1 and 11 bytes into a region of size 4 [-Wformat-truncation=] 2095 | snprintf(hostaddr + len, 4, "%d", ipNo); | ^~ nl-sock.c:2095:41: note: directive argument in the range [-2147483648, 254] 2095 | snprintf(hostaddr + len, 4, "%d", ipNo); | ^~~~ nl-sock.c:2095:13: note: 'snprintf' output between 2 and 12 bytes into a destination of size 4 2095 | snprintf(hostaddr + len, 4, "%d", ipNo); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'ipstrFromSockAddr', inlined from 'ipstrFromSockAddr' at nl-sock.c:304:5, inlined from 'ping' at nl-sock.c:2150:17: nl-sock.c:312:5: warning: 'strncpy' specified bound 40 equals destination size [-Wstringop-truncation] 312 | strncpy(host, inet_ntoa(saddr->sin_addr), len); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'ipstrFromSockAddr', inlined from 'ipstrFromSockAddr' at nl-sock.c:304:5, inlined from 'ping' at nl-sock.c:2199:5: nl-sock.c:312:5: warning: 'strncpy' specified bound 40 equals destination size [-Wstringop-truncation] 312 | strncpy(host, inet_ntoa(saddr->sin_addr), len); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --- newlisp.o --- newlisp.c: In function 'loadStartup': newlisp.c:560:25: warning: '%s' directive argument is null [-Wformat-overflow=] 560 | printf("%s: %s\n", strerror(ENOENT), name); | ^~ make[1]: 1 error make[1]: stopped making "default" in /home/pbulk/work/lang/newlisp/work/newlisp-10.7.5 *** [default] Error code 2 bmake: stopped making "all" in /home/pbulk/work/lang/newlisp/work/newlisp-10.7.5 bmake: 1 error bmake: stopped making "all" in /home/pbulk/work/lang/newlisp/work/newlisp-10.7.5 *** Error code 2 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/lang/newlisp *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/lang/newlisp