=> Bootstrap dependency digest>=20211023: found digest-20211023 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 checkperms>=1.1: found checkperms-1.12 => Build dependency cwrappers>=20150314: found cwrappers-20180325 ===> Skipping vulnerability checks. WARNING: No /usr/pkg/pkgdb/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /usr/pkg/pkgdb fetch-pkg-vulnerabilities'. ===> Overriding tools for unzoo-4.4nb1 ===> Extracting for unzoo-4.4nb1 cd /amd/pkgsrc/CHROOT/P/pkgsrc/distfiles && /bin/cp unzoo.c /tmp/archivers/unzoo/work ===> Patching for unzoo-4.4nb1 => Applying pkgsrc patches for unzoo-4.4nb1 => Verifying /amd/pkgsrc/CHROOT/P/pkgsrc/archivers/unzoo/patches/patch-unzoo.c => Applying pkgsrc patch /amd/pkgsrc/CHROOT/P/pkgsrc/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