=> 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 mujs-1.3.0
/tmp/pkgbuild/lang/mujs/work.vax/.cwrapper/bin/libtool  --quiet --tag=CC --mode=compile gcc -O2 -D_FORTIFY_SOURCE=2 -I/usr/include/readline -I/usr/include -std=c99 -pedantic -Wall -Wextra -Wno-unused-parameter -DHAVE_READLINE  -I/usr/include/readline -I/usr/include  -o build/release/libmujs.lo -c one.c
distcc[495] ERROR: compile one.c on 10.0.20.124:3632 failed
distcc[495] (dcc_build_somewhere) Warning: remote compilation of 'one.c' failed, retrying locally
distcc[495] Warning: failed to distribute one.c to 10.0.20.124:3632, running locally instead
In file included from one.c:3:
jsbuiltin.c: In function 'jsB_parseInt':
jsbuiltin.c:57:20: error: 'NAN' undeclared (first use in this function)
   57 |   js_pushnumber(J, NAN);
      |                    ^~~
jsbuiltin.c:57:20: note: each undeclared identifier is reported only once for each function it appears in
jsbuiltin.c: In function 'jsB_parseFloat':
jsbuiltin.c:83:21: error: 'NAN' undeclared (first use in this function)
   83 |    js_pushnumber(J, NAN);
      |                     ^~~
jsbuiltin.c: In function 'jsB_init':
jsbuiltin.c:235:19: error: 'NAN' undeclared (first use in this function)
  235 |  js_pushnumber(J, NAN);
      |                   ^~~
In file included from one.c:5:
jsdate.c: In function 'MakeDay':
jsdate.c:217:10: error: 'NAN' undeclared (first use in this function)
  217 |   return NAN;
      |          ^~~
jsdate.c: In function 'TimeClip':
jsdate.c:233:10: error: 'NAN' undeclared (first use in this function)
  233 |   return NAN;
      |          ^~~
jsdate.c: In function 'parseDateTime':
jsdate.c:261:32: error: 'NAN' undeclared (first use in this function)
  261 |  if (!toint(&s, 4, &y)) return NAN;
      |                                ^~~
jsdate.c: In function 'Dp_getFullYear':
jsdate.c:495:20: error: 'NAN' undeclared (first use in this function)
  495 |   js_pushnumber(J, NAN);
      |                    ^~~
jsdate.c: In function 'Dp_getMonth':
jsdate.c:504:20: error: 'NAN' undeclared (first use in this function)
  504 |   js_pushnumber(J, NAN);
      |                    ^~~
jsdate.c: In function 'Dp_getDate':
jsdate.c:513:20: error: 'NAN' undeclared (first use in this function)
  513 |   js_pushnumber(J, NAN);
      |                    ^~~
jsdate.c: In function 'Dp_getDay':
jsdate.c:522:20: error: 'NAN' undeclared (first use in this function)
  522 |   js_pushnumber(J, NAN);
      |                    ^~~
jsdate.c: In function 'Dp_getHours':
jsdate.c:531:20: error: 'NAN' undeclared (first use in this function)
  531 |   js_pushnumber(J, NAN);
      |                    ^~~
jsdate.c: In function 'Dp_getMinutes':
jsdate.c:540:20: error: 'NAN' undeclared (first use in this function)
  540 |   js_pushnumber(J, NAN);
      |                    ^~~
jsdate.c: In function 'Dp_getSeconds':
jsdate.c:549:20: error: 'NAN' undeclared (first use in this function)
  549 |   js_pushnumber(J, NAN);
      |                    ^~~
jsdate.c: In function 'Dp_getMilliseconds':
jsdate.c:558:20: error: 'NAN' undeclared (first use in this function)
  558 |   js_pushnumber(J, NAN);
      |                    ^~~
jsdate.c: In function 'Dp_getUTCFullYear':
jsdate.c:567:20: error: 'NAN' undeclared (first use in this function)
  567 |   js_pushnumber(J, NAN);
      |                    ^~~
