>>> Building on exopi-4 under databases/postgresql-plr BDEPENDS = [devel/gmake;math/R;databases/postgresql,-server] DIST = [databases/postgresql-plr:plr-REL8_4_8_2.tar.gz] FULLPKGNAME = postgresql-plr-8.4.8.2 RDEPENDS = [databases/postgresql,-server;math/R] (Junk lock obtained for exopi-4 at 1784413035.16) >>> Running depends in databases/postgresql-plr at 1784413035.21 last junk was in x11/gnome/online-accounts /usr/sbin/pkg_add -aI -Drepair R-4.6.1p0 postgresql-server-18.4 was: /usr/sbin/pkg_add -aI -Drepair R-4.6.1p0 gmake-4.4.1p0 postgresql-server-18.4 /usr/sbin/pkg_add -aI -Drepair R-4.6.1p0 postgresql-server-18.4 The following new rcscripts were installed: /etc/rc.d/postgresql See rcctl(8) for details. New and changed readme(s): /usr/local/share/doc/pkg-readmes/R /usr/local/share/doc/pkg-readmes/postgresql-server >>> Running show-prepare-results in databases/postgresql-plr at 1784413044.99 ===> databases/postgresql-plr ===> Building from scratch postgresql-plr-8.4.8.2 ===> postgresql-plr-8.4.8.2 depends on: postgresql-server-* -> postgresql-server-18.4 ===> postgresql-plr-8.4.8.2 depends on: gmake-* -> gmake-4.4.1p0 ===> postgresql-plr-8.4.8.2 depends on: R-* -> R-4.6.1p0 ===> Verifying specs: c lib/R/lib/R ===> found c.103.0 lib/R/lib/R.42.0 R-4.6.1p0 gmake-4.4.1p0 postgresql-server-18.4 (Junk lock released for exopi-4 at 1784413045.68) distfiles size=336466 >>> Running build in databases/postgresql-plr at 1784413045.72 ===> databases/postgresql-plr ===> Checking files for postgresql-plr-8.4.8.2 `/exopi-cvs/ports/distfiles/plr-REL8_4_8_2.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for postgresql-plr-8.4.8.2 ===> Patching for postgresql-plr-8.4.8.2 ===> 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 postgresql-plr-8.4.8.2 ===> Configuring for postgresql-plr-8.4.8.2 ===> Building for postgresql-plr-8.4.8.2 cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -Wmissing-variable-declarations -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-format-truncation -Wno-cast-function-type-strict -O2 -pipe -g -fPIC -DPIC -fvisibility=hidden -I"./" -I"-I/usr/local/lib/R/include" -I/usr/local/lib/R/include -I. -I./ -I/usr/local/include/postgresql/server -I/usr/local/include/postgresql/internal -I/usr/local/include -I/usr/local/include/libxml2 -I/usr/local/include -DPKGLIBDIR=\"/usr/local/lib/postgresql\" -DDLSUFFIX=\".so\" -DR_HOME_DEFAULT=\"/usr/local/lib/R\" -c -o plr.o plr.c plr.c:49:15: warning: no previous extern declaration for non-static variable 'plr_SPI_context' [-Wmissing-variable-declarations] 49 | MemoryContext plr_SPI_context = NULL; | ^ plr.c:49:1: note: declare 'static' if the variable is not intended to be used outside of this translation unit 49 | MemoryContext plr_SPI_context = NULL; | ^ plr.c:50:7: warning: no previous extern declaration for non-static variable 'plr_HashTable' [-Wmissing-variable-declarations] 50 | HTAB *plr_HashTable = (HTAB *) NULL; | ^ plr.c:50:1: note: declare 'static' if the variable is not intended to be used outside of this translation unit 50 | HTAB *plr_HashTable = (HTAB *) NULL; | ^ plr.c:51:7: warning: no previous extern declaration for non-static variable 'last_R_error_msg' [-Wmissing-variable-declarations] 51 | char *last_R_error_msg = NULL; | ^ plr.c:51:1: note: declare 'static' if the variable is not intended to be used outside of this translation unit 51 | char *last_R_error_msg = NULL; | ^ plr.c:944:10: warning: call to undeclared function 'Rf_findVar'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 944 | env = findVar(install(internal_env), R_GlobalEnv); | ^ /usr/local/lib/R/include/Rinternals.h:918:19: note: expanded from macro 'findVar' 918 | #define findVar Rf_findVar | ^ plr.c:944:8: warning: incompatible integer to pointer conversion assigning to 'SEXP' (aka 'struct SEXPREC *') from 'int' [-Wint-conversion] 944 | env = findVar(install(internal_env), R_GlobalEnv); | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ plr.c:1764:11: warning: call to undeclared function 'Rf_findVar'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 1764 | lst = findVar(install(PLR_WINDOW_FRAME_NAME), rho); | ^ /usr/local/lib/R/include/Rinternals.h:918:19: note: expanded from macro 'findVar' 918 | #define findVar Rf_findVar | ^ plr.c:1764:9: warning: incompatible integer to pointer conversion assigning to 'SEXP' (aka 'struct SEXPREC *') from 'int' [-Wint-conversion] 1764 | lst = findVar(install(PLR_WINDOW_FRAME_NAME), rho); | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ plr.c:48:15: warning: no previous extern declaration for non-static variable 'plr_caller_context' [-Wmissing-variable-declarations] 48 | MemoryContext plr_caller_context; | ^ plr.c:48:1: note: declare 'static' if the variable is not intended to be used outside of this translation unit 48 | MemoryContext plr_caller_context; | ^ 8 warnings generated. cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -Wmissing-variable-declarations -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-format-truncation -Wno-cast-function-type-strict -O2 -pipe -g -fPIC -DPIC -fvisibility=hidden -I"./" -I"-I/usr/local/lib/R/include" -I/usr/local/lib/R/include -I. -I./ -I/usr/local/include/postgresql/server -I/usr/local/include/postgresql/internal -I/usr/local/include -I/usr/local/include/libxml2 -I/usr/local/include -DPKGLIBDIR=\"/usr/local/lib/postgresql\" -DDLSUFFIX=\".so\" -DR_HOME_DEFAULT=\"/usr/local/lib/R\" -c -o pg_conversion.o pg_conversion.c pg_conversion.c:109:3: warning: call to undeclared function 'SET_TYPEOF'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 109 | SET_TYPEOF(s, LANGSXP); | ^ pg_conversion.c:557:23: warning: format specifies type 'long' but the argument has type 'int64' (aka 'long long') [-Wformat] 557 | sprintf(buf, "%ld", i + 1); | ~~~ ^~~~~ | %lld pg_conversion.c:851:8: warning: call to undeclared function 'isFrame'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 851 | if (!(isFrame(rval) || isNewList(rval) || isList(rval))) | ^ pg_conversion.c:940:6: warning: call to undeclared function 'isFrame'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 940 | if (isFrame(rval)) | ^ pg_conversion.c:1006:13: warning: call to undeclared function 'ATTRIB'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 1006 | for (t = ATTRIB(dfcol); t != R_NilValue; t = CDR(t)) | ^ pg_conversion.c:1006:11: warning: incompatible integer to pointer conversion assigning to 'SEXP' (aka 'struct SEXPREC *') from 'int' [-Wint-conversion] 1006 | for (t = ATTRIB(dfcol); t != R_NilValue; t = CDR(t)) | ^ ~~~~~~~~~~~~~ pg_conversion.c:1036:15: warning: call to undeclared function 'ATTRIB'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 1036 | for (t = ATTRIB(dfcol); t != R_NilValue; t = CDR(t)) | ^ pg_conversion.c:1036:13: warning: incompatible integer to pointer conversion assigning to 'SEXP' (aka 'struct SEXPREC *') from 'int' [-Wint-conversion] 1036 | for (t = ATTRIB(dfcol); t != R_NilValue; t = CDR(t)) | ^ ~~~~~~~~~~~~~ pg_conversion.c:1104:6: warning: call to undeclared function 'isFrame'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 1104 | if (isFrame(rval)) | ^ pg_conversion.c:1227:3: warning: call to undeclared function 'SET_TYPEOF'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 1227 | SET_TYPEOF(s, LANGSXP); | ^ pg_conversion.c:1272:7: warning: call to undeclared function 'isFrame'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 1272 | if (isFrame(rval)) | ^ pg_conversion.c:1350:7: warning: call to undeclared function 'ATTRIB'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 1350 | if (ATTRIB(dfcol) == R_NilValue || | ^ pg_conversion.c:1350:21: warning: comparison between pointer and integer ('int' and 'SEXP' (aka 'struct SEXPREC *')) [-Wpointer-integer-compare] 1350 | if (ATTRIB(dfcol) == R_NilValue || | ~~~~~~~~~~~~~ ^ ~~~~~~~~~~ pg_conversion.c:1351:15: warning: incompatible integer to pointer conversion passing 'int' to parameter of type 'SEXP' (aka 'struct SEXPREC *') [-Wint-conversion] 1351 | TYPEOF(CAR(ATTRIB(dfcol))) != STRSXP) | ^~~~~~~~~~~~~ /usr/local/lib/R/include/Rinternals.h:1122:17: note: passing argument to parameter 'e' here 1122 | SEXP (CAR)(SEXP e); | ^ pg_conversion.c:1354:37: warning: incompatible integer to pointer conversion passing 'int' to parameter of type 'SEXP' (aka 'struct SEXPREC *') [-Wint-conversion] 1354 | PROTECT(obj = coerce_to_char(CAR(ATTRIB(dfcol)))); | ^~~~~~~~~~~~~ /usr/local/lib/R/include/Rinternals.h:357:31: note: expanded from macro 'PROTECT' 357 | #define PROTECT(s) Rf_protect(s) | ^ /usr/local/lib/R/include/Rinternals.h:1122:17: note: passing argument to parameter 'e' here 1122 | SEXP (CAR)(SEXP e); | ^ pg_conversion.c:2031:6: warning: call to undeclared function 'isFrame'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 2031 | if (isFrame(rval)) | ^ pg_conversion.c:2059:13: warning: call to undeclared function 'ATTRIB'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 2059 | for (t = ATTRIB(dfcol); t != R_NilValue; t = CDR(t)) | ^ pg_conversion.c:2059:11: warning: incompatible integer to pointer conversion assigning to 'SEXP' (aka 'struct SEXPREC *') from 'int' [-Wint-conversion] 2059 | for (t = ATTRIB(dfcol); t != R_NilValue; t = CDR(t)) | ^ ~~~~~~~~~~~~~ pg_conversion.c:2092:15: warning: call to undeclared function 'ATTRIB'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 2092 | for (t = ATTRIB(dfcol); t != R_NilValue; t = CDR(t)) | ^ pg_conversion.c:2092:13: warning: incompatible integer to pointer conversion assigning to 'SEXP' (aka 'struct SEXPREC *') from 'int' [-Wint-conversion] 2092 | for (t = ATTRIB(dfcol); t != R_NilValue; t = CDR(t)) | ^ ~~~~~~~~~~~~~ 20 warnings generated. cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -Wmissing-variable-declarations -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-format-truncation -Wno-cast-function-type-strict -O2 -pipe -g -fPIC -DPIC -fvisibility=hidden -I"./" -I"-I/usr/local/lib/R/include" -I/usr/local/lib/R/include -I. -I./ -I/usr/local/include/postgresql/server -I/usr/local/include/postgresql/internal -I/usr/local/include -I/usr/local/include/libxml2 -I/usr/local/include -DPKGLIBDIR=\"/usr/local/lib/postgresql\" -DDLSUFFIX=\".so\" -DR_HOME_DEFAULT=\"/usr/local/lib/R\" -c -o pg_backend_support.o pg_backend_support.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -Wmissing-variable-declarations -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-format-truncation -Wno-cast-function-type-strict -O2 -pipe -g -fPIC -DPIC -fvisibility=hidden -I"./" -I"-I/usr/local/lib/R/include" -I/usr/local/lib/R/include -I. -I./ -I/usr/local/include/postgresql/server -I/usr/local/include/postgresql/internal -I/usr/local/include -I/usr/local/include/libxml2 -I/usr/local/include -DPKGLIBDIR=\"/usr/local/lib/postgresql\" -DDLSUFFIX=\".so\" -DR_HOME_DEFAULT=\"/usr/local/lib/R\" -c -o pg_userfuncs.o pg_userfuncs.c pg_userfuncs.c:531:2: warning: call to undeclared function 'SET_TYPEOF'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 531 | SET_TYPEOF(s, LANGSXP); | ^ 1 warning generated. cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -Wmissing-variable-declarations -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-format-truncation -Wno-cast-function-type-strict -O2 -pipe -g -fPIC -DPIC -fvisibility=hidden -I"./" -I"-I/usr/local/lib/R/include" -I/usr/local/lib/R/include -I. -I./ -I/usr/local/include/postgresql/server -I/usr/local/include/postgresql/internal -I/usr/local/include -I/usr/local/include/libxml2 -I/usr/local/include -DPKGLIBDIR=\"/usr/local/lib/postgresql\" -DDLSUFFIX=\".so\" -DR_HOME_DEFAULT=\"/usr/local/lib/R\" -c -o pg_rsupport.o pg_rsupport.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -Wmissing-variable-declarations -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-format-truncation -Wno-cast-function-type-strict -O2 -pipe -g -fPIC -DPIC -fvisibility=hidden -shared -o plr.so plr.o pg_conversion.o pg_backend_support.o pg_userfuncs.o pg_rsupport.o -L/usr/local/lib -L/usr/local/lib -L/usr/local/lib -L/usr/local/lib -Wl,-Bdynamic -fvisibility=hidden -Wl,-rpath=/usr/local/lib/R/lib -L /usr/local/lib/R/lib -lR >>> Running package in databases/postgresql-plr at 1784413048.73 ===> databases/postgresql-plr ===> Faking installation for postgresql-plr-8.4.8.2 mkdir -p '/exopi-obj/pobj/postgresql-plr-8.4.8.2/fake-amd64/usr/local/lib/postgresql' mkdir -p '/exopi-obj/pobj/postgresql-plr-8.4.8.2/fake-amd64/usr/local/share/postgresql/extension' mkdir -p '/exopi-obj/pobj/postgresql-plr-8.4.8.2/fake-amd64/usr/local/share/postgresql/extension' /exopi-obj/pobj/postgresql-plr-8.4.8.2/bin/install -c -m 755 plr.so '/exopi-obj/pobj/postgresql-plr-8.4.8.2/fake-amd64/usr/local/lib/postgresql/plr.so' /exopi-obj/pobj/postgresql-plr-8.4.8.2/bin/install -c -m 644 .//plr.control '/exopi-obj/pobj/postgresql-plr-8.4.8.2/fake-amd64/usr/local/share/postgresql/extension/' /exopi-obj/pobj/postgresql-plr-8.4.8.2/bin/install -c -m 644 .//plr--8.4.8.2.sql .//plr--unpackaged--8.4.8.2.sql .//plr--8.3.0.18--8.4.sql .//plr--8.4.1--8.4.2.sql .//plr--8.4.3--8.4.4.sql .//plr--8.4--8.4.1.sql .//plr--8.4.2--8.4.3.sql .//plr--8.4.4--8.4.5.sql .//plr--8.4.5--8.4.6.sql .//plr--8.4.6--8.4.7.sql .//plr--8.4.7--8.4.8.sql .//plr--8.4.8--8.4.8.1.sql .//plr--8.4.8.1--8.4.8.2.sql '/exopi-obj/pobj/postgresql-plr-8.4.8.2/fake-amd64/usr/local/share/postgresql/extension/' ===> Building package for postgresql-plr-8.4.8.2 Create /exopi-cvs/ports/packages/amd64/all/postgresql-plr-8.4.8.2.tgz Creating package postgresql-plr-8.4.8.2 reading plist| checking dependencies| checking dependencies|databases/postgresql,-server checking dependencies|math/R checksumming| checksumming| | 0% checksumming|** | 4% checksumming|***** | 8% checksumming|******* | 12% checksumming|********* | 15% checksumming|************ | 19% checksumming|************** | 23% checksumming|**************** | 27% checksumming|******************* | 31% checksumming|********************* | 35% checksumming|*********************** | 38% checksumming|************************** | 42% checksumming|**************************** | 46% checksumming|******************************* | 50% checksumming|********************************* | 54% checksumming|*********************************** | 58% checksumming|************************************** | 62% checksumming|**************************************** | 65% checksumming|****************************************** | 69% checksumming|********************************************* | 73% checksumming|*********************************************** | 77% checksumming|************************************************* | 81% checksumming|**************************************************** | 85% checksumming|****************************************************** | 88% checksumming|******************************************************** | 92% checksumming|*********************************************************** | 96% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|*************************************************************** | 99% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/postgresql-plr-8.4.8.2.tgz >>> Running clean in databases/postgresql-plr at 1784413064.41 ===> databases/postgresql-plr ===> Cleaning for postgresql-plr-8.4.8.2 >>> Ended at 1784413064.63 max_stuck=8.92/depends=9.77/show-prepare-results=0.74/build=3.01/package=15.67/clean=0.26