=> Bootstrap dependency digest>=20211023: found digest-20220214 ===> Building for hercules4sdl-4.5nb1 /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 CC logger.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 logmsg.lo 2 warnings generated. 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 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__) ^~~~~~~~~~~ CC ckddasd.lo 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 ./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 hscloc.lo 1 warning generated. CC hscmisc.lo CC hscpufun.lo CC httpserv.lo CC ieee.lo CC impl.lo CC inline.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 io.lo CC ipl.lo CC loadmem.lo CC loadparm.lo CC losc.lo CC machchk.lo CC opcode.lo CC panel.lo CC pfpo.lo CC plo.lo CC qdio.lo CC scedasd.lo CC scescsi.lo CC script.lo 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. 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 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]: *** Waiting for unfinished jobs.... 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