=> Bootstrap dependency digest>=20010302: found digest-20121220 ===> Skipping vulnerability checks. WARNING: No /var/db/pkg/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /var/db/pkg fetch-pkg-vulnerabilities'. => Checksum SHA1 OK for protobuf-2.5.0.tar.gz => Checksum RMD160 OK for protobuf-2.5.0.tar.gz ===> Installing dependencies for py34-protobuf-2.5.0 ========================================================================== The following variables will affect the build process of this package, py34-protobuf-2.5.0. Their current value is shown below: * PYTHON_VERSION_DEFAULT = 27 Based on these variables, the following variables have been set: * PYPACKAGE = python34 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 checkperms>=1.1: found checkperms-1.11 => Full dependency py34-setuptools>=0.6c9: found py34-setuptools-6.0.2 => Full dependency protobuf>=2.4.1: found protobuf-2.5.0nb1 => Full dependency python34>=3.4: found python34-3.4.2 ===> Overriding tools for py34-protobuf-2.5.0 ===> Extracting for py34-protobuf-2.5.0 ===> Patching for py34-protobuf-2.5.0 ===> Creating toolchain wrappers for py34-protobuf-2.5.0 ===> Configuring for py34-protobuf-2.5.0 => Checking for portability problems in extracted files ERROR: [check-portability.awk] => Found test ... == ...: ERROR: [check-portability.awk] gtest/configure: if test "x$have_pthreads" == "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[1]: stopped in /bulk-data/pkgsrc/devel/py-protobuf *** Error code 1 Stop. make: stopped in /bulk-data/pkgsrc/devel/py-protobuf