+ 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/unzoo-4.4nb1/work.log + su pbulk -c '"$@"' make /opt/pkg/bin/bmake configure BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/unzoo-4.4nb1/work.log WARNING: [license.mk] Every package should define a LICENSE. => Checksum BLAKE2s OK for unzoo.c => Checksum SHA512 OK for unzoo.c ===> Installing dependencies for unzoo-4.4nb1 => Tool dependency cwrappers>=20150314: found cwrappers-20220403 => Tool dependency checkperms>=1.1: found checkperms-1.12 ===> Overriding tools for unzoo-4.4nb1 ===> Extracting for unzoo-4.4nb1 cd /data/distfiles && /bin/cp unzoo.c /home/pbulk/build/archivers/unzoo/work ===> Patching for unzoo-4.4nb1 => Applying pkgsrc patches for unzoo-4.4nb1 => Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/archivers/unzoo/patches/patch-unzoo.c => Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/archivers/unzoo/patches/patch-unzoo.c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-unzoo.c,v 1.1 2020/03/26 22:29:47 rillig Exp $ | |unzoo.c: In function 'IsMatchName': |unzoo.c:1268:40: error: array subscript has type 'char' [-Werror=char-subscripts] | else if ( *pat=='?' && ! IsSpec[*str] ) { pat++; str++; } | ^ |unzoo.c:1271:40: error: array subscript has type 'char' [-Werror=char-subscripts] | else if ( tmp != 0 && ! IsSpec[*tmp] ) { pat = pos; str = ++tmp; } | ^ | |This looks indeed like undefined behavior since the function IsMatchName |accepts arbitrary filenames, and filenames containing non-ASCII |characters would access the array outside of its bounds. | |On NetBSD-8.0-x86_64 using GCC 5.5.0 the memory below IsSpec is BufArch, |which means that pattern matching depended on the contents of the archive |before. | |--- unzoo.c.orig 2020-03-26 22:01:16.074248902 +0000 |+++ unzoo.c -------------------------- Patching file unzoo.c using Plan A... Hunk #1 succeeded at 244. Hunk #2 succeeded at 1266. done ===> Creating toolchain wrappers for unzoo-4.4nb1