On 2018/09/19 13:10, Aaron Bieber wrote: > CVSROOT: /cvs > Module name: ports > Changes by: [email protected] 2018/09/19 13:10:27 > > Modified files: > lang/node : Makefile distinfo > lang/node/patches: patch-Makefile patch-deps_npm_lib_npm_js > > patch-deps_npm_node_modules_node-gyp_gyp_pylib_gyp_generator_make_py > > patch-deps_npm_node_modules_node-gyp_gyp_pylib_gyp_generator_ninja_py > patch-deps_npm_node_modules_node-gyp_lib_build_js > patch-deps_npm_node_modules_node-gyp_lib_install_js > patch-deps_uv_src_unix_openbsd_c > patch-lib_module_js patch-node_gypi > patch-tools_test_py > lang/node/pkg : PLIST > Added files: > lang/node/patches: patch-deps_uv_src_unix_tcp_c > Removed files: > lang/node/patches: patch-lib_internal_bootstrap_node_js > > Log message: > Bump to latest LTS. > > Full changelog here: > https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V8.md#8.12.0 > > "builds fine for me on amd64" rsadowski@ >
node seems to be hanging fairly often during build on i386 for me now. Not every time, but often enough that it's annoying (and pushes out the overall build time, apart from eating a core doing nothing until the freeze is detected, it's also on the path to chromium/iridium). Any ideas? Is anyone seeing this on other arches? c++ '-DU_I18N_IMPLEMENTATION=1' '-DU_ATTRIBUTE_DEPRECATED=' '-D_CRT_SECURE_NO_DEPRECATE=' '-DU_STATIC_IMPLEMENTATION=1' '-DUCONFIG_NO_SERVICE=1' '-DUCONFIG_NO_REGULAR_EXPRESSIONS=1' '-DU_ENABLE_DYLOAD=0' '-DU_HAVE_STD_STRING=0' '-DUCONFIG_NO_BREAK_ITERATION=0' -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -pthread -Wall -Wextra -Wno-unused-parameter -m32 -I/usr/local/include -Wno-deprecated-declarations -I/usr/local/include -O3 -fno-omit-frame-pointer -fno-exceptions -std=gnu++0x -frtti -MMD -MF /usr/obj/ports/node-8.12.0/node-v8.12.0/out/Release/.deps//usr/obj/ports/node-8.12.0/node-v8.12.0/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/hebrwcal.o.d.raw -O2 -pipe -c -o /usr/obj/ports/node-8.12.0/node-v8.12.0/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/hebrwcal.o ../deps/icu-small/source/i18n/hebrwcal.cpp KILLED: build stuck at 3% frozen for 58mn
