Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to compile nodejs on Freebsd-current/Armv7 #16943

Closed
blubaustin opened this issue Nov 10, 2017 · 4 comments
Closed

Unable to compile nodejs on Freebsd-current/Armv7 #16943

blubaustin opened this issue Nov 10, 2017 · 4 comments
Labels
arm Issues and PRs related to the ARM platform. freebsd Issues and PRs related to the FreeBSD platform.

Comments

@blubaustin
Copy link

blubaustin commented Nov 10, 2017

Anytime I try to compile nodejs nightly I keep getting an error here is the full build:

compiler output
--- .DEFAULT ---
gmake[1]: Entering directory '/root/node'
gmake -C out BUILDTYPE=Release V=1
  /usr/bin/clang '-D_U_=' '-DBUILDING_NGHTTP2' '-DNGHTTP2_STATICLIB' -I../deps/nghttp2/lib/includes  -pthread -Wall -Wextra -Wno-unused-parameter -O3 -fno-omit-frame-pointer  -MMD -MF /root/node/out/Release/.deps//root/node/out/Release/obj.target/nghttp2/deps/nghttp2/lib/nghttp2_buf.o.d.raw   -c -o /root/node/out/Release/obj.target/nghttp2/deps/nghttp2/lib/nghttp2_buf.o ../deps/nghttp2/lib/nghttp2_buf.c
  /usr/bin/clang '-D_U_=' '-DBUILDING_NGHTTP2' '-DNGHTTP2_STATICLIB' -I../deps/nghttp2/lib/includes  -pthread -Wall -Wextra -Wno-unused-parameter -O3 -fno-omit-frame-pointer  -MMD -MF /root/node/out/Release/.deps//root/node/out/Release/obj.target/nghttp2/deps/nghttp2/lib/nghttp2_callbacks.o.d.raw   -c -o /root/node/out/Release/obj.target/nghttp2/deps/nghttp2/lib/nghttp2_callbacks.o ../deps/nghttp2/lib/nghttp2_callbacks.c
  /usr/bin/clang '-D_U_=' '-DBUILDING_NGHTTP2' '-DNGHTTP2_STATICLIB' -I../deps/nghttp2/lib/includes  -pthread -Wall -Wextra -Wno-unused-parameter -O3 -fno-omit-frame-pointer  -MMD -MF /root/node/out/Release/.deps//root/node/out/Release/obj.target/nghttp2/deps/nghttp2/lib/nghttp2_debug.o.d.raw   -c -o /root/node/out/Release/obj.target/nghttp2/deps/nghttp2/lib/nghttp2_debug.o ../deps/nghttp2/lib/nghttp2_debug.c
  /usr/bin/clang '-D_U_=' '-DBUILDING_NGHTTP2' '-DNGHTTP2_STATICLIB' -I../deps/nghttp2/lib/includes  -pthread -Wall -Wextra -Wno-unused-parameter -O3 -fno-omit-frame-pointer  -MMD -MF /root/node/out/Release/.deps//root/node/out/Release/obj.target/nghttp2/deps/nghttp2/lib/nghttp2_frame.o.d.raw   -c -o /root/node/out/Release/obj.target/nghttp2/deps/nghttp2/lib/nghttp2_frame.o ../deps/nghttp2/lib/nghttp2_frame.c
  /usr/bin/clang '-D_U_=' '-DBUILDING_NGHTTP2' '-DNGHTTP2_STATICLIB' -I../deps/nghttp2/lib/includes  -pthread -Wall -Wextra -Wno-unused-parameter -O3 -fno-omit-frame-pointer  -MMD -MF /root/node/out/Release/.deps//root/node/out/Release/obj.target/nghttp2/deps/nghttp2/lib/nghttp2_hd.o.d.raw   -c -o /root/node/out/Release/obj.target/nghttp2/deps/nghttp2/lib/nghttp2_hd.o ../deps/nghttp2/lib/nghttp2_hd.c
  /usr/bin/clang '-D_U_=' '-DBUILDING_NGHTTP2' '-DNGHTTP2_STATICLIB' -I../deps/nghttp2/lib/includes  -pthread -Wall -Wextra -Wno-unused-parameter -O3 -fno-omit-frame-pointer  -MMD -MF /root/node/out/Release/.deps//root/node/out/Release/obj.target/nghttp2/deps/nghttp2/lib/nghttp2_hd_huffman.o.d.raw   -c -o /root/node/out/Release/obj.target/nghttp2/deps/nghttp2/lib/nghttp2_hd_huffman.o ../deps/nghttp2/lib/nghttp2_hd_huffman.c
  /usr/bin/clang '-D_U_=' '-DBUILDING_NGHTTP2' '-DNGHTTP2_STATICLIB' -I../deps/nghttp2/lib/includes  -pthread -Wall -Wextra -Wno-unused-parameter -O3 -fno-omit-frame-pointer  -MMD -MF /root/node/out/Release/.deps//root/node/out/Release/obj.target/nghttp2/deps/nghttp2/lib/nghttp2_hd_huffman_data.o.d.raw   -c -o /root/node/out/Release/obj.target/nghttp2/deps/nghttp2/lib/nghttp2_hd_huffman_data.o ../deps/nghttp2/lib/nghttp2_hd_huffman_data.c
  /usr/bin/clang '-D_U_=' '-DBUILDING_NGHTTP2' '-DNGHTTP2_STATICLIB' -I../deps/nghttp2/lib/includes  -pthread -Wall -Wextra -Wno-unused-parameter -O3 -fno-omit-frame-pointer  -MMD -MF /root/node/out/Release/.deps//root/node/out/Release/obj.target/nghttp2/deps/nghttp2/lib/nghttp2_helper.o.d.raw   -c -o /root/node/out/Release/obj.target/nghttp2/deps/nghttp2/lib/nghttp2_helper.o ../deps/nghttp2/lib/nghttp2_helper.c
  /usr/bin/clang '-D_U_=' '-DBUILDING_NGHTTP2' '-DNGHTTP2_STATICLIB' -I../deps/nghttp2/lib/includes  -pthread -Wall -Wextra -Wno-unused-parameter -O3 -fno-omit-frame-pointer  -MMD -MF /root/node/out/Release/.deps//root/node/out/Release/obj.target/nghttp2/deps/nghttp2/lib/nghttp2_http.o.d.raw   -c -o /root/node/out/Release/obj.target/nghttp2/deps/nghttp2/lib/nghttp2_http.o ../deps/nghttp2/lib/nghttp2_http.c
../deps/nghttp2/lib/nghttp2_helper.c:33:16: warning: implicit declaration of function 'htons' is invalid in C99 [-Wimplicit-function-declaration]
  uint16_t x = htons(n);
               ^
../deps/nghttp2/lib/nghttp2_helper.c:38:16: warning: implicit declaration of function 'htonl' is invalid in C99 [-Wimplicit-function-declaration]
  uint32_t x = htonl(n);
               ^
../deps/nghttp2/lib/nghttp2_helper.c:45:10: warning: implicit declaration of function 'ntohs' is invalid in C99 [-Wimplicit-function-declaration]
  return ntohs(n);
         ^
../deps/nghttp2/lib/nghttp2_helper.c:51:10: warning: implicit declaration of function 'ntohl' is invalid in C99 [-Wimplicit-function-declaration]
  return ntohl(n);
         ^
  /usr/bin/clang '-D_U_=' '-DBUILDING_NGHTTP2' '-DNGHTTP2_STATICLIB' -I../deps/nghttp2/lib/includes  -pthread -Wall -Wextra -Wno-unused-parameter -O3 -fno-omit-frame-pointer  -MMD -MF /root/node/out/Release/.deps//root/node/out/Release/obj.target/nghttp2/deps/nghttp2/lib/nghttp2_map.o.d.raw   -c -o /root/node/out/Release/obj.target/nghttp2/deps/nghttp2/lib/nghttp2_map.o ../deps/nghttp2/lib/nghttp2_map.c
  /usr/bin/clang '-D_U_=' '-DBUILDING_NGHTTP2' '-DNGHTTP2_STATICLIB' -I../deps/nghttp2/lib/includes  -pthread -Wall -Wextra -Wno-unused-parameter -O3 -fno-omit-frame-pointer  -MMD -MF /root/node/out/Release/.deps//root/node/out/Release/obj.target/nghttp2/deps/nghttp2/lib/nghttp2_mem.o.d.raw   -c -o /root/node/out/Release/obj.target/nghttp2/deps/nghttp2/lib/nghttp2_mem.o ../deps/nghttp2/lib/nghttp2_mem.c
