=> Bootstrap dependency digest>=20211023: found digest-20220214
===> 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'.
===> Building for pnut-0.0.20240724
--- build/pnut-sh ---
mkdir -p build
gcc -DRELEASE_PNUT_SH  pnut.c -o build/pnut-sh
In file included from x86.c:3:0,
                 from pnut.c:2838:
exe.c:1526:6: error: redefinition of 'codegen_begin'
 void codegen_begin() {
      ^~~~~~~~~~~~~
In file included from pnut.c:2834:0:
sh.c:2417:6: note: previous definition of 'codegen_begin' was here
 void codegen_begin() {
      ^~~~~~~~~~~~~
In file included from x86.c:3:0,
                 from pnut.c:2838:
exe.c:1623:6: error: redefinition of 'handle_enum_struct_union_type_decl'
 void handle_enum_struct_union_type_decl(ast type) {
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from pnut.c:2834:0:
sh.c:2294:6: note: previous definition of 'handle_enum_struct_union_type_decl' was here
 void handle_enum_struct_union_type_decl(ast type) {
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from x86.c:3:0,
                 from pnut.c:2838:
exe.c:2020:6: error: redefinition of 'codegen_glo_decl'
 void codegen_glo_decl(ast node) {
      ^~~~~~~~~~~~~~~~
In file included from pnut.c:2834:0:
sh.c:2424:6: note: previous definition of 'codegen_glo_decl' was here
 void codegen_glo_decl(ast decl) {
      ^~~~~~~~~~~~~~~~
In file included from x86.c:3:0,
                 from pnut.c:2838:
exe.c:2086:6: error: redefinition of 'codegen_end'
 void codegen_end() {
      ^~~~~~~~~~~
In file included from pnut.c:2834:0:
sh.c:2437:6: note: previous definition of 'codegen_end' was here
 void codegen_end() {
      ^~~~~~~~~~~
In file included from pnut.c:2838:0:
x86.c:31:19: error: initializer element is not constant
 const int reg_X = AX;
                   ^~
x86.c:32:19: error: initializer element is not constant
 const int reg_Y = CX;
                   ^~
x86.c:33:19: error: initializer element is not constant
 const int reg_Z = BP; // used as a temporary register for certain meta instructions
                   ^~
x86.c:34:20: error: initializer element is not constant
 const int reg_SP = SP;
                    ^~
x86.c:35:21: error: initializer element is not constant
 const int reg_glo = BX;
                     ^~
*** [build/pnut-sh] Error code 1

make: stopped in /pbulk/work/lang/pnut/work/pnut-1bc6a0d68de9e2284ddc2d9af889584cc6360616
1 error

make: stopped in /pbulk/work/lang/pnut/work/pnut-1bc6a0d68de9e2284ddc2d9af889584cc6360616
*** Error code 2

Stop.
make[1]: stopped in /usr/pkgsrc/lang/pnut
*** Error code 1

Stop.
make: stopped in /usr/pkgsrc/lang/pnut