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