=> 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 pcc-1.0.0nb1
cd cc && /usr/bin/make all  
cd cc; /usr/bin/make all  
gcc  -DLIBEXECDIR=\"/usr/pkg/libexec/\"  -DGCC_COMPAT -DINCLUDEDIR=\"/usr/pkg/include/\"  -DPCCINCDIR=\"/usr/pkg/lib/pcc/vax--netbsdelf/1.0.0.RELEASE/include/\" -DPCCLIBDIR=\"/usr/pkg/lib/pcc/vax--netbsdelf/1.0.0.RELEASE/lib/\"  -Dos_netbsd -DTARGMACH=vax -Dmach_vax  -I../.. -I../../os/netbsd -I../../mip -I../../arch/vax -O2 -D_FORTIFY_SOURCE=2  -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wsign-compare -c cc.c
distcc[26870] (dcc_select_for_write) ERROR: IO timeout
distcc[26870] ERROR: timeout while connecting to 10.0.20.124:3632
distcc[26870] Warning: failed to distribute cc.c to 10.0.20.124:3632, running locally instead
gcc  -DLIBEXECDIR=\"/usr/pkg/libexec/\"  -DGCC_COMPAT -DINCLUDEDIR=\"/usr/pkg/include/\"  -DPCCINCDIR=\"/usr/pkg/lib/pcc/vax--netbsdelf/1.0.0.RELEASE/include/\" -DPCCLIBDIR=\"/usr/pkg/lib/pcc/vax--netbsdelf/1.0.0.RELEASE/lib/\"  -Dos_netbsd -DTARGMACH=vax -Dmach_vax  -I../.. -I../../os/netbsd -I../../mip -I../../arch/vax -O2 -D_FORTIFY_SOURCE=2  -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wsign-compare -c -o compat.o ../../mip/compat.c
distcc[9559] (dcc_select_for_write) ERROR: IO timeout
distcc[9559] ERROR: timeout while connecting to 10.0.20.124:3632
distcc[9559] Warning: failed to distribute ../../mip/compat.c to 10.0.20.124:3632, running locally instead
gcc -O2 -D_FORTIFY_SOURCE=2  -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wsign-compare -Wl,-R/usr/pkg/lib cc.o compat.o -o pcc
cd cpp; /usr/bin/make all  
/usr/bin/yacc -d  cpy.y
gcc  -DGCC_COMPAT -DCPP_DEBUG -I. -I../.. -I. -I../../mip -I../../arch/vax -O2 -D_FORTIFY_SOURCE=2  -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wsign-compare -c -o cpy.o y.tab.c
distcc[5167] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
gcc  -DGCC_COMPAT -DCPP_DEBUG -I. -I../.. -I. -I../../mip -I../../arch/vax -O2 -D_FORTIFY_SOURCE=2  -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wsign-compare -c cpp.c
distcc[4459] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
cpp.c: In function 'include':
cpp.c:405:9: warning: variable 'it' set but not used [-Wunused-but-set-variable]
  405 |  int c, it;
      |         ^~
cpp.c: In function 'xwarning':
cpp.c:872:6: warning: variable 'dummy' set but not used [-Wunused-but-set-variable]
  872 |  int dummy;
      |      ^~~~~
cpp.c: In function 'xerror':
cpp.c:889:6: warning: variable 'dummy' set but not used [-Wunused-but-set-variable]
  889 |  int dummy;
      |      ^~~~~
cpp.c: In function 'lookup':
cpp.c:1865:22: warning: variable 'sm' set but not used [-Wunused-but-set-variable]
 1865 |  const usch *k, *m, *sm;
      |                      ^~
gcc  -DGCC_COMPAT -DCPP_DEBUG -I. -I../.. -I. -I../../mip -I../../arch/vax -O2 -D_FORTIFY_SOURCE=2  -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wsign-compare -c token.c
distcc[8890] (dcc_select_for_write) ERROR: IO timeout
distcc[8890] ERROR: timeout while connecting to 10.0.20.124:3632
distcc[8890] Warning: failed to distribute token.c to 10.0.20.124:3632, running locally instead
token.c: In function 'fastscan':
token.c:185:19: warning: variable 'onemore' set but not used [-Wunused-but-set-variable]
  185 |  int ch, i, ccnt, onemore;
      |                   ^~~~~~~
gcc  -DGCC_COMPAT -DCPP_DEBUG -I. -I../.. -I. -I../../mip -I../../arch/vax -O2 -D_FORTIFY_SOURCE=2  -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wsign-compare -c -o compat.o ../../mip/compat.c
distcc[7896] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
gcc -O2 -D_FORTIFY_SOURCE=2  -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wsign-compare -Wl,-R/usr/pkg/lib cpp.o cpy.o token.o compat.o -o cpp
cd ccom; /usr/bin/make all  
gcc  -DGCC_COMPAT -DPCC_DEBUG -Dos_netbsd -Dmach_vax  -D_ISOC99_SOURCE  -I. -I. -I../.. -I../../mip -I../../arch/vax  -I../../os/netbsd -O2 -D_FORTIFY_SOURCE=2  -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wsign-compare -DMKEXT -o mkext  ../../mip/mkext.c ../../arch/vax/table.c ../../mip/common.c
../../mip/common.c:553:36: warning: variably modified 'elm' at file scope
  553 | #define ALIGNMENT ((long)&((struct balloc *)0)->a2)
      |                                    ^~~~~~
../../mip/common.c:618:17: note: in expansion of macro 'ALIGNMENT'
  618 | #define ELEMSZ (ALIGNMENT)
      |                 ^~~~~~~~~
../../mip/common.c:619:22: note: in expansion of macro 'ELEMSZ'
  619 | #define MAXSZ (NELEM*ELEMSZ)
      |                      ^~~~~~
../../mip/common.c:624:12: note: in expansion of macro 'MAXSZ'
  624 |   char elm[MAXSZ];
      |            ^~~~~
./mkext
table entry 4, op SCONV: wrong RESCx class
table entry 12, op STARG: wrong RESCx class
table entry 15, op STASG: ASSIGN/STASG reclaim must be RDEST
table entry 16, op STASG: ASSIGN/STASG reclaim must be RDEST
table entry 31, op CALL: FOREFF may cause reclaim of wrong class
table entry 32, op UCALL: FOREFF may cause reclaim of wrong class
table entry 33, op UCALL: FOREFF may cause reclaim of wrong class
table entry 34, op UCALL: FOREFF may cause reclaim of wrong class
table entry 44, op REG: wrong RESCx class
table entry 45, op REG: wrong RESCx class
*** Error code 6

Stop.
make[2]: stopped in /tmp/pkgbuild/lang/pcc/work.vax/pcc-1.0.0/cc/ccom
*** Error code 1

Stop.
make[1]: stopped in /tmp/pkgbuild/lang/pcc/work.vax/pcc-1.0.0/cc
*** Error code 1

Stop.
make: stopped in /tmp/pkgbuild/lang/pcc/work.vax/pcc-1.0.0
*** Error code 1

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

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