------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/indexinfo-0.3.1.txz Installing /packages/All/libffi-3.3_1.txz Installing /packages/All/ncurses-6.2.20200831.txz Installing /packages/All/readline-8.0.4.txz SUCCEEDED 00:00:02 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> newlisp-10.7.5_1 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> newlisp-10.7.5_1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by newlisp-10.7.5_1 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> newlisp-10.7.5_1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by newlisp-10.7.5_1 for building => SHA256 Checksum OK for newlisp-10.7.5.tgz. SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> newlisp-10.7.5_1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by newlisp-10.7.5_1 for building ===> Extracting for newlisp-10.7.5_1 => SHA256 Checksum OK for newlisp-10.7.5.tgz. Extracted Memory Use: 4.58M SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for newlisp-10.7.5_1 ===> Applying ports patches for newlisp-10.7.5_1 from /xports/lang/newlisp/files ===> Applying dragonfly patches for newlisp-10.7.5_1 from /xports/lang/newlisp/dragonfly SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- ===> newlisp-10.7.5_1 depends on shared library: libffi.so - found (/usr/local/lib/libffi.so) ===> newlisp-10.7.5_1 depends on shared library: libreadline.so.8 - found (/usr/local/lib/libreadline.so.8) SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> newlisp-10.7.5_1 depends on shared library: libffi.so - found (/usr/local/lib/libffi.so) ===> newlisp-10.7.5_1 depends on shared library: libreadline.so.8 - found (/usr/local/lib/libreadline.so.8) ===> Configuring for newlisp-10.7.5_1 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:01 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for newlisp-10.7.5_1 --- 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 -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 -fno-strict-aliasing -O2 -c -g -I/usr/local/include -DREADLINE -DNEWLISP64 -DSUPPORT_UTF8 -D_BSD -DFFI nl-symbol.c --- nl-list.o --- cc -m64 -Wall -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 -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 -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 -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 -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 -fno-strict-aliasing -O2 -c -g -I/usr/local/include -DREADLINE -DNEWLISP64 -DSUPPORT_UTF8 -D_BSD -DFFI nl-import.c --- nl-math.o --- cc -m64 -Wall -fno-strict-aliasing -O2 -c -g -I/usr/local/include -DREADLINE -DNEWLISP64 -DSUPPORT_UTF8 -D_BSD -DFFI nl-math.c --- nl-xml-json.o --- cc -m64 -Wall -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; ^~~~~ --- nl-filesys.o --- nl-filesys.c: In function 'p_receive': nl-filesys.c:1830:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 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' socket = child->socket; ^~~~~~ --- newlisp.o --- newlisp.c: In function 'printString': newlisp.c:2720:25: warning: this 'else' clause does not guard... [-Wmisleading-indentation] else ^~~~ newlisp.c:2721:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else' varPrintf(device,"%c",chr); break; ^~~~~ newlisp.c: In function 'p_set': newlisp.c:5137:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if(params == nilCell) ^~ newlisp.c:5139:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' pushResultFlag = TRUE; ^~~~~~~~~~~~~~ newlisp.c: In function 'p_new': newlisp.c:6641:5: warning: this 'else' clause does not guard... [-Wmisleading-indentation] else ^~~~ newlisp.c:6644: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 -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:1006: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 -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 -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:1009:16: warning: 'strncpy' specified bound depends on the length of the source argument [-Wstringop-overflow=] return(strncpy(malloc(clen), name, clen)); ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ newlisp.c:1008:16: note: length computed here clen = strlen(name) + 1; ^~~~~~~~~~~~ newlisp.c: In function 'which': newlisp.c:498:5: warning: 'strncpy' specified bound depends on the length of the source argument [-Wstringop-overflow=] strncpy(buff, test, len + 1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ newlisp.c:495:11: note: length computed here len = strlen(test); ^~~~~~~~~~~~ --- nl-utf8.o --- cc -m64 -Wall -fno-strict-aliasing -O2 -c -g -I/usr/local/include -DREADLINE -DNEWLISP64 -DSUPPORT_UTF8 -D_BSD -DFFI nl-utf8.c --- nl-debug.o --- nl-debug.c: In function 'p_traceHighlight': nl-debug.c:126:1: warning: 'strncpy' specified bound 8 equals destination size [-Wstringop-truncation] strncpy(debugPreStr, pre, 8); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ nl-debug.c:127:1: warning: 'strncpy' specified bound 8 equals destination size [-Wstringop-truncation] strncpy(debugPostStr, post, 8); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ nl-debug.c:134:5: warning: 'strncpy' specified bound 16 equals destination size [-Wstringop-truncation] strncpy(headerStr, header, 16); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ nl-debug.c:140:5: warning: 'strncpy' specified bound 32 equals destination size [-Wstringop-truncation] strncpy(footerStr, footer, 32); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ nl-debug.c: In function 'debugPrintFunction': nl-debug.c:390: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:391: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:385:14: note: length computed here preLen = strlen(debugPreStr); ^~~~~~~~~~~~~~~~~~~ --- pcre.o --- cc -m64 -Wall -fno-strict-aliasing -O2 -c -g -I/usr/local/include -DREADLINE -DNEWLISP64 -DSUPPORT_UTF8 -D_BSD -DFFI pcre.c --- 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=] 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 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:07 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for newlisp-10.7.5_1 ===> Generating temporary packing list make -f makefile_install install install -d /construction/lang/newlisp/stage/usr/local/share/newlisp install -d /construction/lang/newlisp/stage/usr/local/share/newlisp/modules install -d /construction/lang/newlisp/stage/usr/local/share/newlisp/util install -d /construction/lang/newlisp/stage/usr/local/share/doc/newlisp rm /construction/lang/newlisp/stage/usr/local/bin/newlisp rm: /construction/lang/newlisp/stage/usr/local/bin/newlisp: No such file or directory *** Error code 1 (ignored) install -m 755 newlisp /construction/lang/newlisp/stage/usr/local/bin/newlisp-10.7.5 ln -s newlisp-10.7.5 /construction/lang/newlisp/stage/usr/local/bin/newlisp install -m 755 util/newlispdoc /construction/lang/newlisp/stage/usr/local/bin/newlispdoc install -m 644 util/syntax.cgi /construction/lang/newlisp/stage/usr/local/share/newlisp/util/syntax.cgi install -m 644 util/newlisp.vim /construction/lang/newlisp/stage/usr/local/share/newlisp/util/newlisp.vim install -m 644 doc/COPYING /construction/lang/newlisp/stage/usr/local/share/doc/newlisp/COPYING install -m 644 doc/CREDITS /construction/lang/newlisp/stage/usr/local/share/doc/newlisp/CREDITS install -m 644 doc/newlisp_manual.html /construction/lang/newlisp/stage/usr/local/share/doc/newlisp/newlisp_manual.html install -m 644 doc/newlisp_index.html /construction/lang/newlisp/stage/usr/local/share/doc/newlisp/newlisp_index.html install -m 644 doc/manual_frame.html /construction/lang/newlisp/stage/usr/local/share/doc/newlisp/manual_frame.html install -m 644 doc/CodePatterns.html /construction/lang/newlisp/stage/usr/local/share/doc/newlisp/CodePatterns.html install -m 644 doc/newLISPdoc.html /construction/lang/newlisp/stage/usr/local/share/doc/newlisp/newLISPdoc.html install -m 644 doc/newLISP-10.7.5-Release.html /construction/lang/newlisp/stage/usr/local/share/doc/newlisp/newLISP-10.7.5-Release.html install -m 644 doc/newlisp.1 /construction/lang/newlisp/stage/usr/local/man/man1/newlisp.1 install -m 644 doc/newlispdoc.1 /construction/lang/newlisp/stage/usr/local/man/man1/newlispdoc.1 install -m 644 modules/canvas.lsp /construction/lang/newlisp/stage/usr/local/share/newlisp/modules/canvas.lsp install -m 644 modules/cgi.lsp /construction/lang/newlisp/stage/usr/local/share/newlisp/modules/cgi.lsp install -m 644 modules/crypto.lsp /construction/lang/newlisp/stage/usr/local/share/newlisp/modules/crypto.lsp install -m 644 modules/ftp.lsp /construction/lang/newlisp/stage/usr/local/share/newlisp/modules/ftp.lsp install -m 644 modules/getopts.lsp /construction/lang/newlisp/stage/usr/local/share/newlisp/modules/getopts.lsp install -m 644 modules/gsl.lsp /construction/lang/newlisp/stage/usr/local/share/newlisp/modules/gsl.lsp install -m 644 modules/infix.lsp /construction/lang/newlisp/stage/usr/local/share/newlisp/modules/infix.lsp install -m 644 modules/mysql.lsp /construction/lang/newlisp/stage/usr/local/share/newlisp/modules/mysql.lsp install -m 644 modules/odbc.lsp /construction/lang/newlisp/stage/usr/local/share/newlisp/modules/odbc.lsp install -m 644 modules/plot.lsp /construction/lang/newlisp/stage/usr/local/share/newlisp/modules/plot.lsp install -m 644 modules/pop3.lsp /construction/lang/newlisp/stage/usr/local/share/newlisp/modules/pop3.lsp install -m 644 modules/postgres.lsp /construction/lang/newlisp/stage/usr/local/share/newlisp/modules/postgres.lsp install -m 644 modules/postscript.lsp /construction/lang/newlisp/stage/usr/local/share/newlisp/modules/postscript.lsp install -m 644 modules/smtp.lsp /construction/lang/newlisp/stage/usr/local/share/newlisp/modules/smtp.lsp install -m 644 modules/smtpx.lsp /construction/lang/newlisp/stage/usr/local/share/newlisp/modules/smtpx.lsp install -m 644 modules/sqlite3.lsp /construction/lang/newlisp/stage/usr/local/share/newlisp/modules/sqlite3.lsp install -m 644 modules/stat.lsp /construction/lang/newlisp/stage/usr/local/share/newlisp/modules/stat.lsp install -m 644 modules/unix.lsp /construction/lang/newlisp/stage/usr/local/share/newlisp/modules/unix.lsp install -m 644 modules/xmlrpc-client.lsp /construction/lang/newlisp/stage/usr/local/share/newlisp/modules/xmlrpc-client.lsp install -m 644 modules/zlib.lsp /construction/lang/newlisp/stage/usr/local/share/newlisp/modules/zlib.lsp install -m 0644 /construction/lang/newlisp/newlisp-10.7.5/doc/ANDROID.txt /construction/lang/newlisp/newlisp-10.7.5/doc/Android.html /construction/lang/newlisp/newlisp-10.7.5/doc/CHANGES /construction/lang/newlisp/newlisp-10.7.5/doc/COPYING /construction/lang/newlisp/newlisp-10.7.5/doc/CREDITS /construction/lang/newlisp/newlisp-10.7.5/doc/CodePatterns.html /construction/lang/newlisp/newlisp-10.7.5/doc/ExpressionEvaluation.html /construction/lang/newlisp/newlisp-10.7.5/doc/INSTALL /construction/lang/newlisp/newlisp-10.7.5/doc/LOCALIZATION /construction/lang/newlisp/newlisp-10.7.5/doc/License.html /construction/lang/newlisp/newlisp-10.7.5/doc/MemoryManagement.html /construction/lang/newlisp/newlisp-10.7.5/doc/manual_frame.html /construction/lang/newlisp/newlisp-10.7.5/doc/newLISP-10.7.5-Release.html /construction/lang/newlisp/newlisp-10.7.5/doc/newLISPdoc.html /construction/lang/newlisp/newlisp-10.7.5/doc/newlisp-man.txt /construction/lang/newlisp/newlisp-10.7.5/doc/newlisp_index.html /construction/lang/newlisp/newlisp-10.7.5/doc/newlisp_manual.html /construction/lang/newlisp/newlisp-10.7.5/doc/newlispdoc-man.txt /construction/lang/newlisp/stage/usr/local/share/doc/newlisp install -m 0644 /construction/lang/newlisp/newlisp-10.7.5/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-10.7.5 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 ------------------------------------------------------------------------------- ====> 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 ------------------------------------------------------------------------------- ===> Building package for newlisp-10.7.5_1 file sizes/checksums [69]: 0% file sizes/checksums [69]: 100% packing files [69]: 0% packing files [69]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:03 TOTAL TIME 00:00:18