4 warnings generated.
  /usr/bin/clang '-D_U_=' '-DBUILDING_NGHTTP2' '-DNGHTTP2_STATICLIB' -I../deps/nghttp2/lib/includes  -pthread -Wall -Wextra -Wno-unused-parameter -O3 -fno-omit-frame-pointer  -MMD -MF /root/node/out/Release/.deps//root/node/out/Release/obj.target/nghttp2/deps/nghttp2/lib/nghttp2_npn.o.d.raw   -c -o /root/node/out/Release/obj.target/nghttp2/deps/nghttp2/lib/nghttp2_npn.o ../deps/nghttp2/lib/nghttp2_npn.c
  /usr/bin/clang '-D_U_=' '-DBUILDING_NGHTTP2' '-DNGHTTP2_STATICLIB' -I../deps/nghttp2/lib/includes  -pthread -Wall -Wextra -Wno-unused-parameter -O3 -fno-omit-frame-pointer  -MMD -MF /root/node/out/Release/.deps//root/node/out/Release/obj.target/nghttp2/deps/nghttp2/lib/nghttp2_option.o.d.raw   -c -o /root/node/out/Release/obj.target/nghttp2/deps/nghttp2/lib/nghttp2_option.o ../deps/nghttp2/lib/nghttp2_option.c
  /usr/bin/clang '-D_U_=' '-DBUILDING_NGHTTP2' '-DNGHTTP2_STATICLIB' -I../deps/nghttp2/lib/includes  -pthread -Wall -Wextra -Wno-unused-parameter -O3 -fno-omit-frame-pointer  -MMD -MF /root/node/out/Release/.deps//root/node/out/Release/obj.target/nghttp2/deps/nghttp2/lib/nghttp2_outbound_item.o.d.raw   -c -o /root/node/out/Release/obj.target/nghttp2/deps/nghttp2/lib/nghttp2_outbound_item.o ../deps/nghttp2/lib/nghttp2_outbound_item.c
  /usr/bin/clang '-D_U_=' '-DBUILDING_NGHTTP2' '-DNGHTTP2_STATICLIB' -I../deps/nghttp2/lib/includes  -pthread -Wall -Wextra -Wno-unused-parameter -O3 -fno-omit-frame-pointer  -MMD -MF /root/node/out/Release/.deps//root/node/out/Release/obj.target/nghttp2/deps/nghttp2/lib/nghttp2_pq.o.d.raw   -c -o /root/node/out/Release/obj.target/nghttp2/deps/nghttp2/lib/nghttp2_pq.o ../deps/nghttp2/lib/nghttp2_pq.c
  /usr/bin/clang '-D_U_=' '-DBUILDING_NGHTTP2' '-DNGHTTP2_STATICLIB' -I../deps/nghttp2/lib/includes  -pthread -Wall -Wextra -Wno-unused-parameter -O3 -fno-omit-frame-pointer  -MMD -MF /root/node/out/Release/.deps//root/node/out/Release/obj.target/nghttp2/deps/nghttp2/lib/nghttp2_priority_spec.o.d.raw   -c -o /root/node/out/Release/obj.target/nghttp2/deps/nghttp2/lib/nghttp2_priority_spec.o ../deps/nghttp2/lib/nghttp2_priority_spec.c
  /usr/bin/clang '-D_U_=' '-DBUILDING_NGHTTP2' '-DNGHTTP2_STATICLIB' -I../deps/nghttp2/lib/includes  -pthread -Wall -Wextra -Wno-unused-parameter -O3 -fno-omit-frame-pointer  -MMD -MF /root/node/out/Release/.deps//root/node/out/Release/obj.target/nghttp2/deps/nghttp2/lib/nghttp2_queue.o.d.raw   -c -o /root/node/out/Release/obj.target/nghttp2/deps/nghttp2/lib/nghttp2_queue.o ../deps/nghttp2/lib/nghttp2_queue.c
  /usr/bin/clang '-D_U_=' '-DBUILDING_NGHTTP2' '-DNGHTTP2_STATICLIB' -I../deps/nghttp2/lib/includes  -pthread -Wall -Wextra -Wno-unused-parameter -O3 -fno-omit-frame-pointer  -MMD -MF /root/node/out/Release/.deps//root/node/out/Release/obj.target/nghttp2/deps/nghttp2/lib/nghttp2_rcbuf.o.d.raw   -c -o /root/node/out/Release/obj.target/nghttp2/deps/nghttp2/lib/nghttp2_rcbuf.o ../deps/nghttp2/lib/nghttp2_rcbuf.c
  /usr/bin/clang '-D_U_=' '-DBUILDING_NGHTTP2' '-DNGHTTP2_STATICLIB' -I../deps/nghttp2/lib/includes  -pthread -Wall -Wextra -Wno-unused-parameter -O3 -fno-omit-frame-pointer  -MMD -MF /root/node/out/Release/.deps//root/node/out/Release/obj.target/nghttp2/deps/nghttp2/lib/nghttp2_session.o.d.raw   -c -o /root/node/out/Release/obj.target/nghttp2/deps/nghttp2/lib/nghttp2_session.o ../deps/nghttp2/lib/nghttp2_session.c
  /usr/bin/clang '-D_U_=' '-DBUILDING_NGHTTP2' '-DNGHTTP2_STATICLIB' -I../deps/nghttp2/lib/includes  -pthread -Wall -Wextra -Wno-unused-parameter -O3 -fno-omit-frame-pointer  -MMD -MF /root/node/out/Release/.deps//root/node/out/Release/obj.target/nghttp2/deps/nghttp2/lib/nghttp2_stream.o.d.raw   -c -o /root/node/out/Release/obj.target/nghttp2/deps/nghttp2/lib/nghttp2_stream.o ../deps/nghttp2/lib/nghttp2_stream.c
  /usr/bin/clang '-D_U_=' '-DBUILDING_NGHTTP2' '-DNGHTTP2_STATICLIB' -I../deps/nghttp2/lib/includes  -pthread -Wall -Wextra -Wno-unused-parameter -O3 -fno-omit-frame-pointer  -MMD -MF /root/node/out/Release/.deps//root/node/out/Release/obj.target/nghttp2/deps/nghttp2/lib/nghttp2_submit.o.d.raw   -c -o /root/node/out/Release/obj.target/nghttp2/deps/nghttp2/lib/nghttp2_submit.o ../deps/nghttp2/lib/nghttp2_submit.c
  /usr/bin/clang '-D_U_=' '-DBUILDING_NGHTTP2' '-DNGHTTP2_STATICLIB' -I../deps/nghttp2/lib/includes  -pthread -Wall -Wextra -Wno-unused-parameter -O3 -fno-omit-frame-pointer  -MMD -MF /root/node/out/Release/.deps//root/node/out/Release/obj.target/nghttp2/deps/nghttp2/lib/nghttp2_version.o.d.raw   -c -o /root/node/out/Release/obj.target/nghttp2/deps/nghttp2/lib/nghttp2_version.o ../deps/nghttp2/lib/nghttp2_version.c
  touch ad16294d2e56dcf8094a61395a5f2db888bad43e.intermediate
  LD_LIBRARY_PATH=/root/node/out/Release/lib.host:/root/node/out/Release/lib.target:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; cd ../deps/v8/src/inspector; mkdir -p /root/node/out/Release/obj/gen/src/inspector/protocol /root/node/out/Release/obj/gen/include/inspector; python ../../third_party/inspector_protocol/CodeGenerator.py --jinja_dir ../../third_party --output_base "/root/node/out/Release/obj/gen/src/inspector" --config inspector_protocol_config.json
  rm -f /root/node/out/Release/obj.target/tools/icu/libicuucx.a && ar crsT /root/node/out/Release/obj.target/tools/icu/libicuucx.a /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/appendable.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/bmpset.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/brkeng.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/brkiter.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/bytestream.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/bytestrie.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/bytestriebuilder.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/bytestrieiterator.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/caniter.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/chariter.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/charstr.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/cmemory.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/cstr.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/cstring.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/cwchar.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/dictbe.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/dictionarydata.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/dtintrv.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/edits.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/errorcode.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/filteredbrk.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/filterednormalizer2.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/icudataver.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/icuplug.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/listformatter.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/loadednormalizer2impl.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/locavailable.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/locbased.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/locdispnames.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/locdspnm.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/locid.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/loclikely.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/locmap.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/locresdata.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/locutil.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/messagepattern.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/normalizer2.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/normalizer2impl.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/normlzr.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/parsepos.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/patternprops.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/pluralmap.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/propname.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/propsvec.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/punycode.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/putil.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/rbbi.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/rbbidata.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/rbbinode.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/rbbirb.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/rbbiscan.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/rbbisetb.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/rbbistbl.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/rbbitblb.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/resbund.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/resbund_cnv.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/resource.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/ruleiter.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/schriter.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/serv.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/servlk.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/servlkf.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/servls.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/servnotf.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/servrbf.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/servslkf.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/sharedobject.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/simpleformatter.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/stringpiece.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/stringtriebuilder.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/uarrsort.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/ubidi.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/ubidi_props.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/ubidiln.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/ubiditransform.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/ubidiwrt.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/ubrk.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/ucase.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/ucasemap.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/ucat.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/ucasemap_titlecase_brkiter.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/uchar.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/ucharstrie.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/ucharstriebuilder.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/ucharstrieiterator.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/uchriter.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/ucln_cmn.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/ucmndata.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/ucnv.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/ucnv2022.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/ucnv_bld.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/ucnv_cb.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/ucnv_cnv.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/ucnv_ct.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/ucnv_err.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/ucnv_ext.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/ucnv_io.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/ucnv_lmb.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/ucnv_set.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/ucnv_u16.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/ucnv_u32.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/ucnv_u7.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/ucnv_u8.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/ucnvbocu.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/ucnvdisp.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/ucnvhz.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/ucnvisci.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/ucnvlat1.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/ucnvmbcs.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/ucnvscsu.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/ucnvsel.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/ucol_swp.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/ucurr.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/udata.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/udatamem.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/udataswp.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/uenum.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/uhash.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/uhash_us.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/uidna.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/uinit.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/uinvchar.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/uiter.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/ulist.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/ulistformatter.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/uloc.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/uloc_keytype.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/uloc_tag.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/umapfile.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/umath.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/umutex.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/unames.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/unifiedcache.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/unifilt.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/unifunct.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/uniset.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/uniset_closure.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/uniset_props.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/unisetspan.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/unistr.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/unistr_case.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/unistr_case_locale.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/unistr_cnv.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/unistr_props.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/unistr_titlecase_brkiter.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/unorm.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/unormcmp.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/uobject.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/uprops.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/ures_cnv.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/uresbund.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/uresdata.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/usc_impl.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/uscript.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/uscript_props.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/uset.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/uset_props.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/usetiter.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/ushape.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/usprep.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/ustack.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/ustr_cnv.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/ustr_titlecase_brkiter.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/ustr_wcs.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/ustrcase.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/ustrcase_locale.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/ustrenum.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/ustrfmt.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/ustring.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/ustrtrns.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/utext.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/utf_impl.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/util.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/util_props.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/utrace.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/utrie.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/utrie2.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/utrie2_builder.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/uts46.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/utypes.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/uvector.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/uvectr32.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/uvectr64.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/wintz.o
  rm -f /root/node/out/Release/obj.host/tools/icu/libicutools.a && ar crsT /root/node/out/Release/obj.host/tools/icu/libicutools.a /root/node/out/Release/obj.host/icutools/deps/icu-small/source/tools/toolutil/collationinfo.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/tools/toolutil/denseranges.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/tools/toolutil/filestrm.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/tools/toolutil/filetools.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/tools/toolutil/flagparser.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/tools/toolutil/package.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/tools/toolutil/pkg_genc.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/tools/toolutil/pkg_gencmn.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/tools/toolutil/pkg_icu.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/tools/toolutil/ppucd.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/tools/toolutil/pkgitems.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/tools/toolutil/swapimpl.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/tools/toolutil/toolutil.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/tools/toolutil/ucbuf.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/tools/toolutil/ucln_tu.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/tools/toolutil/ucm.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/tools/toolutil/ucmstate.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/tools/toolutil/unewdata.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/tools/toolutil/uoptions.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/tools/toolutil/uparse.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/tools/toolutil/writesrc.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/tools/toolutil/xmlparser.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/appendable.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/bmpset.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/brkeng.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/brkiter.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/bytestream.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/bytestrie.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/bytestriebuilder.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/bytestrieiterator.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/caniter.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/chariter.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/charstr.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/cmemory.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/cstr.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/cstring.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/cwchar.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/dictbe.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/dictionarydata.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/dtintrv.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/edits.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/errorcode.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/filteredbrk.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/filterednormalizer2.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/icudataver.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/icuplug.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/listformatter.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/loadednormalizer2impl.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/locavailable.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/locbased.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/locdispnames.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/locdspnm.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/locid.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/loclikely.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/locmap.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/locresdata.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/locutil.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/messagepattern.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/normalizer2.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/normalizer2impl.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/normlzr.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/parsepos.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/patternprops.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/pluralmap.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/propname.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/propsvec.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/punycode.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/putil.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/rbbi.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/rbbidata.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/rbbinode.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/rbbirb.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/rbbiscan.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/rbbisetb.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/rbbistbl.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/rbbitblb.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/resbund.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/resbund_cnv.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/resource.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/ruleiter.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/schriter.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/serv.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/servlk.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/servlkf.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/servls.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/servnotf.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/servrbf.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/servslkf.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/sharedobject.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/simpleformatter.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/stringpiece.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/stringtriebuilder.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/uarrsort.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/ubidi.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/ubidi_props.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/ubidiln.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/ubiditransform.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/ubidiwrt.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/ubrk.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/ucase.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/ucasemap.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/ucat.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/ucasemap_titlecase_brkiter.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/uchar.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/ucharstrie.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/ucharstriebuilder.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/ucharstrieiterator.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/uchriter.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/ucln_cmn.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/ucmndata.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/ucnv.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/ucnv2022.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/ucnv_bld.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/ucnv_cb.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/ucnv_cnv.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/ucnv_ct.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/ucnv_err.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/ucnv_ext.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/ucnv_io.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/ucnv_lmb.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/ucnv_set.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/ucnv_u16.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/ucnv_u32.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/ucnv_u7.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/ucnv_u8.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/ucnvbocu.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/ucnvdisp.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/ucnvhz.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/ucnvisci.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/ucnvlat1.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/ucnvmbcs.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/ucnvscsu.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/ucnvsel.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/ucol_swp.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/ucurr.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/udata.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/udatamem.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/udataswp.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/uenum.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/uhash.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/uhash_us.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/uidna.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/uinit.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/uinvchar.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/uiter.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/ulist.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/ulistformatter.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/uloc.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/uloc_keytype.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/uloc_tag.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/umapfile.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/umath.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/umutex.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/unames.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/unifiedcache.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/unifilt.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/unifunct.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/uniset.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/uniset_closure.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/uniset_props.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/unisetspan.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/unistr.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/unistr_case.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/unistr_case_locale.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/unistr_cnv.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/unistr_props.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/unistr_titlecase_brkiter.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/unorm.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/unormcmp.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/uobject.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/uprops.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/ures_cnv.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/uresbund.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/uresdata.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/usc_impl.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/uscript.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/uscript_props.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/uset.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/uset_props.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/usetiter.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/ushape.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/usprep.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/ustack.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/ustr_cnv.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/ustr_titlecase_brkiter.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/ustr_wcs.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/ustrcase.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/ustrcase_locale.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/ustrenum.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/ustrfmt.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/ustring.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/ustrtrns.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/utext.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/utf_impl.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/util.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/util_props.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/utrace.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/utrie.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/utrie2.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/utrie2_builder.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/uts46.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/utypes.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/uvector.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/uvectr32.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/uvectr64.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/wintz.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/affixpatternparser.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/alphaindex.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/anytrans.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/astro.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/basictz.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/bocsu.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/brktrans.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/buddhcal.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/calendar.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/casetrn.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/cecal.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/chnsecal.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/choicfmt.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/coleitr.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/coll.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/collation.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/collationbuilder.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/collationcompare.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/collationdata.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/collationdatabuilder.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/collationdatareader.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/collationdatawriter.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/collationfastlatin.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/collationfcd.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/collationfastlatinbuilder.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/collationiterator.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/collationkeys.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/collationroot.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/collationrootelements.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/collationruleparser.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/collationsets.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/collationsettings.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/collationtailoring.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/collationweights.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/compactdecimalformat.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/coptccal.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/cpdtrans.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/csdetect.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/csmatch.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/csr2022.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/csrecog.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/csrmbcs.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/csrsbcs.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/csrucode.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/csrutf8.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/curramt.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/currfmt.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/currpinf.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/currunit.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/dangical.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/datefmt.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/dayperiodrules.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/dcfmtsym.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/decContext.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/decNumber.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/decfmtst.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/decimalformatpattern.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/decimfmt.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/decimfmtimpl.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/digitaffix.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/digitaffixesandpadding.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/digitformatter.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/digitgrouping.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/digitinterval.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/digitlst.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/dtfmtsym.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/dtitvfmt.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/dtitvinf.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/dtptngen.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/dtrule.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/esctrn.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/ethpccal.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/fmtable.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/fmtable_cnv.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/format.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/fphdlimp.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/fpositer.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/funcrepl.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/gender.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/gregocal.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/gregoimp.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/hebrwcal.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/indiancal.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/inputext.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/islamcal.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/japancal.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/measfmt.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/measunit.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/measure.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/msgfmt.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/name2uni.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/nfrs.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/nfrule.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/nfsubs.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/nortrans.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/nultrans.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/numfmt.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/numsys.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/olsontz.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/persncal.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/pluralaffix.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/plurfmt.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/plurrule.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/precision.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/quant.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/quantityformatter.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/rbnf.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/rbt.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/rbt_data.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/rbt_pars.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/rbt_rule.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/rbt_set.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/rbtz.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/regexcmp.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/regeximp.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/regexst.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/regextxt.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/region.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/reldatefmt.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/reldtfmt.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/rematch.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/remtrans.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/repattrn.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/rulebasedcollator.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/scientificnumberformatter.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/scriptset.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/search.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/selfmt.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/sharedbreakiterator.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/simpletz.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/smallintformatter.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/smpdtfmt.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/smpdtfst.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/sortkey.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/standardplural.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/strmatch.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/strrepl.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/stsearch.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/taiwncal.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/timezone.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/titletrn.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/tmunit.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/tmutamt.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/tmutfmt.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/tolowtrn.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/toupptrn.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/translit.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/transreg.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/tridpars.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/tzfmt.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/tzgnames.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/tznames.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/tznames_impl.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/tzrule.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/tztrans.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/ucal.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/ucln_in.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/ucol.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/ucol_res.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/ucol_sit.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/ucoleitr.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/ucsdet.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/udat.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/udateintervalformat.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/udatpg.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/ufieldpositer.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/uitercollationiterator.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/ulocdata.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/umsg.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/unesctrn.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/uni2name.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/unum.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/unumsys.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/upluralrules.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/uregex.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/uregexc.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/uregion.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/usearch.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/uspoof.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/uspoof_build.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/uspoof_conf.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/uspoof_impl.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/utf16collationiterator.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/utf8collationiterator.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/utmscale.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/utrans.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/valueformatter.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/visibledigits.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/vtzone.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/vzone.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/windtfmt.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/winnmfmt.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/wintzimpl.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/zonemeta.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/zrule.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/ztrans.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/stubdata/stubdata.o
  /usr/bin/clang++ '-DV8_GYP_BUILD' '-DV8_TARGET_ARCH_ARM' '-DCAN_USE_ARMV7_INSTRUCTIONS' '-DCAN_USE_VFP3_INSTRUCTIONS' '-DCAN_USE_VFP32DREGS' '-DCAN_USE_NEON' '-DV8_EMBEDDER_STRING="-node.8"' '-DENABLE_DISASSEMBLER' '-DV8_PROMISE_INTERNAL_FIELD_COUNT' '-Dv8_promise_internal_field_count' '-DV8_INTL_SUPPORT' -I../deps/v8 -I../.  -pthread -Wall -Wextra -Wno-unused-parameter -fno-strict-aliasing -I/usr/local/include -march=armv7-a -mfpu=neon -mfloat-abi=hard -marm -fdata-sections -ffunction-sections -O3 -O3 -fno-omit-frame-pointer -fno-rtti -fno-exceptions -std=gnu++0x -MMD -MF /root/node/out/Release/.deps//root/node/out/Release/obj.target/v8_nosnapshot/gen/libraries.o.d.raw   -c -o /root/node/out/Release/obj.target/v8_nosnapshot/gen/libraries.o /root/node/out/Release/obj/gen/libraries.cc
  /usr/bin/clang++ '-DV8_GYP_BUILD' '-DV8_TARGET_ARCH_ARM' '-DCAN_USE_ARMV7_INSTRUCTIONS' '-DCAN_USE_VFP3_INSTRUCTIONS' '-DCAN_USE_VFP32DREGS' '-DCAN_USE_NEON' '-DV8_EMBEDDER_STRING="-node.8"' '-DENABLE_DISASSEMBLER' '-DV8_PROMISE_INTERNAL_FIELD_COUNT' '-Dv8_promise_internal_field_count' '-DV8_INTL_SUPPORT' -I../deps/v8 -I../.  -pthread -Wall -Wextra -Wno-unused-parameter -fno-strict-aliasing -I/usr/local/include -march=armv7-a -mfpu=neon -mfloat-abi=hard -marm -fdata-sections -ffunction-sections -O3 -O3 -fno-omit-frame-pointer -fno-rtti -fno-exceptions -std=gnu++0x -MMD -MF /root/node/out/Release/.deps//root/node/out/Release/obj.target/v8_nosnapshot/gen/extras-libraries.o.d.raw   -c -o /root/node/out/Release/obj.target/v8_nosnapshot/gen/extras-libraries.o /root/node/out/Release/obj/gen/extras-libraries.cc
  /usr/bin/clang++ '-DV8_GYP_BUILD' '-DV8_TARGET_ARCH_ARM' '-DCAN_USE_ARMV7_INSTRUCTIONS' '-DCAN_USE_VFP3_INSTRUCTIONS' '-DCAN_USE_VFP32DREGS' '-DCAN_USE_NEON' '-DV8_EMBEDDER_STRING="-node.8"' '-DENABLE_DISASSEMBLER' '-DV8_PROMISE_INTERNAL_FIELD_COUNT' '-Dv8_promise_internal_field_count' '-DV8_INTL_SUPPORT' -I../deps/v8 -I../.  -pthread -Wall -Wextra -Wno-unused-parameter -fno-strict-aliasing -I/usr/local/include -march=armv7-a -mfpu=neon -mfloat-abi=hard -marm -fdata-sections -ffunction-sections -O3 -O3 -fno-omit-frame-pointer -fno-rtti -fno-exceptions -std=gnu++0x -MMD -MF /root/node/out/Release/.deps//root/node/out/Release/obj.target/v8_nosnapshot/gen/experimental-extras-libraries.o.d.raw   -c -o /root/node/out/Release/obj.target/v8_nosnapshot/gen/experimental-extras-libraries.o /root/node/out/Release/obj/gen/experimental-extras-libraries.cc
  /usr/bin/clang++ '-DV8_GYP_BUILD' '-DV8_TARGET_ARCH_ARM' '-DCAN_USE_ARMV7_INSTRUCTIONS' '-DCAN_USE_VFP3_INSTRUCTIONS' '-DCAN_USE_VFP32DREGS' '-DCAN_USE_NEON' '-DV8_EMBEDDER_STRING="-node.8"' '-DENABLE_DISASSEMBLER' '-DV8_PROMISE_INTERNAL_FIELD_COUNT' '-Dv8_promise_internal_field_count' '-DV8_INTL_SUPPORT' -I../deps/v8 -I../.  -pthread -Wall -Wextra -Wno-unused-parameter -fno-strict-aliasing -I/usr/local/include -march=armv7-a -mfpu=neon -mfloat-abi=hard -marm -fdata-sections -ffunction-sections -O3 -O3 -fno-omit-frame-pointer -fno-rtti -fno-exceptions -std=gnu++0x -MMD -MF /root/node/out/Release/.deps//root/node/out/Release/obj.target/v8_nosnapshot/deps/v8/src/snapshot/snapshot-empty.o.d.raw   -c -o /root/node/out/Release/obj.target/v8_nosnapshot/deps/v8/src/snapshot/snapshot-empty.o ../deps/v8/src/snapshot/snapshot-empty.cc
  /usr/bin/clang++ '-DV8_GYP_BUILD' '-DV8_TARGET_ARCH_ARM' '-DCAN_USE_ARMV7_INSTRUCTIONS' '-DCAN_USE_VFP3_INSTRUCTIONS' '-DCAN_USE_VFP32DREGS' '-DCAN_USE_NEON' '-DV8_EMBEDDER_STRING="-node.8"' '-DENABLE_DISASSEMBLER' '-DV8_PROMISE_INTERNAL_FIELD_COUNT' '-Dv8_promise_internal_field_count' '-DV8_INTL_SUPPORT' -I../deps/v8 -I../deps/v8/include  -pthread -Wall -Wextra -Wno-unused-parameter -fno-strict-aliasing -I/usr/local/include -march=armv7-a -mfpu=neon -mfloat-abi=hard -marm -fdata-sections -ffunction-sections -O3 -O3 -fno-omit-frame-pointer -fno-rtti -fno-exceptions -std=gnu++0x -MMD -MF /root/node/out/Release/.deps//root/node/out/Release/obj.target/v8_libsampler/deps/v8/src/libsampler/sampler.o.d.raw   -c -o /root/node/out/Release/obj.target/v8_libsampler/deps/v8/src/libsampler/sampler.o ../deps/v8/src/libsampler/sampler.cc
  /usr/bin/clang++ '-DV8_GYP_BUILD' '-DV8_TARGET_ARCH_ARM' '-DCAN_USE_ARMV7_INSTRUCTIONS' '-DCAN_USE_VFP3_INSTRUCTIONS' '-DCAN_USE_VFP32DREGS' '-DCAN_USE_NEON' '-DV8_EMBEDDER_STRING="-node.8"' '-DENABLE_DISASSEMBLER' '-DV8_PROMISE_INTERNAL_FIELD_COUNT' '-Dv8_promise_internal_field_count' '-DV8_INTL_SUPPORT' -I../deps/v8 -I../deps/v8/include  -pthread -Wall -Wextra -Wno-unused-parameter -fno-strict-aliasing -I/usr/local/include -march=armv7-a -mfpu=neon -mfloat-abi=hard -marm -fdata-sections -ffunction-sections -O3 -O3 -fno-omit-frame-pointer -fno-rtti -fno-exceptions -std=gnu++0x -MMD -MF /root/node/out/Release/.deps//root/node/out/Release/obj.target/v8_builtins_generators/deps/v8/src/builtins/builtins-call-gen.o.d.raw   -c -o /root/node/out/Release/obj.target/v8_builtins_generators/deps/v8/src/builtins/builtins-call-gen.o ../deps/v8/src/builtins/builtins-call-gen.cc
  /usr/bin/clang++ '-DV8_GYP_BUILD' '-DV8_TARGET_ARCH_ARM' '-DCAN_USE_ARMV7_INSTRUCTIONS' '-DCAN_USE_VFP3_INSTRUCTIONS' '-DCAN_USE_VFP32DREGS' '-DCAN_USE_NEON' '-DV8_EMBEDDER_STRING="-node.8"' '-DENABLE_DISASSEMBLER' '-DV8_PROMISE_INTERNAL_FIELD_COUNT' '-Dv8_promise_internal_field_count' '-DV8_INTL_SUPPORT' -I../deps/v8 -I../deps/v8/include  -pthread -Wall -Wextra -Wno-unused-parameter -fno-strict-aliasing -I/usr/local/include -march=armv7-a -mfpu=neon -mfloat-abi=hard -marm -fdata-sections -ffunction-sections -O3 -O3 -fno-omit-frame-pointer -fno-rtti -fno-exceptions -std=gnu++0x -MMD -MF /root/node/out/Release/.deps//root/node/out/Release/obj.target/v8_builtins_generators/deps/v8/src/builtins/builtins-collections-gen.o.d.raw   -c -o /root/node/out/Release/obj.target/v8_builtins_generators/deps/v8/src/builtins/builtins-collections-gen.o ../deps/v8/src/builtins/builtins-collections-gen.cc
  /usr/bin/clang++ '-DV8_GYP_BUILD' '-DV8_TARGET_ARCH_ARM' '-DCAN_USE_ARMV7_INSTRUCTIONS' '-DCAN_USE_VFP3_INSTRUCTIONS' '-DCAN_USE_VFP32DREGS' '-DCAN_USE_NEON' '-DV8_EMBEDDER_STRING="-node.8"' '-DENABLE_DISASSEMBLER' '-DV8_PROMISE_INTERNAL_FIELD_COUNT' '-Dv8_promise_internal_field_count' '-DV8_INTL_SUPPORT' -I../deps/v8 -I../deps/v8/include  -pthread -Wall -Wextra -Wno-unused-parameter -fno-strict-aliasing -I/usr/local/include -march=armv7-a -mfpu=neon -mfloat-abi=hard -marm -fdata-sections -ffunction-sections -O3 -O3 -fno-omit-frame-pointer -fno-rtti -fno-exceptions -std=gnu++0x -MMD -MF /root/node/out/Release/.deps//root/node/out/Release/obj.target/v8_builtins_generators/deps/v8/src/builtins/builtins-console-gen.o.d.raw   -c -o /root/node/out/Release/obj.target/v8_builtins_generators/deps/v8/src/builtins/builtins-console-gen.o ../deps/v8/src/builtins/builtins-console-gen.cc
