=> Bootstrap dependency digest>=20211023: found digest-20220214 WARNING: [license.mk] Every package should define a LICENSE. ===> Building for cdrkit-1.1.9nb10 [ 0%] Building C object librols/CMakeFiles/rols.dir/astoi.o [ 1%] Building C object wodim/CMakeFiles/wodimstuff.dir/cd_misc.o [ 0%] Building C object libhfs_iso/CMakeFiles/hfs_iso.dir/block.o /Users/pbulk/build/sysutils/cdrkit/work/cdrkit-1.1.9/librols/astoi.c:77:1: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] astoi(s, i) ^ /Users/pbulk/build/sysutils/cdrkit/work/cdrkit-1.1.9/librols/astoi.c:90:1: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] astol(s, l) ^ /Users/pbulk/build/sysutils/cdrkit/work/cdrkit-1.1.9/librols/astoi.c:98:1: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] astolb(s, l, base) ^ [ 2%] Building C object libhfs_iso/CMakeFiles/hfs_iso.dir/btree.o [ 2%] Building C object wodim/CMakeFiles/wodimstuff.dir/defaults.o 3 warnings generated. [ 3%] Building C object librols/CMakeFiles/rols.dir/astoll.o /Users/pbulk/build/sysutils/cdrkit/work/cdrkit-1.1.9/librols/astoll.c:59:1: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] astoll(s, l) ^ /Users/pbulk/build/sysutils/cdrkit/work/cdrkit-1.1.9/librols/astoll.c:67:1: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] astollb(s, l, base) ^ 2 warnings generated. [ 4%] Building C object wodim/CMakeFiles/wodimstuff.dir/getnum.o [ 4%] Building C object librols/CMakeFiles/rols.dir/astoull.o /Users/pbulk/build/sysutils/cdrkit/work/cdrkit-1.1.9/librols/astoull.c:76:1: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] astoull(s, l) ^ /Users/pbulk/build/sysutils/cdrkit/work/cdrkit-1.1.9/librols/astoull.c:84:1: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] astoullb(s, l, base) ^ 2 warnings generated. [ 4%] Building C object wodim/CMakeFiles/wodimstuff.dir/misc.o [ 4%] Building C object libhfs_iso/CMakeFiles/hfs_iso.dir/data.o [ 5%] Building C object librols/CMakeFiles/rols.dir/breakline.o [ 5%] Building C object librols/CMakeFiles/rols.dir/cmpbytes.o [ 5%] Building C object wodim/CMakeFiles/wodimstuff.dir/modes.o [ 6%] Building C object libhfs_iso/CMakeFiles/hfs_iso.dir/file.o /Users/pbulk/build/sysutils/cdrkit/work/cdrkit-1.1.9/librols/cmpbytes.c:41:1: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] cmpbytes(fromp, top, cnt) ^ 1 warning generated. [ 6%] Building C object librols/CMakeFiles/rols.dir/comerr.o [ 7%] Building C object wodim/CMakeFiles/wodimstuff.dir/movesect.o /Users/pbulk/build/sysutils/cdrkit/work/cdrkit-1.1.9/librols/comerr.c:66:1: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] on_comerr(func, arg) ^ /Users/pbulk/build/sysutils/cdrkit/work/cdrkit-1.1.9/librols/comerr.c:200:1: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] _comerr(exflg, err, msg, args) ^ /Users/pbulk/build/sysutils/cdrkit/work/cdrkit-1.1.9/librols/comerr.c:200:1: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] /Users/pbulk/build/sysutils/cdrkit/work/cdrkit-1.1.9/librols/comerr.c:231:1: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] comexit(err) ^ /Users/pbulk/build/sysutils/cdrkit/work/cdrkit-1.1.9/librols/comerr.c:243:1: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] errmsgstr(err) ^ [ 7%] Building C object libhfs_iso/CMakeFiles/hfs_iso.dir/gdata.o 5 warnings generated. [ 7%] Building C object wodim/CMakeFiles/wodimstuff.dir/scsi_cdr.o [ 8%] Building C object librols/CMakeFiles/rols.dir/error.o [ 8%] Building C object libhfs_iso/CMakeFiles/hfs_iso.dir/hfs.o [ 8%] Building C object librols/CMakeFiles/rols.dir/fexec.o /Users/pbulk/build/sysutils/cdrkit/work/cdrkit-1.1.9/wodim/scsi_cdr.c:2184:5: warning: 'strcpy' will always overflow; destination buffer has size 8, but the source string has length 29 (including NUL byte) [-Wfortify-source] strcpy(inq->vendor_info, ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/secure/_string.h:84:3: note: expanded from macro 'strcpy' __builtin___strcpy_chk (dest, __VA_ARGS__, __darwin_obsz (dest)) ^ /Users/pbulk/build/sysutils/cdrkit/work/cdrkit-1.1.9/wodim/scsi_cdr.c:2190:6: warning: 'strcpy' will always overflow; destination buffer has size 8, but the source string has length 29 (including NUL byte) [-Wfortify-source] strcpy(inq->vendor_info, ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/secure/_string.h:84:3: note: expanded from macro 'strcpy' __builtin___strcpy_chk (dest, __VA_ARGS__, __darwin_obsz (dest)) ^ /Users/pbulk/build/sysutils/cdrkit/work/cdrkit-1.1.9/wodim/scsi_cdr.c:2194:6: warning: 'strcpy' will always overflow; destination buffer has size 8, but the source string has length 29 (including NUL byte) [-Wfortify-source] strcpy(inq->vendor_info, ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/secure/_string.h:84:3: note: expanded from macro 'strcpy' __builtin___strcpy_chk (dest, __VA_ARGS__, __darwin_obsz (dest)) ^ /Users/pbulk/build/sysutils/cdrkit/work/cdrkit-1.1.9/wodim/scsi_cdr.c:2198:6: warning: 'strcpy' will always overflow; destination buffer has size 8, but the source string has length 29 (including NUL byte) [-Wfortify-source] strcpy(inq->vendor_info, ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/secure/_string.h:84:3: note: expanded from macro 'strcpy' __builtin___strcpy_chk (dest, __VA_ARGS__, __darwin_obsz (dest)) ^ /Users/pbulk/build/sysutils/cdrkit/work/cdrkit-1.1.9/wodim/scsi_cdr.c:2202:6: warning: 'strcpy' will always overflow; destination buffer has size 8, but the source string has length 29 (including NUL byte) [-Wfortify-source] strcpy(inq->vendor_info, ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/secure/_string.h:84:3: note: expanded from macro 'strcpy' __builtin___strcpy_chk (dest, __VA_ARGS__, __darwin_obsz (dest)) ^ /Users/pbulk/build/sysutils/cdrkit/work/cdrkit-1.1.9/wodim/scsi_cdr.c:2233:4: warning: 'strcpy' will always overflow; destination buffer has size 8, but the source string has length 29 (including NUL byte) [-Wfortify-source] strcpy(inq->vendor_info, ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/secure/_string.h:84:3: note: expanded from macro 'strcpy' __builtin___strcpy_chk (dest, __VA_ARGS__, __darwin_obsz (dest)) ^ /Users/pbulk/build/sysutils/cdrkit/work/cdrkit-1.1.9/wodim/scsi_cdr.c:2239:4: warning: 'strcpy' will always overflow; destination buffer has size 8, but the source string has length 29 (including NUL byte) [-Wfortify-source] strcpy(inq->vendor_info, ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/secure/_string.h:84:3: note: expanded from macro 'strcpy' __builtin___strcpy_chk (dest, __VA_ARGS__, __darwin_obsz (dest)) ^ /Users/pbulk/build/sysutils/cdrkit/work/cdrkit-1.1.9/librols/fexec.c:180:1: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] fexecv(name, in, out, err, ac, av) ^ /Users/pbulk/build/sysutils/cdrkit/work/cdrkit-1.1.9/librols/fexec.c:191:1: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] f_execve(name, in, out, err, av, env) ^ /Users/pbulk/build/sysutils/cdrkit/work/cdrkit-1.1.9/librols/fexec.c:357:1: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] fdcopy(fd1, fd2) ^ /Users/pbulk/build/sysutils/cdrkit/work/cdrkit-1.1.9/librols/fexec.c:357:1: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] /Users/pbulk/build/sysutils/cdrkit/work/cdrkit-1.1.9/librols/fexec.c:366:1: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] fdmove(fd1, fd2) ^ /Users/pbulk/build/sysutils/cdrkit/work/cdrkit-1.1.9/librols/fexec.c:366:1: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] /Users/pbulk/build/sysutils/cdrkit/work/cdrkit-1.1.9/librols/fexec.c:383:1: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] getpath(env) ^ /Users/pbulk/build/sysutils/cdrkit/work/cdrkit-1.1.9/librols/fexec.c:383:1: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] /Users/pbulk/build/sysutils/cdrkit/work/cdrkit-1.1.9/librols/fexec.c:408:1: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] chkname(name, ev) ^ /Users/pbulk/build/sysutils/cdrkit/work/cdrkit-1.1.9/librols/fexec.c:408:1: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 10 warnings generated. [ 9%] Building C object librols/CMakeFiles/rols.dir/fillbytes.o 7 warnings generated. [ 10%] Building C object libhfs_iso/CMakeFiles/hfs_iso.dir/low.o [ 11%] Building C object wodim/CMakeFiles/wodimstuff.dir/scsi_mmc.o [ 11%] Building C object librols/CMakeFiles/rols.dir/getargs.o /Users/pbulk/build/sysutils/cdrkit/work/cdrkit-1.1.9/librols/getargs.c:162:1: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] getfiles(pac, pav, fmt) ^ /Users/pbulk/build/sysutils/cdrkit/work/cdrkit-1.1.9/librols/getargs.c:186:1: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] _getargs(pac, pav, fmt, setargs, args) ^ /Users/pbulk/build/sysutils/cdrkit/work/cdrkit-1.1.9/librols/getargs.c:220:1: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] dofile(pac, pav, pargp) ^ /Users/pbulk/build/sysutils/cdrkit/work/cdrkit-1.1.9/librols/getargs.c:220:1: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] /Users/pbulk/build/sysutils/cdrkit/work/cdrkit-1.1.9/librols/getargs.c:275:1: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] doflag(pac, pav, argp, fmt, setargs, oargs) ^ /Users/pbulk/build/sysutils/cdrkit/work/cdrkit-1.1.9/librols/getargs.c:275:1: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] /Users/pbulk/build/sysutils/cdrkit/work/cdrkit-1.1.9/librols/getargs.c:666:1: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] dosflags(argp, fmt, setargs, oargs) ^ /Users/pbulk/build/sysutils/cdrkit/work/cdrkit-1.1.9/librols/getargs.c:666:1: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] /Users/pbulk/build/sysutils/cdrkit/work/cdrkit-1.1.9/librols/getargs.c:802:1: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] checkfmt(fmt) ^ /Users/pbulk/build/sysutils/cdrkit/work/cdrkit-1.1.9/librols/getargs.c:802:1: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] /Users/pbulk/build/sysutils/cdrkit/work/cdrkit-1.1.9/librols/getargs.c:828:1: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] checkeql(str) ^ /Users/pbulk/build/sysutils/cdrkit/work/cdrkit-1.1.9/librols/getargs.c:828:1: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] [ 11%] Building C object libhfs_iso/CMakeFiles/hfs_iso.dir/node.o [ 11%] Building C object wodim/CMakeFiles/wodimstuff.dir/scsi_scan.o 12 warnings generated. [ 11%] Building C object librols/CMakeFiles/rols.dir/getav0.o [ 12%] Building C object librols/CMakeFiles/rols.dir/getdomainname.o [ 13%] Building C object libhfs_iso/CMakeFiles/hfs_iso.dir/record.o [ 14%] Linking C static library libwodimstuff.a [ 14%] Building C object librols/CMakeFiles/rols.dir/geterrno.o [ 14%] Building C object libhfs_iso/CMakeFiles/hfs_iso.dir/volume.o [ 14%] Built target wodimstuff [ 15%] Building C object librols/CMakeFiles/rols.dir/gethostid.o [ 15%] Building C object libusal/CMakeFiles/usal.dir/usalsettarget.o [ 15%] Linking C static library libhfs_iso.a [ 16%] Building C object libusal/CMakeFiles/usal.dir/usaltimes.o [ 16%] Building C object librols/CMakeFiles/rols.dir/gethostname.o [ 16%] Built target hfs_iso [ 16%] Building C object libusal/CMakeFiles/usal.dir/scsierrs.o [ 17%] Building C object librols/CMakeFiles/rols.dir/getpagesize.o [ 18%] Building C object libunls/CMakeFiles/unls.dir/nls_base.o [ 18%] Building C object librols/CMakeFiles/rols.dir/handlecond.o [ 18%] Building C object libusal/CMakeFiles/usal.dir/scsihack.o [ 18%] Building C object libunls/CMakeFiles/unls.dir/nls_config.o /Users/pbulk/build/sysutils/cdrkit/work/cdrkit-1.1.9/librols/handlecond.c:210:1: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] starthandlecond(sp) ^ /Users/pbulk/build/sysutils/cdrkit/work/cdrkit-1.1.9/librols/handlecond.c:252:1: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] unhandlecond(sp) ^ 2 warnings generated. [ 18%] Building C object librols/CMakeFiles/rols.dir/movebytes.o [ 19%] Building C object libunls/CMakeFiles/unls.dir/nls_cp10000.o /Users/pbulk/build/sysutils/cdrkit/work/cdrkit-1.1.9/librols/movebytes.c:41:1: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] movebytes(fromv, tov, cnt) ^ 1 warning generated. [ 20%] Building C object librols/CMakeFiles/rols.dir/raisecond.o [ 20%] Building C object libunls/CMakeFiles/unls.dir/nls_cp10006.o /Users/pbulk/build/sysutils/cdrkit/work/cdrkit-1.1.9/librols/raisecond.c:107:1: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] raisecond(signame, arg2) ^ /Users/pbulk/build/sysutils/cdrkit/work/cdrkit-1.1.9/librols/raisecond.c:152:1: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] framehandle(sp, handlename, signame, arg2) ^ /Users/pbulk/build/sysutils/cdrkit/work/cdrkit-1.1.9/librols/raisecond.c:152:1: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] /Users/pbulk/build/sysutils/cdrkit/work/cdrkit-1.1.9/librols/raisecond.c:173:1: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] raiseabort(signame) ^ /Users/pbulk/build/sysutils/cdrkit/work/cdrkit-1.1.9/librols/raisecond.c:173:1: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 5 warnings generated. [ 20%] Building C object librols/CMakeFiles/rols.dir/rename.o [ 20%] Building C object libunls/CMakeFiles/unls.dir/nls_cp10007.o [ 21%] Building C object librols/CMakeFiles/rols.dir/saveargs.o [ 22%] Building C object libunls/CMakeFiles/unls.dir/nls_cp10029.o /Users/pbulk/build/sysutils/cdrkit/work/cdrkit-1.1.9/librols/saveargs.c:57:1: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] save_args(ac, av) ^ /Users/pbulk/build/sysutils/cdrkit/work/cdrkit-1.1.9/librols/saveargs.c:99:1: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] set_progname(name) ^ 2 warnings generated. [ 22%] Building C object librols/CMakeFiles/rols.dir/seterrno.o [ 22%] Building C object libunls/CMakeFiles/unls.dir/nls_cp10079.o /Users/pbulk/build/sysutils/cdrkit/work/cdrkit-1.1.9/librols/seterrno.c:47:1: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] seterrno(err) ^ 1 warning generated. [ 22%] Building C object librols/CMakeFiles/rols.dir/spawn.o In file included from /Users/pbulk/build/sysutils/cdrkit/work/cdrkit-1.1.9/libusal/scsihack.c:191: /Users/pbulk/build/sysutils/cdrkit/work/cdrkit-1.1.9/libusal/scsi-mac-iokit.c:65:10: fatal error: 'IOKit/scsi-commands/SCSITaskLib.h' file not found #include ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/sysutils/cdrkit/work/cdrkit-1.1.9/libusal/scsi-mac-iokit.c:65:10: note: did not find header 'scsi-commands/SCSITaskLib.h' in framework 'IOKit' (loaded from '/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/System/Library/Frameworks') [ 23%] Building C object libunls/CMakeFiles/unls.dir/nls_cp10081.o 1 error generated. --- libusal/CMakeFiles/usal.dir/scsihack.o --- *** [libusal/CMakeFiles/usal.dir/scsihack.o] Error code 1 bmake[2]: stopped in /Users/pbulk/build/sysutils/cdrkit/work/cdrkit-1.1.9 1 error bmake[2]: stopped in /Users/pbulk/build/sysutils/cdrkit/work/cdrkit-1.1.9 --- libusal/CMakeFiles/usal.dir/all --- *** [libusal/CMakeFiles/usal.dir/all] Error code 2 bmake[1]: stopped in /Users/pbulk/build/sysutils/cdrkit/work/cdrkit-1.1.9 /Users/pbulk/build/sysutils/cdrkit/work/cdrkit-1.1.9/librols/spawn.c:53:1: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] fspawnv(in, out, err, argc, argv) ^ /Users/pbulk/build/sysutils/cdrkit/work/cdrkit-1.1.9/librols/spawn.c:124:1: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] fspawnv_nowait(in, out, err, name, argc, argv) ^ /Users/pbulk/build/sysutils/cdrkit/work/cdrkit-1.1.9/librols/spawn.c:152:1: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] wait_chld(pid) ^ 3 warnings generated. A failure has been detected in another branch of the parallel make bmake[2]: stopped in /Users/pbulk/build/sysutils/cdrkit/work/cdrkit-1.1.9 --- librols/CMakeFiles/rols.dir/all --- *** [librols/CMakeFiles/rols.dir/all] Error code 2 bmake[1]: stopped in /Users/pbulk/build/sysutils/cdrkit/work/cdrkit-1.1.9 A failure has been detected in another branch of the parallel make bmake[2]: stopped in /Users/pbulk/build/sysutils/cdrkit/work/cdrkit-1.1.9 --- libunls/CMakeFiles/unls.dir/all --- *** [libunls/CMakeFiles/unls.dir/all] Error code 2 bmake[1]: stopped in /Users/pbulk/build/sysutils/cdrkit/work/cdrkit-1.1.9 3 errors bmake[1]: stopped in /Users/pbulk/build/sysutils/cdrkit/work/cdrkit-1.1.9 *** [all] Error code 2 bmake: stopped in /Users/pbulk/build/sysutils/cdrkit/work/cdrkit-1.1.9 1 error bmake: stopped in /Users/pbulk/build/sysutils/cdrkit/work/cdrkit-1.1.9 *** Error code 2 Stop. bmake[1]: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos11-trunk-arm64/sysutils/cdrkit *** Error code 1 Stop. bmake: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos11-trunk-arm64/sysutils/cdrkit