=> Bootstrap dependency digest>=20010302: found digest-20121220 WARNING: [bsd.prefs.mk] The package mysql++-2.1.1-mysql is missing DESTDIR support. WARNING: [license.mk] Every package should define a LICENSE. => Checksum SHA1 OK for mysql++-2.1.1.tar.gz => Checksum RMD160 OK for mysql++-2.1.1.tar.gz ===> Installing dependencies for mysql++-2.1.1-mysql ========================================================================== The following variables will affect the build process of this package, mysql++-2.1.1-mysql. Their current value is shown below: * SSLBASE = /usr * SSLCERTS = /etc/openssl/certs * SSLDIR = /etc/openssl * SSLKEYS = /etc/openssl/private You may want to abort the process now with CTRL-C and change their value before continuing. Be sure to run `/usr/bin/make clean' after the changes. ========================================================================== => Tool dependency libtool-base>=2.2.6bnb3: found libtool-base-2.4.2nb3 => Tool dependency gmake>=3.81: found gmake-3.82nb7 => Tool dependency checkperms>=1.1: found checkperms-1.11 => Full dependency mysql-client>=5.5.10<5.6: found mysql-client-5.5.32 => Full dependency mysql-client>=5.5.29nb1<5.6: found mysql-client-5.5.32 ===> Overriding tools for mysql++-2.1.1-mysql ===> Extracting for mysql++-2.1.1-mysql ===> Patching for mysql++-2.1.1-mysql => Applying pkgsrc patches for mysql++-2.1.1-mysql => Verifying /usr/pkgsrc/wip/mysql++/patches/patch-aa => Applying pkgsrc patch /usr/pkgsrc/wip/mysql++/patches/patch-aa Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD$ | |--- Makefile.in.orig Wed Apr 5 07:44:49 2006 |+++ Makefile.in Thu Apr 27 23:34:16 2006 -------------------------- Patching file Makefile.in using Plan A... Hunk #1 succeeded at 20. done => Verifying /usr/pkgsrc/wip/mysql++/patches/patch-ab => Applying pkgsrc patch /usr/pkgsrc/wip/mysql++/patches/patch-ab Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD$ | |--- configure.orig 2006-12-04 16:42:08.000000000 +0000 |+++ configure 2006-12-04 16:42:59.000000000 +0000 -------------------------- Patching file configure using Plan A... Hunk #1 succeeded at 3924. Hunk #2 succeeded at 3966. Hunk #3 succeeded at 7477. done => Verifying /usr/pkgsrc/wip/mysql++/patches/patch-ac => Applying pkgsrc patch /usr/pkgsrc/wip/mysql++/patches/patch-ac Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD$ | |--- lib/connection.h.orig 2006-12-04 17:32:25.000000000 +0000 |+++ lib/connection.h 2006-12-04 17:32:38.000000000 +0000 -------------------------- Patching file lib/connection.h using Plan A... Hunk #1 succeeded at 32. done ===> Creating toolchain wrappers for mysql++-2.1.1-mysql ===> Configuring for mysql++-2.1.1-mysql => Modifying GNU configure scripts to avoid --recheck => Replacing config-guess with pkgsrc versions => Replacing config-sub with pkgsrc versions => Replacing install-sh with pkgsrc version => Checking for portability problems in extracted files ERROR: [check-portability.awk] => Found test ... == ...: ERROR: [check-portability.awk] configure: if test "x$GCC" == "xyes"; then Explanation: =========================================================================== The "test" command, as well as the "[" command, are not required to know the "==" operator. Only a few implementations like bash and some versions of ksh support it. When you run "test foo == foo" on a platform that does not support the "==" operator, the result will be "false" instead of "true". This can lead to unexpected behavior. There are two ways to fix this error message. If the file that contains the "test ==" is needed for building the package, you should create a patch for it, replacing the "==" operator with "=". If the file is not needed, add its name to the CHECK_PORTABILITY_SKIP variable in the package Makefile. =========================================================================== *** Error code 1 Stop. make: stopped in /usr/pkgsrc/wip/mysql++ *** Error code 1 Stop. make: stopped in /usr/pkgsrc/wip/mysql++