../deps/v8/src/libsampler/sampler.cc:509:48: error: no member named 'mc_r15' in 'mcontext_t'
  state->pc = reinterpret_cast<void*>(mcontext.mc_r15);
                                      ~~~~~~~~ ^
../deps/v8/src/libsampler/sampler.cc:510:48: error: no member named 'mc_r13' in 'mcontext_t'
  state->sp = reinterpret_cast<void*>(mcontext.mc_r13);
                                      ~~~~~~~~ ^
../deps/v8/src/libsampler/sampler.cc:511:48: error: no member named 'mc_r11' in 'mcontext_t'
  state->fp = reinterpret_cast<void*>(mcontext.mc_r11);
                                      ~~~~~~~~ ^
3 errors generated.
gmake[2]: *** [deps/v8/src/v8_libsampler.target.mk:118: /root/node/out/Release/obj.target/v8_libsampler/deps/v8/src/libsampler/sampler.o] Error 1
gmake[2]: *** Waiting for unfinished jobs....
gmake[1]: *** [Makefile:81: node] Error 2
gmake[1]: Leaving directory '/root/node'
*** [.DEFAULT] Error code 2
 
make: stopped in /root/node
 
make: stopped in /root/node
RAW Paste Data

 cat log.txt
--- .DEFAULT ---
gmake[1]: Entering directory '/root/node'
gmake -C out BUILDTYPE=Release V=1
  /usr/bin/clang '-D_U_=' '-DBUILDING_NGHTTP2' '-DNGHTTP2_STATICLIB' -I../deps/nghttp2/lib/includes  -pthread -Wall -Wextra -Wno-unused-parameter -O3 -fno-omit-frame-pointer  -MMD -MF /root/node/out/Release/.deps//root/node/out/Release/obj.target/nghttp2/deps/nghttp2/lib/nghttp2_buf.o.d.raw   -c -o /root/node/out/Release/obj.target/nghttp2/deps/nghttp2/lib/nghttp2_buf.o ../deps/nghttp2/lib/nghttp2_buf.c
  /usr/bin/clang '-D_U_=' '-DBUILDING_NGHTTP2' '-DNGHTTP2_STATICLIB' -I../deps/nghttp2/lib/includes  -pthread -Wall -Wextra -Wno-unused-parameter -O3 -fno-omit-frame-pointer  -MMD -MF /root/node/out/Release/.deps//root/node/out/Release/obj.target/nghttp2/deps/nghttp2/lib/nghttp2_callbacks.o.d.raw   -c -o /root/node/out/Release/obj.target/nghttp2/deps/nghttp2/lib/nghttp2_callbacks.o ../deps/nghttp2/lib/nghttp2_callbacks.c
  /usr/bin/clang '-D_U_=' '-DBUILDING_NGHTTP2' '-DNGHTTP2_STATICLIB' -I../deps/nghttp2/lib/includes  -pthread -Wall -Wextra -Wno-unused-parameter -O3 -fno-omit-frame-pointer  -MMD -MF /root/node/out/Release/.deps//root/node/out/Release/obj.target/nghttp2/deps/nghttp2/lib/nghttp2_debug.o.d.raw   -c -o /root/node/out/Release/obj.target/nghttp2/deps/nghttp2/lib/nghttp2_debug.o ../deps/nghttp2/lib/nghttp2_debug.c
  /usr/bin/clang '-D_U_=' '-DBUILDING_NGHTTP2' '-DNGHTTP2_STATICLIB' -I../deps/nghttp2/lib/includes  -pthread -Wall -Wextra -Wno-unused-parameter -O3 -fno-omit-frame-pointer  -MMD -MF /root/node/out/Release/.deps//root/node/out/Release/obj.target/nghttp2/deps/nghttp2/lib/nghttp2_frame.o.d.raw   -c -o /root/node/out/Release/obj.target/nghttp2/deps/nghttp2/lib/nghttp2_frame.o ../deps/nghttp2/lib/nghttp2_frame.c
  /usr/bin/clang '-D_U_=' '-DBUILDING_NGHTTP2' '-DNGHTTP2_STATICLIB' -I../deps/nghttp2/lib/includes  -pthread -Wall -Wextra -Wno-unused-parameter -O3 -fno-omit-frame-pointer  -MMD -MF /root/node/out/Release/.deps//root/node/out/Release/obj.target/nghttp2/deps/nghttp2/lib/nghttp2_hd.o.d.raw   -c -o /root/node/out/Release/obj.target/nghttp2/deps/nghttp2/lib/nghttp2_hd.o ../deps/nghttp2/lib/nghttp2_hd.c
  /usr/bin/clang '-D_U_=' '-DBUILDING_NGHTTP2' '-DNGHTTP2_STATICLIB' -I../deps/nghttp2/lib/includes  -pthread -Wall -Wextra -Wno-unused-parameter -O3 -fno-omit-frame-pointer  -MMD -MF /root/node/out/Release/.deps//root/node/out/Release/obj.target/nghttp2/deps/nghttp2/lib/nghttp2_hd_huffman.o.d.raw   -c -o /root/node/out/Release/obj.target/nghttp2/deps/nghttp2/lib/nghttp2_hd_huffman.o ../deps/nghttp2/lib/nghttp2_hd_huffman.c
  /usr/bin/clang '-D_U_=' '-DBUILDING_NGHTTP2' '-DNGHTTP2_STATICLIB' -I../deps/nghttp2/lib/includes  -pthread -Wall -Wextra -Wno-unused-parameter -O3 -fno-omit-frame-pointer  -MMD -MF /root/node/out/Release/.deps//root/node/out/Release/obj.target/nghttp2/deps/nghttp2/lib/nghttp2_hd_huffman_data.o.d.raw   -c -o /root/node/out/Release/obj.target/nghttp2/deps/nghttp2/lib/nghttp2_hd_huffman_data.o ../deps/nghttp2/lib/nghttp2_hd_huffman_data.c
  /usr/bin/clang '-D_U_=' '-DBUILDING_NGHTTP2' '-DNGHTTP2_STATICLIB' -I../deps/nghttp2/lib/includes  -pthread -Wall -Wextra -Wno-unused-parameter -O3 -fno-omit-frame-pointer  -MMD -MF /root/node/out/Release/.deps//root/node/out/Release/obj.target/nghttp2/deps/nghttp2/lib/nghttp2_helper.o.d.raw   -c -o /root/node/out/Release/obj.target/nghttp2/deps/nghttp2/lib/nghttp2_helper.o ../deps/nghttp2/lib/nghttp2_helper.c
  /usr/bin/clang '-D_U_=' '-DBUILDING_NGHTTP2' '-DNGHTTP2_STATICLIB' -I../deps/nghttp2/lib/includes  -pthread -Wall -Wextra -Wno-unused-parameter -O3 -fno-omit-frame-pointer  -MMD -MF /root/node/out/Release/.deps//root/node/out/Release/obj.target/nghttp2/deps/nghttp2/lib/nghttp2_http.o.d.raw   -c -o /root/node/out/Release/obj.target/nghttp2/deps/nghttp2/lib/nghttp2_http.o ../deps/nghttp2/lib/nghttp2_http.c
