+ case "${usergroup_phase}" in + local run_cmd + run_cmd=run_su + shift + run_su /opt/local/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent MYSQL_VERSION_REQD=mariadb114 WRKLOG=/tmp/bulklog/p5-DBD-mariadb114-5.013nb1/work.log + su pbulk -c '"$@"' make /opt/local/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent MYSQL_VERSION_REQD=mariadb114 WRKLOG=/tmp/bulklog/p5-DBD-mariadb114-5.013nb1/work.log ===> Building for p5-DBD-mariadb114-5.013nb1 --- blib/lib/DBD/.exists --- --- blib/arch/.exists --- --- blib/lib/auto/DBD/mysql/.exists --- --- blib/arch/auto/DBD/mysql/.exists --- --- blib/bin/.exists --- --- blib/script/.exists --- --- blib/man1/.exists --- --- blib/man3/.exists --- --- config --- --- subdirs --- --- dynamic --- --- mysql.xsi --- --- blibdirs --- --- mysql.bs --- --- dbdimp.o --- --- mysql.xsi --- "/opt/local/bin/perl" -p -e "s/~DRIVER~/mysql/g" /opt/local/lib/perl5/vendor_perl/5.42.0/x86_64-solaris-thread-multi-64/auto/DBI/Driver.xst > mysql.xsi --- mysql.bs --- Running Mkbootstrap for mysql () --- dbdimp.o --- gcc -c -I/opt/local/lib/perl5/vendor_perl/5.42.0/x86_64-solaris-thread-multi-64/auto/DBI -I/opt/local/include/mysql -I/opt/local/include/mysql/mysql -g -D_REENTRANT -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -pthread -I/opt/local/include -I/usr/include -fwrapv -fno-strict-aliasing -I/opt/local/include -m64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include/mysql -I/opt/local/include -I/opt/local/lib/perl5/vendor_perl/5.42.0/x86_64-solaris-thread-multi-64/auto/DBI -I/usr/include -I/opt/local/include/mysql -I/opt/local/include -I/opt/local/lib/perl5/vendor_perl/5.42.0/x86_64-solaris-thread-multi-64/auto/DBI -I/usr/include -DVERSION=\"5.013\" -DXS_VERSION=\"5.013\" -fPIC "-I/opt/local/lib/perl5/5.42.0/x86_64-solaris-thread-multi-64/CORE" dbdimp.c --- socket.o --- gcc -c -I/opt/local/lib/perl5/vendor_perl/5.42.0/x86_64-solaris-thread-multi-64/auto/DBI -I/opt/local/include/mysql -I/opt/local/include/mysql/mysql -g -D_REENTRANT -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -pthread -I/opt/local/include -I/usr/include -fwrapv -fno-strict-aliasing -I/opt/local/include -m64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include/mysql -I/opt/local/include -I/opt/local/lib/perl5/vendor_perl/5.42.0/x86_64-solaris-thread-multi-64/auto/DBI -I/usr/include -I/opt/local/include/mysql -I/opt/local/include -I/opt/local/lib/perl5/vendor_perl/5.42.0/x86_64-solaris-thread-multi-64/auto/DBI -I/usr/include -DVERSION=\"5.013\" -DXS_VERSION=\"5.013\" -fPIC "-I/opt/local/lib/perl5/5.42.0/x86_64-solaris-thread-multi-64/CORE" socket.c --- pm_to_blib --- --- mysql.bs --- chmod 644 "mysql.bs" --- config --- --- mysql.c --- "/opt/local/bin/perl" "/opt/local/lib/perl5/5.42.0/ExtUtils/xsubpp" -typemap '/opt/local/lib/perl5/5.42.0/ExtUtils/typemap' mysql.xs > mysql.xsc --- blib/arch/auto/DBD/mysql/mysql.bs --- "/opt/local/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- mysql.bs blib/arch/auto/DBD/mysql/mysql.bs 644 --- pm_to_blib --- cp lib/DBD/mysql/GetInfo.pm blib/lib/DBD/mysql/GetInfo.pm cp lib/DBD/mysql/INSTALL.pod blib/lib/DBD/mysql/INSTALL.pod cp lib/DBD/mysql.pm blib/lib/DBD/mysql.pm --- mysql.c --- Warning: duplicate function definition 'do' detected in mysql.xs, line 142 Warning: duplicate function definition 'rows' detected in mysql.xs, line 550 mv mysql.xsc mysql.c --- mysql.o --- gcc -c -I/opt/local/lib/perl5/vendor_perl/5.42.0/x86_64-solaris-thread-multi-64/auto/DBI -I/opt/local/include/mysql -I/opt/local/include/mysql/mysql -g -D_REENTRANT -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -pthread -I/opt/local/include -I/usr/include -fwrapv -fno-strict-aliasing -I/opt/local/include -m64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include/mysql -I/opt/local/include -I/opt/local/lib/perl5/vendor_perl/5.42.0/x86_64-solaris-thread-multi-64/auto/DBI -I/usr/include -I/opt/local/include/mysql -I/opt/local/include -I/opt/local/lib/perl5/vendor_perl/5.42.0/x86_64-solaris-thread-multi-64/auto/DBI -I/usr/include -DVERSION=\"5.013\" -DXS_VERSION=\"5.013\" -fPIC "-I/opt/local/lib/perl5/5.42.0/x86_64-solaris-thread-multi-64/CORE" mysql.c --- dbdimp.o --- dbdimp.c: In function 'parse_params': dbdimp.c:639:22: warning: implicit declaration of function 'mysql_real_escape_string_quote'; did you mean 'mysql_real_escape_string'? [-Wimplicit-function-declaration] 639 | ptr += mysql_real_escape_string_quote(sock, ptr, valbuf, vallen, '\''); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | mysql_real_escape_string dbdimp.c: In function 'mysql_dr_connect': dbdimp.c:1244:31: error: 'MYSQL_OPT_COMPRESSION_ALGORITHMS' undeclared (first use in this function) 1244 | mysql_options(sock, MYSQL_OPT_COMPRESSION_ALGORITHMS, calg); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dbdimp.c:1244:31: note: each undeclared identifier is reported only once for each function it appears in dbdimp.c:1415:31: error: 'MYSQL_OPT_GET_SERVER_PUBLIC_KEY' undeclared (first use in this function); did you mean 'MYSQL_SERVER_PUBLIC_KEY'? 1415 | mysql_options(sock, MYSQL_OPT_GET_SERVER_PUBLIC_KEY, &server_get_pubkey); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | MYSQL_SERVER_PUBLIC_KEY dbdimp.c:1479:22: error: 'SSL_MODE_PREFERRED' undeclared (first use in this function) 1479 | ssl_mode = SSL_MODE_PREFERRED; | ^~~~~~~~~~~~~~~~~~ dbdimp.c:1481:26: error: 'SSL_MODE_VERIFY_IDENTITY' undeclared (first use in this function) 1481 | ssl_mode = SSL_MODE_VERIFY_IDENTITY; | ^~~~~~~~~~~~~~~~~~~~~~~~ dbdimp.c:1483:26: error: 'SSL_MODE_VERIFY_CA' undeclared (first use in this function) 1483 | ssl_mode = SSL_MODE_VERIFY_CA; | ^~~~~~~~~~~~~~~~~~ dbdimp.c:1485:26: error: 'SSL_MODE_REQUIRED' undeclared (first use in this function) 1485 | ssl_mode = SSL_MODE_REQUIRED; | ^~~~~~~~~~~~~~~~~ dbdimp.c:1486:37: error: 'MYSQL_OPT_SSL_MODE' undeclared (first use in this function); did you mean 'MYSQL_OPT_SSL_CRL'? 1486 | if (mysql_options(sock, MYSQL_OPT_SSL_MODE, &ssl_mode) != 0) { | ^~~~~~~~~~~~~~~~~~ | MYSQL_OPT_SSL_CRL dbdimp.c:1495:37: error: 'SSL_MODE_DISABLED' undeclared (first use in this function) 1495 | unsigned int ssl_mode = SSL_MODE_DISABLED; | ^~~~~~~~~~~~~~~~~ dbdimp.c: In function 'mysql_st_prepare': dbdimp.c:2419:24: warning: assignment to 'my_bool *' {aka 'char *'} from incompatible pointer type '_Bool *' [-Wincompatible-pointer-types] 2419 | bind->is_null= &(fbind->is_null); | ^ dbdimp.c: In function 'mysql_st_internal_execute41': dbdimp.c:2856:9: warning: implicit declaration of function 'mysql_stmt_bind_named_param'; did you mean 'mysql_stmt_bind_param'? [-Wimplicit-function-declaration] 2856 | if (mysql_stmt_bind_named_param(stmt,bind,num_params, NULL)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ | mysql_stmt_bind_param dbdimp.c: In function 'mysql_describe': dbdimp.c:3170:22: warning: assignment to 'my_bool *' {aka 'char *'} from incompatible pointer type '_Bool *' [-Wincompatible-pointer-types] 3170 | buffer->is_null= &(fbh->is_null); | ^ dbdimp.c:3171:20: warning: assignment to 'my_bool *' {aka 'char *'} from incompatible pointer type '_Bool *' [-Wincompatible-pointer-types] 3171 | buffer->error= (bool*) &(fbh->error); | ^ *** [dbdimp.o] Error code 1 bmake: stopped making "all" in /home/pbulk/build/databases/p5-DBD-mysql/work/DBD-mysql-5.013 bmake: 1 error bmake: stopped making "all" in /home/pbulk/build/databases/p5-DBD-mysql/work/DBD-mysql-5.013 *** Error code 2 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-trunk-x86_64/databases/p5-DBD-mysql *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-trunk-x86_64/databases/p5-DBD-mysql