=> Bootstrap dependency digest>=20010302: found digest-20121220 => Checksum SHA1 OK for pylith-1.6.2.tgz => Checksum RMD160 OK for pylith-1.6.2.tgz ===> Installing dependencies for py27-pylith-1.6.2 ========================================================================== The following variables will affect the build process of this package, py27-pylith-1.6.2. Their current value is shown below: * PYTHON_VERSION_DEFAULT = 27 Based on these variables, the following variables have been set: * PYPACKAGE = python27 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 python27>=2.7.1nb2: found python27-2.7.5 ===> Overriding tools for py27-pylith-1.6.2 ===> Extracting for py27-pylith-1.6.2 ===> Patching for py27-pylith-1.6.2 => Applying pkgsrc patches for py27-pylith-1.6.2 => Verifying /usr/pkgsrc/wip/py-pylith/patches/patch-aa => Applying pkgsrc patch /usr/pkgsrc/wip/py-pylith/patches/patch-aa Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- configure.orig 2011-05-16 23:22:41.000000000 +0100 |+++ configure 2011-05-16 23:24:39.000000000 +0100 -------------------------- Patching file configure using Plan A... Hunk #1 succeeded at 16325 (offset 356 lines). Hunk #2 succeeded at 16803 (offset 363 lines). Hunk #3 succeeded at 16824 (offset 356 lines). done ===> Creating toolchain wrappers for py27-pylith-1.6.2 ===> Configuring for py27-pylith-1.6.2 => 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 $? == 0; then ERROR: [check-portability.awk] configure: if test $? == 0; 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/py-pylith *** Error code 1 Stop. make: stopped in /usr/pkgsrc/wip/py-pylith