+ case "${usergroup_phase}" in + local run_cmd + run_cmd=run_su + shift + run_su /opt/pkg/bin/bmake configure BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/gotosocial-0.13.2nb1/work.log + su pbulk -c '"$@"' make /opt/pkg/bin/bmake configure BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/gotosocial-0.13.2nb1/work.log => Bootstrap dependency digest>=20211023: found digest-20220214 => Checksum BLAKE2s OK for gotosocial-0.13.2-source-code.tar.gz => Checksum SHA512 OK for gotosocial-0.13.2-source-code.tar.gz ===> Installing dependencies for gotosocial-0.13.2nb1 ========================================================================== The following variables will affect the build process of this package, gotosocial-0.13.2nb1. Their current value is shown below: * VARBASE = /var/opt/pkg You may want to abort the process now with CTRL-C and change the value of variables in the first group before continuing. Be sure to run `/opt/pkg/bin/bmake clean' after the changes. ========================================================================== => Tool dependency go121-1.21.7*: found go121-1.21.7 => Tool dependency mktools-[0-9]*: found mktools-20220614 => Tool dependency pax>=20040802: found pax-20210219 => Tool dependency cwrappers>=20150314: found cwrappers-20220403 => Tool dependency checkperms>=1.1: found checkperms-1.12 ===> Overriding tools for gotosocial-0.13.2nb1 ===> Extracting for gotosocial-0.13.2nb1 ===> Patching for gotosocial-0.13.2nb1 ===> Creating toolchain wrappers for gotosocial-0.13.2nb1 ===> Configuring for gotosocial-0.13.2nb1 => Checking for portability problems in extracted files ERROR: [check-portability.awk] => Found test ... == ...: ERROR: [check-portability.awk] vendor/github.com/tdewolff/minify/v2/Makefile:36: if [ "$$os" == "windows" ]; 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. bmake[1]: stopped in /data/jenkins/workspace/pkgsrc-upstream-bulktest/www/gotosocial *** Error code 1 Stop. bmake: stopped in /data/jenkins/workspace/pkgsrc-upstream-bulktest/www/gotosocial