>>> Building on exopi-4 under databases/luadbi,lua54 BDEPENDS = [databases/sqlite3;databases/duckdb;devel/gmake;lang/lua/5.4;databases/postgresql;databases/postgresql,-server;databases/mariadb] DIST = [databases/luadbi,-mysql:luadbi-0.7.5.tar.gz] FULLPKGNAME = lua54dbi-0.7.5 RDEPENDS = [databases/sqlite3] (Junk lock obtained for exopi-4 at 1780784322.79) >>> Running depends in databases/luadbi,lua54 at 1780784322.85 last junk was in devel/kf5/kglobalaccel /usr/sbin/pkg_add -aI -Drepair duckdb-1.5.2 gmake-4.4.1p0 lua-5.4.8p0 mariadb-client-11.4.10p0v1 postgresql-client-18.4 postgresql-server-18.4 sqlite3-3.53.1p0 was: /usr/sbin/pkg_add -aI -Drepair duckdb-1.5.2 gmake-4.4.1p0 lua-5.4.8p0 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.2 gmake-4.4.1p0 lua-5.4.8p0 mariadb-client-11.4.10p0v1 postgresql-client-18.4 postgresql-server-18.4 sqlite3-3.53.1p0 >>> Running show-prepare-results in databases/luadbi,lua54 at 1780784325.18 ===> databases/luadbi,lua54 ===> Building from scratch lua5454dbi-0.7.5 ===> lua54dbi-0.7.5 depends on: postgresql-server-* -> postgresql-server-18.4 ===> lua54dbi-0.7.5 depends on: lua->=5.4,<5.5 -> lua-5.4.8p0 ===> lua54dbi-0.7.5 depends on: gmake-* -> gmake-4.4.1p0 ===> lua54dbi-0.7.5 depends on: sqlite3-* -> sqlite3-3.53.1p0 ===> lua54dbi-0.7.5 depends on: mariadb-client-* -> mariadb-client-11.4.10p0v1 ===> lua54dbi-0.7.5 depends on: postgresql-client-* -> postgresql-client-18.4 ===> lua54dbi-0.7.5 depends on: duckdb-* -> duckdb-1.5.2 ===> Verifying specs: sqlite3 mariadb pq duckdb ===> found sqlite3.37.38 mariadb.31.0 pq.6.17 duckdb.1.2 duckdb-1.5.2 gmake-4.4.1p0 lua-5.4.8p0 mariadb-client-11.4.10p0v1 postgresql-client-18.4 postgresql-server-18.4 sqlite3-3.53.1p0 (Junk lock released for exopi-4 at 1780784326.28) distfiles size=39527 >>> Running build in databases/luadbi,lua54 at 1780784326.33 ===> databases/luadbi,lua54 ===> Checking files for lua5454dbi-0.7.5 `/exopi-cvs/ports/distfiles/luadbi-0.7.5.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for lua5454dbi-0.7.5 ===> Patching for lua5454dbi-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 lua5454dbi-0.7.5 ===> Configuring for lua5454dbi-0.7.5 ===> Building for lua5454dbi-0.7.5 mkdir -p build cc -c -o build/dbd_common.o dbd/common.c -I/usr/local/include/lua-5.4/ -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.4/ -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.4/ -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.4/ -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.4/ -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.4/ -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.4/ -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.4/ -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.4/ -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.4/ -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.4/ -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.4/ -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.4/ -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.4/ -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:933:64: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 933 | DUCKDB_C_API duckdb_instance_cache duckdb_create_instance_cache(); | ^ | void /usr/local/include/duckdb.h:1070:48: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 1070 | DUCKDB_C_API const char *duckdb_library_version(); | ^ | void /usr/local/include/duckdb.h:1113:40: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 1113 | DUCKDB_C_API size_t duckdb_config_count(); | ^ | void /usr/local/include/duckdb.h:1652:38: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 1652 | DUCKDB_C_API idx_t duckdb_vector_size(); | ^ | void /usr/local/include/duckdb.h:2983:51: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 2983 | DUCKDB_C_API duckdb_value duckdb_create_null_value(); | ^ | void /usr/local/include/duckdb.h:3689:66: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 3689 | DUCKDB_C_API duckdb_scalar_function duckdb_create_scalar_function(); | ^ | void /usr/local/include/duckdb.h:4025:72: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 4025 | DUCKDB_C_API duckdb_aggregate_function duckdb_create_aggregate_function(); | ^ | void /usr/local/include/duckdb.h:4186:64: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 4186 | DUCKDB_C_API duckdb_table_function duckdb_create_table_function(); | ^ | void /usr/local/include/duckdb.h:5400:62: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 5400 | DUCKDB_C_API duckdb_cast_function duckdb_create_cast_function(); | ^ | void /usr/local/include/duckdb.h:5588:70: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 5588 | DUCKDB_C_API duckdb_file_open_options duckdb_create_file_open_options(); | ^ | void /usr/local/include/duckdb.h:5699:62: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 5699 | DUCKDB_C_API duckdb_config_option duckdb_create_config_option(); | ^ | void /usr/local/include/duckdb.h:5787:62: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 5787 | DUCKDB_C_API duckdb_copy_function duckdb_create_copy_function(); | ^ | void /usr/local/include/duckdb.h:6214:58: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 6214 | 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.4/ -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:933:64: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 933 | DUCKDB_C_API duckdb_instance_cache duckdb_create_instance_cache(); | ^ | void /usr/local/include/duckdb.h:1070:48: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 1070 | DUCKDB_C_API const char *duckdb_library_version(); | ^ | void /usr/local/include/duckdb.h:1113:40: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 1113 | DUCKDB_C_API size_t duckdb_config_count(); | ^ | void /usr/local/include/duckdb.h:1652:38: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 1652 | DUCKDB_C_API idx_t duckdb_vector_size(); | ^ | void /usr/local/include/duckdb.h:2983:51: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 2983 | DUCKDB_C_API duckdb_value duckdb_create_null_value(); | ^ | void /usr/local/include/duckdb.h:3689:66: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 3689 | DUCKDB_C_API duckdb_scalar_function duckdb_create_scalar_function(); | ^ | void /usr/local/include/duckdb.h:4025:72: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 4025 | DUCKDB_C_API duckdb_aggregate_function duckdb_create_aggregate_function(); | ^ | void /usr/local/include/duckdb.h:4186:64: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 4186 | DUCKDB_C_API duckdb_table_function duckdb_create_table_function(); | ^ | void /usr/local/include/duckdb.h:5400:62: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 5400 | DUCKDB_C_API duckdb_cast_function duckdb_create_cast_function(); | ^ | void /usr/local/include/duckdb.h:5588:70: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 5588 | DUCKDB_C_API duckdb_file_open_options duckdb_create_file_open_options(); | ^ | void /usr/local/include/duckdb.h:5699:62: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 5699 | DUCKDB_C_API duckdb_config_option duckdb_create_config_option(); | ^ | void /usr/local/include/duckdb.h:5787:62: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 5787 | DUCKDB_C_API duckdb_copy_function duckdb_create_copy_function(); | ^ | void /usr/local/include/duckdb.h:6214:58: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 6214 | 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.4/ -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:933:64: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 933 | DUCKDB_C_API duckdb_instance_cache duckdb_create_instance_cache(); | ^ | void /usr/local/include/duckdb.h:1070:48: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 1070 | DUCKDB_C_API const char *duckdb_library_version(); | ^ | void /usr/local/include/duckdb.h:1113:40: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 1113 | DUCKDB_C_API size_t duckdb_config_count(); | ^ | void /usr/local/include/duckdb.h:1652:38: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 1652 | DUCKDB_C_API idx_t duckdb_vector_size(); | ^ | void /usr/local/include/duckdb.h:2983:51: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 2983 | DUCKDB_C_API duckdb_value duckdb_create_null_value(); | ^ | void /usr/local/include/duckdb.h:3689:66: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 3689 | DUCKDB_C_API duckdb_scalar_function duckdb_create_scalar_function(); | ^ | void /usr/local/include/duckdb.h:4025:72: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 4025 | DUCKDB_C_API duckdb_aggregate_function duckdb_create_aggregate_function(); | ^ | void /usr/local/include/duckdb.h:4186:64: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 4186 | DUCKDB_C_API duckdb_table_function duckdb_create_table_function(); | ^ | void /usr/local/include/duckdb.h:5400:62: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 5400 | DUCKDB_C_API duckdb_cast_function duckdb_create_cast_function(); | ^ | void /usr/local/include/duckdb.h:5588:70: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 5588 | DUCKDB_C_API duckdb_file_open_options duckdb_create_file_open_options(); | ^ | void /usr/local/include/duckdb.h:5699:62: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 5699 | DUCKDB_C_API duckdb_config_option duckdb_create_config_option(); | ^ | void /usr/local/include/duckdb.h:5787:62: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 5787 | DUCKDB_C_API duckdb_copy_function duckdb_create_copy_function(); | ^ | void /usr/local/include/duckdb.h:6214:58: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 6214 | 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.4/ -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,lua54 at 1780784328.80 ===> databases/luadbi,lua54 ===> Faking installation for lua5454dbi-0.7.5 install -m 644 -D DBI.lua /exopi-obj/pobj/lua54dbi-0.7.5-lua54/fake-amd64-lua54/usr/local/share/lua/5.4//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.4/ -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/lua54dbi-0.7.5-lua54/fake-amd64-lua54/usr/local/lib/lua/5.4//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.4/ -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/lua54dbi-0.7.5-lua54/fake-amd64-lua54/usr/local/lib/lua/5.4//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.4/ -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/lua54dbi-0.7.5-lua54/fake-amd64-lua54/usr/local/lib/lua/5.4//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.4/ -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/lua54dbi-0.7.5-lua54/fake-amd64-lua54/usr/local/lib/lua/5.4//dbd/duckdb.so ===> Building package for lua54dbi-0.7.5 Create /exopi-cvs/ports/packages/amd64/all/lua54dbi-0.7.5.tgz Creating package lua54dbi-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/lua54dbi-0.7.5.tgz `/exopi-obj/pobj/lua54dbi-0.7.5-lua54/fake-amd64-lua54/.fake_done' is up to date. ===> Building package for lua54dbi-mysql-0.7.5 Create /exopi-cvs/ports/packages/amd64/all/lua54dbi-mysql-0.7.5.tgz Creating package lua54dbi-mysql-0.7.5 reading plist| checking dependencies| checking dependencies|databases/luadbi,lua54,-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/lua54dbi-mysql-0.7.5.tgz `/exopi-obj/pobj/lua54dbi-0.7.5-lua54/fake-amd64-lua54/.fake_done' is up to date. ===> Building package for lua54dbi-pgsql-0.7.5 Create /exopi-cvs/ports/packages/amd64/all/lua54dbi-pgsql-0.7.5.tgz Creating package lua54dbi-pgsql-0.7.5 reading plist| checking dependencies| checking dependencies|databases/luadbi,lua54,-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/lua54dbi-pgsql-0.7.5.tgz `/exopi-obj/pobj/lua54dbi-0.7.5-lua54/fake-amd64-lua54/.fake_done' is up to date. ===> Building package for lua54dbi-duckdb-0.7.5 Create /exopi-cvs/ports/packages/amd64/all/lua54dbi-duckdb-0.7.5.tgz Creating package lua54dbi-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% Link to /exopi-cvs/ports/packages/amd64/ftp/lua54dbi-duckdb-0.7.5.tgz >>> Running clean in databases/luadbi,lua54 at 1780784334.18 ===> databases/luadbi,lua54 ===> Cleaning for lua54dbi-0.7.5 >>> Ended at 1780784334.42 max_stuck=0.00/depends=2.35/show-prepare-results=1.15/build=2.47/package=5.38/clean=0.29