------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/indexinfo-0.3.1.tgz Installing /packages/All/libffi-3.2.1_3.tgz Installing /packages/All/ncurses-6.1.20190525.tgz Installing /packages/All/readline-8.0.0.tgz SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- x===> Fetching all distfiles required by newlisp-10.6.2_2 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- x===> Fetching all distfiles required by newlisp-10.6.2_2 for building => SHA256 Checksum OK for newlisp-10.6.2.tgz. SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- x===> Fetching all distfiles required by newlisp-10.6.2_2 for building ===> Extracting for newlisp-10.6.2_2 => SHA256 Checksum OK for newlisp-10.6.2.tgz. Extracted Memory Use: 6.26M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- x===> Patching for newlisp-10.6.2_2 ===> Applying ports patches for newlisp-10.6.2_2 ===> Applying dragonfly patches for newlisp-10.6.2_2 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- x===> Configuring for newlisp-10.6.2_2 removing old objects and setting correct permissions ... discovering platform and default memory model ... detected memory model LP64 detected Operating System _BSD creating makefile_build ... to make for LP64 on _BSD type: make to make for any other system do: make -f makefile_xxx where makefile_xxx is one of the preconfigured makefiles SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- x===> Building for newlisp-10.6.2_2 --- default --- make -f makefile_build --- newlisp.o --- --- nl-symbol.o --- --- nl-math.o --- --- nl-list.o --- --- nl-liststr.o --- --- nl-string.o --- --- nl-filesys.o --- --- nl-sock.o --- --- nl-import.o --- --- nl-xml-json.o --- --- newlisp.o --- cc -m64 -Wall -Wno-uninitialized -fno-strict-aliasing -O2 -c -g -I/usr/local/include -DREADLINE -DNEWLISP64 -DSUPPORT_UTF8 -D_BSD -DFFI newlisp.c --- nl-symbol.o --- cc -m64 -Wall -Wno-uninitialized -fno-strict-aliasing -O2 -c -g -I/usr/local/include -DREADLINE -DNEWLISP64 -DSUPPORT_UTF8 -D_BSD -DFFI nl-symbol.c --- nl-math.o --- cc -m64 -Wall -Wno-uninitialized -fno-strict-aliasing -O2 -c -g -I/usr/local/include -DREADLINE -DNEWLISP64 -DSUPPORT_UTF8 -D_BSD -DFFI nl-math.c --- nl-list.o --- cc -m64 -Wall -Wno-uninitialized -fno-strict-aliasing -O2 -c -g -I/usr/local/include -DREADLINE -DNEWLISP64 -DSUPPORT_UTF8 -D_BSD -DFFI nl-list.c --- nl-liststr.o --- cc -m64 -Wall -Wno-uninitialized -fno-strict-aliasing -O2 -c -g -I/usr/local/include -DREADLINE -DNEWLISP64 -DSUPPORT_UTF8 -D_BSD -DFFI nl-liststr.c --- nl-string.o --- cc -m64 -Wall -Wno-uninitialized -fno-strict-aliasing -O2 -c -g -I/usr/local/include -DREADLINE -DNEWLISP64 -DSUPPORT_UTF8 -D_BSD -DFFI nl-string.c --- nl-filesys.o --- cc -m64 -Wall -Wno-uninitialized -fno-strict-aliasing -O2 -c -g -I/usr/local/include -DREADLINE -DNEWLISP64 -DSUPPORT_UTF8 -D_BSD -DFFI nl-filesys.c --- nl-sock.o --- cc -m64 -Wall -Wno-uninitialized -fno-strict-aliasing -O2 -c -g -I/usr/local/include -DREADLINE -DNEWLISP64 -DSUPPORT_UTF8 -D_BSD -DFFI nl-sock.c --- nl-import.o --- cc -m64 -Wall -Wno-uninitialized -fno-strict-aliasing -O2 -c -g -I/usr/local/include -DREADLINE -DNEWLISP64 -DSUPPORT_UTF8 -D_BSD -DFFI nl-import.c --- nl-xml-json.o --- cc -m64 -Wall -Wno-uninitialized -fno-strict-aliasing -O2 -c -g -I/usr/local/include -DREADLINE -DNEWLISP64 -DSUPPORT_UTF8 -D_BSD -DFFI nl-xml-json.c nl-xml-json.c: In function 'getJSONvalue': nl-xml-json.c:932:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if(!isDigit((unsigned char)*jsonStr)) ^~ nl-xml-json.c:934:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' while(isDigit((unsigned char)*jsonStr)) ++jsonStr; ^~~~~ --- newlisp.o --- newlisp.c: In function 'printString': newlisp.c:2680:25: warning: this 'else' clause does not guard... [-Wmisleading-indentation] else ^~~~ newlisp.c:2681:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else' varPrintf(device,"%c",chr); break; ^~~~~ --- nl-filesys.o --- nl-filesys.c: In function 'p_receive': nl-filesys.c:1778:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if((child = getSpawnedChild(pid)) == NULL) ^~ nl-filesys.c:1780:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' socket = child->socket; ^~~~~~ --- newlisp.o --- newlisp.c: In function 'p_new': newlisp.c:6541:5: warning: this 'else' clause does not guard... [-Wmisleading-indentation] else ^~~~ newlisp.c:6544:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else' overWriteFlag = (evaluateExpression(next)->type != CELL_NIL); ^~~~~~~~~~~~~ --- nl-web.o --- cc -m64 -Wall -Wno-uninitialized -fno-strict-aliasing -O2 -c -g -I/usr/local/include -DREADLINE -DNEWLISP64 -DSUPPORT_UTF8 -D_BSD -DFFI nl-web.c nl-web.c: In function 'sendHTTPpage': nl-web.c:993:5: warning: 'strncpy' output truncated before terminating nul copying 6 bytes from a string of the same length [-Wstringop-truncation] strncpy(status, "200 OK", 6); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ --- nl-matrix.o --- cc -m64 -Wall -Wno-uninitialized -fno-strict-aliasing -O2 -c -g -I/usr/local/include -DREADLINE -DNEWLISP64 -DSUPPORT_UTF8 -D_BSD -DFFI nl-matrix.c --- nl-debug.o --- cc -m64 -Wall -Wno-uninitialized -fno-strict-aliasing -O2 -c -g -I/usr/local/include -DREADLINE -DNEWLISP64 -DSUPPORT_UTF8 -D_BSD -DFFI nl-debug.c --- newlisp.o --- newlisp.c: In function 'command_generator': newlisp.c:987:16: warning: 'strncpy' specified bound depends on the length of the source argument [-Wstringop-overflow=] return(strncpy(malloc(clen), name, clen)); ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ newlisp.c:986:16: note: length computed here clen = strlen(name) + 1; ^~~~~~~~~~~~ newlisp.c: In function 'which': newlisp.c:497:5: warning: 'strncpy' specified bound depends on the length of the source argument [-Wstringop-overflow=] strncpy(buff, test, len + 1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ newlisp.c:494:11: note: length computed here len = strlen(test); ^~~~~~~~~~~~ --- nl-debug.o --- nl-debug.c: In function 'p_traceHighlight': nl-debug.c:112:1: warning: 'strncpy' specified bound 8 equals destination size [-Wstringop-truncation] strncpy(debugPreStr, pre, 8); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ nl-debug.c:113:1: warning: 'strncpy' specified bound 8 equals destination size [-Wstringop-truncation] strncpy(debugPostStr, post, 8); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ nl-debug.c:120:5: warning: 'strncpy' specified bound 16 equals destination size [-Wstringop-truncation] strncpy(headerStr, header, 16); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ nl-debug.c:126:5: warning: 'strncpy' specified bound 32 equals destination size [-Wstringop-truncation] strncpy(footerStr, footer, 32); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ nl-debug.c: In function 'debugPrintFunction': nl-debug.c:351:9: warning: 'strncpy' accessing 0 or more bytes at offsets 0 and [0, 7] may overlap up to 18446744073709551615 bytes at offset 0 [-Wrestrict] strncpy(strPos, strPos + preLen, pos); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ nl-debug.c:352:9: warning: 'strncpy' output truncated before terminating nul copying as many bytes from a string as its length [-Wstringop-truncation] strncpy(strPos + pos, debugPreStr, preLen); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ nl-debug.c:346:14: note: length computed here preLen = strlen(debugPreStr); ^~~~~~~~~~~~~~~~~~~ --- nl-utf8.o --- cc -m64 -Wall -Wno-uninitialized -fno-strict-aliasing -O2 -c -g -I/usr/local/include -DREADLINE -DNEWLISP64 -DSUPPORT_UTF8 -D_BSD -DFFI nl-utf8.c --- pcre.o --- cc -m64 -Wall -Wno-uninitialized -fno-strict-aliasing -O2 -c -g -I/usr/local/include -DREADLINE -DNEWLISP64 -DSUPPORT_UTF8 -D_BSD -DFFI pcre.c --- nl-web.o --- nl-web.c: In function 'getPutPostDeleteUrl': nl-web.c:468:55: warning: '%s' directive output may be truncated writing up to 10239 bytes into a region of size between 97 and 107 [-Wformat-truncation=] snprintf(errorTxt, 127, "ERR: server code %d: %s", atoi(buffPtr), buff); ^~ ~~~~ nl-web.c:468:9: note: 'snprintf' output between 21 and 10270 bytes into a destination of size 127 snprintf(errorTxt, 127, "ERR: server code %d: %s", atoi(buffPtr), buff); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --- newlisp.o --- newlisp.c: In function 'errorMissingPar': newlisp.c:3096:23: warning: '%.40s' directive output may be truncated writing up to 40 bytes into a region of size 37 [-Wformat-truncation=] snprintf(str, 40, "...%.40s", ((char *)((stream->ptr - stream->buffer) > 40 ? stream->ptr - 40 : stream->buffer))); ^~~~~ newlisp.c:3096:1: note: 'snprintf' output between 4 and 44 bytes into a destination of size 40 snprintf(str, 40, "...%.40s", ((char *)((stream->ptr - stream->buffer) > 40 ? stream->ptr - 40 : stream->buffer))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --- default --- cc newlisp.o nl-symbol.o nl-math.o nl-list.o nl-liststr.o nl-string.o nl-filesys.o nl-sock.o nl-import.o nl-xml-json.o nl-web.o nl-matrix.o nl-debug.o nl-utf8.o pcre.o -m64 -g -lm -lreadline -lncurses -L/usr/local/lib -lffi -o newlisp strip newlisp SUCCEEDED 00:00:06 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- x===> Staging for newlisp-10.6.2_2 ===> Generating temporary packing list install -s -m 555 /construction/lang/newlisp/newlisp-10.6.2/newlisp /construction/lang/newlisp/stage/usr/local/bin install -m 555 /construction/lang/newlisp/newlisp-10.6.2/util/newlispdoc /construction/lang/newlisp/stage/usr/local/bin install -m 0644 /construction/lang/newlisp/newlisp-10.6.2/util/syntax.cgi /construction/lang/newlisp/newlisp-10.6.2/util/README.txt /construction/lang/newlisp/newlisp-10.6.2/util/newlisp.jsf /construction/lang/newlisp/newlisp-10.6.2/util/newlisp.vim /construction/lang/newlisp/newlisp-10.6.2/util/standard.lsp /construction/lang/newlisp/stage/usr/local/share/newlisp/util install -m 0644 /construction/lang/newlisp/newlisp-10.6.2/modules/canvas.lsp /construction/lang/newlisp/newlisp-10.6.2/modules/cgi.lsp /construction/lang/newlisp/newlisp-10.6.2/modules/crypto.lsp /construction/lang/newlisp/newlisp-10.6.2/modules/ftp.lsp /construction/lang/newlisp/newlisp-10.6.2/modules/getopts.lsp /construction/lang/newlisp/newlisp-10.6.2/modules/infix.lsp /construction/lang/newlisp/newlisp-10.6.2/modules/odbc.lsp /construction/lang/newlisp/newlisp-10.6.2/modules/plot.lsp /construction/lang/newlisp/newlisp-10.6.2/modules/pop3.lsp /construction/lang/newlisp/newlisp-10.6.2/modules/postscript.lsp /construction/lang/newlisp/newlisp-10.6.2/modules/smtp.lsp /construction/lang/newlisp/newlisp-10.6.2/modules/smtpx.lsp /construction/lang/newlisp/newlisp-10.6.2/modules/stat.lsp /construction/lang/newlisp/newlisp-10.6.2/modules/unix.lsp /construction/lang/newlisp/newlisp-10.6.2/modules/xmlrpc-client.lsp /construction/lang/newlisp/newlisp-10.6.2/modules/zlib.lsp /construction/lang/newlisp/stage/usr/local/share/newlisp/modules install -m 444 /construction/lang/newlisp/newlisp-10.6.2/doc/newlisp.1 /construction/lang/newlisp/stage/usr/local/man/man1 install -m 444 /construction/lang/newlisp/newlisp-10.6.2/doc/newlispdoc.1 /construction/lang/newlisp/stage/usr/local/man/man1 install -m 0644 /construction/lang/newlisp/newlisp-10.6.2/doc/CHANGES /construction/lang/newlisp/newlisp-10.6.2/doc/CodePatterns.html /construction/lang/newlisp/newlisp-10.6.2/doc/ExpressionEvaluation.html /construction/lang/newlisp/newlisp-10.6.2/doc/MemoryManagement.html /construction/lang/newlisp/newlisp-10.6.2/doc/manual_frame.html /construction/lang/newlisp/newlisp-10.6.2/doc/newLISP-10.6.2-Release.html /construction/lang/newlisp/newlisp-10.6.2/doc/newLISPdoc.html /construction/lang/newlisp/newlisp-10.6.2/doc/newlisp-man.txt /construction/lang/newlisp/newlisp-10.6.2/doc/newlisp_index.html /construction/lang/newlisp/newlisp-10.6.2/doc/newlisp_manual.html /construction/lang/newlisp/newlisp-10.6.2/doc/newlispdoc-man.txt /construction/lang/newlisp/stage/usr/local/share/doc/newlisp install -m 0644 /construction/lang/newlisp/newlisp-10.6.2/examples/* /construction/lang/newlisp/stage/usr/local/share/examples/newlisp ====> Compressing man pages (compress-man) ====> Running Q/A tests (stage-qa) Error: /usr/local/bin/newlisp is linked to /usr/local/lib/libncurses.so.6 from devel/ncurses but it is not declared as a dependency Warning: you need USES+=ncurses Warning: You have disabled the licenses framework with DISABLE_LICENSES, unable to run checks SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: check-plist ------------------------------------------------------------------------------- x====> Checking for pkg-plist issues (check-plist) ===> Parsing plist ===> Checking for items in STAGEDIR missing from pkg-plist ===> Checking for items in pkg-plist which are not in STAGEDIR ===> No pkg-plist issues found (check-plist) SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- x===> Building package for newlisp-10.6.2_2 file sizes/checksums [62]: 0% file sizes/checksums [62]: 100% packing files [62]: 0% packing files [62]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:00 TOTAL TIME 00:00:10