>>> Building on exopi-5 under databases/luadbi,lua53,-duckdb BDEPENDS = [databases/postgresql,-server;devel/gmake;databases/mariadb;lang/lua/5.3;databases/sqlite3;databases/postgresql;databases/duckdb] DIST = [databases/luadbi,-mysql:luadbi-0.7.5.tar.gz] FULLPKGNAME = lua53dbi-duckdb-0.7.5 RDEPENDS = [databases/duckdb] (Junk lock obtained for exopi-5 at 1781209529.17) >>> Running depends in databases/luadbi,lua53,-duckdb at 1781209529.22 last junk was in databases/luadbi,-duckdb /usr/sbin/pkg_add -aI -Drepair duckdb-1.5.3 lua-5.3.6p1 mariadb-client-11.4.10p0v1 postgresql-client-18.4 postgresql-server-18.4 was: /usr/sbin/pkg_add -aI -Drepair duckdb-1.5.3 gmake-4.4.1p0 lua-5.3.6p1 mariadb-client-11.4.10p0v1 postgresql-client-18.4 postgresql-server-18.4 sqlite3-3.53.1p0 /usr/sbin/pkg_add -aI -Drepair duckdb-1.5.3 lua-5.3.6p1 mariadb-client-11.4.10p0v1 postgresql-client-18.4 postgresql-server-18.4 >>> Running show-prepare-results in databases/luadbi,lua53,-duckdb at 1781209532.57 ===> databases/luadbi,lua53,-duckdb ===> Building from scratch lua5353dbi-0.7.5 ===> lua53dbi-duckdb-0.7.5 depends on: postgresql-server-* -> postgresql-server-18.4 ===> lua53dbi-duckdb-0.7.5 depends on: lua->=5.3,<5.4 -> lua-5.3.6p1 ===> lua53dbi-duckdb-0.7.5 depends on: gmake-* -> gmake-4.4.1p0 ===> lua53dbi-duckdb-0.7.5 depends on: sqlite3-* -> sqlite3-3.53.1p0 ===> lua53dbi-duckdb-0.7.5 depends on: mariadb-client-* -> mariadb-client-11.4.10p0v1 ===> lua53dbi-duckdb-0.7.5 depends on: postgresql-client-* -> postgresql-client-18.4 ===> lua53dbi-duckdb-0.7.5 depends on: duckdb-* -> duckdb-1.5.3 ===> Verifying specs: sqlite3 mariadb pq duckdb ===> found sqlite3.37.38 mariadb.31.0 pq.6.17 duckdb.2.0 duckdb-1.5.3 gmake-4.4.1p0 lua-5.3.6p1 mariadb-client-11.4.10p0v1 postgresql-client-18.4 postgresql-server-18.4 sqlite3-3.53.1p0 (Junk lock released for exopi-5 at 1781209534.19) distfiles size=39527 >>> Running build in databases/luadbi,lua53,-duckdb at 1781209534.25 ===> databases/luadbi,lua53,-duckdb ===> Checking files for lua5353dbi-0.7.5 `/exopi-cvs/ports/distfiles/luadbi-0.7.5.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for lua5353dbi-0.7.5 ===> Patching for lua5353dbi-0.7.5 ===> Applying OpenBSD patch patch-Makefile Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: Makefile |--- Makefile.orig |+++ Makefile -------------------------- Patching file Makefile using Plan A... Hunk #1 succeeded at 140. 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 lua5353dbi-0.7.5 ===> Configuring for lua5353dbi-0.7.5 ===> Building for lua5353dbi-0.7.5 mkdir -p build cc -c -o build/dbd_common.o dbd/common.c -I/usr/local/include/lua-5.3/ -g -pedantic -Wall -O2 -shared -fPIC -DPIC -std=c99 -O2 -pipe -I. cc: warning: argument unused during compilation: '-shared' [-Wunused-command-line-argument] cc -c -o build/dbd_mysql_main.o dbd/mysql/main.c -I/usr/local/include/lua-5.3/ -g -pedantic -Wall -O2 -shared -fPIC -DPIC -std=c99 -O2 -pipe -I. -L/usr/local/lib -I/usr/local/include -lmysqlclient cc: warning: -lmysqlclient: 'linker' input unused [-Wunused-command-line-argument] cc: warning: argument unused during compilation: '-shared' [-Wunused-command-line-argument] cc: warning: argument unused during compilation: '-L/usr/local/lib' [-Wunused-command-line-argument] cc -c -o build/dbd_mysql_connection.o dbd/mysql/connection.c -I/usr/local/include/lua-5.3/ -g -pedantic -Wall -O2 -shared -fPIC -DPIC -std=c99 -O2 -pipe -I. -L/usr/local/lib -I/usr/local/include -lmysqlclient cc: warning: -lmysqlclient: 'linker' input unused [-Wunused-command-line-argument] cc: warning: argument unused during compilation: '-shared' [-Wunused-command-line-argument] cc: warning: argument unused during compilation: '-L/usr/local/lib' [-Wunused-command-line-argument] cc -c -o build/dbd_mysql_statement.o dbd/mysql/statement.c -I/usr/local/include/lua-5.3/ -g -pedantic -Wall -O2 -shared -fPIC -DPIC -std=c99 -O2 -pipe -I. -L/usr/local/lib -I/usr/local/include -lmysqlclient cc: warning: -lmysqlclient: 'linker' input unused [-Wunused-command-line-argument] cc: warning: argument unused during compilation: '-shared' [-Wunused-command-line-argument] cc: warning: argument unused during compilation: '-L/usr/local/lib' [-Wunused-command-line-argument] cc build/dbd_common.o build/dbd_mysql_main.o build/dbd_mysql_connection.o build/dbd_mysql_statement.o -o dbd/mysql.so -I/usr/local/include/lua-5.3/ -g -pedantic -Wall -O2 -shared -fPIC -DPIC -std=c99 -O2 -pipe -I. -L/usr/local/lib -I/usr/local/include -lmysqlclient cc -c -o build/dbd_postgresql_main.o dbd/postgresql/main.c -I/usr/local/include/lua-5.3/ -g -pedantic -Wall -O2 -shared -fPIC -DPIC -std=c99 -O2 -pipe -I. -L/usr/local/lib -I/usr/local/include/postgresql -lpq cc: warning: -lpq: 'linker' input unused [-Wunused-command-line-argument] cc: warning: argument unused during compilation: '-shared' [-Wunused-command-line-argument] cc: warning: argument unused during compilation: '-L/usr/local/lib' [-Wunused-command-line-argument] cc -c -o build/dbd_postgresql_connection.o dbd/postgresql/connection.c -I/usr/local/include/lua-5.3/ -g -pedantic -Wall -O2 -shared -fPIC -DPIC -std=c99 -O2 -pipe -I. -L/usr/local/lib -I/usr/local/include/postgresql -lpq cc: warning: -lpq: 'linker' input unused [-Wunused-command-line-argument] cc: warning: argument unused during compilation: '-shared' [-Wunused-command-line-argument] cc: warning: argument unused during compilation: '-L/usr/local/lib' [-Wunused-command-line-argument] cc -c -o build/dbd_postgresql_statement.o dbd/postgresql/statement.c -I/usr/local/include/lua-5.3/ -g -pedantic -Wall -O2 -shared -fPIC -DPIC -std=c99 -O2 -pipe -I. -L/usr/local/lib -I/usr/local/include/postgresql -lpq cc: warning: -lpq: 'linker' input unused [-Wunused-command-line-argument] cc: warning: argument unused during compilation: '-shared' [-Wunused-command-line-argument] cc: warning: argument unused during compilation: '-L/usr/local/lib' [-Wunused-command-line-argument] cc build/dbd_common.o build/dbd_postgresql_main.o build/dbd_postgresql_connection.o build/dbd_postgresql_statement.o -o dbd/postgresql.so -I/usr/local/include/lua-5.3/ -g -pedantic -Wall -O2 -shared -fPIC -DPIC -std=c99 -O2 -pipe -I. -L/usr/local/lib -I/usr/local/include/postgresql -lpq cc -c -o build/dbd_sqlite3_main.o dbd/sqlite3/main.c -I/usr/local/include/lua-5.3/ -g -pedantic -Wall -O2 -shared -fPIC -DPIC -std=c99 -O2 -pipe -I. -L/usr/local/lib -I/usr/local/include -lsqlite3 cc: warning: -lsqlite3: 'linker' input unused [-Wunused-command-line-argument] cc: warning: argument unused during compilation: '-shared' [-Wunused-command-line-argument] cc: warning: argument unused during compilation: '-L/usr/local/lib' [-Wunused-command-line-argument] cc -c -o build/dbd_sqlite3_connection.o dbd/sqlite3/connection.c -I/usr/local/include/lua-5.3/ -g -pedantic -Wall -O2 -shared -fPIC -DPIC -std=c99 -O2 -pipe -I. -L/usr/local/lib -I/usr/local/include -lsqlite3 cc: warning: -lsqlite3: 'linker' input unused [-Wunused-command-line-argument] cc: warning: argument unused during compilation: '-shared' [-Wunused-command-line-argument] cc: warning: argument unused during compilation: '-L/usr/local/lib' [-Wunused-command-line-argument] cc -c -o build/dbd_sqlite3_statement.o dbd/sqlite3/statement.c -I/usr/local/include/lua-5.3/ -g -pedantic -Wall -O2 -shared -fPIC -DPIC -std=c99 -O2 -pipe -I. -L/usr/local/lib -I/usr/local/include -lsqlite3 cc: warning: -lsqlite3: 'linker' input unused [-Wunused-command-line-argument] cc: warning: argument unused during compilation: '-shared' [-Wunused-command-line-argument] cc: warning: argument unused during compilation: '-L/usr/local/lib' [-Wunused-command-line-argument] cc build/dbd_common.o build/dbd_sqlite3_main.o build/dbd_sqlite3_connection.o build/dbd_sqlite3_statement.o -o dbd/sqlite3.so -I/usr/local/include/lua-5.3/ -g -pedantic -Wall -O2 -shared -fPIC -DPIC -std=c99 -O2 -pipe -I. -L/usr/local/lib -I/usr/local/include -lsqlite3 cc -c -o build/dbd_duckdb_main.o dbd/duckdb/main.c -I/usr/local/include/lua-5.3/ -g -pedantic -Wall -O2 -shared -fPIC -DPIC -std=c99 -O2 -pipe -I. -L/usr/local/lib -I/usr/local/include -lduckdb cc: warning: -lduckdb: 'linker' input unused [-Wunused-command-line-argument] cc: warning: argument unused during compilation: '-shared' [-Wunused-command-line-argument] cc: warning: argument unused during compilation: '-L/usr/local/lib' [-Wunused-command-line-argument] In file included from dbd/duckdb/main.c:1: In file included from dbd/duckdb/dbd_duckdb.h:1: /usr/local/include/duckdb.h:935:64: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 935 | DUCKDB_C_API duckdb_instance_cache duckdb_create_instance_cache(); | ^ | void /usr/local/include/duckdb.h:1072:48: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 1072 | DUCKDB_C_API const char *duckdb_library_version(); | ^ | void /usr/local/include/duckdb.h:1115:40: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 1115 | DUCKDB_C_API size_t duckdb_config_count(); | ^ | void /usr/local/include/duckdb.h:1654:38: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 1654 | DUCKDB_C_API idx_t duckdb_vector_size(); | ^ | void /usr/local/include/duckdb.h:2985:51: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 2985 | DUCKDB_C_API duckdb_value duckdb_create_null_value(); | ^ | void /usr/local/include/duckdb.h:3691:66: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 3691 | DUCKDB_C_API duckdb_scalar_function duckdb_create_scalar_function(); | ^ | void /usr/local/include/duckdb.h:4027:72: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 4027 | DUCKDB_C_API duckdb_aggregate_function duckdb_create_aggregate_function(); | ^ | void /usr/local/include/duckdb.h:4188:64: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 4188 | DUCKDB_C_API duckdb_table_function duckdb_create_table_function(); | ^ | void /usr/local/include/duckdb.h:5402:62: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 5402 | DUCKDB_C_API duckdb_cast_function duckdb_create_cast_function(); | ^ | void /usr/local/include/duckdb.h:5590:70: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 5590 | DUCKDB_C_API duckdb_file_open_options duckdb_create_file_open_options(); | ^ | void /usr/local/include/duckdb.h:5701:62: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 5701 | DUCKDB_C_API duckdb_config_option duckdb_create_config_option(); | ^ | void /usr/local/include/duckdb.h:5789:62: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 5789 | DUCKDB_C_API duckdb_copy_function duckdb_create_copy_function(); | ^ | void /usr/local/include/duckdb.h:6216:58: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 6216 | DUCKDB_C_API duckdb_log_storage duckdb_create_log_storage(); | ^ | void 13 warnings generated. cc -c -o build/dbd_duckdb_connection.o dbd/duckdb/connection.c -I/usr/local/include/lua-5.3/ -g -pedantic -Wall -O2 -shared -fPIC -DPIC -std=c99 -O2 -pipe -I. -L/usr/local/lib -I/usr/local/include -lduckdb cc: warning: -lduckdb: 'linker' input unused [-Wunused-command-line-argument] cc: warning: argument unused during compilation: '-shared' [-Wunused-command-line-argument] cc: warning: argument unused during compilation: '-L/usr/local/lib' [-Wunused-command-line-argument] In file included from dbd/duckdb/connection.c:1: In file included from dbd/duckdb/dbd_duckdb.h:1: /usr/local/include/duckdb.h:935:64: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 935 | DUCKDB_C_API duckdb_instance_cache duckdb_create_instance_cache(); | ^ | void /usr/local/include/duckdb.h:1072:48: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 1072 | DUCKDB_C_API const char *duckdb_library_version(); | ^ | void /usr/local/include/duckdb.h:1115:40: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 1115 | DUCKDB_C_API size_t duckdb_config_count(); | ^ | void /usr/local/include/duckdb.h:1654:38: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 1654 | DUCKDB_C_API idx_t duckdb_vector_size(); | ^ | void /usr/local/include/duckdb.h:2985:51: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 2985 | DUCKDB_C_API duckdb_value duckdb_create_null_value(); | ^ | void /usr/local/include/duckdb.h:3691:66: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 3691 | DUCKDB_C_API duckdb_scalar_function duckdb_create_scalar_function(); | ^ | void /usr/local/include/duckdb.h:4027:72: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 4027 | DUCKDB_C_API duckdb_aggregate_function duckdb_create_aggregate_function(); | ^ | void /usr/local/include/duckdb.h:4188:64: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 4188 | DUCKDB_C_API duckdb_table_function duckdb_create_table_function(); | ^ | void /usr/local/include/duckdb.h:5402:62: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 5402 | DUCKDB_C_API duckdb_cast_function duckdb_create_cast_function(); | ^ | void /usr/local/include/duckdb.h:5590:70: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 5590 | DUCKDB_C_API duckdb_file_open_options duckdb_create_file_open_options(); | ^ | void /usr/local/include/duckdb.h:5701:62: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 5701 | DUCKDB_C_API duckdb_config_option duckdb_create_config_option(); | ^ | void /usr/local/include/duckdb.h:5789:62: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 5789 | DUCKDB_C_API duckdb_copy_function duckdb_create_copy_function(); | ^ | void /usr/local/include/duckdb.h:6216:58: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 6216 | DUCKDB_C_API duckdb_log_storage duckdb_create_log_storage(); | ^ | void 13 warnings generated. cc -c -o build/dbd_duckdb_statement.o dbd/duckdb/statement.c -I/usr/local/include/lua-5.3/ -g -pedantic -Wall -O2 -shared -fPIC -DPIC -std=c99 -O2 -pipe -I. -L/usr/local/lib -I/usr/local/include -lduckdb cc: warning: -lduckdb: 'linker' input unused [-Wunused-command-line-argument] cc: warning: argument unused during compilation: '-shared' [-Wunused-command-line-argument] cc: warning: argument unused during compilation: '-L/usr/local/lib' [-Wunused-command-line-argument] In file included from dbd/duckdb/statement.c:1: In file included from dbd/duckdb/dbd_duckdb.h:1: /usr/local/include/duckdb.h:935:64: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 935 | DUCKDB_C_API duckdb_instance_cache duckdb_create_instance_cache(); | ^ | void /usr/local/include/duckdb.h:1072:48: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 1072 | DUCKDB_C_API const char *duckdb_library_version(); | ^ | void /usr/local/include/duckdb.h:1115:40: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 1115 | DUCKDB_C_API size_t duckdb_config_count(); | ^ | void /usr/local/include/duckdb.h:1654:38: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 1654 | DUCKDB_C_API idx_t duckdb_vector_size(); | ^ | void /usr/local/include/duckdb.h:2985:51: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 2985 | DUCKDB_C_API duckdb_value duckdb_create_null_value(); | ^ | void /usr/local/include/duckdb.h:3691:66: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 3691 | DUCKDB_C_API duckdb_scalar_function duckdb_create_scalar_function(); | ^ | void /usr/local/include/duckdb.h:4027:72: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 4027 | DUCKDB_C_API duckdb_aggregate_function duckdb_create_aggregate_function(); | ^ | void /usr/local/include/duckdb.h:4188:64: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 4188 | DUCKDB_C_API duckdb_table_function duckdb_create_table_function(); | ^ | void /usr/local/include/duckdb.h:5402:62: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 5402 | DUCKDB_C_API duckdb_cast_function duckdb_create_cast_function(); | ^ | void /usr/local/include/duckdb.h:5590:70: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 5590 | DUCKDB_C_API duckdb_file_open_options duckdb_create_file_open_options(); | ^ | void /usr/local/include/duckdb.h:5701:62: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 5701 | DUCKDB_C_API duckdb_config_option duckdb_create_config_option(); | ^ | void /usr/local/include/duckdb.h:5789:62: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 5789 | DUCKDB_C_API duckdb_copy_function duckdb_create_copy_function(); | ^ | void /usr/local/include/duckdb.h:6216:58: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 6216 | DUCKDB_C_API duckdb_log_storage duckdb_create_log_storage(); | ^ | void 13 warnings generated. cc build/dbd_common.o build/dbd_duckdb_main.o build/dbd_duckdb_connection.o build/dbd_duckdb_statement.o -o dbd/duckdb.so -I/usr/local/include/lua-5.3/ -g -pedantic -Wall -O2 -shared -fPIC -DPIC -std=c99 -O2 -pipe -I. -L/usr/local/lib -I/usr/local/include -lduckdb >>> Running package in databases/luadbi,lua53,-duckdb at 1781209538.25 ===> databases/luadbi,lua53,-duckdb ===> Faking installation for lua5353dbi-0.7.5 install -m 644 -D DBI.lua /exopi-obj/pobj/lua53dbi-0.7.5-lua53/fake-amd64-lua53/usr/local/share/lua/5.3//DBI.lua cc build/dbd_common.o build/dbd_mysql_main.o build/dbd_mysql_connection.o build/dbd_mysql_statement.o -o dbd/mysql.so -I/usr/local/include/lua-5.3/ -g -pedantic -Wall -O2 -shared -fPIC -DPIC -std=c99 -O2 -pipe -I. -L/usr/local/lib -I/usr/local/include -lmysqlclient install -D dbd/mysql.so /exopi-obj/pobj/lua53dbi-0.7.5-lua53/fake-amd64-lua53/usr/local/lib/lua/5.3//dbd/mysql.so cc build/dbd_common.o build/dbd_postgresql_main.o build/dbd_postgresql_connection.o build/dbd_postgresql_statement.o -o dbd/postgresql.so -I/usr/local/include/lua-5.3/ -g -pedantic -Wall -O2 -shared -fPIC -DPIC -std=c99 -O2 -pipe -I. -L/usr/local/lib -I/usr/local/include/postgresql -lpq install -D dbd/postgresql.so /exopi-obj/pobj/lua53dbi-0.7.5-lua53/fake-amd64-lua53/usr/local/lib/lua/5.3//dbd/postgresql.so cc build/dbd_common.o build/dbd_sqlite3_main.o build/dbd_sqlite3_connection.o build/dbd_sqlite3_statement.o -o dbd/sqlite3.so -I/usr/local/include/lua-5.3/ -g -pedantic -Wall -O2 -shared -fPIC -DPIC -std=c99 -O2 -pipe -I. -L/usr/local/lib -I/usr/local/include -lsqlite3 install -D dbd/sqlite3.so /exopi-obj/pobj/lua53dbi-0.7.5-lua53/fake-amd64-lua53/usr/local/lib/lua/5.3//dbd/sqlite3.so cc build/dbd_common.o build/dbd_duckdb_main.o build/dbd_duckdb_connection.o build/dbd_duckdb_statement.o -o dbd/duckdb.so -I/usr/local/include/lua-5.3/ -g -pedantic -Wall -O2 -shared -fPIC -DPIC -std=c99 -O2 -pipe -I. -L/usr/local/lib -I/usr/local/include -lduckdb install -D dbd/duckdb.so /exopi-obj/pobj/lua53dbi-0.7.5-lua53/fake-amd64-lua53/usr/local/lib/lua/5.3//dbd/duckdb.so ===> Building package for lua53dbi-0.7.5 Create /exopi-cvs/ports/packages/amd64/all/lua53dbi-0.7.5.tgz Creating package lua53dbi-0.7.5 reading plist| checking dependencies| checking dependencies|databases/sqlite3 checksumming| checksumming| | 0% checksumming|**** | 6% checksumming|******** | 13% checksumming|*********** | 19% checksumming|*************** | 25% checksumming|******************* | 31% checksumming|*********************** | 38% checksumming|*************************** | 44% checksumming|******************************* | 50% checksumming|********************************** | 56% checksumming|************************************** | 63% checksumming|****************************************** | 69% checksumming|********************************************** | 75% checksumming|************************************************** | 81% checksumming|***************************************************** | 88% checksumming|********************************************************* | 94% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|* | 1% archiving|************************************************************** | 96% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/lua53dbi-0.7.5.tgz `/exopi-obj/pobj/lua53dbi-0.7.5-lua53/fake-amd64-lua53/.fake_done' is up to date. ===> Building package for lua53dbi-mysql-0.7.5 Create /exopi-cvs/ports/packages/amd64/all/lua53dbi-mysql-0.7.5.tgz Creating package lua53dbi-mysql-0.7.5 reading plist| checking dependencies| checking dependencies|databases/luadbi,lua53,-main checking dependencies|databases/mariadb,-main checksumming| checksumming| | 0% checksumming|****** | 9% checksumming|*********** | 18% checksumming|***************** | 27% checksumming|********************** | 36% checksumming|**************************** | 45% checksumming|********************************* | 55% checksumming|*************************************** | 64% checksumming|******************************************** | 73% checksumming|************************************************** | 82% checksumming|******************************************************* | 91% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/lua53dbi-mysql-0.7.5.tgz `/exopi-obj/pobj/lua53dbi-0.7.5-lua53/fake-amd64-lua53/.fake_done' is up to date. ===> Building package for lua53dbi-pgsql-0.7.5 Create /exopi-cvs/ports/packages/amd64/all/lua53dbi-pgsql-0.7.5.tgz Creating package lua53dbi-pgsql-0.7.5 reading plist| checking dependencies| checking dependencies|databases/luadbi,lua53,-main checking dependencies|databases/postgresql,-main checksumming| checksumming| | 0% checksumming|****** | 9% checksumming|*********** | 18% checksumming|***************** | 27% checksumming|********************** | 36% checksumming|**************************** | 45% checksumming|********************************* | 55% checksumming|*************************************** | 64% checksumming|******************************************** | 73% checksumming|************************************************** | 82% checksumming|******************************************************* | 91% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/lua53dbi-pgsql-0.7.5.tgz `/exopi-obj/pobj/lua53dbi-0.7.5-lua53/fake-amd64-lua53/.fake_done' is up to date. ===> Building package for lua53dbi-duckdb-0.7.5 Create /exopi-cvs/ports/packages/amd64/all/lua53dbi-duckdb-0.7.5.tgz Creating package lua53dbi-duckdb-0.7.5 reading plist| checking dependencies| checking dependencies|databases/duckdb checksumming| checksumming| | 0% checksumming|****** | 10% checksumming|************ | 20% checksumming|****************** | 30% checksumming|************************ | 40% checksumming|******************************* | 50% checksumming|************************************* | 60% checksumming|******************************************* | 70% checksumming|************************************************* | 80% checksumming|******************************************************* | 90% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|****************************************************************|100% /exopi-cvs/ports/plist/amd64/lua53dbi-duckdb-0.7.5 was updated @depend databases/duckdb:duckdb-*:duckdb-1.5.2 -> @depend databases/duckdb:duckdb-*:duckdb-1.5.3 @wantlib duckdb.1.2 -> @wantlib duckdb.2.0 Link to /exopi-cvs/ports/packages/amd64/ftp/lua53dbi-duckdb-0.7.5.tgz >>> Running clean in databases/luadbi,lua53,-duckdb at 1781209545.40 ===> databases/luadbi,lua53,-duckdb ===> Cleaning for lua53dbi-duckdb-0.7.5 >>> Ended at 1781209545.63 max_stuck=0.00/depends=3.35/show-prepare-results=1.67/build=4.01/package=7.16/clean=0.27