=> 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 dps8m-3.0.1
BUILD: Checksum build environment
BUILD: Starting simulator and tools build
PROCDEF: gcc -E
PROCSRT: procdef.out
CC: empty
CC: punutil
CC: novdso
CC: vmpctool
CC: mcmb
CC: novdso
CC: unifdef.c
LD: unifdef
UNIFDEF: *.[ch]
COMM: procsrt.out unifdef.out
USEDDEF: compdef.out
SYSDEFS: useddef.txt
CC: prt2pdf
CC: decContext.c
CC: decNumber.c
CC: scp.c
CC: sim_console.c
In file included from scp.c:104:0:
../dps8/dps8.h:205:9: error: unknown type name '__uint128_t'
 typedef __uint128_t  word72;
         ^~~~~~~~~~~
../dps8/dps8.h:206:9: error: unknown type name '__int128_t'
 typedef __int128_t   word72s;
         ^~~~~~~~~~
../dps8/dps8.h:207:9: error: unknown type name '__uint128_t'
 typedef __uint128_t  word73;
         ^~~~~~~~~~~
../dps8/dps8.h:208:9: error: unknown type name '__uint128_t'
 typedef __uint128_t  word74;
         ^~~~~~~~~~~
../dps8/dps8.h:209:9: error: unknown type name '__uint128_t'
 typedef __uint128_t  uint128;
         ^~~~~~~~~~~
../dps8/dps8.h:210:9: error: unknown type name '__int128_t'
 typedef __int128_t   int128;
         ^~~~~~~~~~
In file included from ../dps8/dps8.h:227:0,
                 from scp.c:104:
../dps8/dps8_math128.h:60:1: error: unable to emulate 'TI'
 typedef          int TItype     __attribute__ ((mode (TI)));
 ^~~~~~~
../dps8/dps8_math128.h:61:1: error: unable to emulate 'TI'
 typedef unsigned int UTItype    __attribute__ ((mode (TI)));
 ^~~~~~~
In file included from ../dps8/dps8_hw_consts.h:25:0,
                 from ../dps8/dps8.h:228,
                 from scp.c:104:
../dps8/dps8_math128.h:60:1: error: unable to emulate 'TI'
 typedef          int TItype     __attribute__ ((mode (TI)));
 ^~~~~~~
../dps8/dps8_math128.h:61:1: error: unable to emulate 'TI'
 typedef unsigned int UTItype    __attribute__ ((mode (TI)));
 ^~~~~~~
In file included from ../dps8/dps8.h:228:0,
                 from scp.c:104:
../dps8/dps8_hw_consts.h: In function 'SIGNEXT72_128':
../dps8/dps8_hw_consts.h:149:39: warning: left shift count >= width of type [-Wshift-count-overflow]
 #  define SIGN72          ((word72)1U << 71)
                                       ^
../dps8/dps8_hw_consts.h:340:13: note: in expansion of macro 'SIGN72'
     if (w & SIGN72)
             ^~~~~~
../dps8/dps8_hw_consts.h:342:58: warning: left shift count >= width of type [-Wshift-count-overflow]
         return ((int128) w) | (int128) (((uint128) -1ll) << 72);
                                                          ^~
../dps8/dps8_hw_consts.h:161:40: warning: left shift count >= width of type [-Wshift-count-overflow]
 #  define MASK72          (((word72)1U << 72) - 1U)
                                        ^
../dps8/dps8_hw_consts.h:344:16: note: in expansion of macro 'MASK72'
     return w & MASK72;
                ^~~~~~
../dps8/dps8_hw_consts.h: In function 'SIGNEXT36_72':
../dps8/dps8_hw_consts.h:395:38: warning: left shift count >= width of type [-Wshift-count-overflow]
         return (w | ((word72) DMASK) << 36) & MASK72;
                                      ^~
../dps8/dps8_hw_consts.h:161:40: warning: left shift count >= width of type [-Wshift-count-overflow]
 #  define MASK72          (((word72)1U << 72) - 1U)
                                        ^
../dps8/dps8_hw_consts.h:395:47: note: in expansion of macro 'MASK72'
         return (w | ((word72) DMASK) << 36) & MASK72;
                                               ^~~~~~
CC: sim_disk.c
In file included from scp.c:115:0:
../dps8/dps8_math128.h: At top level:
../dps8/dps8_math128.h:60:1: error: unable to emulate 'TI'
 typedef          int TItype     __attribute__ ((mode (TI)));
 ^~~~~~~
../dps8/dps8_math128.h:61:1: error: unable to emulate 'TI'
 typedef unsigned int UTItype    __attribute__ ((mode (TI)));
 ^~~~~~~
