=> 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 sr-2.3.3nb10
echo "#"						   >paths.sh
echo "#  Created mechanically;  DO NOT EDIT THIS FILE."	  >>paths.sh
echo "#"						  >>paths.sh
sed -n >>paths.sh <Configuration   -e 's/#.*//' -e 's/[ 	]*$//' -e 's/ *= */=/'  -e 's/="*\(.* [^"]*\)"*$/="\1"/' -e '/^[A-Z0-9_]* *=/p'
echo ""							  >>paths.sh
echo  >paths.tmp '/*'
echo >>paths.tmp ' *	Created mechanically;  DO NOT EDIT THIS FILE.'
echo >>paths.tmp ' */'
sed  >>paths.tmp <paths.sh  -n -e 's/"//g' -e 's/.*/#define &"/' -e 's/= */ "/p'
if cmp -s paths.tmp paths.h; then :; else cp paths.tmp paths.h; fi
cc -O3  -I/usr/X11R7/include -c util.c
In file included from util.c:10:0:
util.h:20:8: warning: type defaults to 'int' in declaration of 'spawn' [-Wimplicit-int]
 extern spawn();   /* fork and exec */
        ^~~~~
util.c: In function 'spawn':
util.c:176:5: warning: implicit declaration of function 'wait'; did you mean 'exit'? [-Wimplicit-function-declaration]
     wait (&status);
     ^~~~
     exit
cmp -s multi/uni.h srmulti.h || cp multi/uni.h srmulti.h
cmp -s multi/uni.c srmulti.c || cp multi/uni.c srmulti.c
cd sr;		make   CC="cc" CFLAGS="-O3"
cc -O3  -I/usr/X11R7/include -c main.c
In file included from compiler.h:11:0,
                 from main.c:5:
../util.h:20:8: warning: type defaults to 'int' in declaration of 'spawn' [-Wimplicit-int]
 extern spawn();   /* fork and exec */
        ^~~~~
main.c:45:1: warning: return type defaults to 'int' [-Wimplicit-int]
 main (argc, argv)
 ^~~~
...expect 4 shift/reduce conflicts:
yacc  -d grammar.y
yacc: 4 shift/reduce conflicts.
mv y.tab.c grammar.c
mv y.tab.h tokens.h
cc -O3  -I/usr/X11R7/include -c grammar.c
In file included from compiler.h:11:0,
                 from grammar.y:5:
../util.h:20:8: warning: type defaults to 'int' in declaration of 'spawn' [-Wimplicit-int]
 extern spawn();   /* fork and exec */
        ^~~~~
lex tokens.l
mv lex.yy.c tokens.c
cc -O3  -I/usr/X11R7/include -c tokens.c
In file included from compiler.h:11:0,
                 from tokens.l:30:
../util.h:20:8: warning: type defaults to 'int' in declaration of 'spawn' [-Wimplicit-int]
 extern spawn();   /* fork and exec */
        ^~~~~
cc -O3  -I/usr/X11R7/include -c alloc.c
In file included from compiler.h:11:0,
                 from alloc.c:8:
../util.h:20:8: warning: type defaults to 'int' in declaration of 'spawn' [-Wimplicit-int]
 extern spawn();   /* fork and exec */
        ^~~~~
cc -O3  -I/usr/X11R7/include -c attest.c
In file included from compiler.h:11:0,
                 from attest.c:3:
../util.h:20:8: warning: type defaults to 'int' in declaration of 'spawn' [-Wimplicit-int]
 extern spawn();   /* fork and exec */
        ^~~~~
cc -O3  -I/usr/X11R7/include -c dynamic.c
In file included from compiler.h:11:0,
                 from dynamic.c:22:
../util.h:20:8: warning: type defaults to 'int' in declaration of 'spawn' [-Wimplicit-int]
 extern spawn();   /* fork and exec */
        ^~~~~