jsdate.c: In function 'Dp_getUTCMonth':
jsdate.c:576:20: error: 'NAN' undeclared (first use in this function)
  576 |   js_pushnumber(J, NAN);
      |                    ^~~
jsdate.c: In function 'Dp_getUTCDate':
jsdate.c:585:20: error: 'NAN' undeclared (first use in this function)
  585 |   js_pushnumber(J, NAN);
      |                    ^~~
jsdate.c: In function 'Dp_getUTCDay':
jsdate.c:594:20: error: 'NAN' undeclared (first use in this function)
  594 |   js_pushnumber(J, NAN);
      |                    ^~~
jsdate.c: In function 'Dp_getUTCHours':
jsdate.c:603:20: error: 'NAN' undeclared (first use in this function)
  603 |   js_pushnumber(J, NAN);
      |                    ^~~
jsdate.c: In function 'Dp_getUTCMinutes':
jsdate.c:612:20: error: 'NAN' undeclared (first use in this function)
  612 |   js_pushnumber(J, NAN);
      |                    ^~~
jsdate.c: In function 'Dp_getUTCSeconds':
jsdate.c:621:20: error: 'NAN' undeclared (first use in this function)
  621 |   js_pushnumber(J, NAN);
      |                    ^~~
jsdate.c: In function 'Dp_getUTCMilliseconds':
jsdate.c:630:20: error: 'NAN' undeclared (first use in this function)
  630 |   js_pushnumber(J, NAN);
      |                    ^~~
jsdate.c: In function 'Dp_getTimezoneOffset':
jsdate.c:639:20: error: 'NAN' undeclared (first use in this function)
  639 |   js_pushnumber(J, NAN);
      |                    ^~~
In file included from one.c:6:
jsdtoa.c: At top level:
jsdtoa.c:549:2: warning: floating constant exceeds range of 'double'
  549 |  1.0e64,
      |  ^~~~~~
jsdtoa.c:550:2: warning: floating constant exceeds range of 'double'
  550 |  1.0e128,
      |  ^~~~~~~
jsdtoa.c:551:2: warning: floating constant exceeds range of 'double'
  551 |  1.0e256
      |  ^~~~~~~
In file included from one.c:13:
jsmath.c: In function 'Math_pow':
jsmath.c:81:20: error: 'NAN' undeclared (first use in this function)
   81 |   js_pushnumber(J, NAN);
      |                    ^~~
In file included from one.c:14:
jsnumber.c: In function 'jsB_initnumber':
jsnumber.c:193:3: warning: floating constant exceeds range of 'double'
  193 |   jsB_propn(J, "MAX_VALUE", 1.7976931348623157e+308);
      |   ^~~~~~~~~
jsnumber.c:194:3: warning: floating constant truncated to zero [-Woverflow]
  194 |   jsB_propn(J, "MIN_VALUE", 5e-324);
      |   ^~~~~~~~~
jsnumber.c:195:23: error: 'NAN' undeclared (first use in this function)
  195 |   jsB_propn(J, "NaN", NAN);
      |                       ^~~
In file included from one.c:23:
jsstring.c: In function 'Sp_charCodeAt':
jsstring.c:112:20: error: 'NAN' undeclared (first use in this function)
  112 |   js_pushnumber(J, NAN);
      |                    ^~~
In file included from one.c:24:
jsvalue.c: In function 'jsV_stringtonumber':
jsvalue.c:238:17: error: 'NAN' undeclared (first use in this function)
  238 |  if (*e) return NAN;
      |                 ^~~
jsvalue.c: In function 'jsV_tonumber':
jsvalue.c:248:29: error: 'NAN' undeclared (first use in this function)
  248 |  case JS_TUNDEFINED: return NAN;
      |                             ^~~
distcc[495] ERROR: compile one.c on localhost failed
gmake: *** [Makefile:63: build/release/libmujs.lo] Error 1
*** Error code 2

Stop.
make[1]: stopped in /usr/pkgsrc/lang/mujs
*** Error code 1

Stop.
make: stopped in /usr/pkgsrc/lang/mujs