Building p5-DBD-mysql51-4.027.txz (origin /buildshare/ports/355755/databases/p5-DBD-mysql51) for powerpc-10-0 on XXX slot2: created x distfiles/ x distfiles/DBD-mysql-4.027.tar.gz x packages/ x packages/perl5-5.16.3_10.txz x packages/p5-DBI-1.631.txz x packages/mysql51-client-5.1.73_1.txz x packages/pkg-1.2.7_2.txz ELF ldconfig path: /lib /usr/lib /usr/lib/compat Make depends ===> p5-DBD-mysql51-4.027 depends on file: /usr/local/sbin/pkg - not found ===> Verifying install for /usr/local/sbin/pkg in /buildshare/ports/355755/ports-mgmt/pkg ===> Installing existing package /packages/pkg-1.2.7_2.txz Installing pkg-1.2.7_2... done If you are upgrading from the old package format, first run: # pkg2ng ===> Returning to build of p5-DBD-mysql51-4.027 ===> p5-DBD-mysql51-4.027 depends on shared library: libmysqlclient.so.16 - not found ===> Verifying for libmysqlclient.so.16 in /buildshare/ports/355755/databases/mysql51-client ===> Installing existing package /packages/mysql51-client-5.1.73_1.txz Installing mysql51-client-5.1.73_1... done ===> Returning to build of p5-DBD-mysql51-4.027 ===> p5-DBD-mysql51-4.027 depends on package: p5-DBI>=1.08 - not found ===> Verifying install for p5-DBI>=1.08 in /buildshare/ports/355755/databases/p5-DBI ===> Installing existing package /packages/p5-DBI-1.631.txz Installing p5-DBI-1.631...Installing perl5-5.16.3_10... done done ===> Returning to build of p5-DBD-mysql51-4.027 ===> p5-DBD-mysql51-4.027 depends on file: /usr/local/bin/perl5.16.3 - found ===> p5-DBD-mysql51-4.027 depends on package: p5-DBI>=1.08 - found ===> p5-DBD-mysql51-4.027 depends on file: /usr/local/bin/perl5.16.3 - found Make install ===> License ART10 GPLv1 accepted by the user ===> p5-DBD-mysql51-4.027 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by p5-DBD-mysql51-4.027 for building ===> Extracting for p5-DBD-mysql51-4.027 => SHA256 Checksum OK for DBD-mysql-4.027.tar.gz. ===> Patching for p5-DBD-mysql51-4.027 ===> p5-DBD-mysql51-4.027 depends on package: p5-DBI>=1.08 - found ===> p5-DBD-mysql51-4.027 depends on file: /usr/local/bin/perl5.16.3 - found ===> p5-DBD-mysql51-4.027 depends on shared library: libmysqlclient.so.16 - found (/usr/local/lib/mysql/libmysqlclient.so.16) ===> Configuring for p5-DBD-mysql51-4.027 PLEASE NOTE: For 'make test' to run properly, you must ensure that the database user 'root' can connect to your MySQL server and has the proper privileges that these tests require such as 'drop table', 'create table', 'drop procedure', 'create procedure' as well as others. mysql> grant all privileges on test.* to 'root'@'localhost' identified by 's3kr1t'; You can also optionally set the user to run 'make test' with: perl Makefile.PL --testuser=username Warning: prerequisite Test::Deep 0 not found. I will use the following settings for compiling and testing: cflags (mysql_config) = -I/usr/local/include/mysql -pipe -fno-strict-aliasing embedded (mysql_config) = ldflags (mysql_config) = libs (mysql_config) = -L/usr/local/lib/mysql -lmysqlclient -lz -lcrypt -lm mysql_config (guessed ) = mysql_config nocatchstderr (default ) = 0 nofoundrows (default ) = 0 ssl (guessed ) = 0 testdb (default ) = test testhost (default ) = testpassword (default ) = testport (default ) = testsocket (default ) = testuser (guessed ) = root To change these settings, see 'perl Makefile.PL --help' and 'perldoc DBD::mysql::INSTALL'. Checking if your kit is complete... Looks good Using DBI 1.631 (for perl 5.016003 on powerpc-freebsd-thread-multi-64int) installed in /usr/local/lib/perl5/site_perl/5.16/mach/auto/DBI/ Writing Makefile for DBD::mysql Writing MYMETA.yml and MYMETA.json ===> Building for p5-DBD-mysql51-4.027 cp lib/DBD/mysql.pm blib/lib/DBD/mysql.pm cp lib/DBD/mysql/GetInfo.pm blib/lib/DBD/mysql/GetInfo.pm cp README.pod blib/lib/DBD/README.pod cp lib/DBD/mysql/INSTALL.pod blib/lib/DBD/mysql/INSTALL.pod cp lib/Bundle/DBD/mysql.pm blib/lib/Bundle/DBD/mysql.pm cc -c -I/usr/local/lib/perl5/site_perl/5.16/mach/auto/DBI -I/usr/local/include/mysql -pipe -fno-strict-aliasing -DDBD_MYSQL_INSERT_ID_IS_GOOD -g -O2 -pipe -fno-strict-aliasing -O2 -pipe -fno-strict-aliasing -DVERSION=\"4.027\" -DXS_VERSION=\"4.027\" -DPIC -fPIC "-I/usr/local/lib/perl5/5.16/mach/CORE" dbdimp.c dbdimp.c: In function 'mysql_db_FETCH_attrib': dbdimp.c:2587: warning: cast from pointer to integer of different size dbdimp.c: In function 'mysql_st_FETCH_attrib': dbdimp.c:4541: warning: cast from pointer to integer of different size /usr/local/bin/perl5 -p -e "s/~DRIVER~/mysql/g" /usr/local/lib/perl5/site_perl/5.16/mach/auto/DBI/Driver.xst > mysql.xsi /usr/local/bin/perl5 /usr/local/lib/perl5/5.16/ExtUtils/xsubpp -typemap /usr/local/lib/perl5/5.16/ExtUtils/typemap mysql.xs > mysql.xsc && mv mysql.xsc mysql.c Warning: duplicate function definition 'do' detected in mysql.xs, line 242 Warning: duplicate function definition 'rows' detected in mysql.xs, line 754 cc -c -I/usr/local/lib/perl5/site_perl/5.16/mach/auto/DBI -I/usr/local/include/mysql -pipe -fno-strict-aliasing -DDBD_MYSQL_INSERT_ID_IS_GOOD -g -O2 -pipe -fno-strict-aliasing -O2 -pipe -fno-strict-aliasing -DVERSION=\"4.027\" -DXS_VERSION=\"4.027\" -DPIC -fPIC "-I/usr/local/lib/perl5/5.16/mach/CORE" mysql.c Running Mkbootstrap for DBD::mysql () chmod 644 mysql.bs rm -f blib/arch/auto/DBD/mysql/mysql.so LD_RUN_PATH="/usr/local/lib/mysql:/usr/lib" /usr/local/bin/perl5 myld cc -shared -L/usr/local/lib -fstack-protector dbdimp.o mysql.o -o blib/arch/auto/DBD/mysql/mysql.so -L/usr/local/lib/mysql -lmysqlclient -lz -lcrypt -lm chmod 755 blib/arch/auto/DBD/mysql/mysql.so cp mysql.bs blib/arch/auto/DBD/mysql/mysql.bs chmod 644 blib/arch/auto/DBD/mysql/mysql.bs Manifying blib/man3/DBD::mysql.3 Manifying blib/man3/DBD::README.3 Manifying blib/man3/DBD::mysql::INSTALL.3 Manifying blib/man3/Bundle::DBD::mysql.3 ===> Staging for p5-DBD-mysql51-4.027 ===> p5-DBD-mysql51-4.027 depends on package: p5-DBI>=1.08 - found ===> p5-DBD-mysql51-4.027 depends on file: /usr/local/bin/perl5.16.3 - found ===> Generating temporary packing list Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /obj/buildshare/ports/355755/databases/p5-DBD-mysql51/work/stage/usr/local/lib/perl5/site_perl/5.16/mach/auto/DBD/mysql/mysql.bs Installing /obj/buildshare/ports/355755/databases/p5-DBD-mysql51/work/stage/usr/local/lib/perl5/site_perl/5.16/mach/auto/DBD/mysql/mysql.so Installing /obj/buildshare/ports/355755/databases/p5-DBD-mysql51/work/stage/usr/local/lib/perl5/site_perl/5.16/mach/DBD/README.pod Installing /obj/buildshare/ports/355755/databases/p5-DBD-mysql51/work/stage/usr/local/lib/perl5/site_perl/5.16/mach/DBD/mysql.pm Installing /obj/buildshare/ports/355755/databases/p5-DBD-mysql51/work/stage/usr/local/lib/perl5/site_perl/5.16/mach/DBD/mysql/INSTALL.pod Installing /obj/buildshare/ports/355755/databases/p5-DBD-mysql51/work/stage/usr/local/lib/perl5/site_perl/5.16/mach/DBD/mysql/GetInfo.pm Installing /obj/buildshare/ports/355755/databases/p5-DBD-mysql51/work/stage/usr/local/lib/perl5/site_perl/5.16/mach/Bundle/DBD/mysql.pm Installing /obj/buildshare/ports/355755/databases/p5-DBD-mysql51/work/stage/usr/local/lib/perl5/5.16/man/man3/DBD::mysql::INSTALL.3 Installing /obj/buildshare/ports/355755/databases/p5-DBD-mysql51/work/stage/usr/local/lib/perl5/5.16/man/man3/DBD::mysql.3 Installing /obj/buildshare/ports/355755/databases/p5-DBD-mysql51/work/stage/usr/local/lib/perl5/5.16/man/man3/DBD::README.3 Installing /obj/buildshare/ports/355755/databases/p5-DBD-mysql51/work/stage/usr/local/lib/perl5/5.16/man/man3/Bundle::DBD::mysql.3 ====> Compressing man pages (compress-man) ===> Installing for p5-DBD-mysql51-4.027 ===> Checking if databases/p5-DBD-mysql51 already installed ===> Registering installation for p5-DBD-mysql51-4.027 Installing p5-DBD-mysql51-4.027... done Make package ===> Building package for p5-DBD-mysql51-4.027 slot2: removed