=> Bootstrap dependency digest>=20211023: found digest-20220214
WARNING: [license.mk] Every package should define a LICENSE.
===> 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/opt/pkg/include -c util.c
In file included from util.c:10:
./util.h:20:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
extern spawn();                 /* fork and exec */
~~~~~~ ^
util.c:164:11: warning: 'vfork' is deprecated: Use posix_spawn or fork [-Wdeprecated-declarations]
    pid = vfork ();
          ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/unistd.h:604:1: note: 'vfork' has been explicitly marked deprecated here
__deprecated_msg("Use posix_spawn or fork")
^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/sys/cdefs.h:208:48: note: expanded from macro '__deprecated_msg'
        #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
                                                      ^
2 warnings generated.
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/opt/pkg/include -c main.c
In file included from main.c:5:
In file included from ./compiler.h:11:
./../util.h:20:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
extern spawn();                 /* fork and exec */
~~~~~~ ^
In file included from main.c:7:
./../arch.h:153:5: error: unknown type name 'ERROR'
    ERROR -- no architecture selected
    ^
./../arch.h:153:11: error: expected identifier or '('
    ERROR -- no architecture selected
          ^
main.c:45:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
main (argc, argv)
^
main.c:53:5: warning: implicit declaration of function 'options' is invalid in C99 [-Wimplicit-function-declaration]
    options (argc, argv);               /* process options */
    ^
main.c:114:1: error: static declaration of 'options' follows non-static declaration
options (argc, argv)
^
main.c:53:5: note: previous implicit declaration is here
    options (argc, argv);               /* process options */
    ^
main.c:158:22: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
                for (p = optarg; c = *p; p++)
                                 ~~^~~~
main.c:158:22: note: place parentheses around the assignment to silence this warning
                for (p = optarg; c = *p; p++)
                                   ^
                                 (     )
main.c:158:22: note: use '==' to turn this assignment into an equality comparison
                for (p = optarg; c = *p; p++)
                                   ^
                                   ==
main.c:389:14: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
    while (s = *ilp++) {
           ~~^~~~~~~~
main.c:389:14: note: place parentheses around the assignment to silence this warning
    while (s = *ilp++) {
             ^
           (         )
main.c:389:14: note: use '==' to turn this assignment into an equality comparison
    while (s = *ilp++) {
             ^
             ==
main.c:401:20: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
    while (*argp++ = *rlp++)            /* copy list */
           ~~~~~~~~^~~~~~~~
main.c:401:20: note: place parentheses around the assignment to silence this warning
    while (*argp++ = *rlp++)            /* copy list */
                   ^
           (               )
main.c:401:20: note: use '==' to turn this assignment into an equality comparison
    while (*argp++ = *rlp++)            /* copy list */
                   ^
                   ==
6 warnings and 3 errors generated.
*** Error code 1

Stop.
make[1]: stopped in /Users/pbulk/build/lang/sr/work/sr
*** Error code 1

Stop.
bmake: stopped in /Users/pbulk/build/lang/sr/work
*** Error code 1

Stop.
bmake[1]: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/lang/sr
*** Error code 1

Stop.
bmake: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/lang/sr