=> 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 racket-minimal-6.3-src.tgz => Checksum RMD160 OK for racket-minimal-6.3-src.tgz => Checksum SHA512 OK for racket-minimal-6.3-src.tgz ===> Installing dependencies for racket-minimal-6.3 => Tool dependency checkperms>=1.1: found checkperms-1.11 => Build dependency cwrappers>=20150314: found cwrappers-20150707 ===> Overriding tools for racket-minimal-6.3 ===> Extracting for racket-minimal-6.3 ===> Patching for racket-minimal-6.3 => Applying pkgsrc patches for racket-minimal-6.3 => Verifying /bulk-data/pkgsrc/lang/racket-textual/../../lang/racket/patches/patch-src_configure ************************************** Ignoring patch file /bulk-data/pkgsrc/lang/racket-textual/../../lang/racket/patches/patch-src_configure: no checksum found ************************************** => Verifying /bulk-data/pkgsrc/lang/racket-textual/../../lang/racket/patches/patch-src_racket_configure.ac ************************************** Ignoring patch file /bulk-data/pkgsrc/lang/racket-textual/../../lang/racket/patches/patch-src_racket_configure.ac: no checksum found ************************************** ===> Creating toolchain wrappers for racket-minimal-6.3 ===> Configuring for racket-minimal-6.3 => 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 => Replacing racket interpreter in collects/ffi/examples/use-c-printf.rkt collects/ffi/examples/use-crypt.rkt collects/ffi/examples/use-esd.rkt collects/ffi/examples/use-magick.rkt collects/ffi/examples/use-sndfile.rkt collects/ffi/examples/use-tcl.rkt collects/ffi/examples/use-xmmsctrl.rkt collects/ffi/examples/use-xosd.rkt. WARNING: [replace-interpreter] Skipping non-existent file "collects/ffi/examples/use-c-printf.rkt". WARNING: [replace-interpreter] Skipping non-existent file "collects/ffi/examples/use-crypt.rkt". WARNING: [replace-interpreter] Skipping non-existent file "collects/ffi/examples/use-esd.rkt". WARNING: [replace-interpreter] Skipping non-existent file "collects/ffi/examples/use-magick.rkt". WARNING: [replace-interpreter] Skipping non-existent file "collects/ffi/examples/use-sndfile.rkt". WARNING: [replace-interpreter] Skipping non-existent file "collects/ffi/examples/use-tcl.rkt". WARNING: [replace-interpreter] Skipping non-existent file "collects/ffi/examples/use-xmmsctrl.rkt". WARNING: [replace-interpreter] Skipping non-existent file "collects/ffi/examples/use-xosd.rkt". => Checking for portability problems in extracted files ERROR: [check-portability.awk] => Found test ... == ...: ERROR: [check-portability.awk] src/configure: if test "${enable_racket}" == "auto" ; then ERROR: [check-portability.awk] src/configure: if test "${enable_libs}" == "" ; then ERROR: [check-portability.awk] src/configure: if test "${has_winpthread}" == "yes" ; then ERROR: [check-portability.awk] src/configure: if test "${enable_libs}" == "" ; 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/lang/racket-textual *** Error code 1 Stop. make: stopped in /bulk-data/pkgsrc/lang/racket-textual