>>> Building on exopi-1 under databases/p5-DBD-Sybase BDEPENDS = [databases/freetds;databases/p5-DBI] DIST = [databases/p5-DBD-Sybase:DBD-Sybase-1.20.tgz] FULLPKGNAME = p5-DBD-Sybase-1.20 RDEPENDS = [databases/freetds;databases/p5-DBI] (Junk lock obtained for exopi-1 at 1713262347.73) >>> Running depends in databases/p5-DBD-Sybase at 1713262347.77 last junk was in math/py-datedelta,python3 /usr/sbin/pkg_add -aI -Drepair freetds-1.4.12 p5-DBI-1.643p0 was: /usr/sbin/pkg_add -aI -Drepair freetds-1.4.12 p5-DBI-1.643p0 /usr/sbin/pkg_add -aI -Drepair freetds-1.4.12 p5-DBI-1.643p0 >>> Running show-prepare-results in databases/p5-DBD-Sybase at 1713262357.02 ===> databases/p5-DBD-Sybase ===> Building from scratch p5-DBD-Sybase-1.20 ===> p5-DBD-Sybase-1.20 depends on: p5-DBI-* -> p5-DBI-1.643p0 ===> p5-DBD-Sybase-1.20 depends on: freetds-* -> freetds-1.4.12 ===> Verifying specs: c ct intl m perl ===> found c.100.0 ct.6.1 intl.8.0 m.10.1 perl.23.0 freetds-1.4.12 p5-DBI-1.643p0 (Junk lock released for exopi-1 at 1713262358.06) distfiles size=203569 >>> Running build in databases/p5-DBD-Sybase at 1713262358.09 ===> databases/p5-DBD-Sybase ===> Checking files for p5-DBD-Sybase-1.20 `/exopi-cvs/ports/distfiles/DBD-Sybase-1.20.tgz' is up to date. >> (SHA256) DBD-Sybase-1.20.tgz: OK ===> Extracting for p5-DBD-Sybase-1.20 ===> Patching for p5-DBD-Sybase-1.20 ===> 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 p5-DBD-Sybase-1.20 ===> Configuring for p5-DBD-Sybase-1.20 Unknown Client Library version - assuming FreeTDS. By default DBD::Sybase 1.05 and later use the 'CHAINED' mode (where available) when 'AutoCommit' is turned off. Versions 1.04 and older instead managed the transactions explicitly with a 'BEGIN TRAN' before the first DML statement. Using the 'CHAINED' mode is preferable as it is the way that Sybase implements AutoCommit handling for both its ODBC and JDBC drivers. Use 'CHAINED' mode by default (Y/N) [Y]: Running in 64bit mode - looking for '64' libraries... BLK api NOT available. * Writing login information, including password, to file PWD. Checking if your kit is complete... Looks good Warning (mostly harmless): No library found for -lcs Warning (mostly harmless): No library found for -ltcl Warning (mostly harmless): No library found for -lcomn Warning (mostly harmless): No library found for -lblk Warning (mostly harmless): No library found for -ldl Using DBI 1.643 (for perl 5.036003 on amd64-openbsd) installed in /usr/local/libdata/perl5/site_perl/amd64-openbsd/auto/DBI/ Generating a Unix-style Makefile Writing Makefile for DBD::Sybase Writing MYMETA.yml and MYMETA.json ===> Building for p5-DBD-Sybase-1.20 cp dbd-sybase.pod blib/lib/DBD/dbd-sybase.pod cp Sybase.pm blib/lib/DBD/Sybase.pm Running Mkbootstrap for Sybase () chmod 644 "Sybase.bs" "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Sybase.bs blib/arch/auto/DBD/Sybase/Sybase.bs 644 "/usr/bin/perl" -p -e "s/~DRIVER~/Sybase/g" /usr/local/libdata/perl5/site_perl/amd64-openbsd/auto/DBI/Driver.xst > Sybase.xsi "/usr/bin/perl" "/usr/libdata/perl5/ExtUtils/xsubpp" -typemap '/usr/libdata/perl5/ExtUtils/typemap' Sybase.xs > Sybase.xsc mv Sybase.xsc Sybase.c cc -c -I/usr/local/include -DSYB_LP64 -DNO_BLK=1 -I/usr/local/libdata/perl5/site_perl/amd64-openbsd/auto/DBI -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -DVERSION=\"1.20\" -DXS_VERSION=\"1.20\" -DPIC -fpic "-I/usr/libdata/perl5/amd64-openbsd/CORE" Sybase.c cc -c -I/usr/local/include -DSYB_LP64 -DNO_BLK=1 -I/usr/local/libdata/perl5/site_perl/amd64-openbsd/auto/DBI -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -DVERSION=\"1.20\" -DXS_VERSION=\"1.20\" -DPIC -fpic "-I/usr/libdata/perl5/amd64-openbsd/CORE" dbdimp.c dbdimp.c:438:16: warning: comparison of array 'srvmsg->text' not equal to a null pointer is always true [-Wtautological-pointer-compare] if(srvmsg->text != NULL && (c = strchr( srvmsg->text, '\'' )) != NULL) { ~~~~~~~~^~~~ ~~~~ dbdimp.c:2128:39: warning: format specifies type 'unsigned int' but the argument has type 'void *' [-Wformat] sprintf(imp_dbh->tranName, "DBI%x", (void*)imp_dbh); ~~ ^~~~~~~~~~~~~~ dbdimp.c:2734:9: warning: format specifies type 'unsigned int' but the argument has type 'CS_COMMAND *' (aka 'struct _cs_command *') [-Wformat] cmd, connection); ^~~ dbdimp.c:2734:14: warning: format specifies type 'unsigned int' but the argument has type 'CS_CONNECTION *' (aka 'struct _cs_connection *') [-Wformat] cmd, connection); ^~~~~~~~~~ dbdimp.c:4112:13: warning: format specifies type 'unsigned int' but the argument has type 'CS_COMMAND *' (aka 'struct _cs_command *') [-Wformat] imp_sth->cmd, imp_sth->statement, imp_sth); ^~~~~~~~~~~~ dbdimp.c:4112:47: warning: format specifies type 'unsigned int' but the argument has type 'imp_sth_t *' (aka 'struct imp_sth_st *') [-Wformat] imp_sth->cmd, imp_sth->statement, imp_sth); ^~~~~~~ dbdimp.c:4779:50: warning: format specifies type 'unsigned int' but the argument has type 'imp_sth_t *' (aka 'struct imp_sth_st *') [-Wformat] " syb_st_destroy: called on %x...\n", imp_sth); ~~ ^~~~~~~ dbdimp.c:4817:51: warning: format specifies type 'unsigned int' but the argument has type 'CS_COMMAND *' (aka 'struct _cs_command *') [-Wformat] " ct_cmd_drop() -> CS_COMMAND %x\n", imp_sth->cmd); ~~ ^~~~~~~~~~~~ dbdimp.c:5047:9: warning: format specifies type 'unsigned int' but the argument has type 'CS_BYTE *' (aka 'unsigned char *') [-Wformat] imp_dbh->iodesc.textptr, imp_dbh->iodesc.timestamp, imp_dbh->iodesc.datatype); ^~~~~~~~~~~~~~~~~~~~~~~ dbdimp.c:5047:34: warning: format specifies type 'unsigned int' but the argument has type 'CS_BYTE *' (aka 'unsigned char *') [-Wformat] imp_dbh->iodesc.textptr, imp_dbh->iodesc.timestamp, imp_dbh->iodesc.datatype); ^~~~~~~~~~~~~~~~~~~~~~~~~ dbdimp.c:5726:22: warning: format specifies type 'int' but the argument has type 'IV' (aka 'long') [-Wformat] phs->sv_buf, phs->maxlen, SvOK(phs->sv) ? 1 : 0); ^~~~~~~~~~~ dbdimp.c:5821:55: warning: multiple unsequenced modifications to 'lna' [-Wunsequenced] "bind %s <== '%.200s' (attribs: %s)\n", name, SvPV(newvalue, ^ /usr/libdata/perl5/amd64-openbsd/CORE/sv.h:1831:31: note: expanded from macro 'SvPV' #define SvPV(sv, len) SvPV_flags(sv, len, SV_GMAGIC) ^ /usr/libdata/perl5/amd64-openbsd/CORE/sv.h:1848:14: note: expanded from macro 'SvPV_flags' ? ((len = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &len, flags)) ^ 12 warnings generated. rm -f blib/arch/auto/DBD/Sybase/Sybase.so LD_RUN_PATH="/usr/local/lib" cc -L/usr/local//usr/local/lib -shared -fpic -fstack-protector-strong -L/usr/local/lib Sybase.o dbdimp.o -o blib/arch/auto/DBD/Sybase/Sybase.so -L/usr/local/lib -lct -lintl -lm chmod 755 blib/arch/auto/DBD/Sybase/Sybase.so Manifying 1 pod document >>> Running package in databases/p5-DBD-Sybase at 1713262364.12 ===> databases/p5-DBD-Sybase ===> Faking installation for p5-DBD-Sybase-1.20 "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Sybase.bs blib/arch/auto/DBD/Sybase/Sybase.bs 644 Manifying 1 pod document Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /exopi-obj/pobj/p5-DBD-Sybase-1.20/fake-amd64/usr/local/libdata/perl5/site_perl/amd64-openbsd/auto/DBD/Sybase/Sybase.so Installing /exopi-obj/pobj/p5-DBD-Sybase-1.20/fake-amd64/usr/local/libdata/perl5/site_perl/amd64-openbsd/DBD/dbd-sybase.pod Installing /exopi-obj/pobj/p5-DBD-Sybase-1.20/fake-amd64/usr/local/libdata/perl5/site_perl/amd64-openbsd/DBD/Sybase.pm Installing /exopi-obj/pobj/p5-DBD-Sybase-1.20/fake-amd64/usr/local/man/man3p/DBD::Sybase.3 Appending installation info to /exopi-obj/pobj/p5-DBD-Sybase-1.20/fake-amd64/usr/./libdata/perl5/amd64-openbsd/perllocal.pod ===> Building package for p5-DBD-Sybase-1.20 Create /exopi-cvs/ports/packages/amd64/all/p5-DBD-Sybase-1.20.tgz Creating package p5-DBD-Sybase-1.20 reading plist| checking dependencies| checking dependencies|databases/freetds checking dependencies|databases/p5-DBI checksumming| checksumming| | 0% checksumming|*** | 5% checksumming|****** | 10% checksumming|********* | 15% checksumming|************ | 20% checksumming|*************** | 25% checksumming|****************** | 30% checksumming|********************* | 35% checksumming|************************ | 40% checksumming|*************************** | 45% checksumming|******************************* | 50% checksumming|********************************** | 55% checksumming|************************************* | 60% checksumming|**************************************** | 65% checksumming|******************************************* | 70% checksumming|********************************************** | 75% checksumming|************************************************* | 80% checksumming|**************************************************** | 85% checksumming|******************************************************* | 90% checksumming|********************************************************** | 95% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|**************************** | 44% archiving|******************************************* | 68% archiving|*********************************************************** | 93% archiving|****************************************************************|100% /exopi-cvs/ports/plist/amd64/p5-DBD-Sybase-1.20 was updated @wantlib c.99.0 -> @wantlib c.100.0 Link to /exopi-cvs/ports/packages/amd64/ftp/p5-DBD-Sybase-1.20.tgz >>> Running clean in databases/p5-DBD-Sybase at 1713262373.32 ===> databases/p5-DBD-Sybase ===> Cleaning for p5-DBD-Sybase-1.20 >>> Ended at 1713262373.56 max_stuck=6.32/depends=9.26/show-prepare-results=1.07/build=6.02/package=9.21/clean=0.27