=> Bootstrap dependency digest>=20211023: found digest-20220214 ===> Building for hercules4sdl-4.5nb2 /opt/pkg/bin/gmake all-recursive gmake[1]: Entering directory '/Users/pbulk/build/emulators/hercules4sdl/work/hyperion-Release_4.5' Making all in m4 gmake[2]: Entering directory '/Users/pbulk/build/emulators/hercules4sdl/work/hyperion-Release_4.5/m4' gmake[2]: Nothing to be done for 'all'. gmake[2]: Leaving directory '/Users/pbulk/build/emulators/hercules4sdl/work/hyperion-Release_4.5/m4' Making all in util gmake[2]: Entering directory '/Users/pbulk/build/emulators/hercules4sdl/work/hyperion-Release_4.5/util' gmake[2]: Nothing to be done for 'all'. gmake[2]: Leaving directory '/Users/pbulk/build/emulators/hercules4sdl/work/hyperion-Release_4.5/util' Making all in html gmake[2]: Entering directory '/Users/pbulk/build/emulators/hercules4sdl/work/hyperion-Release_4.5/html' gmake[2]: Nothing to be done for 'all'. gmake[2]: Leaving directory '/Users/pbulk/build/emulators/hercules4sdl/work/hyperion-Release_4.5/html' Making all in man gmake[2]: Entering directory '/Users/pbulk/build/emulators/hercules4sdl/work/hyperion-Release_4.5/man' gmake[2]: Nothing to be done for 'all'. gmake[2]: Leaving directory '/Users/pbulk/build/emulators/hercules4sdl/work/hyperion-Release_4.5/man' Making all in . gmake[2]: Entering directory '/Users/pbulk/build/emulators/hercules4sdl/work/hyperion-Release_4.5' CC cckdcdsk.o CC hsys.lo CC codepage.lo CC hdl.lo CC hexdumpe.lo CC hostinfo.lo CC hscutl.lo CC hsocket.lo CC hthreads.lo hthreads.c:1295:48: warning: format specifies type 'unsigned long long *' but the argument has type 'TID *' (aka 'struct _opaque_pthread_t **') [-Wformat] else if (sscanf( argv[1], SCN_TIDPAT "%c", &tid, &c ) != 1) ~~~~~~~~~~ ^~~~ hthreads.c:1563:48: warning: format specifies type 'unsigned long long *' but the argument has type 'TID *' (aka 'struct _opaque_pthread_t **') [-Wformat] else if (sscanf( argv[1], SCN_TIDPAT "%c", &tid, &c ) != 1) ~~~~~~~~~~ ^~~~ CC logger.lo 2 warnings generated. CC logmsg.lo CC machdep.lo CC memrchr.lo CC parser.lo CC pttrace.lo CC version.lo CC hetlib.lo CC ftlib.lo CC sllib.lo CC cache.lo CC cckddasd.lo CC cckdutil.lo CC ckddasd.lo cckddasd.c:6717:13: warning: format specifies type 'long' but the argument has type '__darwin_suseconds_t' (aka 'int') [-Wformat] timeval.tv_usec, // "uuuuuu" (%6.6ld ^~~~~~~~~~~~~~~ ./msgenu.h:207:70: note: expanded from macro 'MSGBUF' #define MSGBUF( _buf, ... ) snprintf(_buf, sizeof(_buf), ## __VA_ARGS__ ) ^~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/secure/_stdio.h:57:62: note: expanded from macro 'snprintf' __builtin___snprintf_chk (str, len, 0, __darwin_obsz(str), __VA_ARGS__) ^~~~~~~~~~~ 1 warning generated. CC cckddasd64.lo CC cckdutil64.lo CC ckddasd64.lo CC dasdtab.lo CC dasdutil.lo CC fbadasd.lo CC dasdutil64.lo CC fbadasd64.lo CC shared.lo CC _archdep_templ.lo CC archlvl.lo CC assist.lo CC bldcfg.lo CC cgibin.lo CC channel.lo CC chsc.lo CC clock.lo CC cmdtab.lo CC cmpsc_2012.lo CC cmpscdbg.lo CC cmpscdct.lo CC cmpscget.lo CC cmpscmem.lo CC cmpscput.lo CC config.lo CC control.lo CC cpu.lo CC crypto.lo CC dat.lo CC decimal.lo CC dfp.lo CC diagmssf.lo CC diagnose.lo CC dyn76.lo CC ecpsvm.lo CC esame.lo CC external.lo CC facility.lo CC fillfnam.lo CC float.lo CC general1.lo CC general2.lo CC general3.lo CC hao.lo CC hbyteswp.lo CC hconsole.lo CC hdiagf18.lo CC history.lo CC hRexx.lo CC hRexx_o.lo CC hRexx_r.lo CC hsccmd.lo CC hscemode.lo CC hscloc.lo hsccmd.c:9105:28: warning: cast to smaller integer type 'int' from 'TID' (aka 'struct _opaque_pthread_t *') [-Wpointer-to-int-cast] if (getrusage( (int) sysblk.cputid[i], &rusage ) == 0) ^~~~~~~~~~~~~~~~~~~~~~ CC hscmisc.lo 1 warning generated. CC hscpufun.lo CC httpserv.lo CC ieee.lo CC impl.lo impl.c:1209:5: warning: impl.c(1209) : warning : This build of Hercules will only have partial TCP keepalive support [-W#pragma-messages] WARNING("This build of Hercules will only have partial TCP keepalive support") ^ ./ccfixme.h:93:33: note: expanded from macro 'WARNING' #define WARNING( _str ) QPRAGMA( message( WARN_LINE _str )) ^ ./ccfixme.h:55:33: note: expanded from macro 'QPRAGMA' #define QPRAGMA( x ) _Pragma( #x ) ^ :345:2: note: expanded from here message( WARN_LINE "This build of Hercules will only have partial TCP keepalive support" ) ^ 1 warning generated. CC inline.lo CC io.lo CC ipl.lo CC loadmem.lo CC loadparm.lo CC losc.lo CC machchk.lo CC opcode.lo CC panel.lo opcode.c:1930:5: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ROUTE_IPRINT( regs, table, [0] ); /* Route based on primary opcode [0] */ ^ opcode.c:1918:28: note: expanded from macro 'ROUTE_IPRINT' return iprt_asmfmt_func( (_regs), inst, iprt_info_string, prtbuf ); ^ opcode.c:1981:28: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] return iprt_asmfmt_func( regs, inst, iprt_info_string, prtbuf ); ^ opcode.c:1988:1: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] IPRINT_ROUT2( 01xx, [1] ) ^ opcode.c:1941:9: note: expanded from macro 'IPRINT_ROUT2' ROUTE_IPRINT( regs, _opcode_tabname, _opcode_idx ); \ ^ opcode.c:1918:28: note: expanded from macro 'ROUTE_IPRINT' return iprt_asmfmt_func( (_regs), inst, iprt_info_string, prtbuf ); ^ opcode.c:1989:1: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] IPRINT_ROUT2( a5_x, [1] & 0x0F ) ^ opcode.c:1941:9: note: expanded from macro 'IPRINT_ROUT2' ROUTE_IPRINT( regs, _opcode_tabname, _opcode_idx ); \ ^ opcode.c:1918:28: note: expanded from macro 'ROUTE_IPRINT' return iprt_asmfmt_func( (_regs), inst, iprt_info_string, prtbuf ); ^ opcode.c:1990:1: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] IPRINT_ROUT2( a7_x, [1] & 0x0F ) ^ opcode.c:1941:9: note: expanded from macro 'IPRINT_ROUT2' ROUTE_IPRINT( regs, _opcode_tabname, _opcode_idx ); \ ^ opcode.c:1918:28: note: expanded from macro 'ROUTE_IPRINT' return iprt_asmfmt_func( (_regs), inst, iprt_info_string, prtbuf ); ^ opcode.c:1992:1: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] IPRINT_ROUT2( b3xx, [1] ) ^ opcode.c:1941:9: note: expanded from macro 'IPRINT_ROUT2' ROUTE_IPRINT( regs, _opcode_tabname, _opcode_idx ); \ ^ opcode.c:1918:28: note: expanded from macro 'ROUTE_IPRINT' return iprt_asmfmt_func( (_regs), inst, iprt_info_string, prtbuf ); ^ opcode.c:1993:1: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] IPRINT_ROUT2( b9xx, [1] ) ^ opcode.c:1941:9: note: expanded from macro 'IPRINT_ROUT2' ROUTE_IPRINT( regs, _opcode_tabname, _opcode_idx ); \ ^ opcode.c:1918:28: note: expanded from macro 'ROUTE_IPRINT' return iprt_asmfmt_func( (_regs), inst, iprt_info_string, prtbuf ); ^ opcode.c:1994:1: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] IPRINT_ROUT2( c0_x, [1] & 0x0F ) ^ opcode.c:1941:9: note: expanded from macro 'IPRINT_ROUT2' ROUTE_IPRINT( regs, _opcode_tabname, _opcode_idx ); \ ^ opcode.c:1918:28: note: expanded from macro 'ROUTE_IPRINT' return iprt_asmfmt_func( (_regs), inst, iprt_info_string, prtbuf ); ^ opcode.c:1995:1: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] IPRINT_ROUT2( c2_x, [1] & 0x0F ) ^ opcode.c:1941:9: note: expanded from macro 'IPRINT_ROUT2' ROUTE_IPRINT( regs, _opcode_tabname, _opcode_idx ); \ ^ opcode.c:1918:28: note: expanded from macro 'ROUTE_IPRINT' return iprt_asmfmt_func( (_regs), inst, iprt_info_string, prtbuf ); ^ opcode.c:1996:1: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] IPRINT_ROUT2( c4_x, [1] & 0x0F ) ^ opcode.c:1941:9: note: expanded from macro 'IPRINT_ROUT2' ROUTE_IPRINT( regs, _opcode_tabname, _opcode_idx ); \ ^ opcode.c:1918:28: note: expanded from macro 'ROUTE_IPRINT' return iprt_asmfmt_func( (_regs), inst, iprt_info_string, prtbuf ); ^ opcode.c:1997:1: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] IPRINT_ROUT2( c6_x, [1] & 0x0F ) ^ opcode.c:1941:9: note: expanded from macro 'IPRINT_ROUT2' ROUTE_IPRINT( regs, _opcode_tabname, _opcode_idx ); \ ^ opcode.c:1918:28: note: expanded from macro 'ROUTE_IPRINT' return iprt_asmfmt_func( (_regs), inst, iprt_info_string, prtbuf ); ^ opcode.c:1998:1: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] IPRINT_ROUT2( c8_x, [1] & 0x0F ) ^ opcode.c:1941:9: note: expanded from macro 'IPRINT_ROUT2' ROUTE_IPRINT( regs, _opcode_tabname, _opcode_idx ); \ ^ opcode.c:1918:28: note: expanded from macro 'ROUTE_IPRINT' return iprt_asmfmt_func( (_regs), inst, iprt_info_string, prtbuf ); ^ opcode.c:1999:1: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] IPRINT_ROUT2( cc_x, [1] & 0x0F ) ^ opcode.c:1941:9: note: expanded from macro 'IPRINT_ROUT2' ROUTE_IPRINT( regs, _opcode_tabname, _opcode_idx ); \ ^ opcode.c:1918:28: note: expanded from macro 'ROUTE_IPRINT' return iprt_asmfmt_func( (_regs), inst, iprt_info_string, prtbuf ); ^ opcode.c:2000:1: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] IPRINT_ROUT2( e3xx, [5] ) ^ opcode.c:1941:9: note: expanded from macro 'IPRINT_ROUT2' ROUTE_IPRINT( regs, _opcode_tabname, _opcode_idx ); \ ^ opcode.c:1918:28: note: expanded from macro 'ROUTE_IPRINT' return iprt_asmfmt_func( (_regs), inst, iprt_info_string, prtbuf ); ^ opcode.c:2001:1: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] IPRINT_ROUT2( e5xx, [1] ) ^ opcode.c:1941:9: note: expanded from macro 'IPRINT_ROUT2' ROUTE_IPRINT( regs, _opcode_tabname, _opcode_idx ); \ ^ opcode.c:1918:28: note: expanded from macro 'ROUTE_IPRINT' return iprt_asmfmt_func( (_regs), inst, iprt_info_string, prtbuf ); ^ opcode.c:2002:1: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] IPRINT_ROUT2( e6xx, [1] ) ^ opcode.c:1941:9: note: expanded from macro 'IPRINT_ROUT2' ROUTE_IPRINT( regs, _opcode_tabname, _opcode_idx ); \ ^ opcode.c:1918:28: note: expanded from macro 'ROUTE_IPRINT' return iprt_asmfmt_func( (_regs), inst, iprt_info_string, prtbuf ); ^ opcode.c:2003:1: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] IPRINT_ROUT2( ebxx, [5] ) ^ opcode.c:1941:9: note: expanded from macro 'IPRINT_ROUT2' ROUTE_IPRINT( regs, _opcode_tabname, _opcode_idx ); \ ^ opcode.c:1918:28: note: expanded from macro 'ROUTE_IPRINT' return iprt_asmfmt_func( (_regs), inst, iprt_info_string, prtbuf ); ^ opcode.c:2004:1: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] IPRINT_ROUT2( ecxx, [5] ) ^ opcode.c:1941:9: note: expanded from macro 'IPRINT_ROUT2' ROUTE_IPRINT( regs, _opcode_tabname, _opcode_idx ); \ ^ opcode.c:1918:28: note: expanded from macro 'ROUTE_IPRINT' return iprt_asmfmt_func( (_regs), inst, iprt_info_string, prtbuf ); ^ opcode.c:2005:1: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] IPRINT_ROUT2( edxx, [5] ) ^ opcode.c:1941:9: note: expanded from macro 'IPRINT_ROUT2' ROUTE_IPRINT( regs, _opcode_tabname, _opcode_idx ); \ ^ opcode.c:1918:28: note: expanded from macro 'ROUTE_IPRINT' return iprt_asmfmt_func( (_regs), inst, iprt_info_string, prtbuf ); ^ CC pfpo.lo 19 warnings generated. CC plo.lo CC qdio.lo CC scedasd.lo CC scescsi.lo scedasd.c:363:65: warning: 'sscanf' may overflow; destination buffer in argument 3 has size 1024, but the corresponding specifier may require size 1025 [-Wfortify-source] rc = sscanf( inputline,"%" QSTR( MAX_PATH ) "s %i", filename, &fileaddr ); ^ In file included from scedasd.c:997: scedasd.c:363:65: warning: 'sscanf' may overflow; destination buffer in argument 3 has size 1024, but the corresponding specifier may require size 1025 [-Wfortify-source] rc = sscanf( inputline,"%" QSTR( MAX_PATH ) "s %i", filename, &fileaddr ); ^ In file included from scedasd.c:1003: scedasd.c:363:65: warning: 'sscanf' may overflow; destination buffer in argument 3 has size 1024, but the corresponding specifier may require size 1025 [-Wfortify-source] rc = sscanf( inputline,"%" QSTR( MAX_PATH ) "s %i", filename, &fileaddr ); ^ CC script.lo 3 warnings generated. In file included from scescsi.c:797: scescsi.c:509:9: warning: format specifies type 'unsigned long long' but the argument has type 'long' [-Wformat] (BYTE*)sccb - (BYTE*)sysblk.mainstor ); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./msgenu.h:109:92: note: expanded from macro 'WRMSG' #define WRMSG( id, sev, ... ) LOGMSG( #id "%s " id "\n", sev, ## __VA_ARGS__ ) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~ ./msgenu.h:107:92: note: expanded from macro 'LOGMSG' #define LOGMSG( fmt, ... ) PWRITEMSG( WRMSG_NORMAL, fmt, ## __VA_ARGS__ ) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~ ./msgenu.h:99:106: note: expanded from macro 'PWRITEMSG' #define PWRITEMSG( pan, fmt, ... ) PFWRITEMSG( pan, stdout, fmt, ## __VA_ARGS__ ) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~ ./msgenu.h:98:106: note: expanded from macro 'PFWRITEMSG' #define PFWRITEMSG( pan, f, fmt, ... ) fwritemsg( __FILE__, __LINE__, __FUNCTION__, pan, f, fmt, ## __VA_ARGS__ ) ~~~ ^~~~~~~~~~~ In file included from scescsi.c:803: scescsi.c:509:9: warning: format specifies type 'unsigned long long' but the argument has type 'long' [-Wformat] (BYTE*)sccb - (BYTE*)sysblk.mainstor ); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./msgenu.h:109:92: note: expanded from macro 'WRMSG' #define WRMSG( id, sev, ... ) LOGMSG( #id "%s " id "\n", sev, ## __VA_ARGS__ ) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~ ./msgenu.h:107:92: note: expanded from macro 'LOGMSG' #define LOGMSG( fmt, ... ) PWRITEMSG( WRMSG_NORMAL, fmt, ## __VA_ARGS__ ) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~ ./msgenu.h:99:106: note: expanded from macro 'PWRITEMSG' #define PWRITEMSG( pan, fmt, ... ) PFWRITEMSG( pan, stdout, fmt, ## __VA_ARGS__ ) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~ ./msgenu.h:98:106: note: expanded from macro 'PFWRITEMSG' #define PFWRITEMSG( pan, f, fmt, ... ) fwritemsg( __FILE__, __LINE__, __FUNCTION__, pan, f, fmt, ## __VA_ARGS__ ) ~~~ ^~~~~~~~~~~ 2 warnings generated. script.c:733:9: warning: variable 'stmtnum' set but not used [-Wunused-but-set-variable] int stmtnum = 0; /* Current stmt line number */ ^ 1 warning generated. CC service.lo CC sie.lo CC skey.lo CC sr.lo CC stack.lo CC strsignal.lo CC tcpip.lo CC timer.lo CC trace.lo CC transact.lo CC vector.lo CC vm.lo CC vmd250.lo CC vstore.lo CC x75.lo CC xstore.lo CC tapedev.lo CC tapeccws.lo CC awstape.lo CC faketape.lo CC hettape.lo CC omatape.lo CC scsitape.lo CC scsiutil.lo CC cckdcomp.o CC cckddiag.o CC cckdswap.o CC cckdcdsk64.o CC cckdcomp64.o CC cckddiag64.o CC cckdswap64.o CC convto64.o CC cckdmap.o CC dasdcat.o CC dasdconv.o CC dasdcopy.o CC dasdinit.o CC dasdconv64.o CC dasdcopy64.o CC dasdinit64.o CC dasdisup.o CC dasdload.o CC dasdload64.o CC dasdls.o CC dasdpdsu.o CC dasdseq.o CC dasdser.o CC dmap2hrc.o CC bootstrap.o CC hetget.o CC hetinit.o CC hetmap.o CC hetupd.o CC maketape.o CC tapecopy-tapecopy.o CC tapecopy-scsiutil.o CC tapemap.o CC tapesplt.o CC vmfplc2.o CC hercifc.o CC herclin.o CC dyncrypt.lo CC dyngui.lo CC hdteq.lo CC ctc_ptp.lo CC mpc.lo CC resolve.lo CC tuntap.lo CC qeth.lo CC zfcp.lo CC con1052c.lo CC printer.lo CC sockdev.lo CC commadpt.lo CC tcpnje.lo CC comm3705.lo tcpnje.c:1459:21: warning: format specifies type 'unsigned long long' but the argument has type 'pthread_t _Nonnull' (aka 'struct _opaque_pthread_t *') [-Wformat] devnum, thread_id(), guest_to_host_string(lnodestring, sizeof(lnodestring), tn->lnode), ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./hthreads.h:372:49: note: expanded from macro 'thread_id' #define thread_id() hthread_self() ^~~~~~~~~~~~~~ ./hthreads.h:199:49: note: expanded from macro 'hthread_self' #define hthread_self() pthread_self() ^~~~~~~~~~~~~~ tcpnje.c:98:109: note: expanded from macro 'DBGMSG' #define DBGMSG(_level, ...) if ((tn->dev->ccwtrace && (_level & tn->trace)) || (_level & tn->debug)) logmsg(__VA_ARGS__) ^~~~~~~~~~~ tcpnje.c:1848:48: warning: format specifies type 'long' but the argument has type '__darwin_suseconds_t' (aka 'int') [-Wformat] devnum, tvcopy.tv_sec, tvcopy.tv_usec); ^~~~~~~~~~~~~~ tcpnje.c:98:109: note: expanded from macro 'DBGMSG' #define DBGMSG(_level, ...) if ((tn->dev->ccwtrace && (_level & tn->trace)) || (_level & tn->debug)) logmsg(__VA_ARGS__) ^~~~~~~~~~~ 2 warnings generated. CC ctc_lcs.lo CC ctc_ctci.lo CC ctcadpt.lo CC netsupp.lo CC console.lo CC cardrdr.lo CC hchan.lo CC dummydev.lo CC cardpch.lo dummydev.c:128:13: warning: variable 'errcnt' set but not used [-Wunused-but-set-variable] int errcnt=0; ^ 1 warning generated. CCLD libhercs.la ld: warning: directory not found for option '-L/Users/pbulk/build/emulators/hercules4sdl/work/.buildlink/lib/hercules4sdl/lib/aarch64' ld: library not found for -lcrypto_pic clang: error: linker command failed with exit code 1 (use -v to see invocation) gmake[2]: *** [Makefile:2211: libhercs.la] Error 1 gmake[2]: Leaving directory '/Users/pbulk/build/emulators/hercules4sdl/work/hyperion-Release_4.5' gmake[1]: *** [Makefile:2628: all-recursive] Error 1 gmake[1]: Leaving directory '/Users/pbulk/build/emulators/hercules4sdl/work/hyperion-Release_4.5' gmake: *** [Makefile:1964: all] Error 2 *** Error code 2 Stop. bmake[1]: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos11-trunk-arm64/emulators/hercules4sdl *** Error code 1 Stop. bmake: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos11-trunk-arm64/emulators/hercules4sdl