=> Bootstrap dependency digest>=20211023: found digest-20220214 distcc[15392] (dcc_mkdir) ERROR: mkdir '/home/pbulk/.distcc' failed: No such file or directory distcc[15392] (dcc_lock_one) ERROR: failed to lock distcc[15392] (dcc_mkdir) ERROR: mkdir '/home/pbulk/.distcc' failed: No such file or directory distcc[15392] (dcc_mkdir) ERROR: mkdir '/home/pbulk/.distcc' failed: No such file or directory ===> 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 quickjs-20210327nb1 mkdir -p .obj .obj/examples .obj/tests gcc -g -Wall -MMD -MF .obj/quickjs.check.o.d -Wno-array-bounds -Wno-format-truncation -D_GNU_SOURCE -DCONFIG_VERSION=\"2021-03-27\" -DCONFIG_CHECK_JSVALUE -c -o .obj/quickjs.check.o quickjs.c In file included from quickjs.c:33: /usr/include/fenv.h:34:4: error: #error "fenv.h is currently not supported for this architecture" 34 | # error "fenv.h is currently not supported for this architecture" | ^~~~~ distcc[6689] (dcc_select_for_write) ERROR: IO timeout distcc[6689] ERROR: timeout while connecting to 10.0.20.124:3632 distcc[6689] Warning: failed to distribute quickjs.c to 10.0.20.124:3632, running locally instead In file included from quickjs.c:33: /usr/include/fenv.h:34:4: error: #error "fenv.h is currently not supported for this architecture" 34 | # error "fenv.h is currently not supported for this architecture" | ^~~~~ In file included from quickjs.c:45: quickjs.c: In function '__JS_ToFloat64Free': quickjs.h:94:24: error: 'NAN' undeclared (first use in this function) 94 | #define JS_FLOAT64_NAN NAN | ^~~ quickjs.c:10528:17: note: in expansion of macro 'JS_FLOAT64_NAN' 10528 | *pres = JS_FLOAT64_NAN; | ^~~~~~~~~~~~~~ quickjs.h:94:24: note: each undeclared identifier is reported only once for each function it appears in 94 | #define JS_FLOAT64_NAN NAN | ^~~ quickjs.c:10528:17: note: in expansion of macro 'JS_FLOAT64_NAN' 10528 | *pres = JS_FLOAT64_NAN; | ^~~~~~~~~~~~~~ quickjs.c: In function 'js_ecvt1': quickjs.c:11314:26: error: 'FE_TONEAREST' undeclared (first use in this function) 11314 | if (rounding_mode != FE_TONEAREST) | ^~~~~~~~~~~~ quickjs.c: In function 'js_ecvt': quickjs.c:11347:53: error: 'FE_TONEAREST' undeclared (first use in this function) 11347 | js_ecvt1(d, n_digits, decpt, sign, buf, FE_TONEAREST, | ^~~~~~~~~~~~ quickjs.c:11374:66: error: 'FE_DOWNWARD' undeclared (first use in this function) 11374 | js_ecvt1(d, n_digits + 1, &decpt1, &sign1, buf1, FE_DOWNWARD, | ^~~~~~~~~~~ quickjs.c:11376:66: error: 'FE_UPWARD' undeclared (first use in this function) 11376 | js_ecvt1(d, n_digits + 1, &decpt2, &sign2, buf2, FE_UPWARD, | ^~~~~~~~~ quickjs.c: In function 'js_fcvt1': quickjs.c:11398:26: error: 'FE_TONEAREST' undeclared (first use in this function) 11398 | if (rounding_mode != FE_TONEAREST) | ^~~~~~~~~~~~ quickjs.c: In function 'js_fcvt': quickjs.c:11410:21: error: 'FE_TONEAREST' undeclared (first use in this function) 11410 | rounding_mode = FE_TONEAREST; | ^~~~~~~~~~~~ quickjs.c:11425:64: error: 'FE_DOWNWARD' undeclared (first use in this function) 11425 | n1 = js_fcvt1(buf1, sizeof(buf1), d, n_digits + 1, FE_DOWNWARD); | ^~~~~~~~~~~ quickjs.c:11426:64: error: 'FE_UPWARD' undeclared (first use in this function) 11426 | n2 = js_fcvt1(buf2, sizeof(buf2), d, n_digits + 1, FE_UPWARD); | ^~~~~~~~~ In file included from quickjs.c:45: quickjs.c: In function 'js_pow': quickjs.h:94:24: error: 'NAN' undeclared (first use in this function) 94 | #define JS_FLOAT64_NAN NAN | ^~~ quickjs.c:11995:16: note: in expansion of macro 'JS_FLOAT64_NAN' 11995 | return JS_FLOAT64_NAN; | ^~~~~~~~~~~~~~ quickjs.c: At top level: quickjs.c:39814:5: warning: floating constant exceeds range of 'double' 39814 | JS_PROP_DOUBLE_DEF("MAX_VALUE", 1.7976931348623157e+308, 0 ), | ^~~~~~~~~~~~~~~~~~ quickjs.c:39815:5: warning: floating constant truncated to zero [-Woverflow] 39815 | JS_PROP_DOUBLE_DEF("MIN_VALUE", 5e-324, 0 ), | ^~~~~~~~~~~~~~~~~~ In file included from quickjs.c:45: quickjs.c:39816:31: error: 'NAN' undeclared here (not in a function) 39816 | JS_PROP_DOUBLE_DEF("NaN", NAN, 0 ), | ^~~ quickjs.h:1016:108: note: in definition of macro 'JS_PROP_DOUBLE_DEF' 1016 | #define JS_PROP_DOUBLE_DEF(name, val, prop_flags) { name, prop_flags, JS_DEF_PROP_DOUBLE, 0, .u = { .f64 = val } } | ^~~ quickjs.c:47852:36: error: initializer element is not constant 47852 | JS_PROP_DOUBLE_DEF("Infinity", 1.0 / 0.0, 0 ), | ^~~ quickjs.h:1016:108: note: in definition of macro 'JS_PROP_DOUBLE_DEF' 1016 | #define JS_PROP_DOUBLE_DEF(name, val, prop_flags) { name, prop_flags, JS_DEF_PROP_DOUBLE, 0, .u = { .f64 = val } } | ^~~ quickjs.c:47852:36: note: (near initialization for 'js_global_funcs[10].u.f64') 47852 | JS_PROP_DOUBLE_DEF("Infinity", 1.0 / 0.0, 0 ), | ^~~ quickjs.h:1016:108: note: in definition of macro 'JS_PROP_DOUBLE_DEF' 1016 | #define JS_PROP_DOUBLE_DEF(name, val, prop_flags) { name, prop_flags, JS_DEF_PROP_DOUBLE, 0, .u = { .f64 = val } } | ^~~ quickjs.c: In function 'js_pow': quickjs.c:11999:1: warning: control reaches end of non-void function [-Wreturn-type] 11999 | } | ^ quickjs.c: In function 'time_clip': quickjs.c:47998:1: warning: control reaches end of non-void function [-Wreturn-type] 47998 | } | ^ distcc[6689] ERROR: compile quickjs.c on localhost failed gmake: *** [Makefile:304: .obj/quickjs.check.o] Error 1 *** Error code 2 Stop. make[1]: stopped in /usr/pkgsrc/lang/quickjs distcc[16638] (dcc_mkdir) ERROR: mkdir '/home/pbulk/.distcc' failed: No such file or directory distcc[16638] (dcc_lock_one) ERROR: failed to lock distcc[16638] (dcc_mkdir) ERROR: mkdir '/home/pbulk/.distcc' failed: No such file or directory distcc[16638] (dcc_mkdir) ERROR: mkdir '/home/pbulk/.distcc' failed: No such file or directory *** Error code 1 Stop. make: stopped in /usr/pkgsrc/lang/quickjs