=> Bootstrap dependency digest>=20010302: found digest-20190127 WARNING: [license.mk] Every package should define a LICENSE. ===> 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 sbcl-1.5.5-source.tar.bz2 => Checksum RMD160 OK for sbcl-1.5.5-source.tar.bz2 => Checksum SHA512 OK for sbcl-1.5.5-source.tar.bz2 ===> Installing dependencies for sbcl-1.5.5 => Tool dependency gmake>=3.81: found gmake-4.2.1nb1 => Tool dependency checkperms>=1.1: found checkperms-1.12 => Build dependency clisp-[0-9]*: found clisp-2.49nb26 => Build dependency cwrappers>=20150314: found cwrappers-20180325 ===> Overriding tools for sbcl-1.5.5 ===> Extracting for sbcl-1.5.5 ===> Patching for sbcl-1.5.5 => Applying pkgsrc patches for sbcl-1.5.5 => Verifying /amd/pkgsrc/CHROOT/P/pkgsrc/lang/sbcl/patches/patch-ab => Applying pkgsrc patch /amd/pkgsrc/CHROOT/P/pkgsrc/lang/sbcl/patches/patch-ab Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-ab,v 1.7 2016/10/12 11:35:48 asau Exp $ | |Honor PREFIX. | |--- doc/sbcl.1.orig 2016-04-28 14:23:40.000000000 +0000 |+++ doc/sbcl.1 -------------------------- Patching file doc/sbcl.1 using Plan A... Hunk #1 succeeded at 422 (offset -5 lines). Hunk #2 succeeded at 456 (offset -5 lines). done ===> Creating toolchain wrappers for sbcl-1.5.5 ===> Configuring for sbcl-1.5.5 => Fixing absolute paths. INFO: [subst.mk:fix-paths] Nothing changed in ./install.sh. INFO: [subst.mk:fix-paths] Nothing changed in ./src/runtime/runtime.c. => Fixing GNU tar references. WARNING: [subst.mk:fix-gtar] Ignoring non-existent file "./contrib/asdf-install/installer.lisp". => Substituting "fix-bins" in src/runtime/Config.x86-64-sunos src/runtime/Config.x86-sunos => Checking for portability problems in extracted files ERROR: [check-portability.awk] => Found test ... == ...: ERROR: [check-portability.awk] slam.sh: if [ "$1" == --load ]; 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 /amd/pkgsrc/CHROOT/P/pkgsrc/lang/sbcl *** Error code 1 Stop. make: stopped in /amd/pkgsrc/CHROOT/P/pkgsrc/lang/sbcl