In file included from sim_console.c:87:0:
../dps8/dps8.h:205:9: error: unknown type name '__uint128_t'
 typedef __uint128_t  word72;
         ^~~~~~~~~~~
../dps8/dps8.h:206:9: error: unknown type name '__int128_t'
 typedef __int128_t   word72s;
         ^~~~~~~~~~
../dps8/dps8.h:207:9: error: unknown type name '__uint128_t'
 typedef __uint128_t  word73;
         ^~~~~~~~~~~
../dps8/dps8.h:208:9: error: unknown type name '__uint128_t'
 typedef __uint128_t  word74;
         ^~~~~~~~~~~
../dps8/dps8.h:209:9: error: unknown type name '__uint128_t'
 typedef __uint128_t  uint128;
         ^~~~~~~~~~~
../dps8/dps8.h:210:9: error: unknown type name '__int128_t'
 typedef __int128_t   int128;
         ^~~~~~~~~~
In file included from ../dps8/dps8.h:227:0,
                 from sim_console.c:87:
../dps8/dps8_math128.h:60:1: error: unable to emulate 'TI'
 typedef          int TItype     __attribute__ ((mode (TI)));
 ^~~~~~~
../dps8/dps8_math128.h:61:1: error: unable to emulate 'TI'
 typedef unsigned int UTItype    __attribute__ ((mode (TI)));
 ^~~~~~~
In file included from ../dps8/dps8_hw_consts.h:25:0,
                 from ../dps8/dps8.h:228,
                 from sim_console.c:87:
../dps8/dps8_math128.h:60:1: error: unable to emulate 'TI'
 typedef          int TItype     __attribute__ ((mode (TI)));
 ^~~~~~~
../dps8/dps8_math128.h:61:1: error: unable to emulate 'TI'
 typedef unsigned int UTItype    __attribute__ ((mode (TI)));
 ^~~~~~~
In file included from ../dps8/dps8.h:228:0,
                 from sim_console.c:87:
../dps8/dps8_hw_consts.h: In function 'SIGNEXT72_128':
../dps8/dps8_hw_consts.h:149:39: warning: left shift count >= width of type [-Wshift-count-overflow]
 #  define SIGN72          ((word72)1U << 71)
                                       ^
../dps8/dps8_hw_consts.h:340:13: note: in expansion of macro 'SIGN72'
     if (w & SIGN72)
             ^~~~~~
../dps8/dps8_hw_consts.h:342:58: warning: left shift count >= width of type [-Wshift-count-overflow]
         return ((int128) w) | (int128) (((uint128) -1ll) << 72);
                                                          ^~
../dps8/dps8_hw_consts.h:161:40: warning: left shift count >= width of type [-Wshift-count-overflow]
 #  define MASK72          (((word72)1U << 72) - 1U)
                                        ^
../dps8/dps8_hw_consts.h:344:16: note: in expansion of macro 'MASK72'
     return w & MASK72;
                ^~~~~~
../dps8/dps8_hw_consts.h: In function 'SIGNEXT36_72':
../dps8/dps8_hw_consts.h:395:38: warning: left shift count >= width of type [-Wshift-count-overflow]
         return (w | ((word72) DMASK) << 36) & MASK72;
                                      ^~
../dps8/dps8_hw_consts.h:161:40: warning: left shift count >= width of type [-Wshift-count-overflow]
 #  define MASK72          (((word72)1U << 72) - 1U)
                                        ^
../dps8/dps8_hw_consts.h:395:47: note: in expansion of macro 'MASK72'
         return (w | ((word72) DMASK) << 36) & MASK72;
                                               ^~~~~~
sim_console.c: At top level:
cc1: warning: unrecognized command line option '-Wno-unknown-warning-option'
cc1: warning: unrecognized command line option '-Wno-unknown-warning-option'
cc1: warning: unrecognized command line option '-Wno-unknown-warning-option'
cc1: warning: unrecognized command line option '-Wno-unknown-warning-option'
cc1: warning: unrecognized command line option '-Wno-unknown-warning-option'
gmake[2]: *** [../Makefile.mk:688: sim_console.o] Error 1
gmake[2]: *** Waiting for unfinished jobs....
cc1: warning: unrecognized command line option '-Wno-unknown-warning-option'
cc1: warning: unrecognized command line option '-Wno-unknown-warning-option'
cc1: warning: unrecognized command line option '-Wno-unknown-warning-option'
cc1: warning: unrecognized command line option '-Wno-unknown-warning-option'
cc1: warning: unrecognized command line option '-Wno-unknown-warning-option'
gmake[2]: *** [../Makefile.mk:687: scp.o] Error 1
gmake[1]: *** [GNUmakefile:438: locallibs_then_dps8] Error 2