+ 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/tex-berenisadf-doc-1.004/work.log + su pbulk -c '"$@"' make /opt/pkg/bin/bmake configure BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/tex-berenisadf-doc-1.004/work.log WARNING: [license.mk] Every package should define a LICENSE. => Checksum BLAKE2s OK for tex-berenisadf-32215/berenisadf.doc.tar.xz => Checksum SHA512 OK for tex-berenisadf-32215/berenisadf.doc.tar.xz ===> Installing dependencies for tex-berenisadf-doc-1.004 => Tool dependency pax>=20040802: found pax-20210219 => Tool dependency cwrappers>=20150314: found cwrappers-20220403 => Tool dependency checkperms>=1.1: found checkperms-1.12 => Full dependency kpathsea>=3.5.7: found kpathsea-6.4.0 ===> Overriding tools for tex-berenisadf-doc-1.004 ===> Extracting for tex-berenisadf-doc-1.004 if [ -d /home/pbulk/build/fonts/tex-berenisadf-doc/work/texmf-dist/doc/info ]; then /usr/bin/rm -f /home/pbulk/build/fonts/tex-berenisadf-doc/work/texmf-dist/doc/info/dir; /usr/bin/mkdir -p /home/pbulk/build/fonts/tex-berenisadf-doc/work/info; /usr/bin/mv /home/pbulk/build/fonts/tex-berenisadf-doc/work/texmf-dist/doc/info/* /home/pbulk/build/fonts/tex-berenisadf-doc/work/info; /usr/bin/rmdir -p /home/pbulk/build/fonts/tex-berenisadf-doc/work/texmf-dist/doc/info || true; fi if [ -d /home/pbulk/build/fonts/tex-berenisadf-doc/work/doc/info ]; then /usr/bin/rm -f /home/pbulk/build/fonts/tex-berenisadf-doc/work/doc/info/dir; /usr/bin/mkdir -p /home/pbulk/build/fonts/tex-berenisadf-doc/work/info; /usr/bin/mv /home/pbulk/build/fonts/tex-berenisadf-doc/work/doc/info/* /home/pbulk/build/fonts/tex-berenisadf-doc/work/info; /usr/bin/rmdir -p /home/pbulk/build/fonts/tex-berenisadf-doc/work/doc/info || true; fi if [ -d /home/pbulk/build/fonts/tex-berenisadf-doc/work/texmf-dist/doc/man ]; then /usr/bin/mkdir -p /home/pbulk/build/fonts/tex-berenisadf-doc/work/man; /usr/bin/mv /home/pbulk/build/fonts/tex-berenisadf-doc/work/texmf-dist/doc/man/* /home/pbulk/build/fonts/tex-berenisadf-doc/work/man; /usr/bin/find /home/pbulk/build/fonts/tex-berenisadf-doc/work/man -name \*.pdf -exec /usr/bin/rm {} \; ; /usr/bin/rmdir -p /home/pbulk/build/fonts/tex-berenisadf-doc/work/texmf-dist/doc/man || true; fi if [ -d /home/pbulk/build/fonts/tex-berenisadf-doc/work/doc/man ]; then /usr/bin/mkdir -p /home/pbulk/build/fonts/tex-berenisadf-doc/work/man; /usr/bin/mv /home/pbulk/build/fonts/tex-berenisadf-doc/work/doc/man/* /home/pbulk/build/fonts/tex-berenisadf-doc/work/man; /usr/bin/find /home/pbulk/build/fonts/tex-berenisadf-doc/work/man -name \*.pdf -exec /usr/bin/rm {} \; ; /usr/bin/rmdir -p /home/pbulk/build/fonts/tex-berenisadf-doc/work/doc/man || true; fi ===> Patching for tex-berenisadf-doc-1.004 ===> Creating toolchain wrappers for tex-berenisadf-doc-1.004 ===> Configuring for tex-berenisadf-doc-1.004 => Checking for portability problems in extracted files ERROR: [check-portability] => Found test ... == ...: ERROR: [check-portability] doc/fonts/berenisadf/cfr.gwneud.cyhoeddus:56: if [ $? == 0 ] 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: [check-portability] => Found test ... == ...: ERROR: [check-portability] doc/fonts/berenisadf/cfr.gwneud.cyhoeddus:135: if [ $? == 0 ] 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: [check-portability] => Found test ... == ...: ERROR: [check-portability] doc/fonts/berenisadf/cfr.gwneud.cyhoeddus:491: if [ $createmanifest == 1 ] 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: [check-portability] => Found test ... == ...: ERROR: [check-portability] doc/fonts/berenisadf/cfr.gwneud.cyhoeddus:509: if [ $# == 0 ] 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 making "configure" in /data/jenkins/workspace/pkgsrc-upstream-trunk/fonts/tex-berenisadf-doc *** Error code 1 Stop. bmake: stopped making "configure" in /data/jenkins/workspace/pkgsrc-upstream-trunk/fonts/tex-berenisadf-doc