=> Bootstrap dependency digest>=20211023: found digest-20211023 => Checksum BLAKE2s OK for arj-3.10.22.tar.gz => Checksum SHA512 OK for arj-3.10.22.tar.gz ===> Installing dependencies for arj-3.10.22nb2 => Tool dependency autoconf>=2.50: found autoconf-2.71nb1 => Tool dependency gmake>=3.81: found gmake-4.3nb3 => Tool dependency checkperms>=1.1: found checkperms-1.12 => Build dependency cwrappers>=20150314: found cwrappers-20180325 ===> Skipping vulnerability checks. WARNING: No /var/db/pkg/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /var/db/pkg fetch-pkg-vulnerabilities'. ===> Overriding tools for arj-3.10.22nb2 ===> Extracting for arj-3.10.22nb2 ===> Patching for arj-3.10.22nb2 => Applying pkgsrc patches for arj-3.10.22nb2 => Verifying /usr/pkgsrc/archivers/arj/patches/patch-arj__user.c => Applying pkgsrc patch /usr/pkgsrc/archivers/arj/patches/patch-arj__user.c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-arj__user.c,v 1.1 2015/04/12 16:09:27 tnn Exp $ | |Add patch from Debian (security_format.patch) to fix unsafe format string usage. | |--- arj_user.c.orig 2004-06-18 16:19:36.000000000 +0000 |+++ arj_user.c -------------------------- Patching file arj_user.c using Plan A... Hunk #1 succeeded at 2303. done => Verifying /usr/pkgsrc/archivers/arj/patches/patch-arjdata.c => Applying pkgsrc patch /usr/pkgsrc/archivers/arj/patches/patch-arjdata.c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-arjdata.c,v 1.1 2015/04/12 15:45:00 tnn Exp $ | |Add DragonFly support. | |--- arjdata.c.orig 2004-04-17 11:44:46.000000000 +0000 |+++ arjdata.c -------------------------- Patching file arjdata.c using Plan A... Hunk #1 succeeded at 64. Hunk #2 succeeded at 93. done => Verifying /usr/pkgsrc/archivers/arj/patches/patch-arjdisp.c => Applying pkgsrc patch /usr/pkgsrc/archivers/arj/patches/patch-arjdisp.c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-arjdisp.c,v 1.1 2015/04/12 16:09:27 tnn Exp $ | |Add patch from Debian (security_format.patch) to fix unsafe format string usage. | |--- arjdisp.c.orig 2003-06-22 11:12:28.000000000 +0000 |+++ arjdisp.c -------------------------- Patching file arjdisp.c using Plan A... Hunk #1 succeeded at 20. Hunk #2 succeeded at 52. Hunk #3 succeeded at 72. Hunk #4 succeeded at 94. Hunk #5 succeeded at 130. Hunk #6 succeeded at 144. Hunk #7 succeeded at 163. done => Verifying /usr/pkgsrc/archivers/arj/patches/patch-arjsfx.c => Applying pkgsrc patch /usr/pkgsrc/archivers/arj/patches/patch-arjsfx.c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-arjsfx.c,v 1.1 2015/04/12 16:09:27 tnn Exp $ | |Add patch from Debian (security_format.patch) to fix unsafe format string usage. | |--- arjsfx.c.orig 2005-06-21 19:53:14.000000000 +0000 |+++ arjsfx.c -------------------------- Patching file arjsfx.c using Plan A... Hunk #1 succeeded at 214. done => Verifying /usr/pkgsrc/archivers/arj/patches/patch-decode.c => Applying pkgsrc patch /usr/pkgsrc/archivers/arj/patches/patch-decode.c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-decode.c,v 1.1 2015/04/12 15:54:02 tnn Exp $ | |Fix CVE-2015-2782. Via Debian security-afl.patch. | |--- decode.c.orig 2003-04-12 16:15:58.000000000 +0000 |+++ decode.c -------------------------- Patching file decode.c using Plan A... Hunk #1 succeeded at 255. Hunk #2 succeeded at 314. done => Verifying /usr/pkgsrc/archivers/arj/patches/patch-environ.c => Applying pkgsrc patch /usr/pkgsrc/archivers/arj/patches/patch-environ.c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-environ.c,v 1.2 2015/04/12 15:54:02 tnn Exp $ | |Add support for various OSes. |Fix CVE-2015-0557. Via Debian security-traversal-dir.patch. | |--- environ.c.orig 2015-04-12 15:49:08.000000000 +0000 |+++ environ.c -------------------------- Patching file environ.c using Plan A... Hunk #1 succeeded at 58. Hunk #2 succeeded at 1087. Hunk #3 succeeded at 1098. Hunk #4 succeeded at 2289. Hunk #5 succeeded at 3008. Hunk #6 succeeded at 3016. Hunk #7 succeeded at 3805. done => Verifying /usr/pkgsrc/archivers/arj/patches/patch-exe__sear.c => Applying pkgsrc patch /usr/pkgsrc/archivers/arj/patches/patch-exe__sear.c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-exe__sear.c,v 1.1 2014/05/11 20:56:16 rodent Exp $ | |Include elf_abi.h instead of elf.h for OpenBSD. | |--- exe_sear.c.orig 2003-10-16 10:32:46.000000000 +0000 |+++ exe_sear.c -------------------------- Patching file exe_sear.c using Plan A... Hunk #1 succeeded at 10. done => Verifying /usr/pkgsrc/archivers/arj/patches/patch-fardata.c => Applying pkgsrc patch /usr/pkgsrc/archivers/arj/patches/patch-fardata.c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-fardata.c,v 1.2 2015/04/12 16:09:27 tnn Exp $ | |Rename strnlen -> _strnlen to avoid conflict in systems having strnlen. |Add patch from Debian (security_format.patch) to fix unsafe format string usage. | |--- fardata.c.orig 2015-04-12 15:57:39.000000000 +0000 |+++ fardata.c -------------------------- Patching file fardata.c using Plan A... Hunk #1 succeeded at 52. Hunk #2 succeeded at 190. Hunk #3 succeeded at 377. Hunk #4 succeeded at 391. Hunk #5 succeeded at 569. Hunk #6 succeeded at 655. done => Verifying /usr/pkgsrc/archivers/arj/patches/patch-gnu_config.h.in => Applying pkgsrc patch /usr/pkgsrc/archivers/arj/patches/patch-gnu_config.h.in Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-gnu_config.h.in,v 1.1 2015/04/12 15:45:00 tnn Exp $ | |--- gnu/config.h.in.orig 2004-04-17 10:33:38.000000000 +0000 |+++ gnu/config.h.in -------------------------- Patching file gnu/config.h.in using Plan A... Hunk #1 succeeded at 4. done => Verifying /usr/pkgsrc/archivers/arj/patches/patch-gnu_configure.in => Applying pkgsrc patch /usr/pkgsrc/archivers/arj/patches/patch-gnu_configure.in Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-gnu_configure.in,v 1.1 2015/04/12 15:45:00 tnn Exp $ | |--- gnu/configure.in.orig 2005-06-21 18:27:20.000000000 +0000 |+++ gnu/configure.in -------------------------- Patching file gnu/configure.in using Plan A... Hunk #1 succeeded at 12. Hunk #2 succeeded at 45. Hunk #3 succeeded at 56. Hunk #4 succeeded at 87. Hunk #5 succeeded at 143. done => Verifying /usr/pkgsrc/archivers/arj/patches/patch-gnu_makefile.in => Applying pkgsrc patch /usr/pkgsrc/archivers/arj/patches/patch-gnu_makefile.in Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-gnu_makefile.in,v 1.1 2015/04/12 15:45:00 tnn Exp $ | |--- gnu/makefile.in.orig 2004-04-17 11:28:06.000000000 +0000 |+++ gnu/makefile.in -------------------------- Patching file gnu/makefile.in using Plan A... Hunk #1 succeeded at 53. Hunk #2 succeeded at 166. Hunk #3 succeeded at 351. done => Verifying /usr/pkgsrc/archivers/arj/patches/patch-integr.c => Applying pkgsrc patch /usr/pkgsrc/archivers/arj/patches/patch-integr.c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-integr.c,v 1.3 2015/04/12 15:45:00 tnn Exp $ | |Make guard variable used by the integrity check non-static, so |that it won't get dropped as unused. | |--- integr.c.orig 2005-06-21 18:27:18.000000000 +0000 |+++ integr.c -------------------------- Patching file integr.c using Plan A... Hunk #1 succeeded at 5. done => Verifying /usr/pkgsrc/archivers/arj/patches/patch-msgbind.c => Applying pkgsrc patch /usr/pkgsrc/archivers/arj/patches/patch-msgbind.c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-msgbind.c,v 1.1 2015/05/10 18:50:47 bsiegert Exp $ | |Fix overlap string copy | |--- msgbind.c.orig 2015-04-25 16:26:29.000000000 +0000 |+++ msgbind.c -------------------------- Patching file msgbind.c using Plan A... Hunk #1 succeeded at 578. done => Verifying /usr/pkgsrc/archivers/arj/patches/patch-register.c => Applying pkgsrc patch /usr/pkgsrc/archivers/arj/patches/patch-register.c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-register.c,v 1.1 2015/04/12 16:09:27 tnn Exp $ | |Add patch from Debian (security_format.patch) to fix unsafe format string usage. | |--- register.c.orig 2004-04-21 07:04:10.000000000 +0000 |+++ register.c -------------------------- Patching file register.c using Plan A... Hunk #1 succeeded at 205. done => Verifying /usr/pkgsrc/archivers/arj/patches/patch-resource_resource.txt => Applying pkgsrc patch /usr/pkgsrc/archivers/arj/patches/patch-resource_resource.txt Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-resource_resource.txt,v 1.1 2015/04/18 12:39:05 rodent Exp $ | |Fix build on SunOS. | |--- resource/resource.txt.orig 2005-06-23 13:21:56.000000000 +0000 |+++ resource/resource.txt -------------------------- Patching file resource/resource.txt using Plan A... Hunk #1 succeeded at 334. done => Verifying /usr/pkgsrc/archivers/arj/patches/patch-uxspec.c => Applying pkgsrc patch /usr/pkgsrc/archivers/arj/patches/patch-uxspec.c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-uxspec.c,v 1.3 2015/04/12 15:56:08 tnn Exp $ | |Fix build on systems without lchown. |Fix CVE-2015-0556. Via Debian security-traversal-symlink.patch. | |--- uxspec.c.orig 2004-04-17 11:39:42.000000000 +0000 |+++ uxspec.c -------------------------- Patching file uxspec.c using Plan A... Hunk #1 succeeded at 120. Hunk #2 succeeded at 208. done ===> Creating toolchain wrappers for arj-3.10.22nb2 ===> Configuring for arj-3.10.22nb2 /bin/cp -f /usr/pkgsrc/archivers/arj/work/arj-3.10.22/environ.c /usr/pkgsrc/archivers/arj/work/arj-3.10.22/environ.c.1 /usr/bin/sed -e 's|@PREFIX@|/usr/pkg|g' < /usr/pkgsrc/archivers/arj/work/arj-3.10.22/environ.c.1 > /usr/pkgsrc/archivers/arj/work/arj-3.10.22/environ.c /bin/rm -f /usr/pkgsrc/archivers/arj/work/arj-3.10.22/environ.c.1 cd /usr/pkgsrc/archivers/arj/work/arj-3.10.22/gnu && autoconf configure.in:15: warning: The macro `AC_CONFIG_HEADER' is obsolete. configure.in:15: You should run autoupdate. ./lib/autoconf/status.m4:719: AC_CONFIG_HEADER is expanded from... configure.in:15: the top level configure.in:34: warning: The macro `AC_HEADER_STDC' is obsolete. configure.in:34: You should run autoupdate. ./lib/autoconf/headers.m4:704: AC_HEADER_STDC is expanded from... configure.in:34: the top level configure.in:45: warning: The macro `AC_FUNC_SETVBUF_REVERSED' is obsolete. Remove it and all references to SETVBUF_REVERSED. ./lib/autoconf/functions.m4:1766: AC_FUNC_SETVBUF_REVERSED is expanded from... configure.in:45: the top level configure.in:46: warning: The macro `AC_TYPE_SIGNAL' is obsolete. configure.in:46: You should run autoupdate. ./lib/autoconf/types.m4:776: AC_TYPE_SIGNAL is expanded from... configure.in:46: the top level configure.in:146: warning: AC_OUTPUT should be used without arguments. configure.in:146: You should run autoupdate. configure.in:178: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body ./lib/autoconf/lang.m4:199: AC_LANG_CONFTEST is expanded from... ./lib/autoconf/general.m4:2962: _AC_RUN_IFELSE is expanded from... lib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is expanded from... lib/m4sugar/m4sh.m4:699: AS_IF is expanded from... ./lib/autoconf/general.m4:2981: AC_RUN_IFELSE is expanded from... configure.in:178: the top level => 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 checking for a BSD-compatible install... /usr/bin/install -c -o pbulk -g users checking build system type... powerpc--netbsd checking host system type... powerpc--netbsd checking for powerpc--netbsd-gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether the compiler supports GNU C... yes checking whether gcc accepts -g... yes checking for gcc option to enable C11 features... none needed checking if the linker (ld) is GNU ld... yes checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/egrep checking for fcntl.h... yes checking for limits.h... yes checking for malloc.h... yes checking for an ANSI C-conforming const... yes checking whether struct tm is in sys/time.h or time.h... time.h checking whether byte ordering is bigendian... yes checking how to run the C preprocessor... gcc -E checking whether gcc needs -traditional... no checking for working memcmp... yes checking return type of signal handlers... void checking for vprintf... yes checking for getcwd... yes checking for lchown... yes checking for min... no checking for max... no checking for mkdir... yes checking for mkdtemp... yes checking for rmdir... yes checking for fcloseall... no checking for strcasecmp... yes checking for setpriority... yes checking for strdup... yes checking for strerror... yes checking for strstr... yes checking for strupr... no checking for strlwr... no checking for strtol... yes checking for strtoul... yes checking for library containing dlsym... none required configure: creating ./config.status config.status: creating makefile.gnu config.status: WARNING: '/usr/pkgsrc/archivers/arj/work/arj-3.10.22/gnu/makefile.in' seems to ignore the --datarootdir setting config.status: creating c_defs.h checking if dynamic C library may be used... yes checking if SFX executables may be packed... yes checking what to use as a dedicated output directory... netbsd checking fnmatch() tolerance to incomplete patterns acting as filenames... no checking if color output is demanded... no configure: creating ./config.status config.status: creating makefile.gnu config.status: WARNING: '/usr/pkgsrc/archivers/arj/work/arj-3.10.22/gnu/makefile.in' seems to ignore the --datarootdir setting config.status: creating ../GNUmakefile config.status: WARNING: '/usr/pkgsrc/archivers/arj/work/arj-3.10.22/gnu/makefile.in' seems to ignore the --datarootdir setting config.status: creating c_defs.h