cc -O3  -I/usr/X11R7/include -c errors.c
In file included from compiler.h:11:0,
                 from errors.c:5:
../util.h:20:8: warning: type defaults to 'int' in declaration of 'spawn' [-Wimplicit-int]
 extern spawn();   /* fork and exec */
        ^~~~~
cc -O3  -I/usr/X11R7/include -c fold.c
In file included from compiler.h:11:0,
                 from fold.c:4:
../util.h:20:8: warning: type defaults to 'int' in declaration of 'spawn' [-Wimplicit-int]
 extern spawn();   /* fork and exec */
        ^~~~~
cc -O3  -I/usr/X11R7/include -c gdecl.c
In file included from compiler.h:11:0,
                 from gdecl.c:3:
../util.h:20:8: warning: type defaults to 'int' in declaration of 'spawn' [-Wimplicit-int]
 extern spawn();   /* fork and exec */
        ^~~~~
cc -O3  -I/usr/X11R7/include -c gexpr.c
In file included from compiler.h:11:0,
                 from gexpr.c:3:
../util.h:20:8: warning: type defaults to 'int' in declaration of 'spawn' [-Wimplicit-int]
 extern spawn();   /* fork and exec */
        ^~~~~
cc -O3  -I/usr/X11R7/include -c ginput.c
In file included from compiler.h:11:0,
                 from ginput.c:3:
../util.h:20:8: warning: type defaults to 'int' in declaration of 'spawn' [-Wimplicit-int]
 extern spawn();   /* fork and exec */
        ^~~~~
cc -O3  -I/usr/X11R7/include -c gloop.c
In file included from compiler.h:11:0,
                 from gloop.c:3:
../util.h:20:8: warning: type defaults to 'int' in declaration of 'spawn' [-Wimplicit-int]
 extern spawn();   /* fork and exec */
        ^~~~~
cc -O3  -I/usr/X11R7/include -c gmisc.c
In file included from compiler.h:11:0,
                 from gmisc.c:3:
../util.h:20:8: warning: type defaults to 'int' in declaration of 'spawn' [-Wimplicit-int]
 extern spawn();   /* fork and exec */
        ^~~~~
cc -O3  -I/usr/X11R7/include -c gparam.c
In file included from compiler.h:11:0,
                 from gparam.c:3:
../util.h:20:8: warning: type defaults to 'int' in declaration of 'spawn' [-Wimplicit-int]
 extern spawn();   /* fork and exec */
        ^~~~~
cc -O3  -I/usr/X11R7/include -c gstmt.c
In file included from compiler.h:11:0,
                 from gstmt.c:3:
../util.h:20:8: warning: type defaults to 'int' in declaration of 'spawn' [-Wimplicit-int]
 extern spawn();   /* fork and exec */
        ^~~~~
gstmt.c: In function 'cosend':
gstmt.c:360:1: warning: type of 'n' defaults to 'int' [-Wimplicit-int]
 cosend (e, n, tname)
 ^~~~~~
cc -O3  -I/usr/X11R7/include -c import.c
In file included from compiler.h:11:0,
                 from import.c:3:
../util.h:20:8: warning: type defaults to 'int' in declaration of 'spawn' [-Wimplicit-int]
 extern spawn();   /* fork and exec */
        ^~~~~
echo '/*  Created mechanically;  DO NOT EDIT THIS FILE  */' >tkflags.h
echo '' >>tkflags.h
awk '/^%t[^*]*\*[BEG + END]*\*/{printf("TKFLAGS(%s,%s)\n",$2,$4);}'  <grammar.y >>tkflags.h
cc -O3  -I/usr/X11R7/include -c input.c
In file included from compiler.h:11:0,
                 from input.c:3:
../util.h:20:8: warning: type defaults to 'int' in declaration of 'spawn' [-Wimplicit-int]
 extern spawn();   /* fork and exec */
        ^~~~~
cc -O3  -I/usr/X11R7/include -c list.c
In file included from compiler.h:11:0,
                 from list.c:20:
