------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/indexinfo-0.3.1.txz Installing /packages/All/gettext-runtime-0.20.2.txz Installing /packages/All/gmake-4.3_2.txz Installing /packages/All/unixODBC-2.3.7.txz Installing /packages/All/ncurses-6.1.20190525.txz Installing /packages/All/libedit-3.1.20191231,1.txz Installing /packages/All/lua52-5.2.4.txz SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> lua52-luasql-odbc-2.5.0_1 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> lua52-luasql-odbc-2.5.0_1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by lua52-luasql-odbc-2.5.0_1 for building SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> lua52-luasql-odbc-2.5.0_1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by lua52-luasql-odbc-2.5.0_1 for building => SHA256 Checksum OK for keplerproject-luasql-2.5.0_GH0.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> lua52-luasql-odbc-2.5.0_1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by lua52-luasql-odbc-2.5.0_1 for building ===> Extracting for lua52-luasql-odbc-2.5.0_1 => SHA256 Checksum OK for keplerproject-luasql-2.5.0_GH0.tar.gz. Extracted Memory Use: 0.78M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for lua52-luasql-odbc-2.5.0_1 ===> Converting DOS text files to UNIX text files SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> lua52-luasql-odbc-2.5.0_1 depends on package: gmake>=4.3 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- ===> lua52-luasql-odbc-2.5.0_1 depends on shared library: libodbc.so - found (/usr/local/lib/libodbc.so) ===> lua52-luasql-odbc-2.5.0_1 depends on shared library: liblua-5.2.so - found (/usr/local/lib/liblua-5.2.so) SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> lua52-luasql-odbc-2.5.0_1 depends on package: gmake>=4.3 - found ===> lua52-luasql-odbc-2.5.0_1 depends on shared library: libodbc.so - found (/usr/local/lib/libodbc.so) ===> lua52-luasql-odbc-2.5.0_1 depends on shared library: liblua-5.2.so - found (/usr/local/lib/liblua-5.2.so) ===> Configuring for lua52-luasql-odbc-2.5.0_1 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for lua52-luasql-odbc-2.5.0_1 gmake[1]: Entering directory '/construction/databases/luasql-odbc/luasql-2.5.0' cc -O2 -std=gnu99 -pipe -Wno-return-type -O2 -fno-strict-aliasing -fPIC -I/usr/local/include/lua52 -DLUASQL_VERSION_NUMBER='"2.4.0"' -c src/luasql.c -o src/luasql.o cc -O2 -std=gnu99 -pipe -Wno-return-type -O2 -fno-strict-aliasing -fPIC -I/usr/local/include/lua52 -DLUASQL_VERSION_NUMBER='"2.4.0"' src/ls_odbc.c -o src/odbc.so -shared src/luasql.o -I /usr/local/include -DUNIXODBC -L /usr/local/lib -lodbc src/ls_odbc.c: In function 'raw_execute': src/ls_odbc.c:692:37: warning: passing argument 2 of 'SQLRowCount' from incompatible pointer type [-Wincompatible-pointer-types] if(error(SQLRowCount(stmt->hstmt, &numrows))) { ^~~~~~~~ In file included from src/ls_odbc.c:21: /usr/local/include/sql.h:768:44: note: expected 'SQLLEN *' {aka 'long int *'} but argument is of type 'SQLINTEGER *' {aka 'int *'} SQLLEN *RowCount); ~~~~~~~~^~~~~~~~ src/ls_odbc.c: In function 'set_param': src/ls_odbc.c:710:57: warning: passing argument 10 of 'SQLBindParameter' from incompatible pointer type [-Wincompatible-pointer-types] SQL_DOUBLE, 0, 0, NULL, 0, &cbNull))) { ^~~~~~~ In file included from src/ls_odbc.c:23: /usr/local/include/sqlext.h:2049:21: note: expected 'SQLLEN *' {aka 'long int *'} but argument is of type 'SQLINTEGER *' {aka 'int *'} SQLLEN *pcbValue); ~~~~~~~~~~~~~~~~^~~~~~~~ src/ls_odbc.c:726:30: warning: passing argument 10 of 'SQLBindParameter' from incompatible pointer type [-Wincompatible-pointer-types] &data->type))) { ^~~~~~~~~~~ In file included from src/ls_odbc.c:23: /usr/local/include/sqlext.h:2049:21: note: expected 'SQLLEN *' {aka 'long int *'} but argument is of type 'SQLINTEGER *' {aka 'int *'} SQLLEN *pcbValue); ~~~~~~~~~~~~~~~~^~~~~~~~ src/ls_odbc.c:745:30: warning: passing argument 10 of 'SQLBindParameter' from incompatible pointer type [-Wincompatible-pointer-types] &data->type))) { ^~~~~~~~~~~ In file included from src/ls_odbc.c:23: /usr/local/include/sqlext.h:2049:21: note: expected 'SQLLEN *' {aka 'long int *'} but argument is of type 'SQLINTEGER *' {aka 'int *'} SQLLEN *pcbValue); ~~~~~~~~~~~~~~~~^~~~~~~~ src/ls_odbc.c:761:30: warning: passing argument 10 of 'SQLBindParameter' from incompatible pointer type [-Wincompatible-pointer-types] &data->type))) { ^~~~~~~~~~~ In file included from src/ls_odbc.c:23: /usr/local/include/sqlext.h:2049:21: note: expected 'SQLLEN *' {aka 'long int *'} but argument is of type 'SQLINTEGER *' {aka 'int *'} SQLLEN *pcbValue); ~~~~~~~~~~~~~~~~^~~~~~~~ gmake[1]: Leaving directory '/construction/databases/luasql-odbc/luasql-2.5.0' SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for lua52-luasql-odbc-2.5.0_1 ===> Generating temporary packing list install -s -m 0644 /construction/databases/luasql-odbc/luasql-2.5.0/src/odbc.so /construction/databases/luasql-odbc/stage/usr/local/lib/lua/5.2/luasql ====> Compressing man pages (compress-man) ====> Running Q/A tests (stage-qa) Warning: You have disabled the licenses framework with DISABLE_LICENSES, unable to run checks SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for lua52-luasql-odbc-2.5.0_1 file sizes/checksums [1]: 0% file sizes/checksums [1]: 100% packing files [1]: 0% packing files [1]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:00 TOTAL TIME 00:00:04