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 >paths.sh echo >paths.tmp '/*' echo >>paths.tmp ' * Created mechanically; DO NOT EDIT THIS FILE.' echo >>paths.tmp ' */' sed >>paths.tmp e_l->e_name); /* save resource name permanantly */ ^ main.c:246:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] concrete (e) ^ main.c:264:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] genmake (e) ^ main.c:291:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] gmake (e, rtype, half) ^ main.c:315:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] cc (dir, fname) ^ main.c:344:12: warning: passing arguments to 'spawn' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] if (spawn (argv, dir) != 0) ^ main.c:357:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] mylink (files) ^ 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:400:8: warning: passing arguments to 'mexit' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] mexit ("no resource bodies; linking suppressed"); ^ 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 */ ^ == main.c:407:15: warning: passing arguments to 'strtail' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] if (!strtail (s, SOURCE_SUF)) ^ main.c:417:12: warning: passing arguments to 'doexec' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] doexec (argv); ^ 29 warnings and 3 errors generated. *** Error code 1 Stop. make[1]: stopped making "sr" in /Users/pbulk/build/lang/sr/work/sr *** Error code 1 Stop. bmake: stopped making "all" in /Users/pbulk/build/lang/sr/work *** Error code 1 Stop. bmake[1]: stopped making "all" in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/lang/sr *** Error code 1 Stop. bmake: stopped making "all" in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/lang/sr