../util.h:20:8: warning: type defaults to 'int' in declaration of 'spawn' [-Wimplicit-int]
 extern spawn();   /* fork and exec */
        ^~~~~
cc -O3  -I/usr/X11R7/include -c names.c
In file included from compiler.h:11:0,
                 from names.c:3:
../util.h:20:8: warning: type defaults to 'int' in declaration of 'spawn' [-Wimplicit-int]
 extern spawn();   /* fork and exec */
        ^~~~~
cc -O3  -I/usr/X11R7/include -c node.c
In file included from compiler.h:11:0,
                 from node.c:3:
../util.h:20:8: warning: type defaults to 'int' in declaration of 'spawn' [-Wimplicit-int]
 extern spawn();   /* fork and exec */
        ^~~~~
cc -O3  -I/usr/X11R7/include -c op.c
In file included from compiler.h:11:0,
                 from op.c:3:
../util.h:20:8: warning: type defaults to 'int' in declaration of 'spawn' [-Wimplicit-int]
 extern spawn();   /* fork and exec */
        ^~~~~
cc -O3  -I/usr/X11R7/include -c output.c
In file included from compiler.h:11:0,
                 from output.c:8:
../util.h:20:8: warning: type defaults to 'int' in declaration of 'spawn' [-Wimplicit-int]
 extern spawn();   /* fork and exec */
        ^~~~~
output.c: In function 'mkinter':
output.c:76:6: warning: implicit declaration of function 'mkdir'; did you mean 'rmdir'? [-Wimplicit-function-declaration]
  if (mkdir (ifdir, 0777) != 0 && errno != EEXIST)
      ^~~~~
      rmdir
cc -O3  -I/usr/X11R7/include -c params.c
In file included from compiler.h:11:0,
                 from params.c:3:
../util.h:20:8: warning: type defaults to 'int' in declaration of 'spawn' [-Wimplicit-int]
 extern spawn();   /* fork and exec */
        ^~~~~
cc -O3  -I/usr/X11R7/include -c pregen.c
In file included from compiler.h:11:0,
                 from pregen.c:3:
../util.h:20:8: warning: type defaults to 'int' in declaration of 'spawn' [-Wimplicit-int]
 extern spawn();   /* fork and exec */
        ^~~~~
cc -O3  -I/usr/X11R7/include -c presig.c
In file included from compiler.h:11:0,
                 from presig.c:3:
../util.h:20:8: warning: type defaults to 'int' in declaration of 'spawn' [-Wimplicit-int]
 extern spawn();   /* fork and exec */
        ^~~~~
cc -O3 -E includer.c  | sed 's/,/ ,/' | awk -f elabels.awk >print.h
cc -O3  -I/usr/X11R7/include -c print.c
In file included from compiler.h:11:0,
                 from print.c:6:
../util.h:20:8: warning: type defaults to 'int' in declaration of 'spawn' [-Wimplicit-int]
 extern spawn();   /* fork and exec */
        ^~~~~
cc -O3  -I/usr/X11R7/include -c resource.c
In file included from compiler.h:11:0,
                 from resource.c:3:
../util.h:20:8: warning: type defaults to 'int' in declaration of 'spawn' [-Wimplicit-int]
 extern spawn();   /* fork and exec */
        ^~~~~
cc -O3  -I/usr/X11R7/include -c signat.c
In file included from compiler.h:11:0,
                 from signat.c:3:
../util.h:20:8: warning: type defaults to 'int' in declaration of 'spawn' [-Wimplicit-int]
 extern spawn();   /* fork and exec */
        ^~~~~
cc -O3  -I/usr/X11R7/include -c symtab.c
In file included from compiler.h:11:0,
                 from symtab.c:3:
../util.h:20:8: warning: type defaults to 'int' in declaration of 'spawn' [-Wimplicit-int]
 extern spawn();   /* fork and exec */
        ^~~~~
