=> Bootstrap dependency digest>=20010302: found digest-20190127
===> 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'.
=> Checksum SHA1 OK for simulavr-1.0.0.tar.gz
=> Checksum RMD160 OK for simulavr-1.0.0.tar.gz
=> Checksum SHA512 OK for simulavr-1.0.0.tar.gz
===> Installing dependencies for simulavr-1.0.0nb5
==========================================================================
The following variables will affect the build process of this package,
simulavr-1.0.0nb5.  Their current value is shown below:

        * CURSES_DEFAULT = curses
        * PYTHON_VERSION_DEFAULT = 37

Based on these variables, the following variables have been set:

        * CURSES_TYPE = curses
        * PYPACKAGE = python37

You may want to abort the process now with CTRL-C and change their value
before continuing.  Be sure to run `/usr/bin/make clean' after
the changes.
==========================================================================
=> Tool dependency libtool-base>=2.4.2nb9: found libtool-base-2.4.6nb2
=> Tool dependency gmake>=3.81: found gmake-4.2.1nb1
=> Tool dependency checkperms>=1.1: found checkperms-1.12
=> Build dependency doxygen-[0-9]*: found doxygen-1.8.16nb5
=> Build dependency avr-libc-[0-9]*: found avr-libc-2.0.0nb2
=> Build dependency swig>=1.3.31<2.0: found swig-1.3.38nb1
=> Build dependency cwrappers>=20150314: found cwrappers-20180325
=> Full dependency avr-binutils>=2.23: found avr-binutils-2.30
=> Full dependency avr-gcc>=4.8.3: found avr-gcc-4.8.3nb5
=> Full dependency python37>=3.7.0: found python37-3.7.7
=> Full dependency tcl>=8.6.1nb1: found tcl-8.6.10nb1
===> 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 simulavr-1.0.0nb5
===> Extracting for simulavr-1.0.0nb5
===> Patching for simulavr-1.0.0nb5
=> Applying pkgsrc patches for simulavr-1.0.0nb5
=> Verifying /data/pkgsrc/emulators/simulavr/patches/patch-configure
=> Applying pkgsrc patch /data/pkgsrc/emulators/simulavr/patches/patch-configure
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-configure,v 1.2 2014/08/29 04:40:06 mef Exp $
|
|=> Checking for portability problems in extracted files
|ERROR: [check-portability.awk] => Found test ... == ...:
|
|--- configure.orig	2013-07-06 17:58:39.000000000 +0900
|+++ configure	2013-07-06 18:00:22.000000000 +0900
--------------------------
Patching file configure using Plan A...
Hunk #1 succeeded at 15283.
Hunk #2 succeeded at 16684.
done
=> Verifying /data/pkgsrc/emulators/simulavr/patches/patch-doc_simulavr_texinfo
=> Applying pkgsrc patch /data/pkgsrc/emulators/simulavr/patches/patch-doc_simulavr_texinfo
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-doc_simulavr_texinfo,v 1.4 2016/03/08 07:42:49 dsainty Exp $
|
|Add directory entry information. Without this, ${PREFIX}/info/dir
|won't be updated by install-info. Typical error message will be:
|  ----
|% install-info --dir-file=/usr/pkg/info/dir ./work/simulavr-1.0.0/doc/simulavr.info
|install-info: warning: no info dir entry in `./work/simulavr-1.0.0/doc/simulavr.info'
|  ----
|
|Remove @hfill - not supported by gtexinfo 5+
|
|--- doc/simulavr.texinfo.orig	2012-02-13 00:26:38.000000000 +0900
|+++ doc/simulavr.texinfo	2013-08-14 14:04:34.000000000 +0900
--------------------------
Patching file doc/simulavr.texinfo using Plan A...
Hunk #1 succeeded at 36.
Hunk #2 succeeded at 49.
done
=> Verifying /data/pkgsrc/emulators/simulavr/patches/patch-examples_atmel_key_StdDefs_c
=> Applying pkgsrc patch /data/pkgsrc/emulators/simulavr/patches/patch-examples_atmel_key_StdDefs_c
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-examples_atmel_key_StdDefs_c,v 1.1 2014/08/29 04:40:06 mef Exp $
|
|StdDefs.c: In function 'putstr':
|StdDefs.c:120:4: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign]
|    for (j = 0; j <= strlen(s); j++)
|    ^
|In file included from StdDefs.c:10:0:
|/usr/pkg/avr/include/string.h:133:15: note: expected 'const char *' but argument is of type 'CHARU *'
| extern size_t strlen(const char *) __ATTR_PURE__;
|
|--- /export/WRKOBJDIR/wip/simulavr/work/simulavr-1.0.0/examples/atmel_key/StdDefs.c	2014-06-20 23:24:10.000000000 +0900
|+++ ./examples/atmel_key/StdDefs.c	2014-06-20 12:31:14.000000000 +0900
--------------------------
Patching file ./examples/atmel_key/StdDefs.c using Plan A...
Hunk #1 succeeded at 55.
Hunk #2 succeeded at 115.
done
=> Verifying /data/pkgsrc/emulators/simulavr/patches/patch-examples_atmel_key_scancodes.h
=> Applying pkgsrc patch /data/pkgsrc/emulators/simulavr/patches/patch-examples_atmel_key_scancodes.h
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-examples_atmel_key_scancodes.h,v 1.2 2014/08/29 04:40:06 mef Exp $
|
|In file included from kb.c:14:0:
|scancodes.h:19:1: warning: missing braces around initializer
|scancodes.h:19:1: warning: (near initialization for 'unshifted[0]')
|scancodes.h:90:11: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'shifted'
|
|--- work/simulavr-1.0.0/examples/atmel_key/scancodes.h	2012-02-13 00:26:38.000000000 +0900
|+++ examples/atmel_key/scancodes.h	2013-08-08 09:25:31.000000000 +0900
--------------------------
Patching file examples/atmel_key/scancodes.h using Plan A...
Hunk #1 succeeded at 15.
done
=> Verifying /data/pkgsrc/emulators/simulavr/patches/patch-regress_timertest_timer_16bit.c
=> Applying pkgsrc patch /data/pkgsrc/emulators/simulavr/patches/patch-regress_timertest_timer_16bit.c
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-regress_timertest_timer_16bit.c,v 1.2 2014/08/29 04:40:06 mef Exp $
|
|error: attempt to use poisoned "VARNAME"
|
|--- work/simulavr-1.0.0/regress/timertest/timer_16bit.c	2012-02-13 00:26:38.000000000 +0900
|+++ regress/timertest/timer_16bit.c	2013-08-08 09:25:31.000000000 +0900
--------------------------
Patching file regress/timertest/timer_16bit.c using Plan A...
Hunk #1 succeeded at 4.
done
=> Verifying /data/pkgsrc/emulators/simulavr/patches/patch-src_Makefile.in
**************************************
Ignoring patch file /data/pkgsrc/emulators/simulavr/patches/patch-src_Makefile.in: no checksum found
**************************************
=> Verifying /data/pkgsrc/emulators/simulavr/patches/patch-src_cmd_gdbserver.cpp
=> Applying pkgsrc patch /data/pkgsrc/emulators/simulavr/patches/patch-src_cmd_gdbserver.cpp
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-src_cmd_gdbserver.cpp,v 1.1 2020/05/26 11:28:50 joerg Exp $
|
|--- src/cmd/gdbserver.cpp.orig	2020-05-26 01:36:49.070961229 +0000
|+++ src/cmd/gdbserver.cpp
--------------------------
Patching file src/cmd/gdbserver.cpp using Plan A...
Hunk #1 succeeded at 183.
done
=> Verifying /data/pkgsrc/emulators/simulavr/patches/patch-src_systemclock_cpp
=> Applying pkgsrc patch /data/pkgsrc/emulators/simulavr/patches/patch-src_systemclock_cpp
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-src_systemclock_cpp,v 1.1 2014/08/29 04:40:06 mef Exp $
|
|clang flags as resize unresolved reference,
|backport from git repository (as of 2013-09-15).
|
|--- simulavr-1.0.0/src/systemclock.cpp	2012-02-13 00:26:38.000000000 +0900
|+++ src/systemclock.cpp	2013-09-13 09:41:15.000000000 +0900
--------------------------
Patching file src/systemclock.cpp using Plan A...
Hunk #1 succeeded at 2.
Hunk #2 succeeded at 28.
Hunk #3 succeeded at 36.
Hunk #4 succeeded at 126.
Hunk #5 succeeded at 148.
Hunk #6 succeeded at 161.
Hunk #7 succeeded at 175.
Hunk #8 succeeded at 205.
Hunk #9 succeeded at 222.
Hunk #10 succeeded at 263.
done
=> Verifying /data/pkgsrc/emulators/simulavr/patches/patch-src_systemclock_h
=> Applying pkgsrc patch /data/pkgsrc/emulators/simulavr/patches/patch-src_systemclock_h
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-src_systemclock_h,v 1.1 2014/08/29 04:40:06 mef Exp $
|
|clang flags as resize unresolved reference,
|backport from git repository (as of 2013-09-15).
|
|--- simulavr-1.0.0/src/systemclock.h	2012-02-13 00:26:38.000000000 +0900
|+++ src/systemclock.h	2013-09-13 09:41:15.000000000 +0900
--------------------------
Patching file src/systemclock.h using Plan A...
Hunk #1 succeeded at 2.
Hunk #2 succeeded at 29.
Hunk #3 succeeded at 87.
done
=> Verifying /data/pkgsrc/emulators/simulavr/patches/patch-src_traceval_cpp
=> Applying pkgsrc patch /data/pkgsrc/emulators/simulavr/patches/patch-src_traceval_cpp
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-src_traceval_cpp,v 1.1 2014/08/29 04:40:06 mef Exp $
|
|clang flags as resize unresolved reference,
|backport from git repository (as of 2013-09-15).
|
|--- simulavr-1.0.0/src/traceval.cpp	2012-02-13 00:26:38.000000000 +0900
|+++ src/traceval.cpp	2013-09-13 09:41:15.000000000 +0900
--------------------------
Patching file src/traceval.cpp using Plan A...
Hunk #1 succeeded at 28.
Hunk #2 succeeded at 37.
Hunk #3 succeeded at 112.
Hunk #4 succeeded at 146.
Hunk #5 succeeded at 382.
Hunk #6 succeeded at 743.
done
=> Verifying /data/pkgsrc/emulators/simulavr/patches/patch-src_traceval_h
=> Applying pkgsrc patch /data/pkgsrc/emulators/simulavr/patches/patch-src_traceval_h
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-src_traceval_h,v 1.1 2014/08/29 04:40:06 mef Exp $
|
|clang flags as resize unresolved reference,
|backport from git repository (as of 2013-09-15).
|
|--- simulavr-1.0.0/src/traceval.h	2012-02-13 00:26:38.000000000 +0900
|+++ src/traceval.h	2013-09-13 09:41:15.000000000 +0900
--------------------------
Patching file src/traceval.h using Plan A...
Hunk #1 succeeded at 106.
Hunk #2 succeeded at 178.
Hunk #3 succeeded at 195.
Hunk #4 succeeded at 211.
Hunk #5 succeeded at 468.
Hunk #6 succeeded at 526.
done
===> Creating toolchain wrappers for simulavr-1.0.0nb5
===> Configuring for simulavr-1.0.0nb5
=> Convert poisoned SIG_OUTPUT_COMPARE2 to TIMER2_COMP_vect
=> Convert poisoned SIG_INTERRUPT0 to INT0_vect
=> Fix include path finding Python.h
WARNING: [subst.mk:prefix] Nothing changed in "src/Makefile.in".
ERROR: [subst.mk:prefix] The filename pattern "src/Makefile.in" has no effect.
*** Error code 1

Stop.
make[1]: stopped in /data/pkgsrc/emulators/simulavr
*** Error code 1

Stop.
make: stopped in /data/pkgsrc/emulators/simulavr