=> Bootstrap dependency digest>=20211023: found digest-20220214 ===> Skipping vulnerability checks. WARNING: No /var/db/pkg/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /var/db/pkg fetch-pkg-vulnerabilities'. ===> Building for hercules4sdl-4.4.1nb1 /usr/pkg/bin/gmake all-recursive gmake[1]: Entering directory '/usr/pkgsrc/emulators/hercules4sdl/work/hyperion-Release_4.4.1' Making all in m4 gmake[2]: Entering directory '/usr/pkgsrc/emulators/hercules4sdl/work/hyperion-Release_4.4.1/m4' gmake[2]: Nothing to be done for 'all'. gmake[2]: Leaving directory '/usr/pkgsrc/emulators/hercules4sdl/work/hyperion-Release_4.4.1/m4' Making all in util gmake[2]: Entering directory '/usr/pkgsrc/emulators/hercules4sdl/work/hyperion-Release_4.4.1/util' gmake[2]: Nothing to be done for 'all'. gmake[2]: Leaving directory '/usr/pkgsrc/emulators/hercules4sdl/work/hyperion-Release_4.4.1/util' Making all in html gmake[2]: Entering directory '/usr/pkgsrc/emulators/hercules4sdl/work/hyperion-Release_4.4.1/html' gmake[2]: Nothing to be done for 'all'. gmake[2]: Leaving directory '/usr/pkgsrc/emulators/hercules4sdl/work/hyperion-Release_4.4.1/html' Making all in man gmake[2]: Entering directory '/usr/pkgsrc/emulators/hercules4sdl/work/hyperion-Release_4.4.1/man' gmake[2]: Nothing to be done for 'all'. gmake[2]: Leaving directory '/usr/pkgsrc/emulators/hercules4sdl/work/hyperion-Release_4.4.1/man' Making all in . gmake[2]: Entering directory '/usr/pkgsrc/emulators/hercules4sdl/work/hyperion-Release_4.4.1' CC cckdcdsk.o CC hsys.lo CCLD libhercs.la *** Warning: linker path does not have real file for library -ldecNumber_pic. *** I have the capability to make that library automatically link in when *** you link to this library. But I can only do this if you have a *** shared version of the library, which you do not appear to have *** because I did check the linker path looking for a file starting *** with libdecNumber_pic and none of the candidates passed a file format test *** using a regex pattern. Last file checked: /usr/lib/libcrypto_pic.a *** Warning: linker path does not have real file for library -lSoftFloat_pic. *** I have the capability to make that library automatically link in when *** you link to this library. But I can only do this if you have a *** shared version of the library, which you do not appear to have *** because I did check the linker path looking for a file starting *** with libSoftFloat_pic and none of the candidates passed a file format test *** using a regex pattern. Last file checked: /usr/lib/libcrypto_pic.a *** Warning: linker path does not have real file for library -ltelnet_pic. *** I have the capability to make that library automatically link in when *** you link to this library. But I can only do this if you have a *** shared version of the library, which you do not appear to have *** because I did check the linker path looking for a file starting *** with libtelnet_pic and none of the candidates passed a file format test *** using a regex pattern. Last file checked: /usr/lib/libcrypto_pic.a *** The inter-library dependencies that have been dropped here will be *** automatically added whenever a program is linked with this library *** or is declared to -dlopen it. *** Since this library must not contain undefined symbols, *** because either the platform does not support them or *** it was explicitly requested with -no-undefined, *** libtool will only create a static version of it. CC codepage.lo CC hdl.lo CC hexdumpe.lo CC hostinfo.lo CC hscutl.lo CC hsocket.lo CC hthreads.lo hthreads.c: In function 'hthread_obtain_lock': hthreads.c:523:34: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] PTTRACE2( "lock after", plk, (void*) waitdur, obtain_loc, rc, &tv ); ^ hthreads.c:73:21: note: in definition of macro 'PTTRACE2' _msg,_data1,_data2,_loc,_result,_tv); \ ^~~~~~ hthreads.c: In function 'hthread_obtain_rdlock': hthreads.c:742:35: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] PTTRACE( "rdlock after", plk, (void*) waitdur, obtain_loc, rc ); ^ hthreads.c:67:21: note: in definition of macro 'PTTRACE' _msg,_data1,_data2,_loc,_result,NULL); \ ^~~~~~ hthreads.c: In function 'hthread_obtain_wrlock': hthreads.c:774:36: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] PTTRACE2( "wrlock after", plk, (void*) waitdur, obtain_loc, rc, &tv ); ^ hthreads.c:73:21: note: in definition of macro 'PTTRACE2' _msg,_data1,_data2,_loc,_result,_tv); \ ^~~~~~ hthreads.c: In function 'lsortby_nam': hthreads.c:1255:29: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] return rc == 0 ? ((int)((S64)p1->il_addr - (S64)p2->il_addr)) : rc; ^ hthreads.c:1255:48: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] return rc == 0 ? ((int)((S64)p1->il_addr - (S64)p2->il_addr)) : rc; ^ In file included from msgenu.h:19:0, from hercules.h:103, from hthreads.c:19: hthreads.c: In function 'locks_cmd': printfmt.h:124:33: warning: format '%x' expects argument of type 'unsigned int *', but argument 3 has type 'struct __pthread_st **' [-Wformat=] #define SCN_TIDPAT "%"PRIx32 // complete format spec ^ hthreads.c:1294:31: note: in expansion of macro 'SCN_TIDPAT' else if (sscanf( argv[1], SCN_TIDPAT "%c", &tid, &c ) != 1) ^~~~~~~~~~ In file included from /usr/include/macppc/int_fmtio.h:3:0, from /usr/include/sys/inttypes.h:43, from /usr/include/sys/mutex.h:144, from /usr/include/net/if.h:87, from /usr/include/net/route.h:40, from hstdinc.h:154, from hthreads.c:14: /usr/include/powerpc/int_fmtio.h:164:18: note: format string is defined here #define PRIx32 "x" /* uint32_t */ In file included from msgenu.h:19:0, from hercules.h:103, from hthreads.c:19: hthreads.c: In function 'threads_cmd': printfmt.h:124:33: warning: format '%x' expects argument of type 'unsigned int *', but argument 3 has type 'struct __pthread_st **' [-Wformat=] #define SCN_TIDPAT "%"PRIx32 // complete format spec ^ hthreads.c:1562:31: note: in expansion of macro 'SCN_TIDPAT' else if (sscanf( argv[1], SCN_TIDPAT "%c", &tid, &c ) != 1) ^~~~~~~~~~ In file included from /usr/include/macppc/int_fmtio.h:3:0, from /usr/include/sys/inttypes.h:43, from /usr/include/sys/mutex.h:144, from /usr/include/net/if.h:87, from /usr/include/net/route.h:40, from hstdinc.h:154, from hthreads.c:14: /usr/include/powerpc/int_fmtio.h:164:18: note: format string is defined here #define PRIx32 "x" /* uint32_t */ CC logger.lo CC logmsg.lo CC machdep.lo CC memrchr.lo CC parser.lo CC pttrace.lo CC version.lo CCLD libhercu.la *** Warning: This system cannot link to static lib archive libhercs.la. *** I have the capability to make that library automatically link in when *** you link to this library. But I can only do this if you have a *** shared version of the library, which you do not appear to have. *** Warning: linker path does not have real file for library -ldecNumber_pic. *** I have the capability to make that library automatically link in when *** you link to this library. But I can only do this if you have a *** shared version of the library, which you do not appear to have *** because I did check the linker path looking for a file starting *** with libdecNumber_pic and none of the candidates passed a file format test *** using a regex pattern. Last file checked: /usr/lib/libcrypto_pic.a *** Warning: linker path does not have real file for library -lSoftFloat_pic. *** I have the capability to make that library automatically link in when *** you link to this library. But I can only do this if you have a *** shared version of the library, which you do not appear to have *** because I did check the linker path looking for a file starting *** with libSoftFloat_pic and none of the candidates passed a file format test *** using a regex pattern. Last file checked: /usr/lib/libcrypto_pic.a *** Warning: linker path does not have real file for library -ltelnet_pic. *** I have the capability to make that library automatically link in when *** you link to this library. But I can only do this if you have a *** shared version of the library, which you do not appear to have *** because I did check the linker path looking for a file starting *** with libtelnet_pic and none of the candidates passed a file format test *** using a regex pattern. Last file checked: /usr/lib/libcrypto_pic.a *** The inter-library dependencies that have been dropped here will be *** automatically added whenever a program is linked with this library *** or is declared to -dlopen it. *** Since this library must not contain undefined symbols, *** because either the platform does not support them or *** it was explicitly requested with -no-undefined, *** libtool will only create a static version of it. CC hetlib.lo CC ftlib.lo CC sllib.lo CCLD libherct.la *** Warning: This system cannot link to static lib archive libhercs.la. *** I have the capability to make that library automatically link in when *** you link to this library. But I can only do this if you have a *** shared version of the library, which you do not appear to have. *** Warning: This system cannot link to static lib archive libhercu.la. *** I have the capability to make that library automatically link in when *** you link to this library. But I can only do this if you have a *** shared version of the library, which you do not appear to have. *** Warning: This system cannot link to static lib archive /usr/pkgsrc/emulators/hercules4sdl/work/hyperion-Release_4.4.1/libhercs.la. *** I have the capability to make that library automatically link in when *** you link to this library. But I can only do this if you have a *** shared version of the library, which you do not appear to have. *** Warning: linker path does not have real file for library -ldecNumber_pic. *** I have the capability to make that library automatically link in when *** you link to this library. But I can only do this if you have a *** shared version of the library, which you do not appear to have *** because I did check the linker path looking for a file starting *** with libdecNumber_pic and none of the candidates passed a file format test *** using a regex pattern. Last file checked: /usr/lib/libcrypto_pic.a *** Warning: linker path does not have real file for library -lSoftFloat_pic. *** I have the capability to make that library automatically link in when *** you link to this library. But I can only do this if you have a *** shared version of the library, which you do not appear to have *** because I did check the linker path looking for a file starting *** with libSoftFloat_pic and none of the candidates passed a file format test *** using a regex pattern. Last file checked: /usr/lib/libcrypto_pic.a *** Warning: linker path does not have real file for library -ltelnet_pic. *** I have the capability to make that library automatically link in when *** you link to this library. But I can only do this if you have a *** shared version of the library, which you do not appear to have *** because I did check the linker path looking for a file starting *** with libtelnet_pic and none of the candidates passed a file format test *** using a regex pattern. Last file checked: /usr/lib/libcrypto_pic.a *** The inter-library dependencies that have been dropped here will be *** automatically added whenever a program is linked with this library *** or is declared to -dlopen it. *** Since this library must not contain undefined symbols, *** because either the platform does not support them or *** it was explicitly requested with -no-undefined, *** libtool will only create a static version of it. CC cache.lo CC cckddasd.lo In file included from /usr/include/stdio.h:597:0, from hstdinc.h:112, from cckddasd.c:16: cckddasd.c: In function 'cckd_trace': cckddasd.c:6534:13: warning: format '%ld' expects argument of type 'long int', but argument 7 has type 'suseconds_t {aka int}' [-Wformat=] "%s.%6.6ld %1d:%04X ", // "hh:mm:ss.uuuuuu n:CCUU " ^ cckddasd.c:6536:13: timeval.tv_usec, // "uuuuuu" (%6.6ld ~~~~~~~~~ cckddasd.c:6532:9: note: in expansion of macro 'MSGBUF' MSGBUF( trcpfx, ^~~~~~ CC cckdutil.lo CC ckddasd.lo 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 CCLD libhercd.la *** Warning: This system cannot link to static lib archive libhercs.la. *** I have the capability to make that library automatically link in when *** you link to this library. But I can only do this if you have a *** shared version of the library, which you do not appear to have. *** Warning: This system cannot link to static lib archive libhercu.la. *** I have the capability to make that library automatically link in when *** you link to this library. But I can only do this if you have a *** shared version of the library, which you do not appear to have. *** Warning: This system cannot link to static lib archive /usr/pkgsrc/emulators/hercules4sdl/work/hyperion-Release_4.4.1/libhercs.la. *** I have the capability to make that library automatically link in when *** you link to this library. But I can only do this if you have a *** shared version of the library, which you do not appear to have. *** Warning: linker path does not have real file for library -ldecNumber_pic. *** I have the capability to make that library automatically link in when *** you link to this library. But I can only do this if you have a *** shared version of the library, which you do not appear to have *** because I did check the linker path looking for a file starting *** with libdecNumber_pic and none of the candidates passed a file format test *** using a regex pattern. Last file checked: /usr/lib/libcrypto_pic.a *** Warning: linker path does not have real file for library -lSoftFloat_pic. *** I have the capability to make that library automatically link in when *** you link to this library. But I can only do this if you have a *** shared version of the library, which you do not appear to have *** because I did check the linker path looking for a file starting *** with libSoftFloat_pic and none of the candidates passed a file format test *** using a regex pattern. Last file checked: /usr/lib/libcrypto_pic.a *** Warning: linker path does not have real file for library -ltelnet_pic. *** I have the capability to make that library automatically link in when *** you link to this library. But I can only do this if you have a *** shared version of the library, which you do not appear to have *** because I did check the linker path looking for a file starting *** with libtelnet_pic and none of the candidates passed a file format test *** using a regex pattern. Last file checked: /usr/lib/libcrypto_pic.a *** The inter-library dependencies that have been dropped here will be *** automatically added whenever a program is linked with this library *** or is declared to -dlopen it. *** Since this library must not contain undefined symbols, *** because either the platform does not support them or *** it was explicitly requested with -no-undefined, *** libtool will only create a static version of it. 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 In file included from hercules.h:103:0, from config.c:20: config.c: In function 'configure_cpu': config.c:1075:57: warning: format '%d' expects argument of type 'int', but argument 8 has type 'long int' [-Wformat=] WRMSG( HHC00111, "I", _POSIX_THREAD_CPUTIME ); ^ msgenu.h:99:98: note: in definition of macro 'PFWRITEMSG' #define PFWRITEMSG( pan, f, fmt, ... ) fwritemsg( __FILE__, __LINE__, __FUNCTION__, pan, f, fmt, ## __VA_ARGS__ ) ^~~ msgenu.h:108:36: note: in expansion of macro 'PWRITEMSG' #define LOGMSG( fmt, ... ) PWRITEMSG( WRMSG_NORMAL, fmt, ## __VA_ARGS__ ) ^~~~~~~~~ msgenu.h:110:36: note: in expansion of macro 'LOGMSG' #define WRMSG( id, sev, ... ) LOGMSG( #id "%s " id "\n", sev, ## __VA_ARGS__ ) ^~~~~~ config.c:1075:13: note: in expansion of macro 'WRMSG' WRMSG( HHC00111, "I", _POSIX_THREAD_CPUTIME ); ^~~~~ CC control.lo CC cpu.lo In file included from hthreads.h:388:0, from hercules.h:61, from cpu.c:43: cpu.c: In function 's370_SuccessfulBranch': pttrace.h:101:42: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] (S64)(_rc),NULL); \ ^ pttrace.h:110:37: note: in expansion of macro 'PTT' #define PTT_INF( m, d1, d2, rc ) PTT( PTT_CL_INF, m, d1, d2, rc ) ^~~ cpu.c:375:9: note: in expansion of macro 'PTT_INF' PTT_INF( "branch", vaddr, regs->AIV, regs->ip ); ^~~~~~~ cpu.c: In function 's370_SuccessfulRelativeBranch': pttrace.h:101:42: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] (S64)(_rc),NULL); \ ^ pttrace.h:110:37: note: in expansion of macro 'PTT' #define PTT_INF( m, d1, d2, rc ) PTT( PTT_CL_INF, m, d1, d2, rc ) ^~~ cpu.c:413:9: note: in expansion of macro 'PTT_INF' PTT_INF( "rbranch <", regs->ip, offset, regs->aip ); ^~~~~~~ cpu.c: In function 's390_SuccessfulBranch': pttrace.h:101:42: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] (S64)(_rc),NULL); \ ^ pttrace.h:110:37: note: in expansion of macro 'PTT' #define PTT_INF( m, d1, d2, rc ) PTT( PTT_CL_INF, m, d1, d2, rc ) ^~~ cpu.c:375:9: note: in expansion of macro 'PTT_INF' PTT_INF( "branch", vaddr, regs->AIV, regs->ip ); ^~~~~~~ cpu.c: In function 's390_SuccessfulRelativeBranch': pttrace.h:101:42: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] (S64)(_rc),NULL); \ ^ pttrace.h:110:37: note: in expansion of macro 'PTT' #define PTT_INF( m, d1, d2, rc ) PTT( PTT_CL_INF, m, d1, d2, rc ) ^~~ cpu.c:413:9: note: in expansion of macro 'PTT_INF' PTT_INF( "rbranch <", regs->ip, offset, regs->aip ); ^~~~~~~ cpu.c: In function 'z900_SuccessfulBranch': pttrace.h:101:42: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] (S64)(_rc),NULL); \ ^ pttrace.h:110:37: note: in expansion of macro 'PTT' #define PTT_INF( m, d1, d2, rc ) PTT( PTT_CL_INF, m, d1, d2, rc ) ^~~ cpu.c:375:9: note: in expansion of macro 'PTT_INF' PTT_INF( "branch", vaddr, regs->AIV, regs->ip ); ^~~~~~~ cpu.c: In function 'z900_SuccessfulRelativeBranch': pttrace.h:101:42: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] (S64)(_rc),NULL); \ ^ pttrace.h:110:37: note: in expansion of macro 'PTT' #define PTT_INF( m, d1, d2, rc ) PTT( PTT_CL_INF, m, d1, d2, rc ) ^~~ cpu.c:413:9: note: in expansion of macro 'PTT_INF' PTT_INF( "rbranch <", regs->ip, offset, regs->aip ); ^~~~~~~ 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 fillfnam.c: In function 'tab_pressed': fillfnam.c:146:32: warning: passing argument 3 of 'scandir' from incompatible pointer type [-Wincompatible-pointer-types] n = scandir(path, &namelist, filter, alphasort); ^~~~~~ In file included from hstdinc.h:215:0, from fillfnam.c:8: /usr/include/dirent.h:111:5: note: expected 'int (*)(const struct dirent *)' but argument is of type 'int (*)(struct dirent *)' int scandir(const char *, struct dirent ***, ^~~~~~~ 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 CC hscmisc.lo CC hscpufun.lo CC httpserv.lo CC ieee.lo CC impl.lo 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 CC pfpo.lo CC plo.lo CC qdio.lo CC scedasd.lo CC scescsi.lo In file included from hercules.h:103:0, from scescsi.c:16: scescsi.c: In function 's390_sclp_hwl_request': scescsi.c:509:46: warning: format '%llX' expects argument of type 'long long unsigned int', but argument 9 has type 'int' [-Wformat=] (BYTE*)sccb - (BYTE*)sysblk.mainstor ); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ msgenu.h:99:98: note: in definition of macro 'PFWRITEMSG' #define PFWRITEMSG( pan, f, fmt, ... ) fwritemsg( __FILE__, __LINE__, __FUNCTION__, pan, f, fmt, ## __VA_ARGS__ ) ^~~ msgenu.h:108:36: note: in expansion of macro 'PWRITEMSG' #define LOGMSG( fmt, ... ) PWRITEMSG( WRMSG_NORMAL, fmt, ## __VA_ARGS__ ) ^~~~~~~~~ msgenu.h:110:36: note: in expansion of macro 'LOGMSG' #define WRMSG( id, sev, ... ) LOGMSG( #id "%s " id "\n", sev, ## __VA_ARGS__ ) ^~~~~~ scescsi.c:506:5: note: in expansion of macro 'WRMSG' WRMSG( HHC00661, "I", ^~~~~ scescsi.c: In function 'z900_sclp_hwl_request': scescsi.c:509:46: warning: format '%llX' expects argument of type 'long long unsigned int', but argument 9 has type 'int' [-Wformat=] (BYTE*)sccb - (BYTE*)sysblk.mainstor ); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ msgenu.h:99:98: note: in definition of macro 'PFWRITEMSG' #define PFWRITEMSG( pan, f, fmt, ... ) fwritemsg( __FILE__, __LINE__, __FUNCTION__, pan, f, fmt, ## __VA_ARGS__ ) ^~~ msgenu.h:108:36: note: in expansion of macro 'PWRITEMSG' #define LOGMSG( fmt, ... ) PWRITEMSG( WRMSG_NORMAL, fmt, ## __VA_ARGS__ ) ^~~~~~~~~ msgenu.h:110:36: note: in expansion of macro 'LOGMSG' #define WRMSG( id, sev, ... ) LOGMSG( #id "%s " id "\n", sev, ## __VA_ARGS__ ) ^~~~~~ scescsi.c:506:5: note: in expansion of macro 'WRMSG' WRMSG( HHC00661, "I", ^~~~~ CC script.lo CC service.lo CC sie.lo In file included from hthreads.h:388:0, from hercules.h:61, from sie.c:22: sie.c: In function 'z900_sie_exit': pttrace.h:101:42: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] (S64)(_rc),NULL); \ ^ pttrace.h:118:37: note: in expansion of macro 'PTT' #define PTT_TXF( m, d1, d2, rc ) PTT( PTT_CL_TXF, m, d1, d2, rc ) ^~~ sie.c:1563:9: note: in expansion of macro 'PTT_TXF' PTT_TXF( "TXF itdb <=", itdba, itdb, itdb->tdb_tac ); ^~~~~~~ pttrace.h:101:42: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] (S64)(_rc),NULL); \ ^ pttrace.h:118:37: note: in expansion of macro 'PTT' #define PTT_TXF( m, d1, d2, rc ) PTT( PTT_CL_TXF, m, d1, d2, rc ) ^~~ sie.c:1583:9: note: in expansion of macro 'PTT_TXF' PTT_TXF( "*TXF !itdba", itdba, itdb, itdb->tdb_tac ); ^~~~~~~ CC skey.lo CC sr.lo CC stack.lo CC strsignal.lo CC tcpip.lo CC timer.lo CC trace.lo CC transact.lo In file included from hercules.h:103:0, from transact.c:41: transact.c: In function 'z900_transaction_end': transact.c:462:21: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] (U64) pmap->altpageaddr ); ^ msgenu.h:99:106: note: in definition of macro 'PFWRITEMSG' #define PFWRITEMSG( pan, f, fmt, ... ) fwritemsg( __FILE__, __LINE__, __FUNCTION__, pan, f, fmt, ## __VA_ARGS__ ) ^~~~~~~~~~~ msgenu.h:108:36: note: in expansion of macro 'PWRITEMSG' #define LOGMSG( fmt, ... ) PWRITEMSG( WRMSG_NORMAL, fmt, ## __VA_ARGS__ ) ^~~~~~~~~ msgenu.h:110:36: note: in expansion of macro 'LOGMSG' #define WRMSG( id, sev, ... ) LOGMSG( #id "%s " id "\n", sev, ## __VA_ARGS__ ) ^~~~~~ transact.c:459:17: note: in expansion of macro 'WRMSG' WRMSG( HHC17704, "D", TXF_CPUAD( regs ), TXF_QSIE( regs ), ^~~~~ transact.c: In function 'z900_abort_transaction': transact.c:1215:25: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] (U64) pmap->altpageaddr ); ^ msgenu.h:99:106: note: in definition of macro 'PFWRITEMSG' #define PFWRITEMSG( pan, f, fmt, ... ) fwritemsg( __FILE__, __LINE__, __FUNCTION__, pan, f, fmt, ## __VA_ARGS__ ) ^~~~~~~~~~~ msgenu.h:108:36: note: in expansion of macro 'PWRITEMSG' #define LOGMSG( fmt, ... ) PWRITEMSG( WRMSG_NORMAL, fmt, ## __VA_ARGS__ ) ^~~~~~~~~ msgenu.h:110:36: note: in expansion of macro 'LOGMSG' #define WRMSG( id, sev, ... ) LOGMSG( #id "%s " id "\n", sev, ## __VA_ARGS__ ) ^~~~~~ transact.c:1212:21: note: in expansion of macro 'WRMSG' WRMSG( HHC17704, "D", TXF_CPUAD( regs ), TXF_QSIE( regs ), ^~~~~ transact.c: In function 'txf_maddr_l': transact.c:2035:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] addrwork = (U64) maddr; /* convert to U64 */ ^ transact.c:2070:25: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] if (addrpage == (U64) pmap->mainpageaddr) ^ transact.c:2092:20: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] pageaddr = (BYTE*) addrpage; ^ transact.c:2102:30: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] pmap->mainpageaddr = (BYTE*) addrpage; ^ CC vector.lo CC vm.lo CC vmd250.lo CC vstore.lo CC x75.lo CC xstore.lo CCLD libherc.la *** Warning: This system cannot link to static lib archive libhercs.la. *** I have the capability to make that library automatically link in when *** you link to this library. But I can only do this if you have a *** shared version of the library, which you do not appear to have. *** Warning: This system cannot link to static lib archive libhercu.la. *** I have the capability to make that library automatically link in when *** you link to this library. But I can only do this if you have a *** shared version of the library, which you do not appear to have. *** Warning: This system cannot link to static lib archive libherct.la. *** I have the capability to make that library automatically link in when *** you link to this library. But I can only do this if you have a *** shared version of the library, which you do not appear to have. *** Warning: This system cannot link to static lib archive libhercd.la. *** I have the capability to make that library automatically link in when *** you link to this library. But I can only do this if you have a *** shared version of the library, which you do not appear to have. *** Warning: This system cannot link to static lib archive /usr/pkgsrc/emulators/hercules4sdl/work/hyperion-Release_4.4.1/libhercu.la. *** I have the capability to make that library automatically link in when *** you link to this library. But I can only do this if you have a *** shared version of the library, which you do not appear to have. *** Warning: This system cannot link to static lib archive /usr/pkgsrc/emulators/hercules4sdl/work/hyperion-Release_4.4.1/libhercs.la. *** I have the capability to make that library automatically link in when *** you link to this library. But I can only do this if you have a *** shared version of the library, which you do not appear to have. *** Warning: linker path does not have real file for library -ldecNumber_pic. *** I have the capability to make that library automatically link in when *** you link to this library. But I can only do this if you have a *** shared version of the library, which you do not appear to have *** because I did check the linker path looking for a file starting *** with libdecNumber_pic and none of the candidates passed a file format test *** using a regex pattern. Last file checked: /usr/lib/libcrypto_pic.a *** Warning: linker path does not have real file for library -lSoftFloat_pic. *** I have the capability to make that library automatically link in when *** you link to this library. But I can only do this if you have a *** shared version of the library, which you do not appear to have *** because I did check the linker path looking for a file starting *** with libSoftFloat_pic and none of the candidates passed a file format test *** using a regex pattern. Last file checked: /usr/lib/libcrypto_pic.a *** Warning: linker path does not have real file for library -ltelnet_pic. *** I have the capability to make that library automatically link in when *** you link to this library. But I can only do this if you have a *** shared version of the library, which you do not appear to have *** because I did check the linker path looking for a file starting *** with libtelnet_pic and none of the candidates passed a file format test *** using a regex pattern. Last file checked: /usr/lib/libcrypto_pic.a *** The inter-library dependencies that have been dropped here will be *** automatically added whenever a program is linked with this library *** or is declared to -dlopen it. *** Since this library must not contain undefined symbols, *** because either the platform does not support them or *** it was explicitly requested with -no-undefined, *** libtool will only create a static version of it. CC tapedev.lo CC tapeccws.lo CC awstape.lo CC faketape.lo CC hettape.lo CC omatape.lo CC scsitape.lo CC scsiutil.lo CCLD libhdt3420_not_mod.la *** Warning: This system cannot link to static lib archive libhercs.la. *** I have the capability to make that library automatically link in when *** you link to this library. But I can only do this if you have a *** shared version of the library, which you do not appear to have. *** Warning: This system cannot link to static lib archive libhercu.la. *** I have the capability to make that library automatically link in when *** you link to this library. But I can only do this if you have a *** shared version of the library, which you do not appear to have. *** Warning: This system cannot link to static lib archive libherc.la. *** I have the capability to make that library automatically link in when *** you link to this library. But I can only do this if you have a *** shared version of the library, which you do not appear to have. *** Warning: This system cannot link to static lib archive /usr/pkgsrc/emulators/hercules4sdl/work/hyperion-Release_4.4.1/libherct.la. *** I have the capability to make that library automatically link in when *** you link to this library. But I can only do this if you have a *** shared version of the library, which you do not appear to have. *** Warning: This system cannot link to static lib archive /usr/pkgsrc/emulators/hercules4sdl/work/hyperion-Release_4.4.1/libhercd.la. *** I have the capability to make that library automatically link in when *** you link to this library. But I can only do this if you have a *** shared version of the library, which you do not appear to have. *** Warning: This system cannot link to static lib archive libherct.la. *** I have the capability to make that library automatically link in when *** you link to this library. But I can only do this if you have a *** shared version of the library, which you do not appear to have. *** Warning: This system cannot link to static lib archive /usr/pkgsrc/emulators/hercules4sdl/work/hyperion-Release_4.4.1/libhercu.la. *** I have the capability to make that library automatically link in when *** you link to this library. But I can only do this if you have a *** shared version of the library, which you do not appear to have. *** Warning: This system cannot link to static lib archive /usr/pkgsrc/emulators/hercules4sdl/work/hyperion-Release_4.4.1/libhercs.la. *** I have the capability to make that library automatically link in when *** you link to this library. But I can only do this if you have a *** shared version of the library, which you do not appear to have. *** Warning: linker path does not have real file for library -ldecNumber_pic. *** I have the capability to make that library automatically link in when *** you link to this library. But I can only do this if you have a *** shared version of the library, which you do not appear to have *** because I did check the linker path looking for a file starting *** with libdecNumber_pic and none of the candidates passed a file format test *** using a regex pattern. Last file checked: /usr/lib/libcrypto_pic.a *** Warning: linker path does not have real file for library -lSoftFloat_pic. *** I have the capability to make that library automatically link in when *** you link to this library. But I can only do this if you have a *** shared version of the library, which you do not appear to have *** because I did check the linker path looking for a file starting *** with libSoftFloat_pic and none of the candidates passed a file format test *** using a regex pattern. Last file checked: /usr/lib/libcrypto_pic.a *** Warning: linker path does not have real file for library -ltelnet_pic. *** I have the capability to make that library automatically link in when *** you link to this library. But I can only do this if you have a *** shared version of the library, which you do not appear to have *** because I did check the linker path looking for a file starting *** with libtelnet_pic and none of the candidates passed a file format test *** using a regex pattern. Last file checked: /usr/lib/libcrypto_pic.a *** The inter-library dependencies that have been dropped here will be *** automatically added whenever a program is linked with this library *** or is declared to -dlopen it. *** Since this library must not contain undefined symbols, *** because either the platform does not support them or *** it was explicitly requested with -no-undefined, *** libtool will only create a static version of it. CCLD cckdcdsk ld: cannot find -ldecNumber_pic ld: cannot find -lSoftFloat_pic ld: cannot find -ltelnet_pic ld: /usr/lib/libc.so and /usr/lib/crt0.o: warning: multiple common of `environ' gmake[2]: *** [Makefile:2124: cckdcdsk] Error 1 gmake[2]: Leaving directory '/usr/pkgsrc/emulators/hercules4sdl/work/hyperion-Release_4.4.1' gmake[1]: *** [Makefile:2531: all-recursive] Error 1 gmake[1]: Leaving directory '/usr/pkgsrc/emulators/hercules4sdl/work/hyperion-Release_4.4.1' gmake: *** [Makefile:1867: all] Error 2 *** Error code 2 Stop. make[1]: stopped in /usr/pkgsrc/emulators/hercules4sdl *** Error code 1 Stop. make: stopped in /usr/pkgsrc/emulators/hercules4sdl