>>> Building on exopi-1 under lang/newlisp DIST = [lang/newlisp:newlisp-10.7.5.tgz] FULLPKGNAME = newlisp-10.7.5 RDEPENDS = [devel/xdg-utils] distfiles size=1168896 >>> Running build in lang/newlisp at 1713210242.48 ===> lang/newlisp ===> Building from scratch newlisp-10.7.5 ===> Verifying specs: c m ncurses readline ===> found c.99.0 m.10.1 ncurses.15.0 readline.5.0 ===> Checking files for newlisp-10.7.5 `/exopi-cvs/ports/distfiles/newlisp-10.7.5.tgz' is up to date. >> (SHA256) newlisp-10.7.5.tgz: OK ===> Extracting for newlisp-10.7.5 ===> Patching for newlisp-10.7.5 ===> Applying OpenBSD patch patch-configure-alt Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |- Don't unconditionally strip the binary. |- Add missing CFLAG. | |--- configure-alt.orig Tue Apr 8 10:54:24 2014 |+++ configure-alt Thu Apr 10 13:48:26 2014 -------------------------- Patching file configure-alt using Plan A... Hunk #1 succeeded at 474. Hunk #2 succeeded at 485. done ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for newlisp-10.7.5 ===> Configuring for newlisp-10.7.5 Detected Operating System _BSD Detected memory model LP64 Detected time_t size 64BIT Detected readline flags: -lreadline UTF-8 is enabled readline support is enabled ffi support is disabled To enable ffi support, use the --enable-ffi option, and specify the proper libraries to link by setting the FFIFLAGS variable when running configure. Also if necessary, use the INCLUDES variable to specify where the ffi header files are. Variables: package=newlisp version=10.7.5 prefix=/usr/local exec_prefix=/usr/local bindir=/usr/local/bin datarootdir=/usr/local/share datadir=/usr/local/share pkgdatadir=/usr/local/share/newlisp-10.7.5 docdir=/usr/local/share/doc/newlisp mandir=/usr/local/man man1dir=/usr/local/man/man1 Type "make" to build your newlisp binary. ===> Building for newlisp-10.7.5 make -f makefile_build cc -m64 -O2 -pipe -c -DNEWCONFIG newlisp.c cc -m64 -O2 -pipe -c -DNEWCONFIG nl-symbol.c cc -m64 -O2 -pipe -c -DNEWCONFIG nl-math.c cc -m64 -O2 -pipe -c -DNEWCONFIG nl-list.c cc -m64 -O2 -pipe -c -DNEWCONFIG nl-liststr.c cc -m64 -O2 -pipe -c -DNEWCONFIG nl-string.c cc -m64 -O2 -pipe -c -DNEWCONFIG nl-filesys.c cc -m64 -O2 -pipe -c -DNEWCONFIG nl-sock.c cc -m64 -O2 -pipe -c -DNEWCONFIG nl-import.c nl-import.c:260:32: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] return (*function)(args[0]); ^ nl-import.c:263:32: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] return (*function)(args[0], args[1]); ^ nl-import.c:269:32: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] return (*function)(args[0], args[1], args[2]); ^ nl-import.c:272:32: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] return (*function)(args[0], args[1], args[2], args[3]); ^ nl-import.c:275:32: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] return (*function)(args[0], args[1], args[2], args[3], ^ nl-import.c:278:32: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] return (*function)(args[0], args[1], args[2], args[3], ^ nl-import.c:281:32: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] return (*function)(args[0], args[1], args[2], args[3], ^ nl-import.c:284:32: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] return (*function)(args[0], args[1], args[2], args[3], ^ nl-import.c:288:32: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] return (*function)(args[0], args[1], args[2], args[3], ^ nl-import.c:292:32: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] return (*function)(args[0], args[1], args[2], args[3], ^ nl-import.c:295:32: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] return (*function)(args[0], args[1], args[2], args[3], ^ nl-import.c:299:32: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] return (*function)(args[0], args[1], args[2], args[3], ^ nl-import.c:304:32: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] return (*function)(args[0], args[1], args[2], args[3], ^ nl-import.c:309:32: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] return (*function)(args[0], args[1], args[2], args[3], ^ 14 warnings generated. cc -m64 -O2 -pipe -c -DNEWCONFIG nl-xml-json.c cc -m64 -O2 -pipe -c -DNEWCONFIG nl-web.c cc -m64 -O2 -pipe -c -DNEWCONFIG nl-matrix.c cc -m64 -O2 -pipe -c -DNEWCONFIG nl-debug.c cc -m64 -O2 -pipe -c -DNEWCONFIG pcre.c cc -m64 -O2 -pipe -c -DNEWCONFIG nl-utf8.c 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 pcre.o nl-utf8.o -m64 -lm -lreadline -o newlisp nl-math.c(nl-math.o:(p_rand)): warning: random() may return deterministic values, is that what you want? >>> Running package in lang/newlisp at 1713210261.87 ===> lang/newlisp ===> Faking installation for newlisp-10.7.5 make -f makefile_install install install -d /exopi-obj/pobj/newlisp-10.7.5/fake-amd64/usr/local/share/newlisp-10.7.5 install -d /exopi-obj/pobj/newlisp-10.7.5/fake-amd64/usr/local/share/newlisp-10.7.5/modules install -d /exopi-obj/pobj/newlisp-10.7.5/fake-amd64/usr/local/share/newlisp-10.7.5/util install -d /exopi-obj/pobj/newlisp-10.7.5/fake-amd64/usr/local/share/doc/newlisp install -d /exopi-obj/pobj/newlisp-10.7.5/fake-amd64/usr/local/man/man1 install -d /exopi-obj/pobj/newlisp-10.7.5/fake-amd64/usr/local/bin rm -f /exopi-obj/pobj/newlisp-10.7.5/fake-amd64/usr/local/bin/newlisp install -m 755 newlisp /exopi-obj/pobj/newlisp-10.7.5/fake-amd64/usr/local/bin/newlisp-10.7.5 cd /exopi-obj/pobj/newlisp-10.7.5/fake-amd64/usr/local/bin; ln -s newlisp-10.7.5 newlisp install -m 755 util/newlispdoc /exopi-obj/pobj/newlisp-10.7.5/fake-amd64/usr/local/bin/newlispdoc install -m 644 util/syntax.cgi /exopi-obj/pobj/newlisp-10.7.5/fake-amd64/usr/local/share/newlisp-10.7.5/util/syntax.cgi install -m 644 util/newlisp.vim /exopi-obj/pobj/newlisp-10.7.5/fake-amd64/usr/local/share/newlisp-10.7.5/util/newlisp.vim install -m 644 doc/COPYING /exopi-obj/pobj/newlisp-10.7.5/fake-amd64/usr/local/share/doc/newlisp/COPYING install -m 644 doc/CREDITS /exopi-obj/pobj/newlisp-10.7.5/fake-amd64/usr/local/share/doc/newlisp/CREDITS install -m 644 doc/newlisp_manual.html /exopi-obj/pobj/newlisp-10.7.5/fake-amd64/usr/local/share/doc/newlisp/newlisp_manual.html install -m 644 doc/newlisp_index.html /exopi-obj/pobj/newlisp-10.7.5/fake-amd64/usr/local/share/doc/newlisp/newlisp_index.html install -m 644 doc/manual_frame.html /exopi-obj/pobj/newlisp-10.7.5/fake-amd64/usr/local/share/doc/newlisp/manual_frame.html install -m 644 doc/CodePatterns.html /exopi-obj/pobj/newlisp-10.7.5/fake-amd64/usr/local/share/doc/newlisp/CodePatterns.html install -m 644 doc/newLISPdoc.html /exopi-obj/pobj/newlisp-10.7.5/fake-amd64/usr/local/share/doc/newlisp/newLISPdoc.html install -m 644 doc/newLISP--Release.html /exopi-obj/pobj/newlisp-10.7.5/fake-amd64/usr/local/share/doc/newlisp/newLISP--Release.html install: doc/newLISP--Release.html: No such file or directory *** Error 1 in target 'install' (ignored) install -m 644 doc/newlisp.1 /exopi-obj/pobj/newlisp-10.7.5/fake-amd64/usr/local/man/man1/newlisp.1 install -m 644 doc/newlispdoc.1 /exopi-obj/pobj/newlisp-10.7.5/fake-amd64/usr/local/man/man1/newlispdoc.1 install -m 644 modules/canvas.lsp /exopi-obj/pobj/newlisp-10.7.5/fake-amd64/usr/local/share/newlisp-10.7.5/modules/canvas.lsp install -m 644 modules/cgi.lsp /exopi-obj/pobj/newlisp-10.7.5/fake-amd64/usr/local/share/newlisp-10.7.5/modules/cgi.lsp install -m 644 modules/crypto.lsp /exopi-obj/pobj/newlisp-10.7.5/fake-amd64/usr/local/share/newlisp-10.7.5/modules/crypto.lsp install -m 644 modules/ftp.lsp /exopi-obj/pobj/newlisp-10.7.5/fake-amd64/usr/local/share/newlisp-10.7.5/modules/ftp.lsp install -m 644 modules/getopts.lsp /exopi-obj/pobj/newlisp-10.7.5/fake-amd64/usr/local/share/newlisp-10.7.5/modules/getopts.lsp install -m 644 modules/gsl.lsp /exopi-obj/pobj/newlisp-10.7.5/fake-amd64/usr/local/share/newlisp-10.7.5/modules/gsl.lsp install -m 644 modules/infix.lsp /exopi-obj/pobj/newlisp-10.7.5/fake-amd64/usr/local/share/newlisp-10.7.5/modules/infix.lsp install -m 644 modules/macro.lsp /exopi-obj/pobj/newlisp-10.7.5/fake-amd64/usr/local/share/newlisp-10.7.5/modules/macro.lsp install: modules/macro.lsp: No such file or directory *** Error 1 in target 'install' (ignored) install -m 644 modules/mysql.lsp /exopi-obj/pobj/newlisp-10.7.5/fake-amd64/usr/local/share/newlisp-10.7.5/modules/mysql.lsp install -m 644 modules/odbc.lsp /exopi-obj/pobj/newlisp-10.7.5/fake-amd64/usr/local/share/newlisp-10.7.5/modules/odbc.lsp install -m 644 modules/plot.lsp /exopi-obj/pobj/newlisp-10.7.5/fake-amd64/usr/local/share/newlisp-10.7.5/modules/plot.lsp install -m 644 modules/pop3.lsp /exopi-obj/pobj/newlisp-10.7.5/fake-amd64/usr/local/share/newlisp-10.7.5/modules/pop3.lsp install -m 644 modules/postgres.lsp /exopi-obj/pobj/newlisp-10.7.5/fake-amd64/usr/local/share/newlisp-10.7.5/modules/postgres.lsp install -m 644 modules/postscript.lsp /exopi-obj/pobj/newlisp-10.7.5/fake-amd64/usr/local/share/newlisp-10.7.5/modules/postscript.lsp install -m 644 modules/smtp.lsp /exopi-obj/pobj/newlisp-10.7.5/fake-amd64/usr/local/share/newlisp-10.7.5/modules/smtp.lsp install -m 644 modules/smtpx.lsp /exopi-obj/pobj/newlisp-10.7.5/fake-amd64/usr/local/share/newlisp-10.7.5/modules/smtpx.lsp install -m 644 modules/sqlite3.lsp /exopi-obj/pobj/newlisp-10.7.5/fake-amd64/usr/local/share/newlisp-10.7.5/modules/sqlite3.lsp install -m 644 modules/stat.lsp /exopi-obj/pobj/newlisp-10.7.5/fake-amd64/usr/local/share/newlisp-10.7.5/modules/stat.lsp install -m 644 modules/unix.lsp /exopi-obj/pobj/newlisp-10.7.5/fake-amd64/usr/local/share/newlisp-10.7.5/modules/unix.lsp install -m 644 modules/xmlrpc-client.lsp /exopi-obj/pobj/newlisp-10.7.5/fake-amd64/usr/local/share/newlisp-10.7.5/modules/xmlrpc-client.lsp install -m 644 modules/zlib.lsp /exopi-obj/pobj/newlisp-10.7.5/fake-amd64/usr/local/share/newlisp-10.7.5/modules/zlib.lsp ===> Building package for newlisp-10.7.5 Create /exopi-cvs/ports/packages/amd64/all/newlisp-10.7.5.tgz Creating package newlisp-10.7.5 reading plist| checking dependencies| checking dependencies|devel/xdg-utils checksumming| checksumming| | 0% checksumming|* | 2% checksumming|** | 4% checksumming|**** | 6% checksumming|***** | 8% checksumming|****** | 10% checksumming|******* | 12% checksumming|********* | 14% checksumming|********** | 16% checksumming|*********** | 18% checksumming|************ | 20% checksumming|************* | 22% checksumming|*************** | 24% checksumming|**************** | 26% checksumming|***************** | 28% checksumming|****************** | 30% checksumming|******************** | 32% checksumming|********************* | 34% checksumming|********************** | 36% checksumming|*********************** | 38% checksumming|************************ | 40% checksumming|************************** | 42% checksumming|*************************** | 44% checksumming|**************************** | 46% checksumming|***************************** | 48% checksumming|******************************* | 50% checksumming|******************************** | 52% checksumming|********************************* | 54% checksumming|********************************** | 56% checksumming|*********************************** | 58% checksumming|************************************* | 60% checksumming|************************************** | 62% checksumming|*************************************** | 64% checksumming|**************************************** | 66% checksumming|***************************************** | 68% checksumming|******************************************* | 70% checksumming|******************************************** | 72% checksumming|********************************************* | 74% checksumming|********************************************** | 76% checksumming|************************************************ | 78% checksumming|************************************************* | 80% checksumming|************************************************** | 82% checksumming|*************************************************** | 84% checksumming|**************************************************** | 86% checksumming|****************************************************** | 88% checksumming|******************************************************* | 90% checksumming|******************************************************** | 92% checksumming|********************************************************* | 94% checksumming|*********************************************************** | 96% checksumming|************************************************************ | 98% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|**************** | 25% archiving|***************** | 26% archiving|***************** | 27% archiving|******************* | 30% archiving|************************ | 37% archiving|************************ | 38% archiving|************************* | 40% archiving|******************************************************* | 86% archiving|******************************************************** | 88% archiving|********************************************************* | 88% archiving|********************************************************* | 89% archiving|********************************************************* | 90% archiving|********************************************************** | 90% archiving|********************************************************** | 91% archiving|*********************************************************** | 92% archiving|*********************************************************** | 93% archiving|************************************************************ | 94% archiving|************************************************************* | 96% archiving|************************************************************** | 96% archiving|************************************************************** | 97% archiving|*************************************************************** | 98% archiving|*************************************************************** | 99% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/newlisp-10.7.5.tgz >>> Running clean in lang/newlisp at 1713210271.48 ===> lang/newlisp ===> Cleaning for newlisp-10.7.5 >>> Ended at 1713210272.99 max_stuck=0.59/build=17.61/package=11.01/clean=1.94