=> Bootstrap dependency digest>=20010302: found digest-20121220 WARNING: [license.mk] Every package should define a LICENSE. => Checksum SHA1 OK for gambc-v4_4_1.tgz => Checksum RMD160 OK for gambc-v4_4_1.tgz ===> Installing dependencies for gambc-4.4.1 => Tool dependency gmake>=3.81: found gmake-3.82nb7 => Tool dependency checkperms>=1.1: found checkperms-1.11 ===> Overriding tools for gambc-4.4.1 ===> Extracting for gambc-4.4.1 ===> Patching for gambc-4.4.1 => Applying pkgsrc patches for gambc-4.4.1 => Verifying /usr/pkgsrc/wip/gambc/patches/patch-aa => Applying pkgsrc patch /usr/pkgsrc/wip/gambc/patches/patch-aa Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD$ | |--- makefile.in.orig 2008-12-23 15:08:52.000000000 +0100 |+++ makefile.in -------------------------- Patching file makefile.in using Plan A... Hunk #1 succeeded at 70. done => Verifying /usr/pkgsrc/wip/gambc/patches/patch-ab => Applying pkgsrc patch /usr/pkgsrc/wip/gambc/patches/patch-ab Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD$ | |--- bin/makefile.in.orig 2009-04-06 21:50:09.000000000 +0200 |+++ bin/makefile.in -------------------------- Patching file bin/makefile.in using Plan A... Hunk #1 succeeded at 8. Hunk #2 succeeded at 258. done => Verifying /usr/pkgsrc/wip/gambc/patches/patch-ac => Applying pkgsrc patch /usr/pkgsrc/wip/gambc/patches/patch-ac Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD$ | |--- gsc/makefile.in.orig 2009-04-06 21:51:13.000000000 +0200 |+++ gsc/makefile.in -------------------------- Patching file gsc/makefile.in using Plan A... Hunk #1 succeeded at 8. Hunk #2 succeeded at 210. done => Verifying /usr/pkgsrc/wip/gambc/patches/patch-ad => Applying pkgsrc patch /usr/pkgsrc/wip/gambc/patches/patch-ad Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD$ | |--- gsi/makefile.in.orig 2009-04-06 21:52:38.000000000 +0200 |+++ gsi/makefile.in -------------------------- Patching file gsi/makefile.in using Plan A... Hunk #1 succeeded at 8. Hunk #2 succeeded at 194. done ===> Creating toolchain wrappers for gambc-4.4.1 ===> Configuring for gambc-4.4.1 => Preparing build-time and installation configuration. INFO: [subst.mk:build] Nothing changed in ./configure. INFO: [subst.mk:build] Nothing changed in ./bin/makefile.in. INFO: [subst.mk:build] Nothing changed in ./gsc/makefile.in. INFO: [subst.mk:build] Nothing changed in ./gsi/makefile.in. => 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] bin/gambc-doc.bat.unix.in: if [ "${GAMBC_DOC_ARG1}" == "help" ]; 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/gambc *** Error code 1 Stop. make: stopped in /usr/pkgsrc/wip/gambc