=> Bootstrap dependency digest>=20211023: found digest-20220214 WARNING: [license.mk] Every package should define a LICENSE. => Checksum BLAKE2s OK for gcc-10.3.0.tar.xz => Checksum SHA512 OK for gcc-10.3.0.tar.xz ===> Installing dependencies for mingw-w64-i686-gcc-winpthreads-10.3.0 => Tool dependency mktools-[0-9]*: found mktools-20220614 => Tool dependency gmake>=3.81: found gmake-4.3nb4 => Tool dependency nbpatch-[0-9]*: found nbpatch-20151107 => Tool dependency perl>=5.8.0: found perl-5.36.0 => Tool dependency xz>=4.999.9betanb1: found xz-5.2.6 => Tool dependency cwrappers>=20150314: found cwrappers-20220403 => Tool dependency checkperms>=1.1: found checkperms-1.12 => Full dependency mingw-w64-i686-binutils-[0-9]*: found mingw-w64-i686-binutils-2.37 => Full dependency gmp>=5.0.1: found gmp-6.2.1nb3 => Full dependency mpfr>=4.0.0: found mpfr-4.1.0 => Full dependency mpcomplex>=1.0.3nb1: found mpcomplex-1.1.0 => Full dependency mingw-w64-i686-winpthreads>=6.0.0: found mingw-w64-i686-winpthreads-9.0.0 ===> Overriding tools for mingw-w64-i686-gcc-winpthreads-10.3.0 ===> Extracting for mingw-w64-i686-gcc-winpthreads-10.3.0 ===> Patching for mingw-w64-i686-gcc-winpthreads-10.3.0 => Applying pkgsrc patches for mingw-w64-i686-gcc-winpthreads-10.3.0 => Verifying /Volumes/data/jenkins/workspace/pkgsrc-macos11-trunk-x86_64/cross/mingw-w64-i686-gcc-winpthreads/../../cross/mingw-w64-x86_64-gcc/patches/patch-libcc1_Makefile.in => Applying pkgsrc patch /Volumes/data/jenkins/workspace/pkgsrc-macos11-trunk-x86_64/cross/mingw-w64-i686-gcc-winpthreads/../../cross/mingw-w64-x86_64-gcc/patches/patch-libcc1_Makefile.in Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-libcc1_Makefile.in,v 1.1 2020/08/03 22:35:48 joerg Exp $ | |--- libcc1/Makefile.in.orig 2020-07-20 23:42:55.985670787 +0000 |+++ libcc1/Makefile.in -------------------------- Patching file libcc1/Makefile.in using Plan A... Hunk #1 succeeded at 395 (offset 1 line). done => Verifying /Volumes/data/jenkins/workspace/pkgsrc-macos11-trunk-x86_64/cross/mingw-w64-i686-gcc-winpthreads/../../cross/mingw-w64-x86_64-gcc/patches/patch-libcc1_connection.cc => Applying pkgsrc patch /Volumes/data/jenkins/workspace/pkgsrc-macos11-trunk-x86_64/cross/mingw-w64-i686-gcc-winpthreads/../../cross/mingw-w64-x86_64-gcc/patches/patch-libcc1_connection.cc Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-libcc1_connection.cc,v 1.1 2020/03/27 20:55:39 joerg Exp $ | |--- libcc1/connection.cc.orig 2020-03-27 17:34:16.253197163 +0000 |+++ libcc1/connection.cc -------------------------- Patching file libcc1/connection.cc using Plan A... Hunk #1 succeeded at 21. done ===> Creating toolchain wrappers for mingw-w64-i686-gcc-winpthreads-10.3.0 ===> Configuring for mingw-w64-i686-gcc-winpthreads-10.3.0 => 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] contrib/download_prerequisites:125: [ "${md5_checksum_expected}" == "${md5_checksum_detected}" ] \ 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 /Volumes/data/jenkins/workspace/pkgsrc-macos11-trunk-x86_64/cross/mingw-w64-i686-gcc-winpthreads *** Error code 1 Stop. bmake: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos11-trunk-x86_64/cross/mingw-w64-i686-gcc-winpthreads