../deps/nghttp2/lib/nghttp2_helper.c:33:16: warning: implicit declaration of function 'htons' is invalid in C99 [-Wimplicit-function-declaration]
  uint16_t x = htons(n);
               ^
../deps/nghttp2/lib/nghttp2_helper.c:38:16: warning: implicit declaration of function 'htonl' is invalid in C99 [-Wimplicit-function-declaration]
  uint32_t x = htonl(n);
               ^
../deps/nghttp2/lib/nghttp2_helper.c:45:10: warning: implicit declaration of function 'ntohs' is invalid in C99 [-Wimplicit-function-declaration]
  return ntohs(n);
         ^
../deps/nghttp2/lib/nghttp2_helper.c:51:10: warning: implicit declaration of function 'ntohl' is invalid in C99 [-Wimplicit-function-declaration]
  return ntohl(n);
         ^
  /usr/bin/clang '-D_U_=' '-DBUILDING_NGHTTP2' '-DNGHTTP2_STATICLIB' -I../deps/nghttp2/lib/includes  -pthread -Wall -Wextra -Wno-unused-parameter -O3 -fno-omit-frame-pointer  -MMD -MF /root/node/out/Release/.deps//root/node/out/Release/obj.target/nghttp2/deps/nghttp2/lib/nghttp2_map.o.d.raw   -c -o /root/node/out/Release/obj.target/nghttp2/deps/nghttp2/lib/nghttp2_map.o ../deps/nghttp2/lib/nghttp2_map.c
  /usr/bin/clang '-D_U_=' '-DBUILDING_NGHTTP2' '-DNGHTTP2_STATICLIB' -I../deps/nghttp2/lib/includes  -pthread -Wall -Wextra -Wno-unused-parameter -O3 -fno-omit-frame-pointer  -MMD -MF /root/node/out/Release/.deps//root/node/out/Release/obj.target/nghttp2/deps/nghttp2/lib/nghttp2_mem.o.d.raw   -c -o /root/node/out/Release/obj.target/nghttp2/deps/nghttp2/lib/nghttp2_mem.o ../deps/nghttp2/lib/nghttp2_mem.c
