Building check_mysql_health-2.1.5.1.txz (origin /buildshare/ports/355755/net-mgmt/check_mysql_health) for powerpc-10-0 on XXX slot2: created x distfiles/ x distfiles/check_mysql_health-2.1.5.1.tar.gz x packages/ x packages/p5-DBI-1.631.txz x packages/pkg-1.2.7_2.txz x packages/cmake-modules-2.8.12.1_1.txz x packages/p5-DBD-mysql-4.027.txz x packages/mysql55-client-5.5.37.txz x packages/cmake-2.8.12.1_4.txz x packages/perl5-5.16.3_10.txz ELF ldconfig path: /lib /usr/lib /usr/lib/compat Make depends ===> check_mysql_health-2.1.5.1 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 check_mysql_health-2.1.5.1 ===> check_mysql_health-2.1.5.1 depends on file: /usr/local/bin/perl5.16.3 - not found ===> Verifying install for /usr/local/bin/perl5.16.3 in /buildshare/ports/355755/lang/perl5.16 ===> Installing existing package /packages/perl5-5.16.3_10.txz Installing perl5-5.16.3_10... done ===> Returning to build of check_mysql_health-2.1.5.1 ===> check_mysql_health-2.1.5.1 depends on package: p5-DBD-mysql>=0 - not found ===> Verifying install for p5-DBD-mysql>=0 in /buildshare/ports/355755/databases/p5-DBD-mysql ===> Installing existing package /packages/p5-DBD-mysql-4.027.txz Installing p5-DBD-mysql-4.027...Installing mysql55-client-5.5.37... done Installing p5-DBI-1.631... done done ===> Returning to build of check_mysql_health-2.1.5.1 ===> check_mysql_health-2.1.5.1 depends on file: /usr/local/bin/perl5.16.3 - found Make install ===> License GPLv2 accepted by the user ===> check_mysql_health-2.1.5.1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by check_mysql_health-2.1.5.1 for building ===> Extracting for check_mysql_health-2.1.5.1 => SHA256 Checksum OK for check_mysql_health-2.1.5.1.tar.gz. ===> Patching for check_mysql_health-2.1.5.1 ===> check_mysql_health-2.1.5.1 depends on file: /usr/local/bin/perl5.16.3 - found ===> Configuring for check_mysql_health-2.1.5.1 ===> FreeBSD 10 autotools fix applied to /obj/buildshare/ports/355755/net-mgmt/check_mysql_health/work/check_mysql_health-2.1.5.1/acinclude.m4 ===> FreeBSD 10 autotools fix applied to /obj/buildshare/ports/355755/net-mgmt/check_mysql_health/work/check_mysql_health-2.1.5.1/aclocal.m4 ===> FreeBSD 10 autotools fix applied to /obj/buildshare/ports/355755/net-mgmt/check_mysql_health/work/check_mysql_health-2.1.5.1/configure configure: loading site script /buildshare/ports/355755/Templates/config.site checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel checking whether build environment is sane... yes checking for gawk... (cached) /usr/bin/awk checking whether make sets $(MAKE)... yes checking how to create a pax tar archive... gnutar checking build system type... powerpc-portbld-freebsd11.0 checking host system type... powerpc-portbld-freebsd11.0 checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel checking whether make sets $(MAKE)... (cached) yes variable with_statefiles_dir is /var/spool/nagios variable with_mymodules_dir is /usr/local/libexec/nagios variable with_mymodules_dyn_dir is /usr/local/libexec/nagios checking for sh... /bin/sh checking for perl... (cached) /usr/local/bin/perl checking for gzip... (cached) /usr/bin/gzip checking for gawk... /usr/bin/awk checking for grep... (cached) /usr/bin/grep checking for echo... /bin/echo checking for sed... (cached) /usr/bin/sed checking for cat... /bin/cat configure: creating ./config.status config.status: creating Makefile config.status: creating plugins-scripts/Makefile config.status: creating plugins-scripts/subst config.status: creating t/Makefile --with-perl: /usr/local/bin/perl --with-statefiles-dir: /var/spool/nagios --with-nagios-user: nagios --with-nagios-group: nagios --with-mymodules-dir: /usr/local/libexec/nagios --with-mymodules-dyn-dir: /usr/local/libexec/nagios ===> Building for check_mysql_health-2.1.5.1 Making all in plugins-scripts /bin/echo "#! #PERL# -w" | /usr/bin/awk -f ./subst > check_mysql_health /bin/echo "# nagios: -epn" >> check_mysql_health /bin/echo >> check_mysql_health /bin/echo "my %ERRORS=( OK => 0, WARNING => 1, CRITICAL => 2, UNKNOWN => 3 );" >> check_mysql_health /bin/echo "my %ERRORCODES=( 0 => 'OK', 1 => 'WARNING', 2 => 'CRITICAL', 3 => 'UNKNOWN' );" >> check_mysql_health for m in Nagios/DBD/MySQL/Server/Instance/Innodb.pm Nagios/DBD/MySQL/Server/Instance/Myisam.pm Nagios/DBD/MySQL/Server/Instance/Replication.pm Nagios/DBD/MySQL/Server/Instance.pm Nagios/DBD/MySQL/Server.pm Nagios/DBD/MySQL/Cluster.pm Nagios/Extraopts.pm; do /usr/bin/sed -e 's/^1;//g' < $m | /usr/bin/awk -f ./subst | /usr/bin/grep -v "my %ERROR" >> check_mysql_health; done if [ -d "/usr/local/libexec/nagios" ]; then for m in /usr/local/libexec/nagios/CheckMySQLHealthExt*.pm; do if [ -f $m ]; then /bin/echo found $m; /usr/bin/sed -e 's/^1;//g' < $m | /usr/bin/awk -f ./subst | /usr/bin/grep -v "my %ERROR" >> check_mysql_health; fi done fi /bin/cat check_mysql_health.pl | /usr/bin/grep -v "^use Nagios" | /usr/bin/grep -v "^my %ERROR" | /usr/bin/awk -f ./subst >> check_mysql_health chmod +x check_mysql_health Making all in t ===> Staging for check_mysql_health-2.1.5.1 ===> check_mysql_health-2.1.5.1 depends on package: p5-DBD-mysql>=0 - found ===> check_mysql_health-2.1.5.1 depends on file: /usr/local/bin/perl5.16.3 - found ===> Generating temporary packing list Making install in plugins-scripts test -z "/usr/local/libexec/nagios" || /obj/buildshare/ports/355755/net-mgmt/check_mysql_health/work/check_mysql_health-2.1.5.1/install-sh -d "/obj/buildshare/ports/355755/net-mgmt/check_mysql_health/work/stage/usr/local/libexec/nagios" install -o root -g wheel -m 555 'check_mysql_health' '/obj/buildshare/ports/355755/net-mgmt/check_mysql_health/work/stage/usr/local/libexec/nagios/check_mysql_health' Making install in t ====> Compressing man pages (compress-man) ===> Installing for check_mysql_health-2.1.5.1 ===> Checking if net-mgmt/check_mysql_health already installed ===> Registering installation for check_mysql_health-2.1.5.1 Installing check_mysql_health-2.1.5.1... done Make package ===> Building package for check_mysql_health-2.1.5.1 slot2: removed