. ../paths.sh; cc -O3 -o sr main.o grammar.o tokens.o ../util.o alloc.o attest.o dynamic.o errors.o fold.o  gdecl.o gexpr.o ginput.o gloop.o gmisc.o gparam.o gstmt.o  import.o input.o list.o names.o node.o  op.o output.o params.o pregen.o presig.o print.o  resource.o signat.o symtab.o $LIBM $LIBC
cd srl;		make   CC="cc" CFLAGS="-O3"
cc -O3  -I/usr/X11R7/include -c main.c
In file included from funcs.h:4:0,
                 from main.c:7:
../util.h:20:8: warning: type defaults to 'int' in declaration of 'spawn' [-Wimplicit-int]
 extern spawn();   /* fork and exec */
        ^~~~~
main.c:33:1: warning: return type defaults to 'int' [-Wimplicit-int]
 main (argc, argv)
 ^~~~
cc -O3  -I/usr/X11R7/include -c limits.c
In file included from funcs.h:4:0,
                 from limits.c:6:
../util.h:20:8: warning: type defaults to 'int' in declaration of 'spawn' [-Wimplicit-int]
 extern spawn();   /* fork and exec */
        ^~~~~
cc -O3  -I/usr/X11R7/include -c resource.c
In file included from funcs.h:4:0,
                 from resource.c:6:
../util.h:20:8: warning: type defaults to 'int' in declaration of 'spawn' [-Wimplicit-int]
 extern spawn();   /* fork and exec */
        ^~~~~
cc -O3  -I/usr/X11R7/include -c gen.c
In file included from funcs.h:4:0,
                 from gen.c:4:
../util.h:20:8: warning: type defaults to 'int' in declaration of 'spawn' [-Wimplicit-int]
 extern spawn();   /* fork and exec */
        ^~~~~
. ../paths.sh; cc -O3 -o srl main.o limits.o resource.o gen.o ../util.o $LIBC
cd csw;		make   CC="cc" CFLAGS="-O3"
cc -O3  -I/usr/X11R7/include -c cstest.c
cstest.c:53:1: warning: return type defaults to 'int' [-Wimplicit-int]
 main ()
 ^~~~
cc -O3 -c netbsd.c
ld -r -o asm.o netbsd.o /usr/lib/libpthread.a
. ../paths.sh; cc -O3 -o cstest  cstest.o asm.o $LIBM $LIBC
rm -f OKAY
...checking context switch code
./cstest >cstest.out
running context switch test, arch = NetBSD 2.0 and later
cmp cstest.out cstest.stdout
echo "`date`: cstest passed" >OKAY
cd rts;		make   CC="cc" CFLAGS="-O3"
cc -O3  -I/usr/X11R7/include -c main.c
In file included from rts.h:47:0,
                 from main.c:9:
../sr.h:307:21: error: macro "memcpy" requires 3 arguments, but only 1 given
 extern void *memcpy();
                     ^
../sr.h:307:14: error: 'memcpy' redeclared as different kind of symbol
 extern void *memcpy();
              ^~~~~~
In file included from ../gen.h:38:0,
                 from rts.h:23,
                 from main.c:9:
/usr/include/string.h:51:7: note: previous declaration of 'memcpy' was here
 void *memcpy(void * __restrict, const void * __restrict, size_t);
       ^~~~~~
main.c:53:1: warning: return type defaults to 'int' [-Wimplicit-int]
 main (argc, argv)
 ^~~~
main.c: In function 'shutdn':
main.c:648:2: warning: implicit declaration of function 'wait'; did you mean 'main'? [-Wimplicit-function-declaration]
  wait (&wstatus);
  ^~~~
  main
*** Error code 1

Stop.
make[1]: stopped in /tmp/pkgbuild/lang/sr/work.alpha/rts
*** Error code 1

Stop.
make: stopped in /tmp/pkgbuild/lang/sr/work.alpha
*** Error code 1

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

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