4 warnings generated.
  /usr/bin/clang '-D_U_=' '-DBUILDING_NGHTTP2' '-DNGHTTP2_STATICLIB' -I../deps/nghttp2/lib/includes  -pthread -Wall -Wextra -Wno-unused-parameter -O3 -fno-omit-frame-pointer  -MMD -MF /root/node/out/Release/.deps//root/node/out/Release/obj.target/nghttp2/deps/nghttp2/lib/nghttp2_npn.o.d.raw   -c -o /root/node/out/Release/obj.target/nghttp2/deps/nghttp2/lib/nghttp2_npn.o ../deps/nghttp2/lib/nghttp2_npn.c
  /usr/bin/clang '-D_U_=' '-DBUILDING_NGHTTP2' '-DNGHTTP2_STATICLIB' -I../deps/nghttp2/lib/includes  -pthread -Wall -Wextra -Wno-unused-parameter -O3 -fno-omit-frame-pointer  -MMD -MF /root/node/out/Release/.deps//root/node/out/Release/obj.target/nghttp2/deps/nghttp2/lib/nghttp2_option.o.d.raw   -c -o /root/node/out/Release/obj.target/nghttp2/deps/nghttp2/lib/nghttp2_option.o ../deps/nghttp2/lib/nghttp2_option.c
  /usr/bin/clang '-D_U_=' '-DBUILDING_NGHTTP2' '-DNGHTTP2_STATICLIB' -I../deps/nghttp2/lib/includes  -pthread -Wall -Wextra -Wno-unused-parameter -O3 -fno-omit-frame-pointer  -MMD -MF /root/node/out/Release/.deps//root/node/out/Release/obj.target/nghttp2/deps/nghttp2/lib/nghttp2_outbound_item.o.d.raw   -c -o /root/node/out/Release/obj.target/nghttp2/deps/nghttp2/lib/nghttp2_outbound_item.o ../deps/nghttp2/lib/nghttp2_outbound_item.c
  /usr/bin/clang '-D_U_=' '-DBUILDING_NGHTTP2' '-DNGHTTP2_STATICLIB' -I../deps/nghttp2/lib/includes  -pthread -Wall -Wextra -Wno-unused-parameter -O3 -fno-omit-frame-pointer  -MMD -MF /root/node/out/Release/.deps//root/node/out/Release/obj.target/nghttp2/deps/nghttp2/lib/nghttp2_pq.o.d.raw   -c -o /root/node/out/Release/obj.target/nghttp2/deps/nghttp2/lib/nghttp2_pq.o ../deps/nghttp2/lib/nghttp2_pq.c
  /usr/bin/clang '-D_U_=' '-DBUILDING_NGHTTP2' '-DNGHTTP2_STATICLIB' -I../deps/nghttp2/lib/includes  -pthread -Wall -Wextra -Wno-unused-parameter -O3 -fno-omit-frame-pointer  -MMD -MF /root/node/out/Release/.deps//root/node/out/Release/obj.target/nghttp2/deps/nghttp2/lib/nghttp2_priority_spec.o.d.raw   -c -o /root/node/out/Release/obj.target/nghttp2/deps/nghttp2/lib/nghttp2_priority_spec.o ../deps/nghttp2/lib/nghttp2_priority_spec.c
  /usr/bin/clang '-D_U_=' '-DBUILDING_NGHTTP2' '-DNGHTTP2_STATICLIB' -I../deps/nghttp2/lib/includes  -pthread -Wall -Wextra -Wno-unused-parameter -O3 -fno-omit-frame-pointer  -MMD -MF /root/node/out/Release/.deps//root/node/out/Release/obj.target/nghttp2/deps/nghttp2/lib/nghttp2_queue.o.d.raw   -c -o /root/node/out/Release/obj.target/nghttp2/deps/nghttp2/lib/nghttp2_queue.o ../deps/nghttp2/lib/nghttp2_queue.c
  /usr/bin/clang '-D_U_=' '-DBUILDING_NGHTTP2' '-DNGHTTP2_STATICLIB' -I../deps/nghttp2/lib/includes  -pthread -Wall -Wextra -Wno-unused-parameter -O3 -fno-omit-frame-pointer  -MMD -MF /root/node/out/Release/.deps//root/node/out/Release/obj.target/nghttp2/deps/nghttp2/lib/nghttp2_rcbuf.o.d.raw   -c -o /root/node/out/Release/obj.target/nghttp2/deps/nghttp2/lib/nghttp2_rcbuf.o ../deps/nghttp2/lib/nghttp2_rcbuf.c
  /usr/bin/clang '-D_U_=' '-DBUILDING_NGHTTP2' '-DNGHTTP2_STATICLIB' -I../deps/nghttp2/lib/includes  -pthread -Wall -Wextra -Wno-unused-parameter -O3 -fno-omit-frame-pointer  -MMD -MF /root/node/out/Release/.deps//root/node/out/Release/obj.target/nghttp2/deps/nghttp2/lib/nghttp2_session.o.d.raw   -c -o /root/node/out/Release/obj.target/nghttp2/deps/nghttp2/lib/nghttp2_session.o ../deps/nghttp2/lib/nghttp2_session.c
  /usr/bin/clang '-D_U_=' '-DBUILDING_NGHTTP2' '-DNGHTTP2_STATICLIB' -I../deps/nghttp2/lib/includes  -pthread -Wall -Wextra -Wno-unused-parameter -O3 -fno-omit-frame-pointer  -MMD -MF /root/node/out/Release/.deps//root/node/out/Release/obj.target/nghttp2/deps/nghttp2/lib/nghttp2_stream.o.d.raw   -c -o /root/node/out/Release/obj.target/nghttp2/deps/nghttp2/lib/nghttp2_stream.o ../deps/nghttp2/lib/nghttp2_stream.c
  /usr/bin/clang '-D_U_=' '-DBUILDING_NGHTTP2' '-DNGHTTP2_STATICLIB' -I../deps/nghttp2/lib/includes  -pthread -Wall -Wextra -Wno-unused-parameter -O3 -fno-omit-frame-pointer  -MMD -MF /root/node/out/Release/.deps//root/node/out/Release/obj.target/nghttp2/deps/nghttp2/lib/nghttp2_submit.o.d.raw   -c -o /root/node/out/Release/obj.target/nghttp2/deps/nghttp2/lib/nghttp2_submit.o ../deps/nghttp2/lib/nghttp2_submit.c
  /usr/bin/clang '-D_U_=' '-DBUILDING_NGHTTP2' '-DNGHTTP2_STATICLIB' -I../deps/nghttp2/lib/includes  -pthread -Wall -Wextra -Wno-unused-parameter -O3 -fno-omit-frame-pointer  -MMD -MF /root/node/out/Release/.deps//root/node/out/Release/obj.target/nghttp2/deps/nghttp2/lib/nghttp2_version.o.d.raw   -c -o /root/node/out/Release/obj.target/nghttp2/deps/nghttp2/lib/nghttp2_version.o ../deps/nghttp2/lib/nghttp2_version.c
  touch ad16294d2e56dcf8094a61395a5f2db888bad43e.intermediate
  LD_LIBRARY_PATH=/root/node/out/Release/lib.host:/root/node/out/Release/lib.target:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; cd ../deps/v8/src/inspector; mkdir -p /root/node/out/Release/obj/gen/src/inspector/protocol /root/node/out/Release/obj/gen/include/inspector; python ../../third_party/inspector_protocol/CodeGenerator.py --jinja_dir ../../third_party --output_base "/root/node/out/Release/obj/gen/src/inspector" --config inspector_protocol_config.json
  rm -f /root/node/out/Release/obj.target/tools/icu/libicuucx.a && ar crsT /root/node/out/Release/obj.target/tools/icu/libicuucx.a /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/appendable.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/bmpset.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/brkeng.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/brkiter.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/bytestream.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/bytestrie.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/bytestriebuilder.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/bytestrieiterator.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/caniter.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/chariter.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/charstr.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/cmemory.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/cstr.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/cstring.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/cwchar.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/dictbe.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/dictionarydata.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/dtintrv.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/edits.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/errorcode.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/filteredbrk.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/filterednormalizer2.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/icudataver.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/icuplug.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/listformatter.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/loadednormalizer2impl.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/locavailable.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/locbased.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/locdispnames.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/locdspnm.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/locid.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/loclikely.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/locmap.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/locresdata.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/locutil.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/messagepattern.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/normalizer2.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/normalizer2impl.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/normlzr.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/parsepos.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/patternprops.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/pluralmap.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/propname.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/propsvec.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/punycode.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/putil.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/rbbi.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/rbbidata.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/rbbinode.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/rbbirb.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/rbbiscan.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/rbbisetb.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/rbbistbl.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/rbbitblb.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/resbund.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/resbund_cnv.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/resource.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/ruleiter.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/schriter.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/serv.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/servlk.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/servlkf.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/servls.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/servnotf.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/servrbf.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/servslkf.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/sharedobject.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/simpleformatter.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/stringpiece.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/stringtriebuilder.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/uarrsort.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/ubidi.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/ubidi_props.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/ubidiln.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/ubiditransform.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/ubidiwrt.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/ubrk.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/ucase.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/ucasemap.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/ucat.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/ucasemap_titlecase_brkiter.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/uchar.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/ucharstrie.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/ucharstriebuilder.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/ucharstrieiterator.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/uchriter.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/ucln_cmn.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/ucmndata.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/ucnv.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/ucnv2022.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/ucnv_bld.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/ucnv_cb.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/ucnv_cnv.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/ucnv_ct.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/ucnv_err.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/ucnv_ext.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/ucnv_io.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/ucnv_lmb.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/ucnv_set.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/ucnv_u16.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/ucnv_u32.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/ucnv_u7.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/ucnv_u8.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/ucnvbocu.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/ucnvdisp.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/ucnvhz.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/ucnvisci.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/ucnvlat1.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/ucnvmbcs.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/ucnvscsu.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/ucnvsel.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/ucol_swp.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/ucurr.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/udata.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/udatamem.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/udataswp.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/uenum.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/uhash.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/uhash_us.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/uidna.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/uinit.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/uinvchar.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/uiter.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/ulist.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/ulistformatter.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/uloc.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/uloc_keytype.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/uloc_tag.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/umapfile.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/umath.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/umutex.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/unames.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/unifiedcache.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/unifilt.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/unifunct.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/uniset.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/uniset_closure.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/uniset_props.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/unisetspan.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/unistr.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/unistr_case.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/unistr_case_locale.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/unistr_cnv.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/unistr_props.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/unistr_titlecase_brkiter.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/unorm.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/unormcmp.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/uobject.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/uprops.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/ures_cnv.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/uresbund.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/uresdata.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/usc_impl.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/uscript.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/uscript_props.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/uset.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/uset_props.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/usetiter.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/ushape.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/usprep.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/ustack.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/ustr_cnv.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/ustr_titlecase_brkiter.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/ustr_wcs.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/ustrcase.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/ustrcase_locale.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/ustrenum.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/ustrfmt.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/ustring.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/ustrtrns.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/utext.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/utf_impl.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/util.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/util_props.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/utrace.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/utrie.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/utrie2.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/utrie2_builder.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/uts46.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/utypes.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/uvector.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/uvectr32.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/uvectr64.o /root/node/out/Release/obj.target/icuucx/deps/icu-small/source/common/wintz.o
  rm -f /root/node/out/Release/obj.host/tools/icu/libicutools.a && ar crsT /root/node/out/Release/obj.host/tools/icu/libicutools.a /root/node/out/Release/obj.host/icutools/deps/icu-small/source/tools/toolutil/collationinfo.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/tools/toolutil/denseranges.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/tools/toolutil/filestrm.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/tools/toolutil/filetools.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/tools/toolutil/flagparser.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/tools/toolutil/package.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/tools/toolutil/pkg_genc.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/tools/toolutil/pkg_gencmn.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/tools/toolutil/pkg_icu.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/tools/toolutil/ppucd.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/tools/toolutil/pkgitems.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/tools/toolutil/swapimpl.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/tools/toolutil/toolutil.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/tools/toolutil/ucbuf.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/tools/toolutil/ucln_tu.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/tools/toolutil/ucm.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/tools/toolutil/ucmstate.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/tools/toolutil/unewdata.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/tools/toolutil/uoptions.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/tools/toolutil/uparse.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/tools/toolutil/writesrc.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/tools/toolutil/xmlparser.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/appendable.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/bmpset.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/brkeng.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/brkiter.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/bytestream.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/bytestrie.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/bytestriebuilder.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/bytestrieiterator.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/caniter.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/chariter.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/charstr.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/cmemory.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/cstr.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/cstring.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/cwchar.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/dictbe.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/dictionarydata.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/dtintrv.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/edits.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/errorcode.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/filteredbrk.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/filterednormalizer2.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/icudataver.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/icuplug.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/listformatter.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/loadednormalizer2impl.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/locavailable.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/locbased.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/locdispnames.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/locdspnm.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/locid.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/loclikely.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/locmap.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/locresdata.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/locutil.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/messagepattern.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/normalizer2.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/normalizer2impl.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/normlzr.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/parsepos.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/patternprops.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/pluralmap.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/propname.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/propsvec.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/punycode.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/putil.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/rbbi.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/rbbidata.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/rbbinode.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/rbbirb.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/rbbiscan.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/rbbisetb.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/rbbistbl.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/rbbitblb.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/resbund.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/resbund_cnv.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/resource.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/ruleiter.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/schriter.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/serv.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/servlk.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/servlkf.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/servls.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/servnotf.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/servrbf.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/servslkf.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/sharedobject.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/simpleformatter.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/stringpiece.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/stringtriebuilder.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/uarrsort.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/ubidi.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/ubidi_props.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/ubidiln.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/ubiditransform.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/ubidiwrt.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/ubrk.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/ucase.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/ucasemap.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/ucat.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/ucasemap_titlecase_brkiter.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/uchar.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/ucharstrie.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/ucharstriebuilder.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/ucharstrieiterator.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/uchriter.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/ucln_cmn.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/ucmndata.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/ucnv.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/ucnv2022.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/ucnv_bld.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/ucnv_cb.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/ucnv_cnv.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/ucnv_ct.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/ucnv_err.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/ucnv_ext.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/ucnv_io.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/ucnv_lmb.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/ucnv_set.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/ucnv_u16.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/ucnv_u32.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/ucnv_u7.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/ucnv_u8.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/ucnvbocu.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/ucnvdisp.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/ucnvhz.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/ucnvisci.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/ucnvlat1.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/ucnvmbcs.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/ucnvscsu.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/ucnvsel.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/ucol_swp.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/ucurr.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/udata.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/udatamem.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/udataswp.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/uenum.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/uhash.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/uhash_us.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/uidna.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/uinit.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/uinvchar.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/uiter.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/ulist.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/ulistformatter.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/uloc.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/uloc_keytype.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/uloc_tag.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/umapfile.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/umath.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/umutex.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/unames.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/unifiedcache.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/unifilt.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/unifunct.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/uniset.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/uniset_closure.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/uniset_props.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/unisetspan.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/unistr.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/unistr_case.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/unistr_case_locale.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/unistr_cnv.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/unistr_props.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/unistr_titlecase_brkiter.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/unorm.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/unormcmp.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/uobject.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/uprops.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/ures_cnv.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/uresbund.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/uresdata.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/usc_impl.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/uscript.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/uscript_props.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/uset.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/uset_props.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/usetiter.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/ushape.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/usprep.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/ustack.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/ustr_cnv.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/ustr_titlecase_brkiter.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/ustr_wcs.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/ustrcase.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/ustrcase_locale.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/ustrenum.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/ustrfmt.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/ustring.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/ustrtrns.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/utext.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/utf_impl.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/util.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/util_props.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/utrace.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/utrie.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/utrie2.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/utrie2_builder.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/uts46.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/utypes.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/uvector.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/uvectr32.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/uvectr64.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/common/wintz.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/affixpatternparser.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/alphaindex.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/anytrans.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/astro.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/basictz.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/bocsu.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/brktrans.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/buddhcal.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/calendar.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/casetrn.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/cecal.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/chnsecal.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/choicfmt.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/coleitr.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/coll.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/collation.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/collationbuilder.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/collationcompare.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/collationdata.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/collationdatabuilder.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/collationdatareader.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/collationdatawriter.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/collationfastlatin.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/collationfcd.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/collationfastlatinbuilder.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/collationiterator.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/collationkeys.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/collationroot.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/collationrootelements.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/collationruleparser.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/collationsets.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/collationsettings.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/collationtailoring.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/collationweights.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/compactdecimalformat.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/coptccal.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/cpdtrans.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/csdetect.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/csmatch.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/csr2022.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/csrecog.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/csrmbcs.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/csrsbcs.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/csrucode.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/csrutf8.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/curramt.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/currfmt.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/currpinf.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/currunit.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/dangical.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/datefmt.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/dayperiodrules.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/dcfmtsym.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/decContext.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/decNumber.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/decfmtst.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/decimalformatpattern.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/decimfmt.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/decimfmtimpl.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/digitaffix.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/digitaffixesandpadding.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/digitformatter.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/digitgrouping.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/digitinterval.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/digitlst.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/dtfmtsym.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/dtitvfmt.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/dtitvinf.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/dtptngen.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/dtrule.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/esctrn.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/ethpccal.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/fmtable.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/fmtable_cnv.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/format.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/fphdlimp.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/fpositer.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/funcrepl.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/gender.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/gregocal.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/gregoimp.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/hebrwcal.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/indiancal.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/inputext.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/islamcal.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/japancal.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/measfmt.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/measunit.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/measure.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/msgfmt.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/name2uni.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/nfrs.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/nfrule.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/nfsubs.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/nortrans.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/nultrans.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/numfmt.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/numsys.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/olsontz.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/persncal.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/pluralaffix.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/plurfmt.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/plurrule.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/precision.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/quant.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/quantityformatter.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/rbnf.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/rbt.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/rbt_data.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/rbt_pars.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/rbt_rule.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/rbt_set.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/rbtz.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/regexcmp.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/regeximp.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/regexst.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/regextxt.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/region.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/reldatefmt.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/reldtfmt.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/rematch.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/remtrans.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/repattrn.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/rulebasedcollator.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/scientificnumberformatter.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/scriptset.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/search.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/selfmt.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/sharedbreakiterator.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/simpletz.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/smallintformatter.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/smpdtfmt.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/smpdtfst.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/sortkey.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/standardplural.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/strmatch.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/strrepl.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/stsearch.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/taiwncal.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/timezone.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/titletrn.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/tmunit.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/tmutamt.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/tmutfmt.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/tolowtrn.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/toupptrn.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/translit.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/transreg.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/tridpars.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/tzfmt.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/tzgnames.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/tznames.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/tznames_impl.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/tzrule.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/tztrans.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/ucal.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/ucln_in.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/ucol.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/ucol_res.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/ucol_sit.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/ucoleitr.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/ucsdet.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/udat.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/udateintervalformat.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/udatpg.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/ufieldpositer.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/uitercollationiterator.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/ulocdata.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/umsg.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/unesctrn.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/uni2name.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/unum.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/unumsys.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/upluralrules.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/uregex.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/uregexc.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/uregion.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/usearch.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/uspoof.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/uspoof_build.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/uspoof_conf.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/uspoof_impl.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/utf16collationiterator.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/utf8collationiterator.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/utmscale.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/utrans.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/valueformatter.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/visibledigits.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/vtzone.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/vzone.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/windtfmt.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/winnmfmt.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/wintzimpl.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/zonemeta.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/zrule.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/i18n/ztrans.o /root/node/out/Release/obj.host/icutools/deps/icu-small/source/stubdata/stubdata.o
  /usr/bin/clang++ '-DV8_GYP_BUILD' '-DV8_TARGET_ARCH_ARM' '-DCAN_USE_ARMV7_INSTRUCTIONS' '-DCAN_USE_VFP3_INSTRUCTIONS' '-DCAN_USE_VFP32DREGS' '-DCAN_USE_NEON' '-DV8_EMBEDDER_STRING="-node.8"' '-DENABLE_DISASSEMBLER' '-DV8_PROMISE_INTERNAL_FIELD_COUNT' '-Dv8_promise_internal_field_count' '-DV8_INTL_SUPPORT' -I../deps/v8 -I../.  -pthread -Wall -Wextra -Wno-unused-parameter -fno-strict-aliasing -I/usr/local/include -march=armv7-a -mfpu=neon -mfloat-abi=hard -marm -fdata-sections -ffunction-sections -O3 -O3 -fno-omit-frame-pointer -fno-rtti -fno-exceptions -std=gnu++0x -MMD -MF /root/node/out/Release/.deps//root/node/out/Release/obj.target/v8_nosnapshot/gen/libraries.o.d.raw   -c -o /root/node/out/Release/obj.target/v8_nosnapshot/gen/libraries.o /root/node/out/Release/obj/gen/libraries.cc
  /usr/bin/clang++ '-DV8_GYP_BUILD' '-DV8_TARGET_ARCH_ARM' '-DCAN_USE_ARMV7_INSTRUCTIONS' '-DCAN_USE_VFP3_INSTRUCTIONS' '-DCAN_USE_VFP32DREGS' '-DCAN_USE_NEON' '-DV8_EMBEDDER_STRING="-node.8"' '-DENABLE_DISASSEMBLER' '-DV8_PROMISE_INTERNAL_FIELD_COUNT' '-Dv8_promise_internal_field_count' '-DV8_INTL_SUPPORT' -I../deps/v8 -I../.  -pthread -Wall -Wextra -Wno-unused-parameter -fno-strict-aliasing -I/usr/local/include -march=armv7-a -mfpu=neon -mfloat-abi=hard -marm -fdata-sections -ffunction-sections -O3 -O3 -fno-omit-frame-pointer -fno-rtti -fno-exceptions -std=gnu++0x -MMD -MF /root/node/out/Release/.deps//root/node/out/Release/obj.target/v8_nosnapshot/gen/extras-libraries.o.d.raw   -c -o /root/node/out/Release/obj.target/v8_nosnapshot/gen/extras-libraries.o /root/node/out/Release/obj/gen/extras-libraries.cc
  /usr/bin/clang++ '-DV8_GYP_BUILD' '-DV8_TARGET_ARCH_ARM' '-DCAN_USE_ARMV7_INSTRUCTIONS' '-DCAN_USE_VFP3_INSTRUCTIONS' '-DCAN_USE_VFP32DREGS' '-DCAN_USE_NEON' '-DV8_EMBEDDER_STRING="-node.8"' '-DENABLE_DISASSEMBLER' '-DV8_PROMISE_INTERNAL_FIELD_COUNT' '-Dv8_promise_internal_field_count' '-DV8_INTL_SUPPORT' -I../deps/v8 -I../.  -pthread -Wall -Wextra -Wno-unused-parameter -fno-strict-aliasing -I/usr/local/include -march=armv7-a -mfpu=neon -mfloat-abi=hard -marm -fdata-sections -ffunction-sections -O3 -O3 -fno-omit-frame-pointer -fno-rtti -fno-exceptions -std=gnu++0x -MMD -MF /root/node/out/Release/.deps//root/node/out/Release/obj.target/v8_nosnapshot/gen/experimental-extras-libraries.o.d.raw   -c -o /root/node/out/Release/obj.target/v8_nosnapshot/gen/experimental-extras-libraries.o /root/node/out/Release/obj/gen/experimental-extras-libraries.cc
  /usr/bin/clang++ '-DV8_GYP_BUILD' '-DV8_TARGET_ARCH_ARM' '-DCAN_USE_ARMV7_INSTRUCTIONS' '-DCAN_USE_VFP3_INSTRUCTIONS' '-DCAN_USE_VFP32DREGS' '-DCAN_USE_NEON' '-DV8_EMBEDDER_STRING="-node.8"' '-DENABLE_DISASSEMBLER' '-DV8_PROMISE_INTERNAL_FIELD_COUNT' '-Dv8_promise_internal_field_count' '-DV8_INTL_SUPPORT' -I../deps/v8 -I../.  -pthread -Wall -Wextra -Wno-unused-parameter -fno-strict-aliasing -I/usr/local/include -march=armv7-a -mfpu=neon -mfloat-abi=hard -marm -fdata-sections -ffunction-sections -O3 -O3 -fno-omit-frame-pointer -fno-rtti -fno-exceptions -std=gnu++0x -MMD -MF /root/node/out/Release/.deps//root/node/out/Release/obj.target/v8_nosnapshot/deps/v8/src/snapshot/snapshot-empty.o.d.raw   -c -o /root/node/out/Release/obj.target/v8_nosnapshot/deps/v8/src/snapshot/snapshot-empty.o ../deps/v8/src/snapshot/snapshot-empty.cc
  /usr/bin/clang++ '-DV8_GYP_BUILD' '-DV8_TARGET_ARCH_ARM' '-DCAN_USE_ARMV7_INSTRUCTIONS' '-DCAN_USE_VFP3_INSTRUCTIONS' '-DCAN_USE_VFP32DREGS' '-DCAN_USE_NEON' '-DV8_EMBEDDER_STRING="-node.8"' '-DENABLE_DISASSEMBLER' '-DV8_PROMISE_INTERNAL_FIELD_COUNT' '-Dv8_promise_internal_field_count' '-DV8_INTL_SUPPORT' -I../deps/v8 -I../deps/v8/include  -pthread -Wall -Wextra -Wno-unused-parameter -fno-strict-aliasing -I/usr/local/include -march=armv7-a -mfpu=neon -mfloat-abi=hard -marm -fdata-sections -ffunction-sections -O3 -O3 -fno-omit-frame-pointer -fno-rtti -fno-exceptions -std=gnu++0x -MMD -MF /root/node/out/Release/.deps//root/node/out/Release/obj.target/v8_libsampler/deps/v8/src/libsampler/sampler.o.d.raw   -c -o /root/node/out/Release/obj.target/v8_libsampler/deps/v8/src/libsampler/sampler.o ../deps/v8/src/libsampler/sampler.cc
  /usr/bin/clang++ '-DV8_GYP_BUILD' '-DV8_TARGET_ARCH_ARM' '-DCAN_USE_ARMV7_INSTRUCTIONS' '-DCAN_USE_VFP3_INSTRUCTIONS' '-DCAN_USE_VFP32DREGS' '-DCAN_USE_NEON' '-DV8_EMBEDDER_STRING="-node.8"' '-DENABLE_DISASSEMBLER' '-DV8_PROMISE_INTERNAL_FIELD_COUNT' '-Dv8_promise_internal_field_count' '-DV8_INTL_SUPPORT' -I../deps/v8 -I../deps/v8/include  -pthread -Wall -Wextra -Wno-unused-parameter -fno-strict-aliasing -I/usr/local/include -march=armv7-a -mfpu=neon -mfloat-abi=hard -marm -fdata-sections -ffunction-sections -O3 -O3 -fno-omit-frame-pointer -fno-rtti -fno-exceptions -std=gnu++0x -MMD -MF /root/node/out/Release/.deps//root/node/out/Release/obj.target/v8_builtins_generators/deps/v8/src/builtins/builtins-call-gen.o.d.raw   -c -o /root/node/out/Release/obj.target/v8_builtins_generators/deps/v8/src/builtins/builtins-call-gen.o ../deps/v8/src/builtins/builtins-call-gen.cc
  /usr/bin/clang++ '-DV8_GYP_BUILD' '-DV8_TARGET_ARCH_ARM' '-DCAN_USE_ARMV7_INSTRUCTIONS' '-DCAN_USE_VFP3_INSTRUCTIONS' '-DCAN_USE_VFP32DREGS' '-DCAN_USE_NEON' '-DV8_EMBEDDER_STRING="-node.8"' '-DENABLE_DISASSEMBLER' '-DV8_PROMISE_INTERNAL_FIELD_COUNT' '-Dv8_promise_internal_field_count' '-DV8_INTL_SUPPORT' -I../deps/v8 -I../deps/v8/include  -pthread -Wall -Wextra -Wno-unused-parameter -fno-strict-aliasing -I/usr/local/include -march=armv7-a -mfpu=neon -mfloat-abi=hard -marm -fdata-sections -ffunction-sections -O3 -O3 -fno-omit-frame-pointer -fno-rtti -fno-exceptions -std=gnu++0x -MMD -MF /root/node/out/Release/.deps//root/node/out/Release/obj.target/v8_builtins_generators/deps/v8/src/builtins/builtins-collections-gen.o.d.raw   -c -o /root/node/out/Release/obj.target/v8_builtins_generators/deps/v8/src/builtins/builtins-collections-gen.o ../deps/v8/src/builtins/builtins-collections-gen.cc
  /usr/bin/clang++ '-DV8_GYP_BUILD' '-DV8_TARGET_ARCH_ARM' '-DCAN_USE_ARMV7_INSTRUCTIONS' '-DCAN_USE_VFP3_INSTRUCTIONS' '-DCAN_USE_VFP32DREGS' '-DCAN_USE_NEON' '-DV8_EMBEDDER_STRING="-node.8"' '-DENABLE_DISASSEMBLER' '-DV8_PROMISE_INTERNAL_FIELD_COUNT' '-Dv8_promise_internal_field_count' '-DV8_INTL_SUPPORT' -I../deps/v8 -I../deps/v8/include  -pthread -Wall -Wextra -Wno-unused-parameter -fno-strict-aliasing -I/usr/local/include -march=armv7-a -mfpu=neon -mfloat-abi=hard -marm -fdata-sections -ffunction-sections -O3 -O3 -fno-omit-frame-pointer -fno-rtti -fno-exceptions -std=gnu++0x -MMD -MF /root/node/out/Release/.deps//root/node/out/Release/obj.target/v8_builtins_generators/deps/v8/src/builtins/builtins-console-gen.o.d.raw   -c -o /root/node/out/Release/obj.target/v8_builtins_generators/deps/v8/src/builtins/builtins-console-gen.o ../deps/v8/src/builtins/builtins-console-gen.cc
