=> Bootstrap dependency digest>=20211023: found digest-20220214
===> Skipping vulnerability checks.
WARNING: No /usr/pkg/pkgdb/pkg-vulnerabilities file found.
WARNING: To fix run: `/usr/sbin/pkg_admin -K /usr/pkg/pkgdb fetch-pkg-vulnerabilities'.
===> Building for hercules4sdl-4.5nb1
/usr/pkg/bin/gmake  all-recursive
gmake[1]: Entering directory '/tmp/pkgbuild/emulators/hercules4sdl/work.alpha/hyperion-Release_4.5'
Making all in m4
gmake[2]: Entering directory '/tmp/pkgbuild/emulators/hercules4sdl/work.alpha/hyperion-Release_4.5/m4'
gmake[2]: Nothing to be done for 'all'.
gmake[2]: Leaving directory '/tmp/pkgbuild/emulators/hercules4sdl/work.alpha/hyperion-Release_4.5/m4'
Making all in util
gmake[2]: Entering directory '/tmp/pkgbuild/emulators/hercules4sdl/work.alpha/hyperion-Release_4.5/util'
gmake[2]: Nothing to be done for 'all'.
gmake[2]: Leaving directory '/tmp/pkgbuild/emulators/hercules4sdl/work.alpha/hyperion-Release_4.5/util'
Making all in html
gmake[2]: Entering directory '/tmp/pkgbuild/emulators/hercules4sdl/work.alpha/hyperion-Release_4.5/html'
gmake[2]: Nothing to be done for 'all'.
gmake[2]: Leaving directory '/tmp/pkgbuild/emulators/hercules4sdl/work.alpha/hyperion-Release_4.5/html'
Making all in man
gmake[2]: Entering directory '/tmp/pkgbuild/emulators/hercules4sdl/work.alpha/hyperion-Release_4.5/man'
gmake[2]: Nothing to be done for 'all'.
gmake[2]: Leaving directory '/tmp/pkgbuild/emulators/hercules4sdl/work.alpha/hyperion-Release_4.5/man'
Making all in .
gmake[2]: Entering directory '/tmp/pkgbuild/emulators/hercules4sdl/work.alpha/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
In file included from msgenu.h:18:0,
                 from hercules.h:103,
                 from hthreads.c:19:
hthreads.c: In function 'locks_cmd':
printfmt.h:120:33: warning: format '%lx' expects argument of type 'long unsigned int *', but argument 3 has type 'struct __pthread_st **' [-Wformat=]
   #define SCN_TIDPAT            "%"PRIx64       // complete format spec
                                 ^
hthreads.c:1295: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/sys/inttypes.h:43:0,
                 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/alpha/int_fmtio.h:109:19: note: format string is defined here
 #define PRIx64  "lx" /* uint64_t  */
In file included from msgenu.h:18:0,
                 from hercules.h:103,
                 from hthreads.c:19:
hthreads.c: In function 'threads_cmd':
printfmt.h:120:33: warning: format '%lx' expects argument of type 'long unsigned int *', but argument 3 has type 'struct __pthread_st **' [-Wformat=]
   #define SCN_TIDPAT            "%"PRIx64       // complete format spec
                                 ^
hthreads.c:1563: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/sys/inttypes.h:43:0,
                 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/alpha/int_fmtio.h:109:19: note: format string is defined here
 #define PRIx64  "lx" /* uint64_t  */
  CC       logger.lo
  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
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:6715: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:6717:13:
             timeval.tv_usec,                // "uuuuuu"   (%6.6ld
             ~~~~~~~~~
cckddasd.c:6713:9: note: in expansion of macro 'MSGBUF'
         MSGBUF( trcpfx,
         ^~~~~~
  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
  CC       _archdep_templ.lo
  CC       archlvl.lo
  CC       assist.lo
In file included from hercules.h:104:0,
                 from assist.c:26:
hinlines.h:342:33: warning: 'Release_Interrupt_Lock' is static but used in inline function 's370_per1_gra' which is not static
 #define RELEASE_INTLOCK(r)      Release_Interrupt_Lock( r, PTT_LOC )
                                 ^
inline.h:555:5: note: in expansion of macro 'RELEASE_INTLOCK'
     RELEASE_INTLOCK( regs );
     ^~~~~~~~~~~~~~~
hinlines.h:341:33: warning: 'Obtain_Interrupt_Lock' is static but used in inline function 's370_per1_gra' which is not static
 #define OBTAIN_INTLOCK(r)       Obtain_Interrupt_Lock( r, PTT_LOC )
                                 ^
inline.h:550:5: note: in expansion of macro 'OBTAIN_INTLOCK'
     OBTAIN_INTLOCK( regs );
     ^~~~~~~~~~~~~~
  CC       bldcfg.lo
  CC       cgibin.lo
  CC       channel.lo
In file included from hercules.h:104:0,
                 from channel.c:40:
hinlines.h:342:33: warning: 'Release_Interrupt_Lock' is static but used in inline function 's370_per1_gra' which is not static
 #define RELEASE_INTLOCK(r)      Release_Interrupt_Lock( r, PTT_LOC )
                                 ^
inline.h:555:5: note: in expansion of macro 'RELEASE_INTLOCK'
     RELEASE_INTLOCK( regs );
     ^~~~~~~~~~~~~~~
hinlines.h:341:33: warning: 'Obtain_Interrupt_Lock' is static but used in inline function 's370_per1_gra' which is not static
 #define OBTAIN_INTLOCK(r)       Obtain_Interrupt_Lock( r, PTT_LOC )
                                 ^
inline.h:550:5: note: in expansion of macro 'OBTAIN_INTLOCK'
     OBTAIN_INTLOCK( regs );
     ^~~~~~~~~~~~~~
  CC       chsc.lo
In file included from hercules.h:104:0,
                 from chsc.c:21:
hinlines.h:342:33: warning: 'Release_Interrupt_Lock' is static but used in inline function 's370_per1_gra' which is not static
 #define RELEASE_INTLOCK(r)      Release_Interrupt_Lock( r, PTT_LOC )
                                 ^
inline.h:555:5: note: in expansion of macro 'RELEASE_INTLOCK'
     RELEASE_INTLOCK( regs );
     ^~~~~~~~~~~~~~~
hinlines.h:341:33: warning: 'Obtain_Interrupt_Lock' is static but used in inline function 's370_per1_gra' which is not static
 #define OBTAIN_INTLOCK(r)       Obtain_Interrupt_Lock( r, PTT_LOC )
                                 ^
inline.h:550:5: note: in expansion of macro 'OBTAIN_INTLOCK'
     OBTAIN_INTLOCK( regs );
     ^~~~~~~~~~~~~~
  CC       clock.lo
In file included from hercules.h:104:0,
                 from clock.c:100:
hinlines.h:342:33: warning: 'Release_Interrupt_Lock' is static but used in inline function 's370_per1_gra' which is not static
 #define RELEASE_INTLOCK(r)      Release_Interrupt_Lock( r, PTT_LOC )
                                 ^
inline.h:555:5: note: in expansion of macro 'RELEASE_INTLOCK'
     RELEASE_INTLOCK( regs );
     ^~~~~~~~~~~~~~~
hinlines.h:341:33: warning: 'Obtain_Interrupt_Lock' is static but used in inline function 's370_per1_gra' which is not static
 #define OBTAIN_INTLOCK(r)       Obtain_Interrupt_Lock( r, PTT_LOC )
                                 ^
inline.h:550:5: note: in expansion of macro 'OBTAIN_INTLOCK'
     OBTAIN_INTLOCK( regs );
     ^~~~~~~~~~~~~~
  CC       cmdtab.lo
  CC       cmpsc_2012.lo
In file included from hercules.h:104:0,
                 from cmpsc_2012.c:51:
hinlines.h:342:33: warning: 'Release_Interrupt_Lock' is static but used in inline function 's370_per1_gra' which is not static
 #define RELEASE_INTLOCK(r)      Release_Interrupt_Lock( r, PTT_LOC )
                                 ^
inline.h:555:5: note: in expansion of macro 'RELEASE_INTLOCK'
     RELEASE_INTLOCK( regs );
     ^~~~~~~~~~~~~~~
hinlines.h:341:33: warning: 'Obtain_Interrupt_Lock' is static but used in inline function 's370_per1_gra' which is not static
 #define OBTAIN_INTLOCK(r)       Obtain_Interrupt_Lock( r, PTT_LOC )
                                 ^
inline.h:550:5: note: in expansion of macro 'OBTAIN_INTLOCK'
     OBTAIN_INTLOCK( regs );
     ^~~~~~~~~~~~~~
  CC       cmpscdbg.lo
  CC       cmpscdct.lo
In file included from hercules.h:104:0,
                 from cmpscdct.c:14:
hinlines.h:342:33: warning: 'Release_Interrupt_Lock' is static but used in inline function 's370_per1_gra' which is not static
 #define RELEASE_INTLOCK(r)      Release_Interrupt_Lock( r, PTT_LOC )
                                 ^
inline.h:555:5: note: in expansion of macro 'RELEASE_INTLOCK'
     RELEASE_INTLOCK( regs );
     ^~~~~~~~~~~~~~~
hinlines.h:341:33: warning: 'Obtain_Interrupt_Lock' is static but used in inline function 's370_per1_gra' which is not static
 #define OBTAIN_INTLOCK(r)       Obtain_Interrupt_Lock( r, PTT_LOC )
                                 ^
inline.h:550:5: note: in expansion of macro 'OBTAIN_INTLOCK'
     OBTAIN_INTLOCK( regs );
     ^~~~~~~~~~~~~~
  CC       cmpscget.lo
  CC       cmpscmem.lo
In file included from hercules.h:104:0,
                 from cmpscmem.c:14:
hinlines.h:342:33: warning: 'Release_Interrupt_Lock' is static but used in inline function 's370_per1_gra' which is not static
 #define RELEASE_INTLOCK(r)      Release_Interrupt_Lock( r, PTT_LOC )
                                 ^
inline.h:555:5: note: in expansion of macro 'RELEASE_INTLOCK'
     RELEASE_INTLOCK( regs );
     ^~~~~~~~~~~~~~~
hinlines.h:341:33: warning: 'Obtain_Interrupt_Lock' is static but used in inline function 's370_per1_gra' which is not static
 #define OBTAIN_INTLOCK(r)       Obtain_Interrupt_Lock( r, PTT_LOC )
                                 ^
inline.h:550:5: note: in expansion of macro 'OBTAIN_INTLOCK'
     OBTAIN_INTLOCK( regs );
     ^~~~~~~~~~~~~~
  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:1079: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:98:98: note: in definition of macro 'PFWRITEMSG'
 #define PFWRITEMSG( pan, f, fmt, ... ) fwritemsg( __FILE__, __LINE__, __FUNCTION__, pan,   f,    fmt, ## __VA_ARGS__ )
                                                                                                  ^~~
msgenu.h:107:36: note: in expansion of macro 'PWRITEMSG'
 #define  LOGMSG(      fmt,   ... ) PWRITEMSG(  WRMSG_NORMAL,       fmt,                 ## __VA_ARGS__ )
                                    ^~~~~~~~~
msgenu.h:109:36: note: in expansion of macro 'LOGMSG'
 #define  WRMSG(     id, sev, ... ) LOGMSG(                      #id "%s " id "\n", sev, ## __VA_ARGS__ )
                                    ^~~~~~
config.c:1079:13: note: in expansion of macro 'WRMSG'
             WRMSG( HHC00111, "I", _POSIX_THREAD_CPUTIME );
             ^~~~~
  CC       control.lo
In file included from hercules.h:104:0,
                 from control.c:44:
hinlines.h:342:33: warning: 'Release_Interrupt_Lock' is static but used in inline function 's370_per1_gra' which is not static
 #define RELEASE_INTLOCK(r)      Release_Interrupt_Lock( r, PTT_LOC )
                                 ^
inline.h:555:5: note: in expansion of macro 'RELEASE_INTLOCK'
     RELEASE_INTLOCK( regs );
     ^~~~~~~~~~~~~~~
hinlines.h:341:33: warning: 'Obtain_Interrupt_Lock' is static but used in inline function 's370_per1_gra' which is not static
 #define OBTAIN_INTLOCK(r)       Obtain_Interrupt_Lock( r, PTT_LOC )
                                 ^
inline.h:550:5: note: in expansion of macro 'OBTAIN_INTLOCK'
     OBTAIN_INTLOCK( regs );
     ^~~~~~~~~~~~~~
  CC       cpu.lo
In file included from hercules.h:104:0,
                 from cpu.c:43:
hinlines.h:342:33: warning: 'Release_Interrupt_Lock' is static but used in inline function 's370_per1_gra' which is not static
 #define RELEASE_INTLOCK(r)      Release_Interrupt_Lock( r, PTT_LOC )
                                 ^
inline.h:555:5: note: in expansion of macro 'RELEASE_INTLOCK'
     RELEASE_INTLOCK( regs );
     ^~~~~~~~~~~~~~~
hinlines.h:341:33: warning: 'Obtain_Interrupt_Lock' is static but used in inline function 's370_per1_gra' which is not static
 #define OBTAIN_INTLOCK(r)       Obtain_Interrupt_Lock( r, PTT_LOC )
                                 ^
inline.h:550:5: note: in expansion of macro 'OBTAIN_INTLOCK'
     OBTAIN_INTLOCK( regs );
     ^~~~~~~~~~~~~~
  CC       crypto.lo
  CC       dat.lo
In file included from hercules.h:104:0,
                 from dat.c:33:
hinlines.h:342:33: warning: 'Release_Interrupt_Lock' is static but used in inline function 's370_per1_gra' which is not static
 #define RELEASE_INTLOCK(r)      Release_Interrupt_Lock( r, PTT_LOC )
                                 ^
inline.h:555:5: note: in expansion of macro 'RELEASE_INTLOCK'
     RELEASE_INTLOCK( regs );
     ^~~~~~~~~~~~~~~
hinlines.h:341:33: warning: 'Obtain_Interrupt_Lock' is static but used in inline function 's370_per1_gra' which is not static
 #define OBTAIN_INTLOCK(r)       Obtain_Interrupt_Lock( r, PTT_LOC )
                                 ^
inline.h:550:5: note: in expansion of macro 'OBTAIN_INTLOCK'
     OBTAIN_INTLOCK( regs );
     ^~~~~~~~~~~~~~
  CC       decimal.lo
In file included from hercules.h:104:0,
                 from decimal.c:36:
hinlines.h:342:33: warning: 'Release_Interrupt_Lock' is static but used in inline function 's370_per1_gra' which is not static
 #define RELEASE_INTLOCK(r)      Release_Interrupt_Lock( r, PTT_LOC )
                                 ^
inline.h:555:5: note: in expansion of macro 'RELEASE_INTLOCK'
     RELEASE_INTLOCK( regs );
     ^~~~~~~~~~~~~~~
hinlines.h:341:33: warning: 'Obtain_Interrupt_Lock' is static but used in inline function 's370_per1_gra' which is not static
 #define OBTAIN_INTLOCK(r)       Obtain_Interrupt_Lock( r, PTT_LOC )
                                 ^
inline.h:550:5: note: in expansion of macro 'OBTAIN_INTLOCK'
     OBTAIN_INTLOCK( regs );
     ^~~~~~~~~~~~~~
  CC       dfp.lo
In file included from hercules.h:104:0,
                 from dfp.c:19:
hinlines.h:342:33: warning: 'Release_Interrupt_Lock' is static but used in inline function 's370_per1_gra' which is not static
 #define RELEASE_INTLOCK(r)      Release_Interrupt_Lock( r, PTT_LOC )
                                 ^
inline.h:555:5: note: in expansion of macro 'RELEASE_INTLOCK'
     RELEASE_INTLOCK( regs );
     ^~~~~~~~~~~~~~~
hinlines.h:341:33: warning: 'Obtain_Interrupt_Lock' is static but used in inline function 's370_per1_gra' which is not static
 #define OBTAIN_INTLOCK(r)       Obtain_Interrupt_Lock( r, PTT_LOC )
                                 ^
inline.h:550:5: note: in expansion of macro 'OBTAIN_INTLOCK'
     OBTAIN_INTLOCK( regs );
     ^~~~~~~~~~~~~~
  CC       diagmssf.lo
In file included from hercules.h:104:0,
                 from diagmssf.c:24:
hinlines.h:342:33: warning: 'Release_Interrupt_Lock' is static but used in inline function 's370_per1_gra' which is not static
 #define RELEASE_INTLOCK(r)      Release_Interrupt_Lock( r, PTT_LOC )
                                 ^
inline.h:555:5: note: in expansion of macro 'RELEASE_INTLOCK'
     RELEASE_INTLOCK( regs );
     ^~~~~~~~~~~~~~~
hinlines.h:341:33: warning: 'Obtain_Interrupt_Lock' is static but used in inline function 's370_per1_gra' which is not static
 #define OBTAIN_INTLOCK(r)       Obtain_Interrupt_Lock( r, PTT_LOC )
                                 ^
inline.h:550:5: note: in expansion of macro 'OBTAIN_INTLOCK'
     OBTAIN_INTLOCK( regs );
     ^~~~~~~~~~~~~~
  CC       diagnose.lo
In file included from hercules.h:104:0,
                 from diagnose.c:25:
hinlines.h:342:33: warning: 'Release_Interrupt_Lock' is static but used in inline function 's370_per1_gra' which is not static
 #define RELEASE_INTLOCK(r)      Release_Interrupt_Lock( r, PTT_LOC )
                                 ^
inline.h:555:5: note: in expansion of macro 'RELEASE_INTLOCK'
     RELEASE_INTLOCK( regs );
     ^~~~~~~~~~~~~~~
hinlines.h:341:33: warning: 'Obtain_Interrupt_Lock' is static but used in inline function 's370_per1_gra' which is not static
 #define OBTAIN_INTLOCK(r)       Obtain_Interrupt_Lock( r, PTT_LOC )
                                 ^
inline.h:550:5: note: in expansion of macro 'OBTAIN_INTLOCK'
     OBTAIN_INTLOCK( regs );
     ^~~~~~~~~~~~~~
  CC       dyn76.lo
In file included from hercules.h:104:0,
                 from dyn76.c:21:
hinlines.h:342:33: warning: 'Release_Interrupt_Lock' is static but used in inline function 's370_per1_gra' which is not static
 #define RELEASE_INTLOCK(r)      Release_Interrupt_Lock( r, PTT_LOC )
                                 ^
inline.h:555:5: note: in expansion of macro 'RELEASE_INTLOCK'
     RELEASE_INTLOCK( regs );
     ^~~~~~~~~~~~~~~
hinlines.h:341:33: warning: 'Obtain_Interrupt_Lock' is static but used in inline function 's370_per1_gra' which is not static
 #define OBTAIN_INTLOCK(r)       Obtain_Interrupt_Lock( r, PTT_LOC )
                                 ^
inline.h:550:5: note: in expansion of macro 'OBTAIN_INTLOCK'
     OBTAIN_INTLOCK( regs );
     ^~~~~~~~~~~~~~
  CC       ecpsvm.lo
In file included from hercules.h:104:0,
                 from ecpsvm.c:189:
hinlines.h:342:33: warning: 'Release_Interrupt_Lock' is static but used in inline function 's370_per1_gra' which is not static
 #define RELEASE_INTLOCK(r)      Release_Interrupt_Lock( r, PTT_LOC )
                                 ^
inline.h:555:5: note: in expansion of macro 'RELEASE_INTLOCK'
     RELEASE_INTLOCK( regs );
     ^~~~~~~~~~~~~~~
hinlines.h:341:33: warning: 'Obtain_Interrupt_Lock' is static but used in inline function 's370_per1_gra' which is not static
 #define OBTAIN_INTLOCK(r)       Obtain_Interrupt_Lock( r, PTT_LOC )
                                 ^
inline.h:550:5: note: in expansion of macro 'OBTAIN_INTLOCK'
     OBTAIN_INTLOCK( regs );
     ^~~~~~~~~~~~~~
  CC       esame.lo
In file included from hercules.h:104:0,
                 from esame.c:30:
hinlines.h:342:33: warning: 'Release_Interrupt_Lock' is static but used in inline function 's370_per1_gra' which is not static
 #define RELEASE_INTLOCK(r)      Release_Interrupt_Lock( r, PTT_LOC )
                                 ^
inline.h:555:5: note: in expansion of macro 'RELEASE_INTLOCK'
     RELEASE_INTLOCK( regs );
     ^~~~~~~~~~~~~~~
hinlines.h:341:33: warning: 'Obtain_Interrupt_Lock' is static but used in inline function 's370_per1_gra' which is not static
 #define OBTAIN_INTLOCK(r)       Obtain_Interrupt_Lock( r, PTT_LOC )
                                 ^
inline.h:550:5: note: in expansion of macro 'OBTAIN_INTLOCK'
     OBTAIN_INTLOCK( regs );
     ^~~~~~~~~~~~~~
  CC       external.lo
In file included from hercules.h:104:0,
                 from external.c:35:
hinlines.h:342:33: warning: 'Release_Interrupt_Lock' is static but used in inline function 's370_per1_gra' which is not static
 #define RELEASE_INTLOCK(r)      Release_Interrupt_Lock( r, PTT_LOC )
                                 ^
inline.h:555:5: note: in expansion of macro 'RELEASE_INTLOCK'
     RELEASE_INTLOCK( regs );
     ^~~~~~~~~~~~~~~
hinlines.h:341:33: warning: 'Obtain_Interrupt_Lock' is static but used in inline function 's370_per1_gra' which is not static
 #define OBTAIN_INTLOCK(r)       Obtain_Interrupt_Lock( r, PTT_LOC )
                                 ^
inline.h:550:5: note: in expansion of macro 'OBTAIN_INTLOCK'
     OBTAIN_INTLOCK( regs );
     ^~~~~~~~~~~~~~
  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
In file included from hercules.h:104:0,
                 from float.c:41:
hinlines.h:342:33: warning: 'Release_Interrupt_Lock' is static but used in inline function 's370_per1_gra' which is not static
 #define RELEASE_INTLOCK(r)      Release_Interrupt_Lock( r, PTT_LOC )
                                 ^
inline.h:555:5: note: in expansion of macro 'RELEASE_INTLOCK'
     RELEASE_INTLOCK( regs );
     ^~~~~~~~~~~~~~~
hinlines.h:341:33: warning: 'Obtain_Interrupt_Lock' is static but used in inline function 's370_per1_gra' which is not static
 #define OBTAIN_INTLOCK(r)       Obtain_Interrupt_Lock( r, PTT_LOC )
                                 ^
inline.h:550:5: note: in expansion of macro 'OBTAIN_INTLOCK'
     OBTAIN_INTLOCK( regs );
     ^~~~~~~~~~~~~~
  CC       general1.lo
In file included from hercules.h:104:0,
                 from general1.c:41:
hinlines.h:342:33: warning: 'Release_Interrupt_Lock' is static but used in inline function 's370_per1_gra' which is not static
 #define RELEASE_INTLOCK(r)      Release_Interrupt_Lock( r, PTT_LOC )
                                 ^
inline.h:555:5: note: in expansion of macro 'RELEASE_INTLOCK'
     RELEASE_INTLOCK( regs );
     ^~~~~~~~~~~~~~~
hinlines.h:341:33: warning: 'Obtain_Interrupt_Lock' is static but used in inline function 's370_per1_gra' which is not static
 #define OBTAIN_INTLOCK(r)       Obtain_Interrupt_Lock( r, PTT_LOC )
                                 ^
inline.h:550:5: note: in expansion of macro 'OBTAIN_INTLOCK'
     OBTAIN_INTLOCK( regs );
     ^~~~~~~~~~~~~~
  CC       general2.lo
In file included from hercules.h:104:0,
                 from general2.c:42:
hinlines.h:342:33: warning: 'Release_Interrupt_Lock' is static but used in inline function 's370_per1_gra' which is not static
 #define RELEASE_INTLOCK(r)      Release_Interrupt_Lock( r, PTT_LOC )
                                 ^
inline.h:555:5: note: in expansion of macro 'RELEASE_INTLOCK'
     RELEASE_INTLOCK( regs );
     ^~~~~~~~~~~~~~~
hinlines.h:341:33: warning: 'Obtain_Interrupt_Lock' is static but used in inline function 's370_per1_gra' which is not static
 #define OBTAIN_INTLOCK(r)       Obtain_Interrupt_Lock( r, PTT_LOC )
                                 ^
inline.h:550:5: note: in expansion of macro 'OBTAIN_INTLOCK'
     OBTAIN_INTLOCK( regs );
     ^~~~~~~~~~~~~~
  CC       general3.lo
In file included from hercules.h:104:0,
                 from general3.c:20:
hinlines.h:342:33: warning: 'Release_Interrupt_Lock' is static but used in inline function 's370_per1_gra' which is not static
 #define RELEASE_INTLOCK(r)      Release_Interrupt_Lock( r, PTT_LOC )
                                 ^
inline.h:555:5: note: in expansion of macro 'RELEASE_INTLOCK'
     RELEASE_INTLOCK( regs );
     ^~~~~~~~~~~~~~~
hinlines.h:341:33: warning: 'Obtain_Interrupt_Lock' is static but used in inline function 's370_per1_gra' which is not static
 #define OBTAIN_INTLOCK(r)       Obtain_Interrupt_Lock( r, PTT_LOC )
                                 ^
inline.h:550:5: note: in expansion of macro 'OBTAIN_INTLOCK'
     OBTAIN_INTLOCK( regs );
     ^~~~~~~~~~~~~~
  CC       hao.lo
  CC       hbyteswp.lo
  CC       hconsole.lo
  CC       hdiagf18.lo
  CC       history.lo
In file included from hercules.h:104:0,
                 from hdiagf18.c:47:
hinlines.h:342:33: warning: 'Release_Interrupt_Lock' is static but used in inline function 's370_per1_gra' which is not static
 #define RELEASE_INTLOCK(r)      Release_Interrupt_Lock( r, PTT_LOC )
                                 ^
inline.h:555:5: note: in expansion of macro 'RELEASE_INTLOCK'
     RELEASE_INTLOCK( regs );
     ^~~~~~~~~~~~~~~
hinlines.h:341:33: warning: 'Obtain_Interrupt_Lock' is static but used in inline function 's370_per1_gra' which is not static
 #define OBTAIN_INTLOCK(r)       Obtain_Interrupt_Lock( r, PTT_LOC )
                                 ^
inline.h:550:5: note: in expansion of macro 'OBTAIN_INTLOCK'
     OBTAIN_INTLOCK( regs );
     ^~~~~~~~~~~~~~
  CC       hRexx.lo
  CC       hRexx_o.lo
  CC       hRexx_r.lo
  CC       hsccmd.lo
  CC       hscemode.lo
hsccmd.c: In function 'qproc_cmd':
hsccmd.c:9105:28: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
             if (getrusage( (int) sysblk.cputid[i], &rusage ) == 0)
                            ^
In file included from hercules.h:104:0,
                 from hsccmd.c:58:
hsccmd.c: At top level:
hinlines.h:342:33: warning: 'Release_Interrupt_Lock' is static but used in inline function 's370_per1_gra' which is not static
 #define RELEASE_INTLOCK(r)      Release_Interrupt_Lock( r, PTT_LOC )
                                 ^
inline.h:555:5: note: in expansion of macro 'RELEASE_INTLOCK'
     RELEASE_INTLOCK( regs );
     ^~~~~~~~~~~~~~~
hinlines.h:341:33: warning: 'Obtain_Interrupt_Lock' is static but used in inline function 's370_per1_gra' which is not static
 #define OBTAIN_INTLOCK(r)       Obtain_Interrupt_Lock( r, PTT_LOC )
                                 ^
inline.h:550:5: note: in expansion of macro 'OBTAIN_INTLOCK'
     OBTAIN_INTLOCK( regs );
     ^~~~~~~~~~~~~~
  CC       hscloc.lo
  CC       hscmisc.lo
In file included from hercules.h:104:0,
                 from hscmisc.c:15:
hinlines.h:342:33: warning: 'Release_Interrupt_Lock' is static but used in inline function 's370_per1_gra' which is not static
 #define RELEASE_INTLOCK(r)      Release_Interrupt_Lock( r, PTT_LOC )
                                 ^
inline.h:555:5: note: in expansion of macro 'RELEASE_INTLOCK'
     RELEASE_INTLOCK( regs );
     ^~~~~~~~~~~~~~~
hinlines.h:341:33: warning: 'Obtain_Interrupt_Lock' is static but used in inline function 's370_per1_gra' which is not static
 #define OBTAIN_INTLOCK(r)       Obtain_Interrupt_Lock( r, PTT_LOC )
                                 ^
inline.h:550:5: note: in expansion of macro 'OBTAIN_INTLOCK'
     OBTAIN_INTLOCK( regs );
     ^~~~~~~~~~~~~~
  CC       hscpufun.lo
  CC       httpserv.lo
  CC       ieee.lo
In file included from hercules.h:104:0,
                 from ieee.c:109:
hinlines.h:342:33: warning: 'Release_Interrupt_Lock' is static but used in inline function 's370_per1_gra' which is not static
 #define RELEASE_INTLOCK(r)      Release_Interrupt_Lock( r, PTT_LOC )
                                 ^
inline.h:555:5: note: in expansion of macro 'RELEASE_INTLOCK'
     RELEASE_INTLOCK( regs );
     ^~~~~~~~~~~~~~~
hinlines.h:341:33: warning: 'Obtain_Interrupt_Lock' is static but used in inline function 's370_per1_gra' which is not static
 #define OBTAIN_INTLOCK(r)       Obtain_Interrupt_Lock( r, PTT_LOC )
                                 ^
inline.h:550:5: note: in expansion of macro 'OBTAIN_INTLOCK'
     OBTAIN_INTLOCK( regs );
     ^~~~~~~~~~~~~~
  CC       impl.lo
  CC       inline.lo
  CC       io.lo
In file included from hercules.h:104:0,
                 from io.c:43:
hinlines.h:342:33: warning: 'Release_Interrupt_Lock' is static but used in inline function 's370_per1_gra' which is not static
 #define RELEASE_INTLOCK(r)      Release_Interrupt_Lock( r, PTT_LOC )
                                 ^
inline.h:555:5: note: in expansion of macro 'RELEASE_INTLOCK'
     RELEASE_INTLOCK( regs );
     ^~~~~~~~~~~~~~~
hinlines.h:341:33: warning: 'Obtain_Interrupt_Lock' is static but used in inline function 's370_per1_gra' which is not static
 #define OBTAIN_INTLOCK(r)       Obtain_Interrupt_Lock( r, PTT_LOC )
                                 ^
inline.h:550:5: note: in expansion of macro 'OBTAIN_INTLOCK'
     OBTAIN_INTLOCK( regs );
     ^~~~~~~~~~~~~~
  CC       ipl.lo
In file included from hercules.h:104:0,
                 from ipl.c:27:
hinlines.h:342:33: warning: 'Release_Interrupt_Lock' is static but used in inline function 's370_per1_gra' which is not static
 #define RELEASE_INTLOCK(r)      Release_Interrupt_Lock( r, PTT_LOC )
                                 ^
inline.h:555:5: note: in expansion of macro 'RELEASE_INTLOCK'
     RELEASE_INTLOCK( regs );
     ^~~~~~~~~~~~~~~
hinlines.h:341:33: warning: 'Obtain_Interrupt_Lock' is static but used in inline function 's370_per1_gra' which is not static
 #define OBTAIN_INTLOCK(r)       Obtain_Interrupt_Lock( r, PTT_LOC )
                                 ^
inline.h:550:5: note: in expansion of macro 'OBTAIN_INTLOCK'
     OBTAIN_INTLOCK( regs );
     ^~~~~~~~~~~~~~
  CC       loadmem.lo
  CC       loadparm.lo
  CC       losc.lo
  CC       machchk.lo
  CC       opcode.lo
  CC       panel.lo
  CC       pfpo.lo
  CC       plo.lo
In file included from hercules.h:104:0,
                 from plo.c:16:
hinlines.h:342:33: warning: 'Release_Interrupt_Lock' is static but used in inline function 's370_per1_gra' which is not static
 #define RELEASE_INTLOCK(r)      Release_Interrupt_Lock( r, PTT_LOC )
                                 ^
inline.h:555:5: note: in expansion of macro 'RELEASE_INTLOCK'
     RELEASE_INTLOCK( regs );
     ^~~~~~~~~~~~~~~
hinlines.h:341:33: warning: 'Obtain_Interrupt_Lock' is static but used in inline function 's370_per1_gra' which is not static
 #define OBTAIN_INTLOCK(r)       Obtain_Interrupt_Lock( r, PTT_LOC )
                                 ^
inline.h:550:5: note: in expansion of macro 'OBTAIN_INTLOCK'
     OBTAIN_INTLOCK( regs );
     ^~~~~~~~~~~~~~
  CC       qdio.lo
In file included from hercules.h:104:0,
                 from qdio.c:17:
hinlines.h:342:33: warning: 'Release_Interrupt_Lock' is static but used in inline function 's370_per1_gra' which is not static
 #define RELEASE_INTLOCK(r)      Release_Interrupt_Lock( r, PTT_LOC )
                                 ^
inline.h:555:5: note: in expansion of macro 'RELEASE_INTLOCK'
     RELEASE_INTLOCK( regs );
     ^~~~~~~~~~~~~~~
hinlines.h:341:33: warning: 'Obtain_Interrupt_Lock' is static but used in inline function 's370_per1_gra' which is not static
 #define OBTAIN_INTLOCK(r)       Obtain_Interrupt_Lock( r, PTT_LOC )
                                 ^
inline.h:550:5: note: in expansion of macro 'OBTAIN_INTLOCK'
     OBTAIN_INTLOCK( regs );
     ^~~~~~~~~~~~~~
  CC       scedasd.lo
In file included from hercules.h:104:0,
                 from scedasd.c:12:
hinlines.h:342:33: warning: 'Release_Interrupt_Lock' is static but used in inline function 's370_per1_gra' which is not static
 #define RELEASE_INTLOCK(r)      Release_Interrupt_Lock( r, PTT_LOC )
                                 ^
inline.h:555:5: note: in expansion of macro 'RELEASE_INTLOCK'
     RELEASE_INTLOCK( regs );
     ^~~~~~~~~~~~~~~
hinlines.h:341:33: warning: 'Obtain_Interrupt_Lock' is static but used in inline function 's370_per1_gra' which is not static
 #define OBTAIN_INTLOCK(r)       Obtain_Interrupt_Lock( r, PTT_LOC )
                                 ^
inline.h:550:5: note: in expansion of macro 'OBTAIN_INTLOCK'
     OBTAIN_INTLOCK( regs );
     ^~~~~~~~~~~~~~
  CC       scescsi.lo
In file included from hercules.h:104:0,
                 from scescsi.c:16:
hinlines.h:342:33: warning: 'Release_Interrupt_Lock' is static but used in inline function 's370_per1_gra' which is not static
 #define RELEASE_INTLOCK(r)      Release_Interrupt_Lock( r, PTT_LOC )
                                 ^
inline.h:555:5: note: in expansion of macro 'RELEASE_INTLOCK'
     RELEASE_INTLOCK( regs );
     ^~~~~~~~~~~~~~~
hinlines.h:341:33: warning: 'Obtain_Interrupt_Lock' is static but used in inline function 's370_per1_gra' which is not static
 #define OBTAIN_INTLOCK(r)       Obtain_Interrupt_Lock( r, PTT_LOC )
                                 ^
inline.h:550:5: note: in expansion of macro 'OBTAIN_INTLOCK'
     OBTAIN_INTLOCK( regs );
     ^~~~~~~~~~~~~~
  CC       script.lo
  CC       service.lo
  CC       sie.lo
In file included from hercules.h:104:0,
                 from service.c:33:
hinlines.h:342:33: warning: 'Release_Interrupt_Lock' is static but used in inline function 's370_per1_gra' which is not static
 #define RELEASE_INTLOCK(r)      Release_Interrupt_Lock( r, PTT_LOC )
                                 ^
inline.h:555:5: note: in expansion of macro 'RELEASE_INTLOCK'
     RELEASE_INTLOCK( regs );
     ^~~~~~~~~~~~~~~
hinlines.h:341:33: warning: 'Obtain_Interrupt_Lock' is static but used in inline function 's370_per1_gra' which is not static
 #define OBTAIN_INTLOCK(r)       Obtain_Interrupt_Lock( r, PTT_LOC )
                                 ^
inline.h:550:5: note: in expansion of macro 'OBTAIN_INTLOCK'
     OBTAIN_INTLOCK( regs );
     ^~~~~~~~~~~~~~
In file included from hercules.h:104:0,
                 from sie.c:22:
hinlines.h:342:33: warning: 'Release_Interrupt_Lock' is static but used in inline function 's370_per1_gra' which is not static
 #define RELEASE_INTLOCK(r)      Release_Interrupt_Lock( r, PTT_LOC )
                                 ^
inline.h:555:5: note: in expansion of macro 'RELEASE_INTLOCK'
     RELEASE_INTLOCK( regs );
     ^~~~~~~~~~~~~~~
hinlines.h:341:33: warning: 'Obtain_Interrupt_Lock' is static but used in inline function 's370_per1_gra' which is not static
 #define OBTAIN_INTLOCK(r)       Obtain_Interrupt_Lock( r, PTT_LOC )
                                 ^
inline.h:550:5: note: in expansion of macro 'OBTAIN_INTLOCK'
     OBTAIN_INTLOCK( regs );
     ^~~~~~~~~~~~~~
  CC       skey.lo
In file included from hercules.h:104:0,
                 from skey.c:13:
hinlines.h:342:33: warning: 'Release_Interrupt_Lock' is static but used in inline function 's370_per1_gra' which is not static
 #define RELEASE_INTLOCK(r)      Release_Interrupt_Lock( r, PTT_LOC )
                                 ^
inline.h:555:5: note: in expansion of macro 'RELEASE_INTLOCK'
     RELEASE_INTLOCK( regs );
     ^~~~~~~~~~~~~~~
hinlines.h:341:33: warning: 'Obtain_Interrupt_Lock' is static but used in inline function 's370_per1_gra' which is not static
 #define OBTAIN_INTLOCK(r)       Obtain_Interrupt_Lock( r, PTT_LOC )
                                 ^
inline.h:550:5: note: in expansion of macro 'OBTAIN_INTLOCK'
     OBTAIN_INTLOCK( regs );
     ^~~~~~~~~~~~~~
  CC       sr.lo
  CC       stack.lo
In file included from hercules.h:104:0,
                 from stack.c:37:
hinlines.h:342:33: warning: 'Release_Interrupt_Lock' is static but used in inline function 's370_per1_gra' which is not static
 #define RELEASE_INTLOCK(r)      Release_Interrupt_Lock( r, PTT_LOC )
                                 ^
inline.h:555:5: note: in expansion of macro 'RELEASE_INTLOCK'
     RELEASE_INTLOCK( regs );
     ^~~~~~~~~~~~~~~
hinlines.h:341:33: warning: 'Obtain_Interrupt_Lock' is static but used in inline function 's370_per1_gra' which is not static
 #define OBTAIN_INTLOCK(r)       Obtain_Interrupt_Lock( r, PTT_LOC )
                                 ^
inline.h:550:5: note: in expansion of macro 'OBTAIN_INTLOCK'
     OBTAIN_INTLOCK( regs );
     ^~~~~~~~~~~~~~
  CC       strsignal.lo
  CC       tcpip.lo
  CC       timer.lo
  CC       trace.lo
  CC       transact.lo
In file included from hercules.h:104:0,
                 from trace.c:28:
hinlines.h:342:33: warning: 'Release_Interrupt_Lock' is static but used in inline function 's370_per1_gra' which is not static
 #define RELEASE_INTLOCK(r)      Release_Interrupt_Lock( r, PTT_LOC )
                                 ^
inline.h:555:5: note: in expansion of macro 'RELEASE_INTLOCK'
     RELEASE_INTLOCK( regs );
     ^~~~~~~~~~~~~~~
hinlines.h:341:33: warning: 'Obtain_Interrupt_Lock' is static but used in inline function 's370_per1_gra' which is not static
 #define OBTAIN_INTLOCK(r)       Obtain_Interrupt_Lock( r, PTT_LOC )
                                 ^
inline.h:550:5: note: in expansion of macro 'OBTAIN_INTLOCK'
     OBTAIN_INTLOCK( regs );
     ^~~~~~~~~~~~~~
In file included from hercules.h:104:0,
                 from transact.c:41:
hinlines.h:342:33: warning: 'Release_Interrupt_Lock' is static but used in inline function 's370_per1_gra' which is not static
 #define RELEASE_INTLOCK(r)      Release_Interrupt_Lock( r, PTT_LOC )
                                 ^
inline.h:555:5: note: in expansion of macro 'RELEASE_INTLOCK'
     RELEASE_INTLOCK( regs );
     ^~~~~~~~~~~~~~~
hinlines.h:341:33: warning: 'Obtain_Interrupt_Lock' is static but used in inline function 's370_per1_gra' which is not static
 #define OBTAIN_INTLOCK(r)       Obtain_Interrupt_Lock( r, PTT_LOC )
                                 ^
inline.h:550:5: note: in expansion of macro 'OBTAIN_INTLOCK'
     OBTAIN_INTLOCK( regs );
     ^~~~~~~~~~~~~~
  CC       vector.lo
  CC       vm.lo
In file included from hercules.h:104:0,
                 from vm.c:24:
hinlines.h:342:33: warning: 'Release_Interrupt_Lock' is static but used in inline function 's370_per1_gra' which is not static
 #define RELEASE_INTLOCK(r)      Release_Interrupt_Lock( r, PTT_LOC )
                                 ^
inline.h:555:5: note: in expansion of macro 'RELEASE_INTLOCK'
     RELEASE_INTLOCK( regs );
     ^~~~~~~~~~~~~~~
hinlines.h:341:33: warning: 'Obtain_Interrupt_Lock' is static but used in inline function 's370_per1_gra' which is not static
 #define OBTAIN_INTLOCK(r)       Obtain_Interrupt_Lock( r, PTT_LOC )
                                 ^
inline.h:550:5: note: in expansion of macro 'OBTAIN_INTLOCK'
     OBTAIN_INTLOCK( regs );
     ^~~~~~~~~~~~~~
  CC       vmd250.lo
In file included from hercules.h:104:0,
                 from vmd250.c:92:
hinlines.h:342:33: warning: 'Release_Interrupt_Lock' is static but used in inline function 's370_per1_gra' which is not static
 #define RELEASE_INTLOCK(r)      Release_Interrupt_Lock( r, PTT_LOC )
                                 ^
inline.h:555:5: note: in expansion of macro 'RELEASE_INTLOCK'
     RELEASE_INTLOCK( regs );
     ^~~~~~~~~~~~~~~
hinlines.h:341:33: warning: 'Obtain_Interrupt_Lock' is static but used in inline function 's370_per1_gra' which is not static
 #define OBTAIN_INTLOCK(r)       Obtain_Interrupt_Lock( r, PTT_LOC )
                                 ^
inline.h:550:5: note: in expansion of macro 'OBTAIN_INTLOCK'
     OBTAIN_INTLOCK( regs );
     ^~~~~~~~~~~~~~
  CC       vstore.lo
In file included from hercules.h:104:0,
                 from vstore.c:62:
hinlines.h:342:33: warning: 'Release_Interrupt_Lock' is static but used in inline function 's370_per1_gra' which is not static
 #define RELEASE_INTLOCK(r)      Release_Interrupt_Lock( r, PTT_LOC )
                                 ^
inline.h:555:5: note: in expansion of macro 'RELEASE_INTLOCK'
     RELEASE_INTLOCK( regs );
     ^~~~~~~~~~~~~~~
hinlines.h:341:33: warning: 'Obtain_Interrupt_Lock' is static but used in inline function 's370_per1_gra' which is not static
 #define OBTAIN_INTLOCK(r)       Obtain_Interrupt_Lock( r, PTT_LOC )
                                 ^
inline.h:550:5: note: in expansion of macro 'OBTAIN_INTLOCK'
     OBTAIN_INTLOCK( regs );
     ^~~~~~~~~~~~~~
  CC       x75.lo
In file included from hercules.h:104:0,
                 from x75.c:62:
hinlines.h:342:33: warning: 'Release_Interrupt_Lock' is static but used in inline function 's370_per1_gra' which is not static
 #define RELEASE_INTLOCK(r)      Release_Interrupt_Lock( r, PTT_LOC )
                                 ^
inline.h:555:5: note: in expansion of macro 'RELEASE_INTLOCK'
     RELEASE_INTLOCK( regs );
     ^~~~~~~~~~~~~~~
hinlines.h:341:33: warning: 'Obtain_Interrupt_Lock' is static but used in inline function 's370_per1_gra' which is not static
 #define OBTAIN_INTLOCK(r)       Obtain_Interrupt_Lock( r, PTT_LOC )
                                 ^
inline.h:550:5: note: in expansion of macro 'OBTAIN_INTLOCK'
     OBTAIN_INTLOCK( regs );
     ^~~~~~~~~~~~~~
  CC       xstore.lo
In file included from hercules.h:104:0,
                 from xstore.c:23:
hinlines.h:342:33: warning: 'Release_Interrupt_Lock' is static but used in inline function 's370_per1_gra' which is not static
 #define RELEASE_INTLOCK(r)      Release_Interrupt_Lock( r, PTT_LOC )
                                 ^
inline.h:555:5: note: in expansion of macro 'RELEASE_INTLOCK'
     RELEASE_INTLOCK( regs );
     ^~~~~~~~~~~~~~~
hinlines.h:341:33: warning: 'Obtain_Interrupt_Lock' is static but used in inline function 's370_per1_gra' which is not static
 #define OBTAIN_INTLOCK(r)       Obtain_Interrupt_Lock( r, PTT_LOC )
                                 ^
inline.h:550:5: note: in expansion of macro 'OBTAIN_INTLOCK'
     OBTAIN_INTLOCK( regs );
     ^~~~~~~~~~~~~~
  CC       tapedev.lo
  CC       tapeccws.lo
tapedev.c: In function 'mountnewtape':
tapedev.c:1346:13: warning: suggest braces around empty body in an 'else' statement [-Wempty-body]
             ; /* (presume we already owned it) */
             ^
  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
In file included from hercules.h:104:0,
                 from dyncrypt.c:23:
hinlines.h:342:33: warning: 'Release_Interrupt_Lock' is static but used in inline function 's370_per1_gra' which is not static
 #define RELEASE_INTLOCK(r)      Release_Interrupt_Lock( r, PTT_LOC )
                                 ^
inline.h:555:5: note: in expansion of macro 'RELEASE_INTLOCK'
     RELEASE_INTLOCK( regs );
     ^~~~~~~~~~~~~~~
hinlines.h:341:33: warning: 'Obtain_Interrupt_Lock' is static but used in inline function 's370_per1_gra' which is not static
 #define OBTAIN_INTLOCK(r)       Obtain_Interrupt_Lock( r, PTT_LOC )
                                 ^
inline.h:550:5: note: in expansion of macro 'OBTAIN_INTLOCK'
     OBTAIN_INTLOCK( regs );
     ^~~~~~~~~~~~~~
  CC       dyngui.lo
  CC       hdteq.lo
  CC       ctc_ptp.lo
  CC       mpc.lo
  CC       resolve.lo
  CC       tuntap.lo
  CC       qeth.lo
In file included from hercules.h:104:0,
                 from qeth.c:114:
hinlines.h:342:33: warning: 'Release_Interrupt_Lock' is static but used in inline function 's370_per1_gra' which is not static
 #define RELEASE_INTLOCK(r)      Release_Interrupt_Lock( r, PTT_LOC )
                                 ^
inline.h:555:5: note: in expansion of macro 'RELEASE_INTLOCK'
     RELEASE_INTLOCK( regs );
     ^~~~~~~~~~~~~~~
hinlines.h:341:33: warning: 'Obtain_Interrupt_Lock' is static but used in inline function 's370_per1_gra' which is not static
 #define OBTAIN_INTLOCK(r)       Obtain_Interrupt_Lock( r, PTT_LOC )
                                 ^
inline.h:550:5: note: in expansion of macro 'OBTAIN_INTLOCK'
     OBTAIN_INTLOCK( regs );
     ^~~~~~~~~~~~~~
  CC       zfcp.lo
In file included from hercules.h:104:0,
                 from zfcp.c:39:
hinlines.h:342:33: warning: 'Release_Interrupt_Lock' is static but used in inline function 's370_per1_gra' which is not static
 #define RELEASE_INTLOCK(r)      Release_Interrupt_Lock( r, PTT_LOC )
                                 ^
inline.h:555:5: note: in expansion of macro 'RELEASE_INTLOCK'
     RELEASE_INTLOCK( regs );
     ^~~~~~~~~~~~~~~
hinlines.h:341:33: warning: 'Obtain_Interrupt_Lock' is static but used in inline function 's370_per1_gra' which is not static
 #define OBTAIN_INTLOCK(r)       Obtain_Interrupt_Lock( r, PTT_LOC )
                                 ^
inline.h:550:5: note: in expansion of macro 'OBTAIN_INTLOCK'
     OBTAIN_INTLOCK( regs );
     ^~~~~~~~~~~~~~
  CC       con1052c.lo
  CC       printer.lo
  CC       sockdev.lo
  CC       commadpt.lo
  CC       tcpnje.lo
tcpnje.c: In function 'tcpnje_thread':
tcpnje.c:1458:15: warning: format '%lx' expects argument of type 'long unsigned int', but argument 3 has type 'pthread_t {aka struct __pthread_st *}' [-Wformat=]
     DBGMSG(1, "HHCTN002I %4.4X:TCPNJE - networking thread "TIDPAT" started for link %s - %s\n",
               ^
tcpnje.c:98:109: note: in definition of macro 'DBGMSG'
 #define DBGMSG(_level, ...) if ((tn->dev->ccwtrace && (_level & tn->trace)) || (_level & tn->debug)) logmsg(__VA_ARGS__)
                                                                                                             ^~~~~~~~~~~
In file included from /usr/include/sys/inttypes.h:43:0,
                 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 tcpnje.c:41:
/usr/include/alpha/int_fmtio.h:109:19: note: format string is defined here
 #define PRIx64  "lx" /* uint64_t  */
tcpnje.c:1847:25: warning: format '%ld' expects argument of type 'long int', but argument 4 has type 'suseconds_t {aka int}' [-Wformat=]
             DBGMSG(512, "HHCTN127D %4.4X:TCPNJE - select() timeout after %ld seconds %ld microseconds\n",
                         ^
                         devnum, tvcopy.tv_sec, tvcopy.tv_usec);
                                                ~~~~~~~~
tcpnje.c:98:109: note: in definition of macro 'DBGMSG'
 #define DBGMSG(_level, ...) if ((tn->dev->ccwtrace && (_level & tn->trace)) || (_level & tn->debug)) logmsg(__VA_ARGS__)
                                                                                                             ^~~~~~~~~~~
  CC       comm3705.lo
  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

*** Warning: linker path does not have real file for library -lcrypto_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 libcrypto_pic and none of the candidates passed a file format test
*** using a regex pattern. Last file checked: /usr/lib/libz.so

*** 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/libz.so

*** 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/libz.so

*** 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/libz.so
*** 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     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 -lcrypto_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 libcrypto_pic and none of the candidates passed a file format test
*** using a regex pattern. Last file checked: /usr/lib/libz.so

*** 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/libz.so

*** 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/libz.so

*** 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/libz.so
*** 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     libherct.la
  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 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 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 /tmp/pkgbuild/emulators/hercules4sdl/work.alpha/hyperion-Release_4.5/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 /tmp/pkgbuild/emulators/hercules4sdl/work.alpha/hyperion-Release_4.5/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 -lcrypto_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 libcrypto_pic and none of the candidates passed a file format test
*** using a regex pattern. Last file checked: /usr/lib/libz.so

*** 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/libz.so

*** 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/libz.so

*** 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/libz.so
*** 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.

*** Warning: linker path does not have real file for library -lcrypto_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 libcrypto_pic and none of the candidates passed a file format test
*** using a regex pattern. Last file checked: /usr/lib/libz.so

*** 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/libz.so

*** 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/libz.so

*** 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/libz.so
*** 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     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 /tmp/pkgbuild/emulators/hercules4sdl/work.alpha/hyperion-Release_4.5/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 /tmp/pkgbuild/emulators/hercules4sdl/work.alpha/hyperion-Release_4.5/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 -lcrypto_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 libcrypto_pic and none of the candidates passed a file format test
*** using a regex pattern. Last file checked: /usr/lib/libz.so

*** 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/libz.so

*** 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/libz.so

*** 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/libz.so
*** 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     libhdt3420_not_mod.la
  CCLD     hercules

*** 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 /tmp/pkgbuild/emulators/hercules4sdl/work.alpha/hyperion-Release_4.5/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 /tmp/pkgbuild/emulators/hercules4sdl/work.alpha/hyperion-Release_4.5/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 /tmp/pkgbuild/emulators/hercules4sdl/work.alpha/hyperion-Release_4.5/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 /tmp/pkgbuild/emulators/hercules4sdl/work.alpha/hyperion-Release_4.5/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 -lcrypto_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 libcrypto_pic and none of the candidates passed a file format test
*** using a regex pattern. Last file checked: /usr/lib/libz.so

*** 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/libz.so

*** 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/libz.so

*** 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/libz.so
*** 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     herclin
ld: cannot find -lcrypto_pic
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:2329: hercules] Error 1
gmake[2]: *** Waiting for unfinished jobs....
ld: cannot find -lcrypto_pic
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:2325: herclin] Error 1
gmake[2]: Leaving directory '/tmp/pkgbuild/emulators/hercules4sdl/work.alpha/hyperion-Release_4.5'
gmake[1]: *** [Makefile:2628: all-recursive] Error 1
gmake[1]: Leaving directory '/tmp/pkgbuild/emulators/hercules4sdl/work.alpha/hyperion-Release_4.5'
gmake: *** [Makefile:1964: 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