../deps/v8/src/libsampler/sampler.cc:509:48: error: no member named 'mc_r15' in 'mcontext_t'
  state->pc = reinterpret_cast<void*>(mcontext.mc_r15);
                                      ~~~~~~~~ ^
../deps/v8/src/libsampler/sampler.cc:510:48: error: no member named 'mc_r13' in 'mcontext_t'
  state->sp = reinterpret_cast<void*>(mcontext.mc_r13);
                                      ~~~~~~~~ ^
../deps/v8/src/libsampler/sampler.cc:511:48: error: no member named 'mc_r11' in 'mcontext_t'
  state->fp = reinterpret_cast<void*>(mcontext.mc_r11);
                                      ~~~~~~~~ ^
3 errors generated.
gmake[2]: *** [deps/v8/src/v8_libsampler.target.mk:118: /root/node/out/Release/obj.target/v8_libsampler/deps/v8/src/libsampler/sampler.o] Error 1
gmake[2]: *** Waiting for unfinished jobs....
gmake[1]: *** [Makefile:81: node] Error 2
gmake[1]: Leaving directory '/root/node'
*** [.DEFAULT] Error code 2

make: stopped in /root/node

make: stopped in /root/node
  • Version:node-v9.1.1-nightly201711075f5ef4226e
  • Platform:FreeBSD generic 12.0-CURRENT FreeBSD 12.0-CURRENT
  • Subsystem:armv7 rpi2
@addaleax addaleax added arm Issues and PRs related to the ARM platform. freebsd Issues and PRs related to the FreeBSD platform. labels Nov 10, 2017
@addaleax
Copy link
Member

addaleax commented Nov 10, 2017

Hi, thanks for the report! A couple things:

  • I’ve edited your post to hide the long output behind a <details> tag and wrapped it in ``` for readability
  • This is a problem with building V8, so you might want to report it to their issue tracker
  • It would be helpful to know whether you are cross-compiling, and, if you can find that out, know that the actual members of mcontext_t or sigcontext are on your platform (grep for these terms in /usr/include)
  • It might also be helpful to know if you ever built Node this way successfully with some other version of Node, other version of FreeBSD, other version of your compiler, etc.

@blubaustin
Copy link
Author

blubaustin commented Nov 10, 2017

I am not cross compiling I am compiling on actual hardware. It built successfully using the ports system but was unable to run npm. I am using the default clang compiler because when I tried switching it to gcc-7 nodejs complained about not having Clang. Its going to take a while for the grep so I'll post back once I grep those two things in /usr/include because its going to take a while.

Version of clang I have is: FreeBSD clang version 5.0.0 (tags/RELEASE_500/final 312559) (based on LLVM 5.0.0svn)

@bnoordhuis
Copy link
Member

Untested, but I think the diff should look something like this (should be upstreamed to V8 first):

diff --git a/deps/v8/src/libsampler/sampler.cc b/deps/v8/src/libsampler/sampler.cc
index 7519720beb..3dc23dac8b 100644
--- a/deps/v8/src/libsampler/sampler.cc
+++ b/deps/v8/src/libsampler/sampler.cc
@@ -506,9 +506,9 @@ void SignalHandler::FillRegisterState(void* context, RegisterState* state) {
   state->sp = reinterpret_cast<void*>(mcontext.mc_rsp);
   state->fp = reinterpret_cast<void*>(mcontext.mc_rbp);
 #elif V8_HOST_ARCH_ARM
-  state->pc = reinterpret_cast<void*>(mcontext.mc_r15);
-  state->sp = reinterpret_cast<void*>(mcontext.mc_r13);
-  state->fp = reinterpret_cast<void*>(mcontext.mc_r11);
+  state->pc = reinterpret_cast<void*>(mcontext.__gregs[_REG_M15]);
+  state->sp = reinterpret_cast<void*>(mcontext.__gregs[_REG_M13]);
+  state->fp = reinterpret_cast<void*>(mcontext.__gregs[_REG_M11]);
 #endif  // V8_HOST_ARCH_*
 #elif V8_OS_NETBSD
 #if V8_HOST_ARCH_IA32

@bnoordhuis
Copy link
Member

@blubaustin If you're still interested in pursuing this, let me know. I'll close this out in the mean time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
arm Issues and PRs related to the ARM platform. freebsd Issues and PRs related to the FreeBSD platform.
Projects
None yet
Development

No branches or pull requests

3 participants