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

Problems building 8.6.0 on OpenBSD -current #15784

Closed
adriangrigore opened this issue Oct 5, 2017 · 12 comments
Closed

Problems building 8.6.0 on OpenBSD -current #15784

adriangrigore opened this issue Oct 5, 2017 · 12 comments
Labels
build Issues and PRs related to build files or the CI. v8 engine Issues and PRs related to the V8 dependency.

Comments

@adriangrigore
Copy link

  • Version: v8.6.0
  • Platform: OpenBSD adrian 6.2 GENERIC.MP#20 amd64
  • Subsystem:
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/tools/icu/libicui18n.a(ucol_sit.o): In function `_ZL29ucol_sit_calculateWholeLocaleP12CollatorSpec.part.1':
ucol_sit.cpp:(.text+0x36e): warning: warning: strcat() is almost always misused, please use strlcat()
ucol_sit.cpp:(.text+0x2d1): warning: warning: stpcpy() is dangerous; do not use it
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/tools/icu/libicui18n.a(digitlst.o): In function `icu_59::DigitList::getDouble() const':
digitlst.cpp:(.text+0xa22): warning: warning: sprintf() is often misused, please use snprintf()
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/tools/icu/libicui18n.a(calendar.o): In function `icu_59::Calendar::Calendar(icu_59::Calendar const&)':
calendar.cpp:(.text+0x24e5): warning: warning: strcpy() is almost always misused, please use strlcpy()
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/mksnapshot/deps/v8/src/snapshot/mksnapshot.o: In function `SnapshotWriter::GetFileDescriptorOrDie(char const*)':
mksnapshot.cc:(.text._ZN14SnapshotWriter22GetFileDescriptorOrDieEPKc[_ZN14SnapshotWriter22GetFileDescriptorOrDieEPKc]+0x14): undefined reference to `v8::base::OS::FOpen(char const*, char const*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/mksnapshot/deps/v8/src/snapshot/mksnapshot.o: In function `GetExtraCode(char*, char const*)':
mksnapshot.cc:(.text._Z12GetExtraCodePcPKc+0x46): undefined reference to `v8::base::OS::FOpen(char const*, char const*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(api.o): In function `_ZN2v8L17ObjectSetAccessorIPFvNS_5LocalINS_4NameEEERKNS_20PropertyCallbackInfoINS_5ValueEEEEPFvS3_NS1_IS5_EERKNS4_IvEEESB_EENS_5MaybeIbEENS1_INS_7ContextEEEPNS_6ObjectES3_T_T0_T1_NS_13AccessControlENS_17PropertyAttributeEb':
api.cc:(.text._ZN2v8L17ObjectSetAccessorIPFvNS_5LocalINS_4NameEEERKNS_20PropertyCallbackInfoINS_5ValueEEEEPFvS3_NS1_IS5_EERKNS4_IvEEESB_EENS_5MaybeIbEENS1_INS_7ContextEEEPNS_6ObjectES3_T_T0_T1_NS_13AccessControlENS_17PropertyAttributeEb+0x2a9): undefined reference to `v8::base::Thread::GetThreadLocal(int)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(api.o): In function `v8::Utils::ReportApiFailure(char const*, char const*)':
api.cc:(.text._ZN2v85Utils16ReportApiFailureEPKcS2_+0x1d): undefined reference to `v8::base::Thread::GetThreadLocal(int)'
api.cc:(.text._ZN2v85Utils16ReportApiFailureEPKcS2_+0x58): undefined reference to `v8::base::OS::PrintError(char const*, ...)'
api.cc:(.text._ZN2v85Utils16ReportApiFailureEPKcS2_+0x5d): undefined reference to `v8::base::OS::Abort()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(api.o): In function `v8::Utils::ReportOOMFailure(char const*, bool)':
api.cc:(.text._ZN2v85Utils16ReportOOMFailureEPKcb+0x1c): undefined reference to `v8::base::Thread::GetThreadLocal(int)'
api.cc:(.text._ZN2v85Utils16ReportOOMFailureEPKcb+0x99): undefined reference to `v8::base::OS::PrintError(char const*, ...)'
api.cc:(.text._ZN2v85Utils16ReportOOMFailureEPKcb+0x9e): undefined reference to `v8::base::OS::Abort()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(api.o): In function `v8::internal::V8::FatalProcessOutOfMemory(char const*, bool)':
api.cc:(.text._ZN2v88internal2V823FatalProcessOutOfMemoryEPKcb+0x31): undefined reference to `v8::base::Thread::GetThreadLocal(int)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(api.o): In function `v8::HandleScope::operator new(unsigned long)':
api.cc:(.text._ZN2v811HandleScopenwEm+0x5): undefined reference to `v8::base::OS::Abort()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(api.o): In function `v8::HandleScope::operator delete(void*, unsigned long)':
api.cc:(.text._ZN2v811HandleScopedlEPvm+0x5): undefined reference to `v8::base::OS::Abort()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(api.o): In function `v8::EscapableHandleScope::operator new(unsigned long)':
api.cc:(.text._ZN2v820EscapableHandleScopenwEm+0x5): undefined reference to `v8::base::OS::Abort()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(api.o): In function `v8::EscapableHandleScope::operator delete(void*, unsigned long)':
api.cc:(.text._ZN2v820EscapableHandleScopedlEPvm+0x5): undefined reference to `v8::base::OS::Abort()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(api.o): In function `v8::SealHandleScope::operator new(unsigned long)':
api.cc:(.text._ZN2v815SealHandleScopenwEm+0x5): undefined reference to `v8::base::OS::Abort()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(api.o):api.cc:(.text._ZN2v815SealHandleScopedlEPvm+0x5): more undefined references to `v8::base::OS::Abort()' follow
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(api.o): In function `v8::ObjectTemplate::New()':
api.cc:(.text._ZN2v814ObjectTemplate3NewEv+0xe): undefined reference to `v8::base::Thread::GetThreadLocal(int)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(api.o): In function `v8::Script::Run(v8::Local<v8::Context>)':
api.cc:(.text._ZN2v86Script3RunENS_5LocalINS_7ContextEEE+0x392): undefined reference to `v8::base::Thread::GetThreadLocal(int)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(api.o): In function `v8::DynamicImportResult::FinishDynamicImportSuccess(v8::Local<v8::Context>, v8::Local<v8::Module>)':
api.cc:(.text._ZN2v819DynamicImportResult26FinishDynamicImportSuccessENS_5LocalINS_7ContextEEENS1_INS_6ModuleEEE+0x259): undefined reference to `v8::base::Thread::GetThreadLocal(int)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(api.o): In function `v8::DynamicImportResult::FinishDynamicImportFailure(v8::Local<v8::Context>, v8::Local<v8::Value>)':
api.cc:(.text._ZN2v819DynamicImportResult26FinishDynamicImportFailureENS_5LocalINS_7ContextEEENS1_INS_5ValueEEE+0x259): undefined reference to `v8::base::Thread::GetThreadLocal(int)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(api.o): In function `v8::Module::Instantiate(v8::Local<v8::Context>, v8::MaybeLocal<v8::Module> (*)(v8::Local<v8::Context>, v8::Local<v8::String>, v8::Local<v8::Module>))':
api.cc:(.text._ZN2v86Module11InstantiateENS_5LocalINS_7ContextEEEPFNS_10MaybeLocalIS0_EES3_NS1_INS_6StringEEENS1_IS0_EEE+0x1e2): undefined reference to `v8::base::Thread::GetThreadLocal(int)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(api.o):api.cc:(.text._ZN2v86Module8EvaluateENS_5LocalINS_7ContextEEE+0x372): more undefined references to `v8::base::Thread::GetThreadLocal(int)' follow
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(api.o): In function `v8::TryCatch::operator new(unsigned long)':
api.cc:(.text._ZN2v88TryCatchnwEm+0x5): undefined reference to `v8::base::OS::Abort()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(api.o): In function `v8::TryCatch::operator delete(void*, unsigned long)':
api.cc:(.text._ZN2v88TryCatchdlEPvm+0x5): undefined reference to `v8::base::OS::Abort()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(api.o): In function `v8::TryCatch::StackTrace(v8::Local<v8::Context>) const':
api.cc:(.text._ZNK2v88TryCatch10StackTraceENS_5LocalINS_7ContextEEE+0x43d): undefined reference to `v8::base::Thread::GetThreadLocal(int)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(api.o): In function `v8::JSON::Parse(v8::Local<v8::Context>, v8::Local<v8::String>)':
api.cc:(.text._ZN2v84JSON5ParseENS_5LocalINS_7ContextEEENS1_INS_6StringEEE+0x2d2): undefined reference to `v8::base::Thread::GetThreadLocal(int)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(api.o): In function `v8::JSON::Stringify(v8::Local<v8::Context>, v8::Local<v8::Object>, v8::Local<v8::String>)':
api.cc:(.text._ZN2v84JSON9StringifyENS_5LocalINS_7ContextEEENS1_INS_6ObjectEEENS1_INS_6StringEEE+0x272): undefined reference to `v8::base::Thread::GetThreadLocal(int)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(api.o): In function `v8::ValueSerializer::WriteValue(v8::Local<v8::Context>, v8::Local<v8::Value>)':
api.cc:(.text._ZN2v815ValueSerializer10WriteValueENS_5LocalINS_7ContextEEENS1_INS_5ValueEEE+0x1e1): undefined reference to `v8::base::Thread::GetThreadLocal(int)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(api.o): In function `v8::ValueDeserializer::ReadHeader(v8::Local<v8::Context>)':
api.cc:(.text._ZN2v817ValueDeserializer10ReadHeaderENS_5LocalINS_7ContextEEE+0x221): undefined reference to `v8::base::Thread::GetThreadLocal(int)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(api.o):api.cc:(.text._ZN2v817ValueDeserializer9ReadValueENS_5LocalINS_7ContextEEE+0x1ea): more undefined references to `v8::base::Thread::GetThreadLocal(int)' follow
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(assert-scope.o): In function `v8::base::LazyInstanceImpl<int, v8::base::StaticallyAllocatedInstanceTrait<int>, v8::internal::(anonymous namespace)::PerThreadAssertKeyConstructTrait, v8::base::ThreadSafeInitOnceTrait, v8::base::LeakyInstanceTrait<int> >::InitInstance(v8::base::StaticallyAllocatedInstanceTrait<int>::StorageType*)':
assert-scope.cc:(.text._ZN2v84base16LazyInstanceImplIiNS0_32StaticallyAllocatedInstanceTraitIiEENS_8internal12_GLOBAL__N_132PerThreadAssertKeyConstructTraitENS0_23ThreadSafeInitOnceTraitENS0_18LeakyInstanceTraitIiEEE12InitInstanceEPNS3_11StorageTypeE+0xd): undefined reference to `v8::base::Thread::CreateThreadLocalKey()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(assert-scope.o): In function `v8::internal::PerThreadAssertScope<(v8::internal::PerThreadAssertType)0, false>::PerThreadAssertScope()':
assert-scope.cc:(.text._ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE0ELb0EEC2Ev[_ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE0ELb0EEC5Ev]+0x38): undefined reference to `v8::base::Thread::GetThreadLocal(int)'
assert-scope.cc:(.text._ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE0ELb0EEC2Ev[_ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE0ELb0EEC5Ev]+0xbb): undefined reference to `v8::base::Thread::SetThreadLocal(int, void*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(assert-scope.o): In function `v8::internal::PerThreadAssertScope<(v8::internal::PerThreadAssertType)0, false>::~PerThreadAssertScope()':
assert-scope.cc:(.text._ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE0ELb0EED2Ev[_ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE0ELb0EED5Ev]+0x5c): undefined reference to `v8::base::Thread::SetThreadLocal(int, void*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(assert-scope.o): In function `v8::internal::PerThreadAssertScope<(v8::internal::PerThreadAssertType)0, false>::IsAllowed()':
assert-scope.cc:(.text._ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE0ELb0EE9IsAllowedEv[_ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE0ELb0EE9IsAllowedEv]+0x32): undefined reference to `v8::base::Thread::GetThreadLocal(int)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(assert-scope.o): In function `v8::internal::PerThreadAssertScope<(v8::internal::PerThreadAssertType)0, false>::Release()':
assert-scope.cc:(.text._ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE0ELb0EE7ReleaseEv[_ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE0ELb0EE7ReleaseEv]+0x60): undefined reference to `v8::base::Thread::SetThreadLocal(int, void*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(assert-scope.o): In function `v8::internal::PerThreadAssertScope<(v8::internal::PerThreadAssertType)0, true>::PerThreadAssertScope()':
assert-scope.cc:(.text._ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE0ELb1EEC2Ev[_ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE0ELb1EEC5Ev]+0x38): undefined reference to `v8::base::Thread::GetThreadLocal(int)'
assert-scope.cc:(.text._ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE0ELb1EEC2Ev[_ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE0ELb1EEC5Ev]+0xbb): undefined reference to `v8::base::Thread::SetThreadLocal(int, void*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(assert-scope.o): In function `v8::internal::PerThreadAssertScope<(v8::internal::PerThreadAssertType)0, true>::~PerThreadAssertScope()':
assert-scope.cc:(.text._ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE0ELb1EED2Ev[_ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE0ELb1EED5Ev]+0x5c): undefined reference to `v8::base::Thread::SetThreadLocal(int, void*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(assert-scope.o): In function `v8::internal::PerThreadAssertScope<(v8::internal::PerThreadAssertType)0, true>::IsAllowed()':
assert-scope.cc:(.text._ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE0ELb1EE9IsAllowedEv[_ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE0ELb1EE9IsAllowedEv]+0x32): undefined reference to `v8::base::Thread::GetThreadLocal(int)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(assert-scope.o): In function `v8::internal::PerThreadAssertScope<(v8::internal::PerThreadAssertType)0, true>::Release()':
assert-scope.cc:(.text._ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE0ELb1EE7ReleaseEv[_ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE0ELb1EE7ReleaseEv]+0x60): undefined reference to `v8::base::Thread::SetThreadLocal(int, void*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(assert-scope.o): In function `v8::internal::PerThreadAssertScope<(v8::internal::PerThreadAssertType)1, false>::PerThreadAssertScope()':
assert-scope.cc:(.text._ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE1ELb0EEC2Ev[_ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE1ELb0EEC5Ev]+0x38): undefined reference to `v8::base::Thread::GetThreadLocal(int)'
assert-scope.cc:(.text._ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE1ELb0EEC2Ev[_ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE1ELb0EEC5Ev]+0xbb): undefined reference to `v8::base::Thread::SetThreadLocal(int, void*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(assert-scope.o): In function `v8::internal::PerThreadAssertScope<(v8::internal::PerThreadAssertType)1, false>::~PerThreadAssertScope()':
assert-scope.cc:(.text._ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE1ELb0EED2Ev[_ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE1ELb0EED5Ev]+0x5c): undefined reference to `v8::base::Thread::SetThreadLocal(int, void*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(assert-scope.o): In function `v8::internal::PerThreadAssertScope<(v8::internal::PerThreadAssertType)1, false>::IsAllowed()':
assert-scope.cc:(.text._ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE1ELb0EE9IsAllowedEv[_ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE1ELb0EE9IsAllowedEv]+0x32): undefined reference to `v8::base::Thread::GetThreadLocal(int)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(assert-scope.o): In function `v8::internal::PerThreadAssertScope<(v8::internal::PerThreadAssertType)1, false>::Release()':
assert-scope.cc:(.text._ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE1ELb0EE7ReleaseEv[_ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE1ELb0EE7ReleaseEv]+0x60): undefined reference to `v8::base::Thread::SetThreadLocal(int, void*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(assert-scope.o): In function `v8::internal::PerThreadAssertScope<(v8::internal::PerThreadAssertType)1, true>::PerThreadAssertScope()':
assert-scope.cc:(.text._ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE1ELb1EEC2Ev[_ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE1ELb1EEC5Ev]+0x38): undefined reference to `v8::base::Thread::GetThreadLocal(int)'
assert-scope.cc:(.text._ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE1ELb1EEC2Ev[_ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE1ELb1EEC5Ev]+0xbb): undefined reference to `v8::base::Thread::SetThreadLocal(int, void*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(assert-scope.o): In function `v8::internal::PerThreadAssertScope<(v8::internal::PerThreadAssertType)1, true>::~PerThreadAssertScope()':
assert-scope.cc:(.text._ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE1ELb1EED2Ev[_ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE1ELb1EED5Ev]+0x5c): undefined reference to `v8::base::Thread::SetThreadLocal(int, void*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(assert-scope.o): In function `v8::internal::PerThreadAssertScope<(v8::internal::PerThreadAssertType)1, true>::IsAllowed()':
assert-scope.cc:(.text._ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE1ELb1EE9IsAllowedEv[_ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE1ELb1EE9IsAllowedEv]+0x32): undefined reference to `v8::base::Thread::GetThreadLocal(int)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(assert-scope.o): In function `v8::internal::PerThreadAssertScope<(v8::internal::PerThreadAssertType)1, true>::Release()':
assert-scope.cc:(.text._ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE1ELb1EE7ReleaseEv[_ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE1ELb1EE7ReleaseEv]+0x60): undefined reference to `v8::base::Thread::SetThreadLocal(int, void*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(assert-scope.o): In function `v8::internal::PerThreadAssertScope<(v8::internal::PerThreadAssertType)2, false>::PerThreadAssertScope()':
assert-scope.cc:(.text._ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE2ELb0EEC2Ev[_ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE2ELb0EEC5Ev]+0x38): undefined reference to `v8::base::Thread::GetThreadLocal(int)'
assert-scope.cc:(.text._ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE2ELb0EEC2Ev[_ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE2ELb0EEC5Ev]+0xbb): undefined reference to `v8::base::Thread::SetThreadLocal(int, void*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(assert-scope.o): In function `v8::internal::PerThreadAssertScope<(v8::internal::PerThreadAssertType)2, false>::~PerThreadAssertScope()':
assert-scope.cc:(.text._ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE2ELb0EED2Ev[_ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE2ELb0EED5Ev]+0x5c): undefined reference to `v8::base::Thread::SetThreadLocal(int, void*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(assert-scope.o): In function `v8::internal::PerThreadAssertScope<(v8::internal::PerThreadAssertType)2, false>::IsAllowed()':
assert-scope.cc:(.text._ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE2ELb0EE9IsAllowedEv[_ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE2ELb0EE9IsAllowedEv]+0x32): undefined reference to `v8::base::Thread::GetThreadLocal(int)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(assert-scope.o): In function `v8::internal::PerThreadAssertScope<(v8::internal::PerThreadAssertType)2, false>::Release()':
assert-scope.cc:(.text._ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE2ELb0EE7ReleaseEv[_ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE2ELb0EE7ReleaseEv]+0x60): undefined reference to `v8::base::Thread::SetThreadLocal(int, void*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(assert-scope.o): In function `v8::internal::PerThreadAssertScope<(v8::internal::PerThreadAssertType)2, true>::PerThreadAssertScope()':
assert-scope.cc:(.text._ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE2ELb1EEC2Ev[_ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE2ELb1EEC5Ev]+0x38): undefined reference to `v8::base::Thread::GetThreadLocal(int)'
assert-scope.cc:(.text._ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE2ELb1EEC2Ev[_ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE2ELb1EEC5Ev]+0xbb): undefined reference to `v8::base::Thread::SetThreadLocal(int, void*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(assert-scope.o): In function `v8::internal::PerThreadAssertScope<(v8::internal::PerThreadAssertType)2, true>::~PerThreadAssertScope()':
assert-scope.cc:(.text._ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE2ELb1EED2Ev[_ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE2ELb1EED5Ev]+0x5c): undefined reference to `v8::base::Thread::SetThreadLocal(int, void*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(assert-scope.o): In function `v8::internal::PerThreadAssertScope<(v8::internal::PerThreadAssertType)2, true>::IsAllowed()':
assert-scope.cc:(.text._ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE2ELb1EE9IsAllowedEv[_ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE2ELb1EE9IsAllowedEv]+0x32): undefined reference to `v8::base::Thread::GetThreadLocal(int)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(assert-scope.o): In function `v8::internal::PerThreadAssertScope<(v8::internal::PerThreadAssertType)2, true>::Release()':
assert-scope.cc:(.text._ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE2ELb1EE7ReleaseEv[_ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE2ELb1EE7ReleaseEv]+0x60): undefined reference to `v8::base::Thread::SetThreadLocal(int, void*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(assert-scope.o): In function `v8::internal::PerThreadAssertScope<(v8::internal::PerThreadAssertType)3, false>::PerThreadAssertScope()':
assert-scope.cc:(.text._ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE3ELb0EEC2Ev[_ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE3ELb0EEC5Ev]+0x38): undefined reference to `v8::base::Thread::GetThreadLocal(int)'
assert-scope.cc:(.text._ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE3ELb0EEC2Ev[_ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE3ELb0EEC5Ev]+0xbb): undefined reference to `v8::base::Thread::SetThreadLocal(int, void*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(assert-scope.o): In function `v8::internal::PerThreadAssertScope<(v8::internal::PerThreadAssertType)3, false>::~PerThreadAssertScope()':
assert-scope.cc:(.text._ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE3ELb0EED2Ev[_ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE3ELb0EED5Ev]+0x5c): undefined reference to `v8::base::Thread::SetThreadLocal(int, void*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(assert-scope.o): In function `v8::internal::PerThreadAssertScope<(v8::internal::PerThreadAssertType)3, false>::IsAllowed()':
assert-scope.cc:(.text._ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE3ELb0EE9IsAllowedEv[_ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE3ELb0EE9IsAllowedEv]+0x32): undefined reference to `v8::base::Thread::GetThreadLocal(int)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(assert-scope.o): In function `v8::internal::PerThreadAssertScope<(v8::internal::PerThreadAssertType)3, false>::Release()':
assert-scope.cc:(.text._ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE3ELb0EE7ReleaseEv[_ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE3ELb0EE7ReleaseEv]+0x60): undefined reference to `v8::base::Thread::SetThreadLocal(int, void*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(assert-scope.o): In function `v8::internal::PerThreadAssertScope<(v8::internal::PerThreadAssertType)3, true>::PerThreadAssertScope()':
assert-scope.cc:(.text._ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE3ELb1EEC2Ev[_ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE3ELb1EEC5Ev]+0x38): undefined reference to `v8::base::Thread::GetThreadLocal(int)'
assert-scope.cc:(.text._ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE3ELb1EEC2Ev[_ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE3ELb1EEC5Ev]+0xbb): undefined reference to `v8::base::Thread::SetThreadLocal(int, void*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(assert-scope.o): In function `v8::internal::PerThreadAssertScope<(v8::internal::PerThreadAssertType)3, true>::~PerThreadAssertScope()':
assert-scope.cc:(.text._ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE3ELb1EED2Ev[_ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE3ELb1EED5Ev]+0x5c): undefined reference to `v8::base::Thread::SetThreadLocal(int, void*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(assert-scope.o): In function `v8::internal::PerThreadAssertScope<(v8::internal::PerThreadAssertType)3, true>::IsAllowed()':
assert-scope.cc:(.text._ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE3ELb1EE9IsAllowedEv[_ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE3ELb1EE9IsAllowedEv]+0x32): undefined reference to `v8::base::Thread::GetThreadLocal(int)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(assert-scope.o): In function `v8::internal::PerThreadAssertScope<(v8::internal::PerThreadAssertType)3, true>::Release()':
assert-scope.cc:(.text._ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE3ELb1EE7ReleaseEv[_ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE3ELb1EE7ReleaseEv]+0x60): undefined reference to `v8::base::Thread::SetThreadLocal(int, void*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(assert-scope.o): In function `v8::internal::PerThreadAssertScope<(v8::internal::PerThreadAssertType)4, false>::PerThreadAssertScope()':
assert-scope.cc:(.text._ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE4ELb0EEC2Ev[_ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE4ELb0EEC5Ev]+0x38): undefined reference to `v8::base::Thread::GetThreadLocal(int)'
assert-scope.cc:(.text._ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE4ELb0EEC2Ev[_ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE4ELb0EEC5Ev]+0xbb): undefined reference to `v8::base::Thread::SetThreadLocal(int, void*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(assert-scope.o): In function `v8::internal::PerThreadAssertScope<(v8::internal::PerThreadAssertType)4, false>::~PerThreadAssertScope()':
assert-scope.cc:(.text._ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE4ELb0EED2Ev[_ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE4ELb0EED5Ev]+0x5c): undefined reference to `v8::base::Thread::SetThreadLocal(int, void*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(assert-scope.o): In function `v8::internal::PerThreadAssertScope<(v8::internal::PerThreadAssertType)4, false>::IsAllowed()':
assert-scope.cc:(.text._ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE4ELb0EE9IsAllowedEv[_ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE4ELb0EE9IsAllowedEv]+0x32): undefined reference to `v8::base::Thread::GetThreadLocal(int)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(assert-scope.o): In function `v8::internal::PerThreadAssertScope<(v8::internal::PerThreadAssertType)4, false>::Release()':
assert-scope.cc:(.text._ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE4ELb0EE7ReleaseEv[_ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE4ELb0EE7ReleaseEv]+0x60): undefined reference to `v8::base::Thread::SetThreadLocal(int, void*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(assert-scope.o): In function `v8::internal::PerThreadAssertScope<(v8::internal::PerThreadAssertType)4, true>::PerThreadAssertScope()':
assert-scope.cc:(.text._ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE4ELb1EEC2Ev[_ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE4ELb1EEC5Ev]+0x38): undefined reference to `v8::base::Thread::GetThreadLocal(int)'
assert-scope.cc:(.text._ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE4ELb1EEC2Ev[_ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE4ELb1EEC5Ev]+0xbb): undefined reference to `v8::base::Thread::SetThreadLocal(int, void*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(assert-scope.o): In function `v8::internal::PerThreadAssertScope<(v8::internal::PerThreadAssertType)4, true>::~PerThreadAssertScope()':
assert-scope.cc:(.text._ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE4ELb1EED2Ev[_ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE4ELb1EED5Ev]+0x5c): undefined reference to `v8::base::Thread::SetThreadLocal(int, void*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(assert-scope.o): In function `v8::internal::PerThreadAssertScope<(v8::internal::PerThreadAssertType)4, true>::IsAllowed()':
assert-scope.cc:(.text._ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE4ELb1EE9IsAllowedEv[_ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE4ELb1EE9IsAllowedEv]+0x32): undefined reference to `v8::base::Thread::GetThreadLocal(int)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(assert-scope.o): In function `v8::internal::PerThreadAssertScope<(v8::internal::PerThreadAssertType)4, true>::Release()':
assert-scope.cc:(.text._ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE4ELb1EE7ReleaseEv[_ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE4ELb1EE7ReleaseEv]+0x60): undefined reference to `v8::base::Thread::SetThreadLocal(int, void*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(bootstrapper.o): In function `v8::internal::Genesis::InstallExtension(v8::internal::Isolate*, v8::RegisteredExtension*, v8::internal::Genesis::ExtensionStates*)':
bootstrapper.cc:(.text._ZN2v88internal7Genesis16InstallExtensionEPNS0_7IsolateEPNS_19RegisteredExtensionEPNS1_15ExtensionStatesE+0x209): undefined reference to `v8::base::OS::PrintError(char const*, ...)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(code-stubs.o): In function `_ZN2v88internal10CodeTracer8OpenFileEv.part.57':
code-stubs.cc:(.text._ZN2v88internal10CodeTracer8OpenFileEv.part.57+0x33): undefined reference to `v8::base::OS::FOpen(char const*, char const*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(codegen.o): In function `v8::internal::CodeGenerator::PrintCode(v8::internal::Handle<v8::internal::Code>, v8::internal::CompilationInfo*)':
codegen.cc:(.text._ZN2v88internal13CodeGenerator9PrintCodeENS0_6HandleINS0_4CodeEEEPNS0_15CompilationInfoE+0x10a9): undefined reference to `v8::base::OS::FOpen(char const*, char const*)'
codegen.cc:(.text._ZN2v88internal13CodeGenerator9PrintCodeENS0_6HandleINS0_4CodeEEEPNS0_15CompilationInfoE+0x139f): undefined reference to `v8::base::OS::FOpen(char const*, char const*)'
codegen.cc:(.text._ZN2v88internal13CodeGenerator9PrintCodeENS0_6HandleINS0_4CodeEEEPNS0_15CompilationInfoE+0x1535): undefined reference to `v8::base::OS::FOpen(char const*, char const*)'
codegen.cc:(.text._ZN2v88internal13CodeGenerator9PrintCodeENS0_6HandleINS0_4CodeEEEPNS0_15CompilationInfoE+0x16f3): undefined reference to `v8::base::OS::FOpen(char const*, char const*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(code-assembler.o): In function `v8::internal::compiler::BreakOnNodeDecorator::Decorate(v8::internal::compiler::Node*)':
code-assembler.cc:(.text._ZN2v88internal8compiler20BreakOnNodeDecorator8DecorateEPNS1_4NodeE[_ZN2v88internal8compiler20BreakOnNodeDecorator8DecorateEPNS1_4NodeE]+0x1a): undefined reference to `v8::base::OS::DebugBreak()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(pipeline.o): In function `v8::internal::compiler::PrintGraphPhase::Run(v8::internal::compiler::PipelineData*, v8::internal::Zone*, char const*)':
pipeline.cc:(.text._ZN2v88internal8compiler15PrintGraphPhase3RunEPNS1_12PipelineDataEPNS0_4ZoneEPKc[_ZN2v88internal8compiler15PrintGraphPhase3RunEPNS1_12PipelineDataEPNS0_4ZoneEPKc]+0x469): undefined reference to `v8::base::OS::FOpen(char const*, char const*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(pipeline.o): In function `v8::internal::compiler::(anonymous namespace)::TraceSchedule(v8::internal::CompilationInfo*, v8::internal::compiler::Schedule*)':
pipeline.cc:(.text._ZN2v88internal8compiler12_GLOBAL__N_113TraceScheduleEPNS0_15CompilationInfoEPNS1_8ScheduleE+0x7af): undefined reference to `v8::base::OS::FOpen(char const*, char const*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(pipeline.o): In function `v8::internal::compiler::PipelineImpl::FinalizeCode()':
pipeline.cc:(.text._ZN2v88internal8compiler12PipelineImpl12FinalizeCodeEv+0xd36): undefined reference to `v8::base::OS::FOpen(char const*, char const*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(pipeline.o): In function `v8::internal::compiler::PipelineImpl::AllocateRegisters(v8::internal::RegisterConfiguration const*, v8::internal::compiler::CallDescriptor*, bool)':
pipeline.cc:(.text._ZN2v88internal8compiler12PipelineImpl17AllocateRegistersEPKNS0_21RegisterConfigurationEPNS1_14CallDescriptorEb+0x126d): undefined reference to `v8::base::OS::FOpen(char const*, char const*)'
pipeline.cc:(.text._ZN2v88internal8compiler12PipelineImpl17AllocateRegistersEPKNS0_21RegisterConfigurationEPNS1_14CallDescriptorEb+0x1292): undefined reference to `v8::base::OS::FOpen(char const*, char const*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(pipeline.o):pipeline.cc:(.text._ZN2v88internal8compiler12PipelineImpl29ScheduleAndSelectInstructionsEPNS1_7LinkageEb+0xf49): more undefined references to `v8::base::OS::FOpen(char const*, char const*)' follow
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(hydrogen.o): In function `v8::internal::HTracer::TraceCompilation(v8::internal::CompilationInfo*)':
hydrogen.cc:(.text._ZN2v88internal7HTracer16TraceCompilationEPNS0_15CompilationInfoE+0x1ea): undefined reference to `v8::base::OS::TimeCurrentMillis()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(lithium-allocator.o): In function `v8::internal::LAllocator::TraceAlloc(char const*, ...)':
lithium-allocator.cc:(.text._ZN2v88internal10LAllocator10TraceAllocEPKcz+0xa3): undefined reference to `v8::base::OS::VPrint(char const*, __va_list_tag*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(deoptimizer.o): In function `v8::internal::Deoptimizer::DeoptimizeMarkedCodeForContext(v8::internal::Context*)::SelectedCodeUnlinker::VisitFunction(v8::internal::JSFunction*)':
deoptimizer.cc:(.text._ZZN2v88internal11Deoptimizer30DeoptimizeMarkedCodeForContextEPNS0_7ContextEEN20SelectedCodeUnlinker13VisitFunctionEPNS0_10JSFunctionE+0x17b): undefined reference to `v8::base::OS::FOpen(char const*, char const*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(deoptimizer.o): In function `v8::internal::Deoptimizer::DeoptimizeAll(v8::internal::Isolate*)':
deoptimizer.cc:(.text._ZN2v88internal11Deoptimizer13DeoptimizeAllEPNS0_7IsolateE+0x354): undefined reference to `v8::base::OS::FOpen(char const*, char const*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(deoptimizer.o): In function `v8::internal::Deoptimizer::DeoptimizeMarkedCode(v8::internal::Isolate*)':
deoptimizer.cc:(.text._ZN2v88internal11Deoptimizer20DeoptimizeMarkedCodeEPNS0_7IsolateE+0x2e5): undefined reference to `v8::base::OS::FOpen(char const*, char const*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(deoptimizer.o): In function `v8::internal::Deoptimizer::Deoptimizer(v8::internal::Isolate*, v8::internal::JSFunction*, v8::internal::Deoptimizer::BailoutType, unsigned int, unsigned char*, int)':
deoptimizer.cc:(.text._ZN2v88internal11DeoptimizerC2EPNS0_7IsolateEPNS0_10JSFunctionENS1_11BailoutTypeEjPhi+0x6f0): undefined reference to `v8::base::OS::FOpen(char const*, char const*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(heap.o): In function `v8::internal::Heap::RecordStats(v8::internal::HeapStats*, bool)':
heap.cc:(.text._ZN2v88internal4Heap11RecordStatsEPNS0_9HeapStatsEb+0x19a): undefined reference to `v8::base::OS::GetLastError()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(spaces.o): In function `v8::internal::CodeRange::SetUp(unsigned long)':
spaces.cc:(.text._ZN2v88internal9CodeRange5SetUpEm+0x4d): undefined reference to `v8::base::OS::AllocateAlignment()'
spaces.cc:(.text._ZN2v88internal9CodeRange5SetUpEm+0xf7): undefined reference to `v8::base::OS::CommitPageSize()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(spaces.o): In function `v8::internal::MemoryChunk::CommitArea(unsigned long)':
spaces.cc:(.text._ZN2v88internal11MemoryChunk10CommitAreaEm+0xaa): undefined reference to `v8::base::OS::CommitPageSize()'
spaces.cc:(.text._ZN2v88internal11MemoryChunk10CommitAreaEm+0xc6): undefined reference to `v8::base::OS::CommitPageSize()'
spaces.cc:(.text._ZN2v88internal11MemoryChunk10CommitAreaEm+0x18d): undefined reference to `v8::base::OS::CommitPageSize()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(spaces.o): In function `v8::internal::MemoryAllocator::ShrinkChunk(v8::internal::MemoryChunk*, unsigned long)':
spaces.cc:(.text._ZN2v88internal15MemoryAllocator11ShrinkChunkEPNS0_11MemoryChunkEm+0xc1): undefined reference to `v8::base::OS::CommitPageSize()'
spaces.cc:(.text._ZN2v88internal15MemoryAllocator11ShrinkChunkEPNS0_11MemoryChunkEm+0x9c): undefined reference to `v8::base::OS::Guard(void*, unsigned long)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(spaces.o): In function `v8::internal::Page::ShrinkToHighWaterMark()':
spaces.cc:(.text._ZN2v88internal4Page21ShrinkToHighWaterMarkEv+0x141): undefined reference to `v8::base::OS::CommitPageSize()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(spaces.o): In function `v8::internal::MemoryAllocator::CodePageGuardStartOffset()':
spaces.cc:(.text._ZN2v88internal15MemoryAllocator24CodePageGuardStartOffsetEv+0x25): undefined reference to `v8::base::OS::CommitPageSize()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(spaces.o): In function `v8::internal::MemoryAllocator::CodePageGuardSize()':
spaces.cc:(.text._ZN2v88internal15MemoryAllocator17CodePageGuardSizeEv+0x1d): undefined reference to `v8::base::OS::CommitPageSize()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(spaces.o): In function `v8::internal::MemoryAllocator::CodePageAreaStartOffset()':
spaces.cc:(.text._ZN2v88internal15MemoryAllocator23CodePageAreaStartOffsetEv+0x41): undefined reference to `v8::base::OS::CommitPageSize()'
spaces.cc:(.text._ZN2v88internal15MemoryAllocator23CodePageAreaStartOffsetEv+0x5c): undefined reference to `v8::base::OS::CommitPageSize()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(spaces.o):spaces.cc:(.text._ZN2v88internal15MemoryAllocator21CodePageAreaEndOffsetEv+0x25): more undefined references to `v8::base::OS::CommitPageSize()' follow
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(isolate.o): In function `v8::internal::ThreadId::GetCurrentThreadId()':
isolate.cc:(.text._ZN2v88internal8ThreadId18GetCurrentThreadIdEv+0x10): undefined reference to `v8::base::Thread::GetThreadLocal(int)'
isolate.cc:(.text._ZN2v88internal8ThreadId18GetCurrentThreadIdEv+0x34): undefined reference to `v8::base::Thread::SetThreadLocal(int, void*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(isolate.o): In function `v8::internal::ThreadLocalTop::Initialize()':
isolate.cc:(.text._ZN2v88internal14ThreadLocalTop10InitializeEv+0xbb): undefined reference to `v8::base::Thread::GetThreadLocal(int)'
isolate.cc:(.text._ZN2v88internal14ThreadLocalTop10InitializeEv+0xe3): undefined reference to `v8::base::Thread::SetThreadLocal(int, void*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(isolate.o): In function `v8::internal::Isolate::FindOrAllocatePerThreadDataForThisThread()':
isolate.cc:(.text._ZN2v88internal7Isolate40FindOrAllocatePerThreadDataForThisThreadEv+0x24): undefined reference to `v8::base::Thread::GetThreadLocal(int)'
isolate.cc:(.text._ZN2v88internal7Isolate40FindOrAllocatePerThreadDataForThisThreadEv+0x48): undefined reference to `v8::base::Thread::SetThreadLocal(int, void*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(isolate.o): In function `v8::internal::Isolate::DiscardPerThreadDataForThisThread()':
isolate.cc:(.text._ZN2v88internal7Isolate33DiscardPerThreadDataForThisThreadEv+0x20): undefined reference to `v8::base::Thread::GetThreadLocal(int)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(isolate.o): In function `v8::internal::Isolate::FindPerThreadDataForThisThread()':
isolate.cc:(.text._ZN2v88internal7Isolate30FindPerThreadDataForThisThreadEv+0x22): undefined reference to `v8::base::Thread::GetThreadLocal(int)'
isolate.cc:(.text._ZN2v88internal7Isolate30FindPerThreadDataForThisThreadEv+0x46): undefined reference to `v8::base::Thread::SetThreadLocal(int, void*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(isolate.o): In function `v8::internal::Isolate::InitializeOncePerProcess()':
isolate.cc:(.text._ZN2v88internal7Isolate24InitializeOncePerProcessEv+0x42): undefined reference to `v8::base::Thread::CreateThreadLocalKey()'
isolate.cc:(.text._ZN2v88internal7Isolate24InitializeOncePerProcessEv+0x4d): undefined reference to `v8::base::Thread::CreateThreadLocalKey()'
isolate.cc:(.text._ZN2v88internal7Isolate24InitializeOncePerProcessEv+0x58): undefined reference to `v8::base::Thread::CreateThreadLocalKey()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(isolate.o): In function `v8::internal::Isolate::PushCodeObjectsAndDie(unsigned int, void*, void*, void*, void*, void*, void*, void*, void*, unsigned int)':
isolate.cc:(.text._ZN2v88internal7Isolate21PushCodeObjectsAndDieEjPvS2_S2_S2_S2_S2_S2_S2_j+0x11e): undefined reference to `v8::base::OS::PrintError(char const*, ...)'
isolate.cc:(.text._ZN2v88internal7Isolate21PushCodeObjectsAndDieEjPvS2_S2_S2_S2_S2_S2_S2_j+0x127): undefined reference to `v8::base::OS::Abort()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(isolate.o): In function `v8::internal::Isolate::StackTraceString()':
isolate.cc:(.text._ZN2v88internal7Isolate16StackTraceStringEv+0x44): undefined reference to `v8::base::OS::PrintError(char const*, ...)'
isolate.cc:(.text._ZN2v88internal7Isolate16StackTraceStringEv+0x52): undefined reference to `v8::base::OS::PrintError(char const*, ...)'
isolate.cc:(.text._ZN2v88internal7Isolate16StackTraceStringEv+0x14f): undefined reference to `v8::base::OS::Abort()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(isolate.o): In function `v8::internal::Isolate::PushStackTraceAndDie(unsigned int, void*, void*, void*, void*, void*, void*, void*, void*, unsigned int)':
isolate.cc:(.text._ZN2v88internal7Isolate20PushStackTraceAndDieEjPvS2_S2_S2_S2_S2_S2_S2_j+0xdc): undefined reference to `v8::base::OS::PrintError(char const*, ...)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(isolate.o): In function `v8::internal::Isolate::PrintStack(__sFILE*, v8::internal::Isolate::PrintStackMode)':
isolate.cc:(.text._ZN2v88internal7Isolate10PrintStackEP7__sFILENS1_14PrintStackModeE+0x144): undefined reference to `v8::base::OS::PrintError(char const*, ...)'
isolate.cc:(.text._ZN2v88internal7Isolate10PrintStackEP7__sFILENS1_14PrintStackModeE+0x152): undefined reference to `v8::base::OS::PrintError(char const*, ...)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(isolate.o): In function `v8::internal::ReportBootstrappingException(v8::internal::Handle<v8::internal::Object>, v8::internal::MessageLocation*)':
isolate.cc:(.text._ZN2v88internal28ReportBootstrappingExceptionENS0_6HandleINS0_6ObjectEEEPNS0_15MessageLocationE+0x28): undefined reference to `v8::base::OS::PrintError(char const*, ...)'
isolate.cc:(.text._ZN2v88internal28ReportBootstrappingExceptionENS0_6HandleINS0_6ObjectEEEPNS0_15MessageLocationE+0x7f): undefined reference to `v8::base::OS::PrintError(char const*, ...)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(isolate.o):isolate.cc:(.text._ZN2v88internal28ReportBootstrappingExceptionENS0_6HandleINS0_6ObjectEEEPNS0_15MessageLocationE+0xdb): more undefined references to `v8::base::OS::PrintError(char const*, ...)' follow
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(isolate.o): In function `v8::internal::Isolate::ArchiveThread(char*)':
isolate.cc:(.text._ZN2v88internal7Isolate13ArchiveThreadEPc+0x124): undefined reference to `v8::base::Thread::GetThreadLocal(int)'
isolate.cc:(.text._ZN2v88internal7Isolate13ArchiveThreadEPc+0x14c): undefined reference to `v8::base::Thread::SetThreadLocal(int, void*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(isolate.o): In function `v8::internal::Isolate::SetIsolateThreadLocals(v8::internal::Isolate*, v8::internal::Isolate::PerIsolateThreadData*)':
isolate.cc:(.text._ZN2v88internal7Isolate22SetIsolateThreadLocalsEPS1_PNS1_20PerIsolateThreadDataE+0x16): undefined reference to `v8::base::Thread::SetThreadLocal(int, void*)'
isolate.cc:(.text._ZN2v88internal7Isolate22SetIsolateThreadLocalsEPS1_PNS1_20PerIsolateThreadDataE+0x2a): undefined reference to `v8::base::Thread::SetThreadLocal(int, void*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(isolate.o): In function `v8::internal::Isolate::InitializeThreadLocal()':
isolate.cc:(.text._ZN2v88internal7Isolate21InitializeThreadLocalEv+0xe0): undefined reference to `v8::base::Thread::GetThreadLocal(int)'
isolate.cc:(.text._ZN2v88internal7Isolate21InitializeThreadLocalEv+0x108): undefined reference to `v8::base::Thread::SetThreadLocal(int, void*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(isolate.o): In function `v8::internal::Isolate::Enter()':
isolate.cc:(.text._ZN2v88internal7Isolate5EnterEv+0x26): undefined reference to `v8::base::Thread::GetThreadLocal(int)'
isolate.cc:(.text._ZN2v88internal7Isolate5EnterEv+0x81): undefined reference to `v8::base::Thread::SetThreadLocal(int, void*)'
isolate.cc:(.text._ZN2v88internal7Isolate5EnterEv+0x8f): undefined reference to `v8::base::Thread::SetThreadLocal(int, void*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(isolate.o): In function `v8::internal::Isolate::Exit()':
isolate.cc:(.text._ZN2v88internal7Isolate4ExitEv+0x4b): undefined reference to `v8::base::Thread::SetThreadLocal(int, void*)'
isolate.cc:(.text._ZN2v88internal7Isolate4ExitEv+0x5d): undefined reference to `v8::base::Thread::SetThreadLocal(int, void*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(isolate.o): In function `v8::internal::Isolate::GetHTracer()':
isolate.cc:(.text._ZN2v88internal7Isolate10GetHTracerEv+0xd9): undefined reference to `v8::base::OS::GetCurrentProcessId()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(isolate.o): In function `v8::internal::Isolate::GetCodeTracer()':
isolate.cc:(.text._ZN2v88internal7Isolate13GetCodeTracerEv+0xc7): undefined reference to `v8::base::OS::GetCurrentProcessId()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(isolate.o): In function `v8::internal::Isolate::GetTurboCfgFileName()':
isolate.cc:(.text._ZN2v88internal7Isolate19GetTurboCfgFileNameEv+0x1d1): undefined reference to `v8::base::OS::GetCurrentProcessId()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(isolate.o): In function `v8::internal::Isolate::PrintWithTimestamp(char const*, ...)':
isolate.cc:(.text._ZN2v88internal7Isolate18PrintWithTimestampEPKcz+0x81): undefined reference to `v8::base::OS::GetCurrentProcessId()'
isolate.cc:(.text._ZN2v88internal7Isolate18PrintWithTimestampEPKcz+0x9f): undefined reference to `v8::base::OS::Print(char const*, ...)'
isolate.cc:(.text._ZN2v88internal7Isolate18PrintWithTimestampEPKcz+0xdb): undefined reference to `v8::base::OS::VPrint(char const*, __va_list_tag*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(isolate.o): In function `v8::internal::Isolate::Throw(v8::internal::Object*, v8::internal::MessageLocation*)':
isolate.cc:(.text._ZN2v88internal7Isolate5ThrowEPNS0_6ObjectEPNS0_15MessageLocationE+0x231): undefined reference to `v8::base::OS::Abort()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(isolate.o): In function `_ZN2v88internal7Isolate5ThrowEPNS0_6ObjectEPNS0_15MessageLocationE.constprop.329':
isolate.cc:(.text._ZN2v88internal7Isolate5ThrowEPNS0_6ObjectEPNS0_15MessageLocationE.constprop.329+0x22b): undefined reference to `v8::base::OS::Abort()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(isolate.o): In function `v8::internal::Isolate::ThrowIllegalOperation()':
isolate.cc:(.text._ZN2v88internal7Isolate21ThrowIllegalOperationEv+0x83): undefined reference to `v8::base::OS::PrintError(char const*, ...)'
isolate.cc:(.text._ZN2v88internal7Isolate21ThrowIllegalOperationEv+0x91): undefined reference to `v8::base::OS::PrintError(char const*, ...)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(isolate.o): In function `v8::internal::Isolate::TearDown()':
isolate.cc:(.text._ZN2v88internal7Isolate8TearDownEv+0x1b): undefined reference to `v8::base::Thread::GetThreadLocal(int)'
isolate.cc:(.text._ZN2v88internal7Isolate8TearDownEv+0x29): undefined reference to `v8::base::Thread::GetThreadLocal(int)'
isolate.cc:(.text._ZN2v88internal7Isolate8TearDownEv+0x3a): undefined reference to `v8::base::Thread::SetThreadLocal(int, void*)'
isolate.cc:(.text._ZN2v88internal7Isolate8TearDownEv+0x47): undefined reference to `v8::base::Thread::SetThreadLocal(int, void*)'
isolate.cc:(.text._ZN2v88internal7Isolate8TearDownEv+0xd4): undefined reference to `v8::base::Thread::SetThreadLocal(int, void*)'
isolate.cc:(.text._ZN2v88internal7Isolate8TearDownEv+0xf0): undefined reference to `v8::base::Thread::SetThreadLocal(int, void*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(log.o): In function `v8::internal::SamplingThread::~SamplingThread()':
log.cc:(.text._ZN2v88internal14SamplingThreadD2Ev[_ZN2v88internal14SamplingThreadD5Ev]+0x14): undefined reference to `v8::base::Thread::~Thread()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(log.o): In function `v8::internal::SamplingThread::~SamplingThread()':
log.cc:(.text._ZN2v88internal14SamplingThreadD0Ev[_ZN2v88internal14SamplingThreadD5Ev]+0x1b): undefined reference to `v8::base::Thread::~Thread()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(log.o): In function `v8::internal::Profiler::~Profiler()':
log.cc:(.text._ZN2v88internal8ProfilerD2Ev[_ZN2v88internal8ProfilerD5Ev]+0x34): undefined reference to `v8::base::Thread::~Thread()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(log.o): In function `v8::internal::Profiler::~Profiler()':
log.cc:(.text._ZN2v88internal8ProfilerD0Ev[_ZN2v88internal8ProfilerD5Ev]+0x2e): undefined reference to `v8::base::Thread::~Thread()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(log.o): In function `v8::internal::SamplingThread::Run()':
log.cc:(.text._ZN2v88internal14SamplingThread3RunEv[_ZN2v88internal14SamplingThread3RunEv]+0x32): undefined reference to `v8::base::OS::Sleep(v8::base::TimeDelta)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(log.o): In function `v8::internal::PerfBasicLogger::LogRecordedBuffer(v8::internal::AbstractCode*, v8::internal::SharedFunctionInfo*, char const*, int)':
log.cc:(.text._ZN2v88internal15PerfBasicLogger17LogRecordedBufferEPNS0_12AbstractCodeEPNS0_18SharedFunctionInfoEPKci+0x45): undefined reference to `v8::base::OS::FPrint(__sFILE*, char const*, ...)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(log.o): In function `_ZN2v88internal8Profiler9DisengageEv.part.51':
log.cc:(.text._ZN2v88internal8Profiler9DisengageEv.part.51+0x52): undefined reference to `v8::base::Thread::Join()'
log.cc:(.text._ZN2v88internal8Profiler9DisengageEv.part.51+0xf3): undefined reference to `v8::base::Thread::Join()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(log.o): In function `_ZN2v88internal8Profiler6EngageEv.part.102':
log.cc:(.text._ZN2v88internal8Profiler6EngageEv.part.102+0x10f): undefined reference to `v8::base::Thread::Start()'
log.cc:(.text._ZN2v88internal8Profiler6EngageEv.part.102+0x160): undefined reference to `v8::base::Thread::Start()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(log.o): In function `v8::internal::PerfBasicLogger::PerfBasicLogger()':
log.cc:(.text._ZN2v88internal15PerfBasicLoggerC2Ev+0x65): undefined reference to `v8::base::OS::GetCurrentProcessId()'
log.cc:(.text._ZN2v88internal15PerfBasicLoggerC2Ev+0x88): undefined reference to `v8::base::OS::LogFileOpenMode'
log.cc:(.text._ZN2v88internal15PerfBasicLoggerC2Ev+0x93): undefined reference to `v8::base::OS::FOpen(char const*, char const*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(log.o): In function `v8::internal::LowLevelLogger::LowLevelLogger(char const*)':
log.cc:(.text._ZN2v88internal14LowLevelLoggerC2EPKc+0x8d): undefined reference to `v8::base::OS::LogFileOpenMode'
log.cc:(.text._ZN2v88internal14LowLevelLoggerC2EPKc+0xa0): undefined reference to `v8::base::OS::FOpen(char const*, char const*)'
log.cc:(.text._ZN2v88internal14LowLevelLoggerC2EPKc+0x11c): undefined reference to `v8::base::OS::LogFileOpenMode'
log.cc:(.text._ZN2v88internal14LowLevelLoggerC2EPKc+0x12e): undefined reference to `v8::base::OS::FOpen(char const*, char const*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(log.o): In function `v8::internal::Profiler::Profiler(v8::internal::Isolate*)':
log.cc:(.text._ZN2v88internal8ProfilerC2EPNS0_7IsolateE+0x35): undefined reference to `v8::base::Thread::Thread(v8::base::Thread::Options const&)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(log.o): In function `v8::internal::Logger::ResourceEvent(char const*, char const*)':
log.cc:(.text._ZN2v88internal6Logger13ResourceEventEPKcS3_+0x73): undefined reference to `v8::base::OS::GetUserTime(unsigned int*, unsigned int*)'
log.cc:(.text._ZN2v88internal6Logger13ResourceEventEPKcS3_+0x94): undefined reference to `v8::base::OS::TimeCurrentMillis()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(log.o): In function `v8::internal::Logger::HeapSampleBeginEvent(char const*, char const*)':
log.cc:(.text._ZN2v88internal6Logger20HeapSampleBeginEventEPKcS3_+0x48): undefined reference to `v8::base::OS::TimeCurrentMillis()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(log.o): In function `v8::internal::Logger::SetUp(v8::internal::Isolate*)':
log.cc:(.text._ZN2v88internal6Logger5SetUpEPNS0_7IsolateE+0x1d1): undefined reference to `v8::base::OS::isDirectorySeparator(char)'
log.cc:(.text._ZN2v88internal6Logger5SetUpEPNS0_7IsolateE+0x263): undefined reference to `v8::base::OS::TimeCurrentMillis()'
log.cc:(.text._ZN2v88internal6Logger5SetUpEPNS0_7IsolateE+0x294): undefined reference to `v8::base::OS::isDirectorySeparator(char)'
log.cc:(.text._ZN2v88internal6Logger5SetUpEPNS0_7IsolateE+0x4bf): undefined reference to `v8::base::Thread::Thread(v8::base::Thread::Options const&)'
log.cc:(.text._ZN2v88internal6Logger5SetUpEPNS0_7IsolateE+0x629): undefined reference to `v8::base::OS::GetCurrentProcessId()'
log.cc:(.text._ZN2v88internal6Logger5SetUpEPNS0_7IsolateE+0x7d7): undefined reference to `v8::base::Thread::Thread(v8::base::Thread::Options const&)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(objects.o): In function `v8::internal::DependentCode::SetMarkedForDeoptimization(v8::internal::Code*, v8::internal::DependentCode::DependencyGroup)':
objects.cc:(.text._ZN2v88internal13DependentCode26SetMarkedForDeoptimizationEPNS0_4CodeENS1_15DependencyGroupE+0x1b2): undefined reference to `v8::base::OS::FOpen(char const*, char const*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(objects.o): In function `v8::internal::JSDate::CurrentTimeValue(v8::internal::Isolate*)':
objects.cc:(.text._ZN2v88internal6JSDate16CurrentTimeValueEPNS0_7IsolateE+0x2a): undefined reference to `v8::base::OS::TimeCurrentMillis()'
objects.cc:(.text._ZN2v88internal6JSDate16CurrentTimeValueEPNS0_7IsolateE+0x3e): undefined reference to `v8::base::OS::TimeCurrentMillis()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(cpu-profiler.o): In function `v8::internal::ProfilerEventsProcessor::~ProfilerEventsProcessor()':
cpu-profiler.cc:(.text._ZN2v88internal23ProfilerEventsProcessorD2Ev+0xb0): undefined reference to `v8::base::Thread::~Thread()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(cpu-profiler.o): In function `v8::internal::ProfilerEventsProcessor::~ProfilerEventsProcessor()':
cpu-profiler.cc:(.text._ZN2v88internal23ProfilerEventsProcessorD0Ev+0xac): undefined reference to `v8::base::Thread::~Thread()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(cpu-profiler.o): In function `v8::internal::ProfilerEventsProcessor::ProfilerEventsProcessor(v8::internal::Isolate*, v8::internal::ProfileGenerator*, v8::base::TimeDelta)':
cpu-profiler.cc:(.text._ZN2v88internal23ProfilerEventsProcessorC2EPNS0_7IsolateEPNS0_16ProfileGeneratorENS_4base9TimeDeltaE+0x3f): undefined reference to `v8::base::Thread::Thread(v8::base::Thread::Options const&)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(cpu-profiler.o): In function `v8::internal::ProfilerEventsProcessor::StopSynchronously()':
cpu-profiler.cc:(.text._ZN2v88internal23ProfilerEventsProcessor17StopSynchronouslyEv+0x12): undefined reference to `v8::base::Thread::Join()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(cpu-profiler.o): In function `v8::internal::ProfilerEventsProcessor::Run()':
cpu-profiler.cc:(.text._ZN2v88internal23ProfilerEventsProcessor3RunEv+0x70): undefined reference to `v8::base::OS::Sleep(v8::base::TimeDelta)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(cpu-profiler.o): In function `v8::internal::CpuProfiler::StopProcessor()':
cpu-profiler.cc:(.text._ZN2v88internal11CpuProfiler13StopProcessorEv+0x3e): undefined reference to `v8::base::Thread::Join()'
cpu-profiler.cc:(.text._ZN2v88internal11CpuProfiler13StopProcessorEv+0x11c): undefined reference to `v8::base::Thread::~Thread()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(cpu-profiler.o): In function `v8::internal::CpuProfiler::~CpuProfiler()':
cpu-profiler.cc:(.text._ZN2v88internal11CpuProfilerD2Ev+0x12c): undefined reference to `v8::base::Thread::~Thread()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(cpu-profiler.o): In function `v8::internal::CpuProfiler::StopProcessorIfLastProfile(char const*)':
cpu-profiler.cc:(.text._ZN2v88internal11CpuProfiler26StopProcessorIfLastProfileEPKc+0x58): undefined reference to `v8::base::Thread::Join()'
cpu-profiler.cc:(.text._ZN2v88internal11CpuProfiler26StopProcessorIfLastProfileEPKc+0x13c): undefined reference to `v8::base::Thread::~Thread()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(cpu-profiler.o): In function `v8::internal::CpuProfiler::StartProcessorIfNotStarted()':
cpu-profiler.cc:(.text._ZN2v88internal11CpuProfiler26StartProcessorIfNotStartedEv+0x194): undefined reference to `v8::base::Thread::~Thread()'
cpu-profiler.cc:(.text._ZN2v88internal11CpuProfiler26StartProcessorIfNotStartedEv+0x225): undefined reference to `v8::base::Thread::Start()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(heap-snapshot-generator.o): In function `v8::internal::HeapEntry::Print(char const*, char const*, int, int)':
heap-snapshot-generator.cc:(.text._ZN2v88internal9HeapEntry5PrintEPKcS3_ii+0x46): undefined reference to `v8::base::OS::Print(char const*, ...)'
heap-snapshot-generator.cc:(.text._ZN2v88internal9HeapEntry5PrintEPKcS3_ii+0x75): undefined reference to `v8::base::OS::Print(char const*, ...)'
heap-snapshot-generator.cc:(.text._ZN2v88internal9HeapEntry5PrintEPKcS3_ii+0x3ca): undefined reference to `v8::base::OS::Print(char const*, ...)'
heap-snapshot-generator.cc:(.text._ZN2v88internal9HeapEntry5PrintEPKcS3_ii+0x3ee): undefined reference to `v8::base::OS::Print(char const*, ...)'
heap-snapshot-generator.cc:(.text._ZN2v88internal9HeapEntry5PrintEPKcS3_ii+0x41b): undefined reference to `v8::base::OS::Print(char const*, ...)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(heap-snapshot-generator.o):heap-snapshot-generator.cc:(.text._ZN2v88internal9HeapEntry5PrintEPKcS3_ii+0x43a): more undefined references to `v8::base::OS::Print(char const*, ...)' follow
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(jsregexp.o): In function `v8::internal::RegExpCompiler::Assemble(v8::internal::RegExpMacroAssembler*, v8::internal::RegExpNode*, int, v8::internal::Handle<v8::internal::String>)':
jsregexp.cc:(.text._ZN2v88internal14RegExpCompiler8AssembleEPNS0_20RegExpMacroAssemblerEPNS0_10RegExpNodeEiNS0_6HandleINS0_6StringEEE+0x51d): undefined reference to `v8::base::OS::FOpen(char const*, char const*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(deserializer.o): In function `_ZN2v88internal12Deserializer28PrintDisassembledCodeObjectsEv.part.140':
deserializer.cc:(.text._ZN2v88internal12Deserializer28PrintDisassembledCodeObjectsEv.part.140+0x125): undefined reference to `v8::base::OS::FOpen(char const*, char const*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(serializer-common.o): In function `v8::internal::ExternalReferenceEncoder::Encode(unsigned char*) const':
serializer-common.cc:(.text._ZNK2v88internal24ExternalReferenceEncoder6EncodeEPh+0x3d): undefined reference to `v8::base::OS::PrintError(char const*, ...)'
serializer-common.cc:(.text._ZNK2v88internal24ExternalReferenceEncoder6EncodeEPh+0x58): undefined reference to `v8::base::OS::PrintError(char const*, ...)'
serializer-common.cc:(.text._ZNK2v88internal24ExternalReferenceEncoder6EncodeEPh+0x5d): undefined reference to `v8::base::OS::Abort()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(traced-value.o): In function `v8::tracing::(anonymous namespace)::EscapeAndAppendString(char const*, std::string*)':
traced-value.cc:(.text._ZN2v87tracing12_GLOBAL__N_121EscapeAndAppendStringEPKcPSs+0x18a): undefined reference to `v8::base::OS::SNPrintF(char*, int, char const*, ...)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(utils.o): In function `v8::internal::PrintF(char const*, ...)':
utils.cc:(.text._ZN2v88internal6PrintFEPKcz+0x97): undefined reference to `v8::base::OS::VPrint(char const*, __va_list_tag*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(utils.o): In function `v8::internal::PrintF(__sFILE*, char const*, ...)':
utils.cc:(.text._ZN2v88internal6PrintFEP7__sFILEPKcz+0x90): undefined reference to `v8::base::OS::VFPrint(__sFILE*, char const*, __va_list_tag*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(utils.o): In function `v8::internal::PrintPID(char const*, ...)':
utils.cc:(.text._ZN2v88internal8PrintPIDEPKcz+0x6a): undefined reference to `v8::base::OS::GetCurrentProcessId()'
utils.cc:(.text._ZN2v88internal8PrintPIDEPKcz+0x7a): undefined reference to `v8::base::OS::Print(char const*, ...)'
utils.cc:(.text._ZN2v88internal8PrintPIDEPKcz+0xb6): undefined reference to `v8::base::OS::VPrint(char const*, __va_list_tag*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(utils.o): In function `v8::internal::PrintIsolate(void*, char const*, ...)':
utils.cc:(.text._ZN2v88internal12PrintIsolateEPvPKcz+0x68): undefined reference to `v8::base::OS::GetCurrentProcessId()'
utils.cc:(.text._ZN2v88internal12PrintIsolateEPvPKcz+0x7b): undefined reference to `v8::base::OS::Print(char const*, ...)'
utils.cc:(.text._ZN2v88internal12PrintIsolateEPvPKcz+0xb7): undefined reference to `v8::base::OS::VPrint(char const*, __va_list_tag*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(utils.o): In function `v8::internal::SNPrintF(v8::internal::Vector<char>, char const*, ...)':
utils.cc:(.text._ZN2v88internal8SNPrintFENS0_6VectorIcEEPKcz+0x89): undefined reference to `v8::base::OS::VSNPrintF(char*, int, char const*, __va_list_tag*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(utils.o): In function `v8::internal::VSNPrintF(v8::internal::Vector<char>, char const*, __va_list_tag*)':
utils.cc:(.text._ZN2v88internal9VSNPrintFENS0_6VectorIcEEPKcP13__va_list_tag+0x6): undefined reference to `v8::base::OS::VSNPrintF(char*, int, char const*, __va_list_tag*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(utils.o): In function `v8::internal::StrNCpy(v8::internal::Vector<char>, char const*, unsigned long)':
utils.cc:(.text._ZN2v88internal7StrNCpyENS0_6VectorIcEEPKcm+0x6): undefined reference to `v8::base::OS::StrNCpy(char*, int, char const*, unsigned long)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(utils.o): In function `v8::internal::ReadCharsFromFile(__sFILE*, int*, int, bool, char const*)':
utils.cc:(.text._ZN2v88internal17ReadCharsFromFileEP7__sFILEPiibPKc+0xad): undefined reference to `v8::base::OS::PrintError(char const*, ...)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(utils.o): In function `v8::internal::ReadCharsFromFile(char const*, int*, int, bool)':
utils.cc:(.text._ZN2v88internal17ReadCharsFromFileEPKcPiib+0x24): undefined reference to `v8::base::OS::FOpen(char const*, char const*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(utils.o): In function `v8::internal::ReadBytes(char const*, int*, bool)':
utils.cc:(.text._ZN2v88internal9ReadBytesEPKcPib+0x1b): undefined reference to `v8::base::OS::FOpen(char const*, char const*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(utils.o): In function `v8::internal::ReadFile(char const*, bool*, bool)':
utils.cc:(.text._ZN2v88internal8ReadFileEPKcPbb+0x2c): undefined reference to `v8::base::OS::FOpen(char const*, char const*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(utils.o): In function `v8::internal::AppendChars(char const*, char const*, int, bool)':
utils.cc:(.text._ZN2v88internal11AppendCharsEPKcS2_ib+0x27): undefined reference to `v8::base::OS::FOpen(char const*, char const*)'
utils.cc:(.text._ZN2v88internal11AppendCharsEPKcS2_ib+0x99): undefined reference to `v8::base::OS::PrintError(char const*, ...)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(utils.o): In function `v8::internal::WriteChars(char const*, char const*, int, bool)':
utils.cc:(.text._ZN2v88internal10WriteCharsEPKcS2_ib+0x27): undefined reference to `v8::base::OS::FOpen(char const*, char const*)'
utils.cc:(.text._ZN2v88internal10WriteCharsEPKcS2_ib+0x99): undefined reference to `v8::base::OS::PrintError(char const*, ...)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(utils.o): In function `v8::internal::WriteBytes(char const*, unsigned char const*, int, bool)':
utils.cc:(.text._ZN2v88internal10WriteBytesEPKcPKhib+0x27): undefined reference to `v8::base::OS::FOpen(char const*, char const*)'
utils.cc:(.text._ZN2v88internal10WriteBytesEPKcPKhib+0x99): undefined reference to `v8::base::OS::PrintError(char const*, ...)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(utils.o): In function `v8::internal::StringBuilder::AddFormatted(char const*, ...)':
utils.cc:(.text._ZN2v88internal13StringBuilder12AddFormattedEPKcz+0xa8): undefined reference to `v8::base::OS::VSNPrintF(char*, int, char const*, __va_list_tag*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(utils.o): In function `v8::internal::StringBuilder::AddFormattedList(char const*, __va_list_tag*)':
utils.cc:(.text._ZN2v88internal13StringBuilder16AddFormattedListEPKcP13__va_list_tag+0x23): undefined reference to `v8::base::OS::VSNPrintF(char*, int, char const*, __va_list_tag*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(v8.o): In function `v8::internal::V8::InitializeOncePerProcessImpl()':
v8.cc:(.text._ZN2v88internal2V828InitializeOncePerProcessImplEv+0x88): undefined reference to `v8::base::OS::Initialize(long long, bool, char const*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(wasm-module.o): In function `_ZN2v88internal4wasm14NewArrayBufferEPNS0_7IsolateEmb.part.168':
wasm-module.cc:(.text._ZN2v88internal4wasm14NewArrayBufferEPNS0_7IsolateEmb.part.168+0x1f): undefined reference to `v8::base::OS::CommitPageSize()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(codegen-x64.o): In function `v8::internal::CreateSqrtFunction(v8::internal::Isolate*)':
codegen-x64.cc:(.text._ZN2v88internal18CreateSqrtFunctionEPNS0_7IsolateE+0x34): undefined reference to `v8::base::OS::Allocate(unsigned long, unsigned long*, bool)'
codegen-x64.cc:(.text._ZN2v88internal18CreateSqrtFunctionEPNS0_7IsolateE+0xa9): undefined reference to `v8::base::OS::ProtectCode(void*, unsigned long)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(macro-assembler-x64.o): In function `v8::internal::MacroAssembler::CheckStackAlignment()':
macro-assembler-x64.cc:(.text._ZN2v88internal14MacroAssembler19CheckStackAlignmentEv+0x1c): undefined reference to `v8::base::OS::ActivationFrameAlignment()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(macro-assembler-x64.o): In function `v8::internal::MacroAssembler::EnterExitFrameEpilogue(int, bool)':
macro-assembler-x64.cc:(.text._ZN2v88internal14MacroAssembler22EnterExitFrameEpilogueEib+0x60): undefined reference to `v8::base::OS::ActivationFrameAlignment()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(macro-assembler-x64.o): In function `v8::internal::MacroAssembler::PrepareCallCFunction(int)':
macro-assembler-x64.cc:(.text._ZN2v88internal14MacroAssembler20PrepareCallCFunctionEi+0x25): undefined reference to `v8::base::OS::ActivationFrameAlignment()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(macro-assembler-x64.o): In function `v8::internal::MacroAssembler::CallCFunction(v8::internal::ExternalReference, int)':
macro-assembler-x64.cc:(.text._ZN2v88internal14MacroAssembler13CallCFunctionENS0_17ExternalReferenceEi+0xc1): undefined reference to `v8::base::OS::ActivationFrameAlignment()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(macro-assembler-x64.o): In function `v8::internal::MacroAssembler::CallCFunction(v8::internal::Register, int)':
macro-assembler-x64.cc:(.text._ZN2v88internal14MacroAssembler13CallCFunctionENS0_8RegisterEi+0xb1): undefined reference to `v8::base::OS::ActivationFrameAlignment()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(asm-types.o): In function `v8::internal::wasm::AsmFunctionTableType::Name()':
asm-types.cc:(.text._ZN2v88internal4wasm20AsmFunctionTableType4NameEv+0x43): undefined reference to `v8::base::OS::SNPrintF(char*, int, char const*, ...)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(compilation-statistics.o): In function `_ZN2v88internalL9WriteLineERSobPKcRKNS0_21CompilationStatistics10BasicStatsES7_':
compilation-statistics.cc:(.text._ZN2v88internalL9WriteLineERSobPKcRKNS0_21CompilationStatistics10BasicStatsES7_+0xcc): undefined reference to `v8::base::OS::SNPrintF(char*, int, char const*, ...)'
compilation-statistics.cc:(.text._ZN2v88internalL9WriteLineERSobPKcRKNS0_21CompilationStatistics10BasicStatsES7_+0x1a5): undefined reference to `v8::base::OS::SNPrintF(char*, int, char const*, ...)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(graph-visualizer.o): In function `v8::internal::compiler::GraphC1Visualizer::PrintCompilation(v8::internal::CompilationInfo const*)':
graph-visualizer.cc:(.text._ZN2v88internal8compiler17GraphC1Visualizer16PrintCompilationEPKNS0_15CompilationInfoE+0x13a): undefined reference to `v8::base::OS::TimeCurrentMillis()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(optimizing-compile-dispatcher.o): In function `v8::internal::OptimizingCompileDispatcher::CompileTask::Run()':
optimizing-compile-dispatcher.cc:(.text._ZN2v88internal27OptimizingCompileDispatcher11CompileTask3RunEv[_ZN2v88internal27OptimizingCompileDispatcher11CompileTask3RunEv]+0x249): undefined reference to `v8::base::OS::Sleep(v8::base::TimeDelta)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(compilation-phase.o): In function `v8::internal::CompilationPhase::ShouldProduceTraceOutput() const':
compilation-phase.cc:(.text._ZNK2v88internal16CompilationPhase24ShouldProduceTraceOutputEv+0x5f): undefined reference to `v8::base::OS::StrChr(char*, int)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(hydrogen-bce.o): In function `v8::internal::HBoundsCheckEliminationPhase::PreProcessBlock(v8::internal::HBasicBlock*)':
hydrogen-bce.cc:(.text._ZN2v88internal28HBoundsCheckEliminationPhase15PreProcessBlockEPNS0_11HBasicBlockE+0x5c2): undefined reference to `v8::base::OS::Print(char const*, ...)'
hydrogen-bce.cc:(.text._ZN2v88internal28HBoundsCheckEliminationPhase15PreProcessBlockEPNS0_11HBasicBlockE+0x5db): undefined reference to `v8::base::OS::Print(char const*, ...)'
hydrogen-bce.cc:(.text._ZN2v88internal28HBoundsCheckEliminationPhase15PreProcessBlockEPNS0_11HBasicBlockE+0x649): undefined reference to `v8::base::OS::Print(char const*, ...)'
hydrogen-bce.cc:(.text._ZN2v88internal28HBoundsCheckEliminationPhase15PreProcessBlockEPNS0_11HBasicBlockE+0x7b1): undefined reference to `v8::base::OS::Print(char const*, ...)'
hydrogen-bce.cc:(.text._ZN2v88internal28HBoundsCheckEliminationPhase15PreProcessBlockEPNS0_11HBasicBlockE+0xd0b): undefined reference to `v8::base::OS::Print(char const*, ...)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(hydrogen-bce.o):hydrogen-bce.cc:(.text._ZN2v88internal28HBoundsCheckEliminationPhase15PreProcessBlockEPNS0_11HBasicBlockE+0xd51): more undefined references to `v8::base::OS::Print(char const*, ...)' follow
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(hydrogen-gvn.o): In function `v8::internal::TraceGVN(char const*, ...)':
hydrogen-gvn.cc:(.text._ZN2v88internal8TraceGVNEPKcz+0x97): undefined reference to `v8::base::OS::VPrint(char const*, __va_list_tag*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(hydrogen-range-analysis.o): In function `_ZN2v88internal19HRangeAnalysisPhase10TraceRangeEPKcz.constprop.49':
hydrogen-range-analysis.cc:(.text._ZN2v88internal19HRangeAnalysisPhase10TraceRangeEPKcz.constprop.49+0xa3): undefined reference to `v8::base::OS::VPrint(char const*, __va_list_tag*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(hydrogen-range-analysis.o): In function `v8::internal::HRangeAnalysisPhase::TraceRange(char const*, ...)':
hydrogen-range-analysis.cc:(.text._ZN2v88internal19HRangeAnalysisPhase10TraceRangeEPKcz+0x9f): undefined reference to `v8::base::OS::VPrint(char const*, __va_list_tag*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(gc-tracer.o): In function `v8::internal::GCTracer::Output(char const*, ...) const':
gc-tracer.cc:(.text._ZNK2v88internal8GCTracer6OutputEPKcz+0xb5): undefined reference to `v8::base::OS::VPrint(char const*, __va_list_tag*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(gc-tracer.o): In function `v8::internal::GCTracer::Print() const':
gc-tracer.cc:(.text._ZNK2v88internal8GCTracer5PrintEv+0x18e): undefined reference to `v8::base::OS::GetCurrentProcessId()'
gc-tracer.cc:(.text._ZNK2v88internal8GCTracer5PrintEv+0x303): undefined reference to `v8::base::OS::SNPrintF(char*, int, char const*, ...)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(handler-compiler.o): In function `v8::internal::PropertyHandlerCompiler::GetCode(v8::internal::Code::Kind, v8::internal::Handle<v8::internal::Name>)':
handler-compiler.cc:(.text._ZN2v88internal23PropertyHandlerCompiler7GetCodeENS0_4Code4KindENS0_6HandleINS0_4NameEEE+0x231): undefined reference to `v8::base::OS::FOpen(char const*, char const*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(log-utils.o): In function `v8::internal::Log::OpenTemporaryFile()':
log-utils.cc:(.text._ZN2v88internal3Log17OpenTemporaryFileEv+0xd): undefined reference to `v8::base::OS::OpenTemporaryFile()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(log-utils.o): In function `v8::internal::Log::OpenFile(char const*)':
log-utils.cc:(.text._ZN2v88internal3Log8OpenFileEPKc+0x12): undefined reference to `v8::base::OS::LogFileOpenMode'
log-utils.cc:(.text._ZN2v88internal3Log8OpenFileEPKc+0x1a): undefined reference to `v8::base::OS::FOpen(char const*, char const*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(log-utils.o): In function `v8::internal::Log::Initialize(char const*)':
log-utils.cc:(.text._ZN2v88internal3Log10InitializeEPKc+0x264): undefined reference to `v8::base::OS::OpenTemporaryFile()'
log-utils.cc:(.text._ZN2v88internal3Log10InitializeEPKc+0x27b): undefined reference to `v8::base::OS::LogFileOpenMode'
log-utils.cc:(.text._ZN2v88internal3Log10InitializeEPKc+0x286): undefined reference to `v8::base::OS::FOpen(char const*, char const*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(allocation-tracker.o): In function `v8::internal::AllocationTraceNode::Print(int, v8::internal::AllocationTracker*)':
allocation-tracker.cc:(.text._ZN2v88internal19AllocationTraceNode5PrintEiPNS0_17AllocationTrackerE+0x3f): undefined reference to `v8::base::OS::Print(char const*, ...)'
allocation-tracker.cc:(.text._ZN2v88internal19AllocationTraceNode5PrintEiPNS0_17AllocationTrackerE+0x6b): undefined reference to `v8::base::OS::Print(char const*, ...)'
allocation-tracker.cc:(.text._ZN2v88internal19AllocationTraceNode5PrintEiPNS0_17AllocationTrackerE+0x79): undefined reference to `v8::base::OS::Print(char const*, ...)'
allocation-tracker.cc:(.text._ZN2v88internal19AllocationTraceNode5PrintEiPNS0_17AllocationTrackerE+0x10a): undefined reference to `v8::base::OS::Print(char const*, ...)'
allocation-tracker.cc:(.text._ZN2v88internal19AllocationTraceNode5PrintEiPNS0_17AllocationTrackerE+0x136): undefined reference to `v8::base::OS::Print(char const*, ...)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(allocation-tracker.o):allocation-tracker.cc:(.text._ZN2v88internal19AllocationTraceNode5PrintEiPNS0_17AllocationTrackerE+0x144): more undefined references to `v8::base::OS::Print(char const*, ...)' follow
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(runtime-test.o): In function `_ZN2v88internalL25Stats_Runtime_SystemBreakEiPPNS0_6ObjectEPNS0_7IsolateE.isra.112':
runtime-test.cc:(.text._ZN2v88internalL25Stats_Runtime_SystemBreakEiPPNS0_6ObjectEPNS0_7IsolateE.isra.112+0x100): undefined reference to `v8::base::OS::DebugBreak()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(runtime-test.o): In function `_ZN2v88internalL35Stats_Runtime_GetOptimizationStatusEiPPNS0_6ObjectEPNS0_7IsolateE':
runtime-test.cc:(.text._ZN2v88internalL35Stats_Runtime_GetOptimizationStatusEiPPNS0_6ObjectEPNS0_7IsolateE+0x26a): undefined reference to `v8::base::OS::Sleep(v8::base::TimeDelta)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(runtime-test.o): In function `v8::internal::Runtime_GetOptimizationStatus(int, v8::internal::Object**, v8::internal::Isolate*)':
runtime-test.cc:(.text._ZN2v88internal29Runtime_GetOptimizationStatusEiPPNS0_6ObjectEPNS0_7IsolateE+0x14a): undefined reference to `v8::base::OS::Sleep(v8::base::TimeDelta)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(runtime-test.o): In function `v8::internal::Runtime_SystemBreak(int, v8::internal::Object**, v8::internal::Isolate*)':
runtime-test.cc:(.text._ZN2v88internal19Runtime_SystemBreakEiPPNS0_6ObjectEPNS0_7IsolateE+0x31): undefined reference to `v8::base::OS::DebugBreak()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(runtime-test.o): In function `_ZN2v88internalL19Stats_Runtime_AbortEiPPNS0_6ObjectEPNS0_7IsolateE':
runtime-test.cc:(.text._ZN2v88internalL19Stats_Runtime_AbortEiPPNS0_6ObjectEPNS0_7IsolateE+0x122): undefined reference to `v8::base::OS::PrintError(char const*, ...)'
runtime-test.cc:(.text._ZN2v88internalL19Stats_Runtime_AbortEiPPNS0_6ObjectEPNS0_7IsolateE+0x142): undefined reference to `v8::base::OS::Abort()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(runtime-test.o): In function `v8::internal::Runtime_Abort(int, v8::internal::Object**, v8::internal::Isolate*)':
runtime-test.cc:(.text._ZN2v88internal13Runtime_AbortEiPPNS0_6ObjectEPNS0_7IsolateE+0x39): undefined reference to `v8::base::OS::PrintError(char const*, ...)'
runtime-test.cc:(.text._ZN2v88internal13Runtime_AbortEiPPNS0_6ObjectEPNS0_7IsolateE+0x59): undefined reference to `v8::base::OS::Abort()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(runtime-test.o): In function `_ZN2v88internalL21Stats_Runtime_AbortJSEiPPNS0_6ObjectEPNS0_7IsolateE':
runtime-test.cc:(.text._ZN2v88internalL21Stats_Runtime_AbortJSEiPPNS0_6ObjectEPNS0_7IsolateE+0x174): undefined reference to `v8::base::OS::PrintError(char const*, ...)'
runtime-test.cc:(.text._ZN2v88internalL21Stats_Runtime_AbortJSEiPPNS0_6ObjectEPNS0_7IsolateE+0x19c): undefined reference to `v8::base::OS::Abort()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(runtime-test.o): In function `v8::internal::Runtime_AbortJS(int, v8::internal::Object**, v8::internal::Isolate*)':
runtime-test.cc:(.text._ZN2v88internal15Runtime_AbortJSEiPPNS0_6ObjectEPNS0_7IsolateE+0x9d): undefined reference to `v8::base::OS::PrintError(char const*, ...)'
runtime-test.cc:(.text._ZN2v88internal15Runtime_AbortJSEiPPNS0_6ObjectEPNS0_7IsolateE+0xc5): undefined reference to `v8::base::OS::Abort()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(module-decoder.o): In function `_ZN2v88internal4wasm12_GLOBAL__N_113ModuleDecoder10DumpModuleERKNS1_6ResultISt10unique_ptrINS1_10WasmModuleESt14default_deleteIS6_EEEE.isra.323':
module-decoder.cc:(.text._ZN2v88internal4wasm12_GLOBAL__N_113ModuleDecoder10DumpModuleERKNS1_6ResultISt10unique_ptrINS1_10WasmModuleESt14default_deleteIS6_EEEE.isra.323+0x16e): undefined reference to `v8::base::OS::FOpen(char const*, char const*)'
module-decoder.cc:(.text._ZN2v88internal4wasm12_GLOBAL__N_113ModuleDecoder10DumpModuleERKNS1_6ResultISt10unique_ptrINS1_10WasmModuleESt14default_deleteIS6_EEEE.isra.323+0x2a8): undefined reference to `v8::base::OS::isDirectorySeparator(char)'
module-decoder.cc:(.text._ZN2v88internal4wasm12_GLOBAL__N_113ModuleDecoder10DumpModuleERKNS1_6ResultISt10unique_ptrINS1_10WasmModuleESt14default_deleteIS6_EEEE.isra.323+0x2b5): undefined reference to `v8::base::OS::DirectorySeparator()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_libbase.a(logging.o): In function `V8_Fatal':
logging.cc:(.text.V8_Fatal+0x99): undefined reference to `v8::base::OS::PrintError(char const*, ...)'
logging.cc:(.text.V8_Fatal+0xd5): undefined reference to `v8::base::OS::VPrintError(char const*, __va_list_tag*)'
logging.cc:(.text.V8_Fatal+0xe3): undefined reference to `v8::base::OS::PrintError(char const*, ...)'
logging.cc:(.text.V8_Fatal+0x102): undefined reference to `v8::base::OS::Abort()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_libbase.a(platform-openbsd.o): In function `v8::base::OS::Allocate(unsigned long, unsigned long*, v8::base::OS::MemoryPermission)':
platform-openbsd.cc:(.text._ZN2v84base2OS8AllocateEmPmNS1_16MemoryPermissionE+0x15): undefined reference to `v8::base::OS::AllocateAlignment()'
platform-openbsd.cc:(.text._ZN2v84base2OS8AllocateEmPmNS1_16MemoryPermissionE+0x2b): undefined reference to `v8::base::GetProtectionFromMemoryPermission(v8::base::OS::MemoryPermission)'
platform-openbsd.cc:(.text._ZN2v84base2OS8AllocateEmPmNS1_16MemoryPermissionE+0x33): undefined reference to `v8::base::OS::GetRandomMmapAddr()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_libbase.a(platform-openbsd.o): In function `v8::base::OS::SignalCodeMovingGC()':
platform-openbsd.cc:(.text._ZN2v84base2OS18SignalCodeMovingGCEv+0x15): undefined reference to `v8::base::OS::GetGCFakeMMapFile()'
platform-openbsd.cc:(.text._ZN2v84base2OS18SignalCodeMovingGCEv+0x64): undefined reference to `v8::base::OS::Free(void*, unsigned long)'
platform-openbsd.cc:(.text._ZN2v84base2OS18SignalCodeMovingGCEv+0x86): undefined reference to `v8::base::OS::GetGCFakeMMapFile()'
platform-openbsd.cc:(.text._ZN2v84base2OS18SignalCodeMovingGCEv+0x97): undefined reference to `v8::base::OS::PrintError(char const*, ...)'
platform-openbsd.cc:(.text._ZN2v84base2OS18SignalCodeMovingGCEv+0x9c): undefined reference to `v8::base::OS::Abort()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_libbase.a(platform-openbsd.o): In function `v8::base::VirtualMemory::VirtualMemory(unsigned long)':
platform-openbsd.cc:(.text._ZN2v84base13VirtualMemoryC2Em+0xe): undefined reference to `v8::base::OS::GetRandomMmapAddr()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_libbase.a(platform-openbsd.o): In function `v8::base::VirtualMemory::VirtualMemory(unsigned long, unsigned long)':
platform-openbsd.cc:(.text._ZN2v84base13VirtualMemoryC2Emm+0x2f): undefined reference to `v8::base::OS::AllocateAlignment()'
platform-openbsd.cc:(.text._ZN2v84base13VirtualMemoryC2Emm+0x48): undefined reference to `v8::base::OS::GetRandomMmapAddr()'
platform-openbsd.cc:(.text._ZN2v84base13VirtualMemoryC2Emm+0x8b): undefined reference to `v8::base::OS::Free(void*, unsigned long)'
platform-openbsd.cc:(.text._ZN2v84base13VirtualMemoryC2Emm+0x90): undefined reference to `v8::base::OS::AllocateAlignment()'
platform-openbsd.cc:(.text._ZN2v84base13VirtualMemoryC2Emm+0xb2): undefined reference to `v8::base::OS::Free(void*, unsigned long)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_libbase.a(platform-openbsd.o): In function `v8::base::VirtualMemory::Guard(void*)':
platform-openbsd.cc:(.text._ZN2v84base13VirtualMemory5GuardEPv+0xd): undefined reference to `v8::base::OS::CommitPageSize()'
platform-openbsd.cc:(.text._ZN2v84base13VirtualMemory5GuardEPv+0x18): undefined reference to `v8::base::OS::Guard(void*, unsigned long)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_libbase.a(platform-openbsd.o): In function `v8::base::VirtualMemory::ReserveRegion(unsigned long)':
platform-openbsd.cc:(.text._ZN2v84base13VirtualMemory13ReserveRegionEm+0xd): undefined reference to `v8::base::OS::GetRandomMmapAddr()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_libbase.a(platform-posix-time.o):(.data.rel.ro._ZTVN2v84base25PosixDefaultTimezoneCacheE[_ZTVN2v84base25PosixDefaultTimezoneCacheE]+0x18): undefined reference to `v8::base::PosixTimezoneCache::DaylightSavingsOffset(double)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_libplatform.a(task-queue.o): In function `v8::platform::TaskQueue::BlockUntilQueueEmptyForTesting()':
task-queue.cc:(.text._ZN2v88platform9TaskQueue30BlockUntilQueueEmptyForTestingEv+0x23): undefined reference to `v8::base::OS::Sleep(v8::base::TimeDelta)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_libplatform.a(trace-object.o): In function `v8::platform::tracing::TraceObject::Initialize(char, unsigned char const*, char const*, char const*, unsigned long long, unsigned long long, int, char const**, unsigned char const*, unsigned long long const*, std::unique_ptr<v8::ConvertableToTraceFormat, std::default_delete<v8::ConvertableToTraceFormat> >*, unsigned int)':
trace-object.cc:(.text._ZN2v88platform7tracing11TraceObject10InitializeEcPKhPKcS6_yyiPS6_S4_PKyPSt10unique_ptrINS_24ConvertableToTraceFormatESt14default_deleteISB_EEj+0x4b): undefined reference to `v8::base::OS::GetCurrentProcessId()'
trace-object.cc:(.text._ZN2v88platform7tracing11TraceObject10InitializeEcPKhPKcS6_yyiPS6_S4_PKyPSt10unique_ptrINS_24ConvertableToTraceFormatESt14default_deleteISB_EEj+0x53): undefined reference to `v8::base::OS::GetCurrentThreadId()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_libplatform.a(worker-thread.o): In function `v8::platform::WorkerThread::~WorkerThread()':
worker-thread.cc:(.text._ZN2v88platform12WorkerThreadD2Ev+0x1b): undefined reference to `v8::base::Thread::Join()'
worker-thread.cc:(.text._ZN2v88platform12WorkerThreadD2Ev+0x29): undefined reference to `v8::base::Thread::~Thread()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_libplatform.a(worker-thread.o): In function `v8::platform::WorkerThread::~WorkerThread()':
worker-thread.cc:(.text._ZN2v88platform12WorkerThreadD0Ev+0x1b): undefined reference to `v8::base::Thread::Join()'
worker-thread.cc:(.text._ZN2v88platform12WorkerThreadD0Ev+0x23): undefined reference to `v8::base::Thread::~Thread()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_libplatform.a(worker-thread.o): In function `v8::platform::WorkerThread::WorkerThread(v8::platform::TaskQueue*)':
worker-thread.cc:(.text._ZN2v88platform12WorkerThreadC2EPNS0_9TaskQueueE+0x35): undefined reference to `v8::base::Thread::Thread(v8::base::Thread::Options const&)'
worker-thread.cc:(.text._ZN2v88platform12WorkerThreadC2EPNS0_9TaskQueueE+0x4f): undefined reference to `v8::base::Thread::Start()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_builtins_generators.a(setup-builtins-internal.o): In function `_ZN2v88internal12_GLOBAL__N_126PostBuildProfileAndTracingEPNS0_7IsolateEPNS0_4CodeEPKc.part.25':
setup-builtins-internal.cc:(.text._ZN2v88internal12_GLOBAL__N_126PostBuildProfileAndTracingEPNS0_7IsolateEPNS0_4CodeEPKc.part.25+0x16b): undefined reference to `v8::base::OS::FOpen(char const*, char const*)'
collect2: error: ld returned 1 exit status
make[1]: *** [deps/v8/src/mksnapshot.target.mk:154: /home/adi/src/github.com/nodejs/node/out/Release/mksnapshot] Error 1
make: *** [Makefile:76: node] Error 2

I applied this patch #10904 (comment).

@mscdex mscdex added build Issues and PRs related to build files or the CI. v8.x v8 engine Issues and PRs related to the V8 dependency. and removed v8.x labels Oct 5, 2017
@bnoordhuis
Copy link
Member

How did you download the source and how did you invoke configure and make?

The missing references are from deps/v8/src/base/platform/platform-posix.cc from libv8_libbase:

node/deps/v8/src/v8.gyp

Lines 2172 to 2185 in b48ff2a

['OS=="openbsd"', {
'link_settings': {
'libraries': [
'-L/usr/local/lib -lexecinfo',
]},
'sources': [
'base/platform/platform-openbsd.cc',
'base/platform/platform-posix.h',
'base/platform/platform-posix.cc'
'base/platform/platform-posix-time.h',
'base/platform/platform-posix-time.cc',
],
}
],

Sanity check: does ./configure -- -DOS=openbsd && make -j8 work?

@adriangrigore
Copy link
Author

How did you download the source and how did you invoke configure and make?

git clone git@github.com:nodejs/node.git
cd node
git checkout v8.6.0
./configure --prefix=$HOME
make -j4
make -C out BUILDTYPE=Release V=1
  touch 9b684c43bcd52c2e306193b0a386f1105f5548ce.intermediate
  LD_LIBRARY_PATH=/home/adi/src/github.com/nodejs/node/out/Release/lib.host:/home/adi/src/github.com/nodejs/node/out/Release/lib.target:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; cd ../deps/v8/src/inspector; mkdir -p /home/adi/src/github.com/nodejs/node/out/Release/obj/gen/src/inspector/protocol /home/adi/src/github.com/nodejs/node/out/Release/obj/gen/include/inspector; python ../../third_party/inspector_protocol/CodeGenerator.py --jinja_dir ../../third_party --output_base "/home/adi/src/github.com/nodejs/node/out/Release/obj/gen/src/inspector" --config inspector_protocol_config.json
  g++ -pthread -rdynamic -m64 -Wl,-z,wxneeded  -o /home/adi/src/github.com/nodejs/node/out/Release/mksnapshot -Wl,--start-group /home/adi/src/github.com/nodejs/node/out/Release/obj.target/mksnapshot/deps/v8/src/snapshot/mksnapshot.o /home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a /home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_builtins_setup.a /home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_libbase.a /home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_libplatform.a /home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_nosnapshot.a /home/adi/src/github.com/nodejs/node/out/Release/obj.target/tools/icu/libicui18n.a /home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_libsampler.a /home/adi/src/github.com/nodejs/node/out/Release/obj.target/tools/icu/libicuucx.a /home/adi/src/github.com/nodejs/node/out/Release/obj.target/tools/icu/libicudata.a /home/adi/src/github.com/nodejs/node/out/Release/obj.target/tools/icu/libicustubdata.a /home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_builtins_generators.a -L/usr/local/lib -lexecinfo -Wl,--end-group
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/tools/icu/libicui18n.a(ucol_sit.o): In function `_ZL29ucol_sit_calculateWholeLocaleP12CollatorSpec.part.1':
ucol_sit.cpp:(.text+0x36e): warning: warning: strcat() is almost always misused, please use strlcat()
ucol_sit.cpp:(.text+0x2d1): warning: warning: stpcpy() is dangerous; do not use it
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/tools/icu/libicui18n.a(digitlst.o): In function `icu_59::DigitList::getDouble() const':
digitlst.cpp:(.text+0xa22): warning: warning: sprintf() is often misused, please use snprintf()
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/tools/icu/libicui18n.a(calendar.o): In function `icu_59::Calendar::Calendar(icu_59::Calendar const&)':
calendar.cpp:(.text+0x24e5): warning: warning: strcpy() is almost always misused, please use strlcpy()
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/mksnapshot/deps/v8/src/snapshot/mksnapshot.o: In function `SnapshotWriter::GetFileDescriptorOrDie(char const*)':
mksnapshot.cc:(.text._ZN14SnapshotWriter22GetFileDescriptorOrDieEPKc[_ZN14SnapshotWriter22GetFileDescriptorOrDieEPKc]+0x14): undefined reference to `v8::base::OS::FOpen(char const*, char const*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/mksnapshot/deps/v8/src/snapshot/mksnapshot.o: In function `GetExtraCode(char*, char const*)':
mksnapshot.cc:(.text._Z12GetExtraCodePcPKc+0x46): undefined reference to `v8::base::OS::FOpen(char const*, char const*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(api.o): In function `_ZN2v8L17ObjectSetAccessorIPFvNS_5LocalINS_4NameEEERKNS_20PropertyCallbackInfoINS_5ValueEEEEPFvS3_NS1_IS5_EERKNS4_IvEEESB_EENS_5MaybeIbEENS1_INS_7ContextEEEPNS_6ObjectES3_T_T0_T1_NS_13AccessControlENS_17PropertyAttributeEb':
api.cc:(.text._ZN2v8L17ObjectSetAccessorIPFvNS_5LocalINS_4NameEEERKNS_20PropertyCallbackInfoINS_5ValueEEEEPFvS3_NS1_IS5_EERKNS4_IvEEESB_EENS_5MaybeIbEENS1_INS_7ContextEEEPNS_6ObjectES3_T_T0_T1_NS_13AccessControlENS_17PropertyAttributeEb+0x2a9): undefined reference to `v8::base::Thread::GetThreadLocal(int)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(api.o): In function `v8::Utils::ReportApiFailure(char const*, char const*)':
api.cc:(.text._ZN2v85Utils16ReportApiFailureEPKcS2_+0x1d): undefined reference to `v8::base::Thread::GetThreadLocal(int)'
api.cc:(.text._ZN2v85Utils16ReportApiFailureEPKcS2_+0x58): undefined reference to `v8::base::OS::PrintError(char const*, ...)'
api.cc:(.text._ZN2v85Utils16ReportApiFailureEPKcS2_+0x5d): undefined reference to `v8::base::OS::Abort()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(api.o): In function `v8::Utils::ReportOOMFailure(char const*, bool)':
api.cc:(.text._ZN2v85Utils16ReportOOMFailureEPKcb+0x1c): undefined reference to `v8::base::Thread::GetThreadLocal(int)'
api.cc:(.text._ZN2v85Utils16ReportOOMFailureEPKcb+0x99): undefined reference to `v8::base::OS::PrintError(char const*, ...)'
api.cc:(.text._ZN2v85Utils16ReportOOMFailureEPKcb+0x9e): undefined reference to `v8::base::OS::Abort()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(api.o): In function `v8::internal::V8::FatalProcessOutOfMemory(char const*, bool)':
api.cc:(.text._ZN2v88internal2V823FatalProcessOutOfMemoryEPKcb+0x31): undefined reference to `v8::base::Thread::GetThreadLocal(int)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(api.o): In function `v8::HandleScope::operator new(unsigned long)':
api.cc:(.text._ZN2v811HandleScopenwEm+0x5): undefined reference to `v8::base::OS::Abort()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(api.o): In function `v8::HandleScope::operator delete(void*, unsigned long)':
api.cc:(.text._ZN2v811HandleScopedlEPvm+0x5): undefined reference to `v8::base::OS::Abort()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(api.o): In function `v8::EscapableHandleScope::operator new(unsigned long)':
api.cc:(.text._ZN2v820EscapableHandleScopenwEm+0x5): undefined reference to `v8::base::OS::Abort()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(api.o): In function `v8::EscapableHandleScope::operator delete(void*, unsigned long)':
api.cc:(.text._ZN2v820EscapableHandleScopedlEPvm+0x5): undefined reference to `v8::base::OS::Abort()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(api.o): In function `v8::SealHandleScope::operator new(unsigned long)':
api.cc:(.text._ZN2v815SealHandleScopenwEm+0x5): undefined reference to `v8::base::OS::Abort()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(api.o):api.cc:(.text._ZN2v815SealHandleScopedlEPvm+0x5): more undefined references to `v8::base::OS::Abort()' follow
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(api.o): In function `v8::ObjectTemplate::New()':
api.cc:(.text._ZN2v814ObjectTemplate3NewEv+0xe): undefined reference to `v8::base::Thread::GetThreadLocal(int)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(api.o): In function `v8::Script::Run(v8::Local<v8::Context>)':
api.cc:(.text._ZN2v86Script3RunENS_5LocalINS_7ContextEEE+0x392): undefined reference to `v8::base::Thread::GetThreadLocal(int)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(api.o): In function `v8::DynamicImportResult::FinishDynamicImportSuccess(v8::Local<v8::Context>, v8::Local<v8::Module>)':
api.cc:(.text._ZN2v819DynamicImportResult26FinishDynamicImportSuccessENS_5LocalINS_7ContextEEENS1_INS_6ModuleEEE+0x259): undefined reference to `v8::base::Thread::GetThreadLocal(int)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(api.o): In function `v8::DynamicImportResult::FinishDynamicImportFailure(v8::Local<v8::Context>, v8::Local<v8::Value>)':
api.cc:(.text._ZN2v819DynamicImportResult26FinishDynamicImportFailureENS_5LocalINS_7ContextEEENS1_INS_5ValueEEE+0x259): undefined reference to `v8::base::Thread::GetThreadLocal(int)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(api.o): In function `v8::Module::Instantiate(v8::Local<v8::Context>, v8::MaybeLocal<v8::Module> (*)(v8::Local<v8::Context>, v8::Local<v8::String>, v8::Local<v8::Module>))':
api.cc:(.text._ZN2v86Module11InstantiateENS_5LocalINS_7ContextEEEPFNS_10MaybeLocalIS0_EES3_NS1_INS_6StringEEENS1_IS0_EEE+0x1e2): undefined reference to `v8::base::Thread::GetThreadLocal(int)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(api.o):api.cc:(.text._ZN2v86Module8EvaluateENS_5LocalINS_7ContextEEE+0x372): more undefined references to `v8::base::Thread::GetThreadLocal(int)' follow
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(api.o): In function `v8::TryCatch::operator new(unsigned long)':
api.cc:(.text._ZN2v88TryCatchnwEm+0x5): undefined reference to `v8::base::OS::Abort()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(api.o): In function `v8::TryCatch::operator delete(void*, unsigned long)':
api.cc:(.text._ZN2v88TryCatchdlEPvm+0x5): undefined reference to `v8::base::OS::Abort()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(api.o): In function `v8::TryCatch::StackTrace(v8::Local<v8::Context>) const':
api.cc:(.text._ZNK2v88TryCatch10StackTraceENS_5LocalINS_7ContextEEE+0x43d): undefined reference to `v8::base::Thread::GetThreadLocal(int)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(api.o): In function `v8::JSON::Parse(v8::Local<v8::Context>, v8::Local<v8::String>)':
api.cc:(.text._ZN2v84JSON5ParseENS_5LocalINS_7ContextEEENS1_INS_6StringEEE+0x2d2): undefined reference to `v8::base::Thread::GetThreadLocal(int)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(api.o): In function `v8::JSON::Stringify(v8::Local<v8::Context>, v8::Local<v8::Object>, v8::Local<v8::String>)':
api.cc:(.text._ZN2v84JSON9StringifyENS_5LocalINS_7ContextEEENS1_INS_6ObjectEEENS1_INS_6StringEEE+0x272): undefined reference to `v8::base::Thread::GetThreadLocal(int)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(api.o): In function `v8::ValueSerializer::WriteValue(v8::Local<v8::Context>, v8::Local<v8::Value>)':
api.cc:(.text._ZN2v815ValueSerializer10WriteValueENS_5LocalINS_7ContextEEENS1_INS_5ValueEEE+0x1e1): undefined reference to `v8::base::Thread::GetThreadLocal(int)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(api.o): In function `v8::ValueDeserializer::ReadHeader(v8::Local<v8::Context>)':
api.cc:(.text._ZN2v817ValueDeserializer10ReadHeaderENS_5LocalINS_7ContextEEE+0x221): undefined reference to `v8::base::Thread::GetThreadLocal(int)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(api.o):api.cc:(.text._ZN2v817ValueDeserializer9ReadValueENS_5LocalINS_7ContextEEE+0x1ea): more undefined references to `v8::base::Thread::GetThreadLocal(int)' follow
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(assert-scope.o): In function `v8::base::LazyInstanceImpl<int, v8::base::StaticallyAllocatedInstanceTrait<int>, v8::internal::(anonymous namespace)::PerThreadAssertKeyConstructTrait, v8::base::ThreadSafeInitOnceTrait, v8::base::LeakyInstanceTrait<int> >::InitInstance(v8::base::StaticallyAllocatedInstanceTrait<int>::StorageType*)':
assert-scope.cc:(.text._ZN2v84base16LazyInstanceImplIiNS0_32StaticallyAllocatedInstanceTraitIiEENS_8internal12_GLOBAL__N_132PerThreadAssertKeyConstructTraitENS0_23ThreadSafeInitOnceTraitENS0_18LeakyInstanceTraitIiEEE12InitInstanceEPNS3_11StorageTypeE+0xd): undefined reference to `v8::base::Thread::CreateThreadLocalKey()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(assert-scope.o): In function `v8::internal::PerThreadAssertScope<(v8::internal::PerThreadAssertType)0, false>::PerThreadAssertScope()':
assert-scope.cc:(.text._ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE0ELb0EEC2Ev[_ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE0ELb0EEC5Ev]+0x38): undefined reference to `v8::base::Thread::GetThreadLocal(int)'
assert-scope.cc:(.text._ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE0ELb0EEC2Ev[_ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE0ELb0EEC5Ev]+0xbb): undefined reference to `v8::base::Thread::SetThreadLocal(int, void*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(assert-scope.o): In function `v8::internal::PerThreadAssertScope<(v8::internal::PerThreadAssertType)0, false>::~PerThreadAssertScope()':
assert-scope.cc:(.text._ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE0ELb0EED2Ev[_ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE0ELb0EED5Ev]+0x5c): undefined reference to `v8::base::Thread::SetThreadLocal(int, void*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(assert-scope.o): In function `v8::internal::PerThreadAssertScope<(v8::internal::PerThreadAssertType)0, false>::IsAllowed()':
assert-scope.cc:(.text._ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE0ELb0EE9IsAllowedEv[_ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE0ELb0EE9IsAllowedEv]+0x32): undefined reference to `v8::base::Thread::GetThreadLocal(int)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(assert-scope.o): In function `v8::internal::PerThreadAssertScope<(v8::internal::PerThreadAssertType)0, false>::Release()':
assert-scope.cc:(.text._ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE0ELb0EE7ReleaseEv[_ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE0ELb0EE7ReleaseEv]+0x60): undefined reference to `v8::base::Thread::SetThreadLocal(int, void*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(assert-scope.o): In function `v8::internal::PerThreadAssertScope<(v8::internal::PerThreadAssertType)0, true>::PerThreadAssertScope()':
assert-scope.cc:(.text._ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE0ELb1EEC2Ev[_ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE0ELb1EEC5Ev]+0x38): undefined reference to `v8::base::Thread::GetThreadLocal(int)'
assert-scope.cc:(.text._ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE0ELb1EEC2Ev[_ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE0ELb1EEC5Ev]+0xbb): undefined reference to `v8::base::Thread::SetThreadLocal(int, void*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(assert-scope.o): In function `v8::internal::PerThreadAssertScope<(v8::internal::PerThreadAssertType)0, true>::~PerThreadAssertScope()':
assert-scope.cc:(.text._ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE0ELb1EED2Ev[_ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE0ELb1EED5Ev]+0x5c): undefined reference to `v8::base::Thread::SetThreadLocal(int, void*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(assert-scope.o): In function `v8::internal::PerThreadAssertScope<(v8::internal::PerThreadAssertType)0, true>::IsAllowed()':
assert-scope.cc:(.text._ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE0ELb1EE9IsAllowedEv[_ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE0ELb1EE9IsAllowedEv]+0x32): undefined reference to `v8::base::Thread::GetThreadLocal(int)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(assert-scope.o): In function `v8::internal::PerThreadAssertScope<(v8::internal::PerThreadAssertType)0, true>::Release()':
assert-scope.cc:(.text._ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE0ELb1EE7ReleaseEv[_ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE0ELb1EE7ReleaseEv]+0x60): undefined reference to `v8::base::Thread::SetThreadLocal(int, void*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(assert-scope.o): In function `v8::internal::PerThreadAssertScope<(v8::internal::PerThreadAssertType)1, false>::PerThreadAssertScope()':
assert-scope.cc:(.text._ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE1ELb0EEC2Ev[_ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE1ELb0EEC5Ev]+0x38): undefined reference to `v8::base::Thread::GetThreadLocal(int)'
assert-scope.cc:(.text._ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE1ELb0EEC2Ev[_ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE1ELb0EEC5Ev]+0xbb): undefined reference to `v8::base::Thread::SetThreadLocal(int, void*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(assert-scope.o): In function `v8::internal::PerThreadAssertScope<(v8::internal::PerThreadAssertType)1, false>::~PerThreadAssertScope()':
assert-scope.cc:(.text._ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE1ELb0EED2Ev[_ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE1ELb0EED5Ev]+0x5c): undefined reference to `v8::base::Thread::SetThreadLocal(int, void*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(assert-scope.o): In function `v8::internal::PerThreadAssertScope<(v8::internal::PerThreadAssertType)1, false>::IsAllowed()':
assert-scope.cc:(.text._ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE1ELb0EE9IsAllowedEv[_ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE1ELb0EE9IsAllowedEv]+0x32): undefined reference to `v8::base::Thread::GetThreadLocal(int)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(assert-scope.o): In function `v8::internal::PerThreadAssertScope<(v8::internal::PerThreadAssertType)1, false>::Release()':
assert-scope.cc:(.text._ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE1ELb0EE7ReleaseEv[_ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE1ELb0EE7ReleaseEv]+0x60): undefined reference to `v8::base::Thread::SetThreadLocal(int, void*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(assert-scope.o): In function `v8::internal::PerThreadAssertScope<(v8::internal::PerThreadAssertType)1, true>::PerThreadAssertScope()':
assert-scope.cc:(.text._ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE1ELb1EEC2Ev[_ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE1ELb1EEC5Ev]+0x38): undefined reference to `v8::base::Thread::GetThreadLocal(int)'
assert-scope.cc:(.text._ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE1ELb1EEC2Ev[_ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE1ELb1EEC5Ev]+0xbb): undefined reference to `v8::base::Thread::SetThreadLocal(int, void*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(assert-scope.o): In function `v8::internal::PerThreadAssertScope<(v8::internal::PerThreadAssertType)1, true>::~PerThreadAssertScope()':
assert-scope.cc:(.text._ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE1ELb1EED2Ev[_ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE1ELb1EED5Ev]+0x5c): undefined reference to `v8::base::Thread::SetThreadLocal(int, void*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(assert-scope.o): In function `v8::internal::PerThreadAssertScope<(v8::internal::PerThreadAssertType)1, true>::IsAllowed()':
assert-scope.cc:(.text._ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE1ELb1EE9IsAllowedEv[_ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE1ELb1EE9IsAllowedEv]+0x32): undefined reference to `v8::base::Thread::GetThreadLocal(int)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(assert-scope.o): In function `v8::internal::PerThreadAssertScope<(v8::internal::PerThreadAssertType)1, true>::Release()':
assert-scope.cc:(.text._ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE1ELb1EE7ReleaseEv[_ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE1ELb1EE7ReleaseEv]+0x60): undefined reference to `v8::base::Thread::SetThreadLocal(int, void*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(assert-scope.o): In function `v8::internal::PerThreadAssertScope<(v8::internal::PerThreadAssertType)2, false>::PerThreadAssertScope()':
assert-scope.cc:(.text._ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE2ELb0EEC2Ev[_ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE2ELb0EEC5Ev]+0x38): undefined reference to `v8::base::Thread::GetThreadLocal(int)'
assert-scope.cc:(.text._ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE2ELb0EEC2Ev[_ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE2ELb0EEC5Ev]+0xbb): undefined reference to `v8::base::Thread::SetThreadLocal(int, void*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(assert-scope.o): In function `v8::internal::PerThreadAssertScope<(v8::internal::PerThreadAssertType)2, false>::~PerThreadAssertScope()':
assert-scope.cc:(.text._ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE2ELb0EED2Ev[_ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE2ELb0EED5Ev]+0x5c): undefined reference to `v8::base::Thread::SetThreadLocal(int, void*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(assert-scope.o): In function `v8::internal::PerThreadAssertScope<(v8::internal::PerThreadAssertType)2, false>::IsAllowed()':
assert-scope.cc:(.text._ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE2ELb0EE9IsAllowedEv[_ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE2ELb0EE9IsAllowedEv]+0x32): undefined reference to `v8::base::Thread::GetThreadLocal(int)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(assert-scope.o): In function `v8::internal::PerThreadAssertScope<(v8::internal::PerThreadAssertType)2, false>::Release()':
assert-scope.cc:(.text._ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE2ELb0EE7ReleaseEv[_ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE2ELb0EE7ReleaseEv]+0x60): undefined reference to `v8::base::Thread::SetThreadLocal(int, void*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(assert-scope.o): In function `v8::internal::PerThreadAssertScope<(v8::internal::PerThreadAssertType)2, true>::PerThreadAssertScope()':
assert-scope.cc:(.text._ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE2ELb1EEC2Ev[_ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE2ELb1EEC5Ev]+0x38): undefined reference to `v8::base::Thread::GetThreadLocal(int)'
assert-scope.cc:(.text._ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE2ELb1EEC2Ev[_ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE2ELb1EEC5Ev]+0xbb): undefined reference to `v8::base::Thread::SetThreadLocal(int, void*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(assert-scope.o): In function `v8::internal::PerThreadAssertScope<(v8::internal::PerThreadAssertType)2, true>::~PerThreadAssertScope()':
assert-scope.cc:(.text._ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE2ELb1EED2Ev[_ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE2ELb1EED5Ev]+0x5c): undefined reference to `v8::base::Thread::SetThreadLocal(int, void*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(assert-scope.o): In function `v8::internal::PerThreadAssertScope<(v8::internal::PerThreadAssertType)2, true>::IsAllowed()':
assert-scope.cc:(.text._ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE2ELb1EE9IsAllowedEv[_ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE2ELb1EE9IsAllowedEv]+0x32): undefined reference to `v8::base::Thread::GetThreadLocal(int)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(assert-scope.o): In function `v8::internal::PerThreadAssertScope<(v8::internal::PerThreadAssertType)2, true>::Release()':
assert-scope.cc:(.text._ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE2ELb1EE7ReleaseEv[_ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE2ELb1EE7ReleaseEv]+0x60): undefined reference to `v8::base::Thread::SetThreadLocal(int, void*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(assert-scope.o): In function `v8::internal::PerThreadAssertScope<(v8::internal::PerThreadAssertType)3, false>::PerThreadAssertScope()':
assert-scope.cc:(.text._ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE3ELb0EEC2Ev[_ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE3ELb0EEC5Ev]+0x38): undefined reference to `v8::base::Thread::GetThreadLocal(int)'
assert-scope.cc:(.text._ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE3ELb0EEC2Ev[_ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE3ELb0EEC5Ev]+0xbb): undefined reference to `v8::base::Thread::SetThreadLocal(int, void*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(assert-scope.o): In function `v8::internal::PerThreadAssertScope<(v8::internal::PerThreadAssertType)3, false>::~PerThreadAssertScope()':
assert-scope.cc:(.text._ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE3ELb0EED2Ev[_ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE3ELb0EED5Ev]+0x5c): undefined reference to `v8::base::Thread::SetThreadLocal(int, void*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(assert-scope.o): In function `v8::internal::PerThreadAssertScope<(v8::internal::PerThreadAssertType)3, false>::IsAllowed()':
assert-scope.cc:(.text._ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE3ELb0EE9IsAllowedEv[_ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE3ELb0EE9IsAllowedEv]+0x32): undefined reference to `v8::base::Thread::GetThreadLocal(int)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(assert-scope.o): In function `v8::internal::PerThreadAssertScope<(v8::internal::PerThreadAssertType)3, false>::Release()':
assert-scope.cc:(.text._ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE3ELb0EE7ReleaseEv[_ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE3ELb0EE7ReleaseEv]+0x60): undefined reference to `v8::base::Thread::SetThreadLocal(int, void*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(assert-scope.o): In function `v8::internal::PerThreadAssertScope<(v8::internal::PerThreadAssertType)3, true>::PerThreadAssertScope()':
assert-scope.cc:(.text._ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE3ELb1EEC2Ev[_ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE3ELb1EEC5Ev]+0x38): undefined reference to `v8::base::Thread::GetThreadLocal(int)'
assert-scope.cc:(.text._ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE3ELb1EEC2Ev[_ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE3ELb1EEC5Ev]+0xbb): undefined reference to `v8::base::Thread::SetThreadLocal(int, void*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(assert-scope.o): In function `v8::internal::PerThreadAssertScope<(v8::internal::PerThreadAssertType)3, true>::~PerThreadAssertScope()':
assert-scope.cc:(.text._ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE3ELb1EED2Ev[_ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE3ELb1EED5Ev]+0x5c): undefined reference to `v8::base::Thread::SetThreadLocal(int, void*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(assert-scope.o): In function `v8::internal::PerThreadAssertScope<(v8::internal::PerThreadAssertType)3, true>::IsAllowed()':
assert-scope.cc:(.text._ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE3ELb1EE9IsAllowedEv[_ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE3ELb1EE9IsAllowedEv]+0x32): undefined reference to `v8::base::Thread::GetThreadLocal(int)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(assert-scope.o): In function `v8::internal::PerThreadAssertScope<(v8::internal::PerThreadAssertType)3, true>::Release()':
assert-scope.cc:(.text._ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE3ELb1EE7ReleaseEv[_ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE3ELb1EE7ReleaseEv]+0x60): undefined reference to `v8::base::Thread::SetThreadLocal(int, void*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(assert-scope.o): In function `v8::internal::PerThreadAssertScope<(v8::internal::PerThreadAssertType)4, false>::PerThreadAssertScope()':
assert-scope.cc:(.text._ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE4ELb0EEC2Ev[_ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE4ELb0EEC5Ev]+0x38): undefined reference to `v8::base::Thread::GetThreadLocal(int)'
assert-scope.cc:(.text._ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE4ELb0EEC2Ev[_ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE4ELb0EEC5Ev]+0xbb): undefined reference to `v8::base::Thread::SetThreadLocal(int, void*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(assert-scope.o): In function `v8::internal::PerThreadAssertScope<(v8::internal::PerThreadAssertType)4, false>::~PerThreadAssertScope()':
assert-scope.cc:(.text._ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE4ELb0EED2Ev[_ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE4ELb0EED5Ev]+0x5c): undefined reference to `v8::base::Thread::SetThreadLocal(int, void*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(assert-scope.o): In function `v8::internal::PerThreadAssertScope<(v8::internal::PerThreadAssertType)4, false>::IsAllowed()':
assert-scope.cc:(.text._ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE4ELb0EE9IsAllowedEv[_ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE4ELb0EE9IsAllowedEv]+0x32): undefined reference to `v8::base::Thread::GetThreadLocal(int)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(assert-scope.o): In function `v8::internal::PerThreadAssertScope<(v8::internal::PerThreadAssertType)4, false>::Release()':
assert-scope.cc:(.text._ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE4ELb0EE7ReleaseEv[_ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE4ELb0EE7ReleaseEv]+0x60): undefined reference to `v8::base::Thread::SetThreadLocal(int, void*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(assert-scope.o): In function `v8::internal::PerThreadAssertScope<(v8::internal::PerThreadAssertType)4, true>::PerThreadAssertScope()':
assert-scope.cc:(.text._ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE4ELb1EEC2Ev[_ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE4ELb1EEC5Ev]+0x38): undefined reference to `v8::base::Thread::GetThreadLocal(int)'
assert-scope.cc:(.text._ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE4ELb1EEC2Ev[_ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE4ELb1EEC5Ev]+0xbb): undefined reference to `v8::base::Thread::SetThreadLocal(int, void*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(assert-scope.o): In function `v8::internal::PerThreadAssertScope<(v8::internal::PerThreadAssertType)4, true>::~PerThreadAssertScope()':
assert-scope.cc:(.text._ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE4ELb1EED2Ev[_ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE4ELb1EED5Ev]+0x5c): undefined reference to `v8::base::Thread::SetThreadLocal(int, void*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(assert-scope.o): In function `v8::internal::PerThreadAssertScope<(v8::internal::PerThreadAssertType)4, true>::IsAllowed()':
assert-scope.cc:(.text._ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE4ELb1EE9IsAllowedEv[_ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE4ELb1EE9IsAllowedEv]+0x32): undefined reference to `v8::base::Thread::GetThreadLocal(int)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(assert-scope.o): In function `v8::internal::PerThreadAssertScope<(v8::internal::PerThreadAssertType)4, true>::Release()':
assert-scope.cc:(.text._ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE4ELb1EE7ReleaseEv[_ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE4ELb1EE7ReleaseEv]+0x60): undefined reference to `v8::base::Thread::SetThreadLocal(int, void*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(bootstrapper.o): In function `v8::internal::Genesis::InstallExtension(v8::internal::Isolate*, v8::RegisteredExtension*, v8::internal::Genesis::ExtensionStates*)':
bootstrapper.cc:(.text._ZN2v88internal7Genesis16InstallExtensionEPNS0_7IsolateEPNS_19RegisteredExtensionEPNS1_15ExtensionStatesE+0x209): undefined reference to `v8::base::OS::PrintError(char const*, ...)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(code-stubs.o): In function `_ZN2v88internal10CodeTracer8OpenFileEv.part.57':
code-stubs.cc:(.text._ZN2v88internal10CodeTracer8OpenFileEv.part.57+0x33): undefined reference to `v8::base::OS::FOpen(char const*, char const*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(codegen.o): In function `v8::internal::CodeGenerator::PrintCode(v8::internal::Handle<v8::internal::Code>, v8::internal::CompilationInfo*)':
codegen.cc:(.text._ZN2v88internal13CodeGenerator9PrintCodeENS0_6HandleINS0_4CodeEEEPNS0_15CompilationInfoE+0x10a9): undefined reference to `v8::base::OS::FOpen(char const*, char const*)'
codegen.cc:(.text._ZN2v88internal13CodeGenerator9PrintCodeENS0_6HandleINS0_4CodeEEEPNS0_15CompilationInfoE+0x139f): undefined reference to `v8::base::OS::FOpen(char const*, char const*)'
codegen.cc:(.text._ZN2v88internal13CodeGenerator9PrintCodeENS0_6HandleINS0_4CodeEEEPNS0_15CompilationInfoE+0x1535): undefined reference to `v8::base::OS::FOpen(char const*, char const*)'
codegen.cc:(.text._ZN2v88internal13CodeGenerator9PrintCodeENS0_6HandleINS0_4CodeEEEPNS0_15CompilationInfoE+0x16f3): undefined reference to `v8::base::OS::FOpen(char const*, char const*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(code-assembler.o): In function `v8::internal::compiler::BreakOnNodeDecorator::Decorate(v8::internal::compiler::Node*)':
code-assembler.cc:(.text._ZN2v88internal8compiler20BreakOnNodeDecorator8DecorateEPNS1_4NodeE[_ZN2v88internal8compiler20BreakOnNodeDecorator8DecorateEPNS1_4NodeE]+0x1a): undefined reference to `v8::base::OS::DebugBreak()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(pipeline.o): In function `v8::internal::compiler::PrintGraphPhase::Run(v8::internal::compiler::PipelineData*, v8::internal::Zone*, char const*)':
pipeline.cc:(.text._ZN2v88internal8compiler15PrintGraphPhase3RunEPNS1_12PipelineDataEPNS0_4ZoneEPKc[_ZN2v88internal8compiler15PrintGraphPhase3RunEPNS1_12PipelineDataEPNS0_4ZoneEPKc]+0x469): undefined reference to `v8::base::OS::FOpen(char const*, char const*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(pipeline.o): In function `v8::internal::compiler::(anonymous namespace)::TraceSchedule(v8::internal::CompilationInfo*, v8::internal::compiler::Schedule*)':
pipeline.cc:(.text._ZN2v88internal8compiler12_GLOBAL__N_113TraceScheduleEPNS0_15CompilationInfoEPNS1_8ScheduleE+0x7af): undefined reference to `v8::base::OS::FOpen(char const*, char const*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(pipeline.o): In function `v8::internal::compiler::PipelineImpl::FinalizeCode()':
pipeline.cc:(.text._ZN2v88internal8compiler12PipelineImpl12FinalizeCodeEv+0xd36): undefined reference to `v8::base::OS::FOpen(char const*, char const*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(pipeline.o): In function `v8::internal::compiler::PipelineImpl::AllocateRegisters(v8::internal::RegisterConfiguration const*, v8::internal::compiler::CallDescriptor*, bool)':
pipeline.cc:(.text._ZN2v88internal8compiler12PipelineImpl17AllocateRegistersEPKNS0_21RegisterConfigurationEPNS1_14CallDescriptorEb+0x126d): undefined reference to `v8::base::OS::FOpen(char const*, char const*)'
pipeline.cc:(.text._ZN2v88internal8compiler12PipelineImpl17AllocateRegistersEPKNS0_21RegisterConfigurationEPNS1_14CallDescriptorEb+0x1292): undefined reference to `v8::base::OS::FOpen(char const*, char const*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(pipeline.o):pipeline.cc:(.text._ZN2v88internal8compiler12PipelineImpl29ScheduleAndSelectInstructionsEPNS1_7LinkageEb+0xf49): more undefined references to `v8::base::OS::FOpen(char const*, char const*)' follow
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(hydrogen.o): In function `v8::internal::HTracer::TraceCompilation(v8::internal::CompilationInfo*)':
hydrogen.cc:(.text._ZN2v88internal7HTracer16TraceCompilationEPNS0_15CompilationInfoE+0x1ea): undefined reference to `v8::base::OS::TimeCurrentMillis()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(lithium-allocator.o): In function `v8::internal::LAllocator::TraceAlloc(char const*, ...)':
lithium-allocator.cc:(.text._ZN2v88internal10LAllocator10TraceAllocEPKcz+0xa3): undefined reference to `v8::base::OS::VPrint(char const*, __va_list_tag*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(deoptimizer.o): In function `v8::internal::Deoptimizer::DeoptimizeMarkedCodeForContext(v8::internal::Context*)::SelectedCodeUnlinker::VisitFunction(v8::internal::JSFunction*)':
deoptimizer.cc:(.text._ZZN2v88internal11Deoptimizer30DeoptimizeMarkedCodeForContextEPNS0_7ContextEEN20SelectedCodeUnlinker13VisitFunctionEPNS0_10JSFunctionE+0x17b): undefined reference to `v8::base::OS::FOpen(char const*, char const*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(deoptimizer.o): In function `v8::internal::Deoptimizer::DeoptimizeAll(v8::internal::Isolate*)':
deoptimizer.cc:(.text._ZN2v88internal11Deoptimizer13DeoptimizeAllEPNS0_7IsolateE+0x354): undefined reference to `v8::base::OS::FOpen(char const*, char const*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(deoptimizer.o): In function `v8::internal::Deoptimizer::DeoptimizeMarkedCode(v8::internal::Isolate*)':
deoptimizer.cc:(.text._ZN2v88internal11Deoptimizer20DeoptimizeMarkedCodeEPNS0_7IsolateE+0x2e5): undefined reference to `v8::base::OS::FOpen(char const*, char const*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(deoptimizer.o): In function `v8::internal::Deoptimizer::Deoptimizer(v8::internal::Isolate*, v8::internal::JSFunction*, v8::internal::Deoptimizer::BailoutType, unsigned int, unsigned char*, int)':
deoptimizer.cc:(.text._ZN2v88internal11DeoptimizerC2EPNS0_7IsolateEPNS0_10JSFunctionENS1_11BailoutTypeEjPhi+0x6f0): undefined reference to `v8::base::OS::FOpen(char const*, char const*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(heap.o): In function `v8::internal::Heap::RecordStats(v8::internal::HeapStats*, bool)':
heap.cc:(.text._ZN2v88internal4Heap11RecordStatsEPNS0_9HeapStatsEb+0x19a): undefined reference to `v8::base::OS::GetLastError()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(spaces.o): In function `v8::internal::CodeRange::SetUp(unsigned long)':
spaces.cc:(.text._ZN2v88internal9CodeRange5SetUpEm+0x4d): undefined reference to `v8::base::OS::AllocateAlignment()'
spaces.cc:(.text._ZN2v88internal9CodeRange5SetUpEm+0xf7): undefined reference to `v8::base::OS::CommitPageSize()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(spaces.o): In function `v8::internal::MemoryChunk::CommitArea(unsigned long)':
spaces.cc:(.text._ZN2v88internal11MemoryChunk10CommitAreaEm+0xaa): undefined reference to `v8::base::OS::CommitPageSize()'
spaces.cc:(.text._ZN2v88internal11MemoryChunk10CommitAreaEm+0xc6): undefined reference to `v8::base::OS::CommitPageSize()'
spaces.cc:(.text._ZN2v88internal11MemoryChunk10CommitAreaEm+0x18d): undefined reference to `v8::base::OS::CommitPageSize()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(spaces.o): In function `v8::internal::MemoryAllocator::ShrinkChunk(v8::internal::MemoryChunk*, unsigned long)':
spaces.cc:(.text._ZN2v88internal15MemoryAllocator11ShrinkChunkEPNS0_11MemoryChunkEm+0xc1): undefined reference to `v8::base::OS::CommitPageSize()'
spaces.cc:(.text._ZN2v88internal15MemoryAllocator11ShrinkChunkEPNS0_11MemoryChunkEm+0x9c): undefined reference to `v8::base::OS::Guard(void*, unsigned long)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(spaces.o): In function `v8::internal::Page::ShrinkToHighWaterMark()':
spaces.cc:(.text._ZN2v88internal4Page21ShrinkToHighWaterMarkEv+0x141): undefined reference to `v8::base::OS::CommitPageSize()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(spaces.o): In function `v8::internal::MemoryAllocator::CodePageGuardStartOffset()':
spaces.cc:(.text._ZN2v88internal15MemoryAllocator24CodePageGuardStartOffsetEv+0x25): undefined reference to `v8::base::OS::CommitPageSize()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(spaces.o): In function `v8::internal::MemoryAllocator::CodePageGuardSize()':
spaces.cc:(.text._ZN2v88internal15MemoryAllocator17CodePageGuardSizeEv+0x1d): undefined reference to `v8::base::OS::CommitPageSize()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(spaces.o): In function `v8::internal::MemoryAllocator::CodePageAreaStartOffset()':
spaces.cc:(.text._ZN2v88internal15MemoryAllocator23CodePageAreaStartOffsetEv+0x41): undefined reference to `v8::base::OS::CommitPageSize()'
spaces.cc:(.text._ZN2v88internal15MemoryAllocator23CodePageAreaStartOffsetEv+0x5c): undefined reference to `v8::base::OS::CommitPageSize()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(spaces.o):spaces.cc:(.text._ZN2v88internal15MemoryAllocator21CodePageAreaEndOffsetEv+0x25): more undefined references to `v8::base::OS::CommitPageSize()' follow
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(isolate.o): In function `v8::internal::ThreadId::GetCurrentThreadId()':
isolate.cc:(.text._ZN2v88internal8ThreadId18GetCurrentThreadIdEv+0x10): undefined reference to `v8::base::Thread::GetThreadLocal(int)'
isolate.cc:(.text._ZN2v88internal8ThreadId18GetCurrentThreadIdEv+0x34): undefined reference to `v8::base::Thread::SetThreadLocal(int, void*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(isolate.o): In function `v8::internal::ThreadLocalTop::Initialize()':
isolate.cc:(.text._ZN2v88internal14ThreadLocalTop10InitializeEv+0xbb): undefined reference to `v8::base::Thread::GetThreadLocal(int)'
isolate.cc:(.text._ZN2v88internal14ThreadLocalTop10InitializeEv+0xe3): undefined reference to `v8::base::Thread::SetThreadLocal(int, void*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(isolate.o): In function `v8::internal::Isolate::FindOrAllocatePerThreadDataForThisThread()':
isolate.cc:(.text._ZN2v88internal7Isolate40FindOrAllocatePerThreadDataForThisThreadEv+0x24): undefined reference to `v8::base::Thread::GetThreadLocal(int)'
isolate.cc:(.text._ZN2v88internal7Isolate40FindOrAllocatePerThreadDataForThisThreadEv+0x48): undefined reference to `v8::base::Thread::SetThreadLocal(int, void*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(isolate.o): In function `v8::internal::Isolate::DiscardPerThreadDataForThisThread()':
isolate.cc:(.text._ZN2v88internal7Isolate33DiscardPerThreadDataForThisThreadEv+0x20): undefined reference to `v8::base::Thread::GetThreadLocal(int)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(isolate.o): In function `v8::internal::Isolate::FindPerThreadDataForThisThread()':
isolate.cc:(.text._ZN2v88internal7Isolate30FindPerThreadDataForThisThreadEv+0x22): undefined reference to `v8::base::Thread::GetThreadLocal(int)'
isolate.cc:(.text._ZN2v88internal7Isolate30FindPerThreadDataForThisThreadEv+0x46): undefined reference to `v8::base::Thread::SetThreadLocal(int, void*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(isolate.o): In function `v8::internal::Isolate::InitializeOncePerProcess()':
isolate.cc:(.text._ZN2v88internal7Isolate24InitializeOncePerProcessEv+0x42): undefined reference to `v8::base::Thread::CreateThreadLocalKey()'
isolate.cc:(.text._ZN2v88internal7Isolate24InitializeOncePerProcessEv+0x4d): undefined reference to `v8::base::Thread::CreateThreadLocalKey()'
isolate.cc:(.text._ZN2v88internal7Isolate24InitializeOncePerProcessEv+0x58): undefined reference to `v8::base::Thread::CreateThreadLocalKey()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(isolate.o): In function `v8::internal::Isolate::PushCodeObjectsAndDie(unsigned int, void*, void*, void*, void*, void*, void*, void*, void*, unsigned int)':
isolate.cc:(.text._ZN2v88internal7Isolate21PushCodeObjectsAndDieEjPvS2_S2_S2_S2_S2_S2_S2_j+0x11e): undefined reference to `v8::base::OS::PrintError(char const*, ...)'
isolate.cc:(.text._ZN2v88internal7Isolate21PushCodeObjectsAndDieEjPvS2_S2_S2_S2_S2_S2_S2_j+0x127): undefined reference to `v8::base::OS::Abort()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(isolate.o): In function `v8::internal::Isolate::StackTraceString()':
isolate.cc:(.text._ZN2v88internal7Isolate16StackTraceStringEv+0x44): undefined reference to `v8::base::OS::PrintError(char const*, ...)'
isolate.cc:(.text._ZN2v88internal7Isolate16StackTraceStringEv+0x52): undefined reference to `v8::base::OS::PrintError(char const*, ...)'
isolate.cc:(.text._ZN2v88internal7Isolate16StackTraceStringEv+0x14f): undefined reference to `v8::base::OS::Abort()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(isolate.o): In function `v8::internal::Isolate::PushStackTraceAndDie(unsigned int, void*, void*, void*, void*, void*, void*, void*, void*, unsigned int)':
isolate.cc:(.text._ZN2v88internal7Isolate20PushStackTraceAndDieEjPvS2_S2_S2_S2_S2_S2_S2_j+0xdc): undefined reference to `v8::base::OS::PrintError(char const*, ...)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(isolate.o): In function `v8::internal::Isolate::PrintStack(__sFILE*, v8::internal::Isolate::PrintStackMode)':
isolate.cc:(.text._ZN2v88internal7Isolate10PrintStackEP7__sFILENS1_14PrintStackModeE+0x144): undefined reference to `v8::base::OS::PrintError(char const*, ...)'
isolate.cc:(.text._ZN2v88internal7Isolate10PrintStackEP7__sFILENS1_14PrintStackModeE+0x152): undefined reference to `v8::base::OS::PrintError(char const*, ...)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(isolate.o): In function `v8::internal::ReportBootstrappingException(v8::internal::Handle<v8::internal::Object>, v8::internal::MessageLocation*)':
isolate.cc:(.text._ZN2v88internal28ReportBootstrappingExceptionENS0_6HandleINS0_6ObjectEEEPNS0_15MessageLocationE+0x28): undefined reference to `v8::base::OS::PrintError(char const*, ...)'
isolate.cc:(.text._ZN2v88internal28ReportBootstrappingExceptionENS0_6HandleINS0_6ObjectEEEPNS0_15MessageLocationE+0x7f): undefined reference to `v8::base::OS::PrintError(char const*, ...)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(isolate.o):isolate.cc:(.text._ZN2v88internal28ReportBootstrappingExceptionENS0_6HandleINS0_6ObjectEEEPNS0_15MessageLocationE+0xdb): more undefined references to `v8::base::OS::PrintError(char const*, ...)' follow
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(isolate.o): In function `v8::internal::Isolate::ArchiveThread(char*)':
isolate.cc:(.text._ZN2v88internal7Isolate13ArchiveThreadEPc+0x124): undefined reference to `v8::base::Thread::GetThreadLocal(int)'
isolate.cc:(.text._ZN2v88internal7Isolate13ArchiveThreadEPc+0x14c): undefined reference to `v8::base::Thread::SetThreadLocal(int, void*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(isolate.o): In function `v8::internal::Isolate::SetIsolateThreadLocals(v8::internal::Isolate*, v8::internal::Isolate::PerIsolateThreadData*)':
isolate.cc:(.text._ZN2v88internal7Isolate22SetIsolateThreadLocalsEPS1_PNS1_20PerIsolateThreadDataE+0x16): undefined reference to `v8::base::Thread::SetThreadLocal(int, void*)'
isolate.cc:(.text._ZN2v88internal7Isolate22SetIsolateThreadLocalsEPS1_PNS1_20PerIsolateThreadDataE+0x2a): undefined reference to `v8::base::Thread::SetThreadLocal(int, void*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(isolate.o): In function `v8::internal::Isolate::InitializeThreadLocal()':
isolate.cc:(.text._ZN2v88internal7Isolate21InitializeThreadLocalEv+0xe0): undefined reference to `v8::base::Thread::GetThreadLocal(int)'
isolate.cc:(.text._ZN2v88internal7Isolate21InitializeThreadLocalEv+0x108): undefined reference to `v8::base::Thread::SetThreadLocal(int, void*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(isolate.o): In function `v8::internal::Isolate::Enter()':
isolate.cc:(.text._ZN2v88internal7Isolate5EnterEv+0x26): undefined reference to `v8::base::Thread::GetThreadLocal(int)'
isolate.cc:(.text._ZN2v88internal7Isolate5EnterEv+0x81): undefined reference to `v8::base::Thread::SetThreadLocal(int, void*)'
isolate.cc:(.text._ZN2v88internal7Isolate5EnterEv+0x8f): undefined reference to `v8::base::Thread::SetThreadLocal(int, void*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(isolate.o): In function `v8::internal::Isolate::Exit()':
isolate.cc:(.text._ZN2v88internal7Isolate4ExitEv+0x4b): undefined reference to `v8::base::Thread::SetThreadLocal(int, void*)'
isolate.cc:(.text._ZN2v88internal7Isolate4ExitEv+0x5d): undefined reference to `v8::base::Thread::SetThreadLocal(int, void*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(isolate.o): In function `v8::internal::Isolate::GetHTracer()':
isolate.cc:(.text._ZN2v88internal7Isolate10GetHTracerEv+0xd9): undefined reference to `v8::base::OS::GetCurrentProcessId()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(isolate.o): In function `v8::internal::Isolate::GetCodeTracer()':
isolate.cc:(.text._ZN2v88internal7Isolate13GetCodeTracerEv+0xc7): undefined reference to `v8::base::OS::GetCurrentProcessId()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(isolate.o): In function `v8::internal::Isolate::GetTurboCfgFileName()':
isolate.cc:(.text._ZN2v88internal7Isolate19GetTurboCfgFileNameEv+0x1d1): undefined reference to `v8::base::OS::GetCurrentProcessId()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(isolate.o): In function `v8::internal::Isolate::PrintWithTimestamp(char const*, ...)':
isolate.cc:(.text._ZN2v88internal7Isolate18PrintWithTimestampEPKcz+0x81): undefined reference to `v8::base::OS::GetCurrentProcessId()'
isolate.cc:(.text._ZN2v88internal7Isolate18PrintWithTimestampEPKcz+0x9f): undefined reference to `v8::base::OS::Print(char const*, ...)'
isolate.cc:(.text._ZN2v88internal7Isolate18PrintWithTimestampEPKcz+0xdb): undefined reference to `v8::base::OS::VPrint(char const*, __va_list_tag*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(isolate.o): In function `v8::internal::Isolate::Throw(v8::internal::Object*, v8::internal::MessageLocation*)':
isolate.cc:(.text._ZN2v88internal7Isolate5ThrowEPNS0_6ObjectEPNS0_15MessageLocationE+0x231): undefined reference to `v8::base::OS::Abort()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(isolate.o): In function `_ZN2v88internal7Isolate5ThrowEPNS0_6ObjectEPNS0_15MessageLocationE.constprop.329':
isolate.cc:(.text._ZN2v88internal7Isolate5ThrowEPNS0_6ObjectEPNS0_15MessageLocationE.constprop.329+0x22b): undefined reference to `v8::base::OS::Abort()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(isolate.o): In function `v8::internal::Isolate::ThrowIllegalOperation()':
isolate.cc:(.text._ZN2v88internal7Isolate21ThrowIllegalOperationEv+0x83): undefined reference to `v8::base::OS::PrintError(char const*, ...)'
isolate.cc:(.text._ZN2v88internal7Isolate21ThrowIllegalOperationEv+0x91): undefined reference to `v8::base::OS::PrintError(char const*, ...)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(isolate.o): In function `v8::internal::Isolate::TearDown()':
isolate.cc:(.text._ZN2v88internal7Isolate8TearDownEv+0x1b): undefined reference to `v8::base::Thread::GetThreadLocal(int)'
isolate.cc:(.text._ZN2v88internal7Isolate8TearDownEv+0x29): undefined reference to `v8::base::Thread::GetThreadLocal(int)'
isolate.cc:(.text._ZN2v88internal7Isolate8TearDownEv+0x3a): undefined reference to `v8::base::Thread::SetThreadLocal(int, void*)'
isolate.cc:(.text._ZN2v88internal7Isolate8TearDownEv+0x47): undefined reference to `v8::base::Thread::SetThreadLocal(int, void*)'
isolate.cc:(.text._ZN2v88internal7Isolate8TearDownEv+0xd4): undefined reference to `v8::base::Thread::SetThreadLocal(int, void*)'
isolate.cc:(.text._ZN2v88internal7Isolate8TearDownEv+0xf0): undefined reference to `v8::base::Thread::SetThreadLocal(int, void*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(log.o): In function `v8::internal::SamplingThread::~SamplingThread()':
log.cc:(.text._ZN2v88internal14SamplingThreadD2Ev[_ZN2v88internal14SamplingThreadD5Ev]+0x14): undefined reference to `v8::base::Thread::~Thread()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(log.o): In function `v8::internal::SamplingThread::~SamplingThread()':
log.cc:(.text._ZN2v88internal14SamplingThreadD0Ev[_ZN2v88internal14SamplingThreadD5Ev]+0x1b): undefined reference to `v8::base::Thread::~Thread()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(log.o): In function `v8::internal::Profiler::~Profiler()':
log.cc:(.text._ZN2v88internal8ProfilerD2Ev[_ZN2v88internal8ProfilerD5Ev]+0x34): undefined reference to `v8::base::Thread::~Thread()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(log.o): In function `v8::internal::Profiler::~Profiler()':
log.cc:(.text._ZN2v88internal8ProfilerD0Ev[_ZN2v88internal8ProfilerD5Ev]+0x2e): undefined reference to `v8::base::Thread::~Thread()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(log.o): In function `v8::internal::SamplingThread::Run()':
log.cc:(.text._ZN2v88internal14SamplingThread3RunEv[_ZN2v88internal14SamplingThread3RunEv]+0x32): undefined reference to `v8::base::OS::Sleep(v8::base::TimeDelta)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(log.o): In function `v8::internal::PerfBasicLogger::LogRecordedBuffer(v8::internal::AbstractCode*, v8::internal::SharedFunctionInfo*, char const*, int)':
log.cc:(.text._ZN2v88internal15PerfBasicLogger17LogRecordedBufferEPNS0_12AbstractCodeEPNS0_18SharedFunctionInfoEPKci+0x45): undefined reference to `v8::base::OS::FPrint(__sFILE*, char const*, ...)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(log.o): In function `_ZN2v88internal8Profiler9DisengageEv.part.51':
log.cc:(.text._ZN2v88internal8Profiler9DisengageEv.part.51+0x52): undefined reference to `v8::base::Thread::Join()'
log.cc:(.text._ZN2v88internal8Profiler9DisengageEv.part.51+0xf3): undefined reference to `v8::base::Thread::Join()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(log.o): In function `_ZN2v88internal8Profiler6EngageEv.part.102':
log.cc:(.text._ZN2v88internal8Profiler6EngageEv.part.102+0x10f): undefined reference to `v8::base::Thread::Start()'
log.cc:(.text._ZN2v88internal8Profiler6EngageEv.part.102+0x160): undefined reference to `v8::base::Thread::Start()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(log.o): In function `v8::internal::PerfBasicLogger::PerfBasicLogger()':
log.cc:(.text._ZN2v88internal15PerfBasicLoggerC2Ev+0x65): undefined reference to `v8::base::OS::GetCurrentProcessId()'
log.cc:(.text._ZN2v88internal15PerfBasicLoggerC2Ev+0x88): undefined reference to `v8::base::OS::LogFileOpenMode'
log.cc:(.text._ZN2v88internal15PerfBasicLoggerC2Ev+0x93): undefined reference to `v8::base::OS::FOpen(char const*, char const*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(log.o): In function `v8::internal::LowLevelLogger::LowLevelLogger(char const*)':
log.cc:(.text._ZN2v88internal14LowLevelLoggerC2EPKc+0x8d): undefined reference to `v8::base::OS::LogFileOpenMode'
log.cc:(.text._ZN2v88internal14LowLevelLoggerC2EPKc+0xa0): undefined reference to `v8::base::OS::FOpen(char const*, char const*)'
log.cc:(.text._ZN2v88internal14LowLevelLoggerC2EPKc+0x11c): undefined reference to `v8::base::OS::LogFileOpenMode'
log.cc:(.text._ZN2v88internal14LowLevelLoggerC2EPKc+0x12e): undefined reference to `v8::base::OS::FOpen(char const*, char const*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(log.o): In function `v8::internal::Profiler::Profiler(v8::internal::Isolate*)':
log.cc:(.text._ZN2v88internal8ProfilerC2EPNS0_7IsolateE+0x35): undefined reference to `v8::base::Thread::Thread(v8::base::Thread::Options const&)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(log.o): In function `v8::internal::Logger::ResourceEvent(char const*, char const*)':
log.cc:(.text._ZN2v88internal6Logger13ResourceEventEPKcS3_+0x73): undefined reference to `v8::base::OS::GetUserTime(unsigned int*, unsigned int*)'
log.cc:(.text._ZN2v88internal6Logger13ResourceEventEPKcS3_+0x94): undefined reference to `v8::base::OS::TimeCurrentMillis()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(log.o): In function `v8::internal::Logger::HeapSampleBeginEvent(char const*, char const*)':
log.cc:(.text._ZN2v88internal6Logger20HeapSampleBeginEventEPKcS3_+0x48): undefined reference to `v8::base::OS::TimeCurrentMillis()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(log.o): In function `v8::internal::Logger::SetUp(v8::internal::Isolate*)':
log.cc:(.text._ZN2v88internal6Logger5SetUpEPNS0_7IsolateE+0x1d1): undefined reference to `v8::base::OS::isDirectorySeparator(char)'
log.cc:(.text._ZN2v88internal6Logger5SetUpEPNS0_7IsolateE+0x263): undefined reference to `v8::base::OS::TimeCurrentMillis()'
log.cc:(.text._ZN2v88internal6Logger5SetUpEPNS0_7IsolateE+0x294): undefined reference to `v8::base::OS::isDirectorySeparator(char)'
log.cc:(.text._ZN2v88internal6Logger5SetUpEPNS0_7IsolateE+0x4bf): undefined reference to `v8::base::Thread::Thread(v8::base::Thread::Options const&)'
log.cc:(.text._ZN2v88internal6Logger5SetUpEPNS0_7IsolateE+0x629): undefined reference to `v8::base::OS::GetCurrentProcessId()'
log.cc:(.text._ZN2v88internal6Logger5SetUpEPNS0_7IsolateE+0x7d7): undefined reference to `v8::base::Thread::Thread(v8::base::Thread::Options const&)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(objects.o): In function `v8::internal::DependentCode::SetMarkedForDeoptimization(v8::internal::Code*, v8::internal::DependentCode::DependencyGroup)':
objects.cc:(.text._ZN2v88internal13DependentCode26SetMarkedForDeoptimizationEPNS0_4CodeENS1_15DependencyGroupE+0x1b2): undefined reference to `v8::base::OS::FOpen(char const*, char const*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(objects.o): In function `v8::internal::JSDate::CurrentTimeValue(v8::internal::Isolate*)':
objects.cc:(.text._ZN2v88internal6JSDate16CurrentTimeValueEPNS0_7IsolateE+0x2a): undefined reference to `v8::base::OS::TimeCurrentMillis()'
objects.cc:(.text._ZN2v88internal6JSDate16CurrentTimeValueEPNS0_7IsolateE+0x3e): undefined reference to `v8::base::OS::TimeCurrentMillis()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(cpu-profiler.o): In function `v8::internal::ProfilerEventsProcessor::~ProfilerEventsProcessor()':
cpu-profiler.cc:(.text._ZN2v88internal23ProfilerEventsProcessorD2Ev+0xb0): undefined reference to `v8::base::Thread::~Thread()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(cpu-profiler.o): In function `v8::internal::ProfilerEventsProcessor::~ProfilerEventsProcessor()':
cpu-profiler.cc:(.text._ZN2v88internal23ProfilerEventsProcessorD0Ev+0xac): undefined reference to `v8::base::Thread::~Thread()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(cpu-profiler.o): In function `v8::internal::ProfilerEventsProcessor::ProfilerEventsProcessor(v8::internal::Isolate*, v8::internal::ProfileGenerator*, v8::base::TimeDelta)':
cpu-profiler.cc:(.text._ZN2v88internal23ProfilerEventsProcessorC2EPNS0_7IsolateEPNS0_16ProfileGeneratorENS_4base9TimeDeltaE+0x3f): undefined reference to `v8::base::Thread::Thread(v8::base::Thread::Options const&)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(cpu-profiler.o): In function `v8::internal::ProfilerEventsProcessor::StopSynchronously()':
cpu-profiler.cc:(.text._ZN2v88internal23ProfilerEventsProcessor17StopSynchronouslyEv+0x12): undefined reference to `v8::base::Thread::Join()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(cpu-profiler.o): In function `v8::internal::ProfilerEventsProcessor::Run()':
cpu-profiler.cc:(.text._ZN2v88internal23ProfilerEventsProcessor3RunEv+0x70): undefined reference to `v8::base::OS::Sleep(v8::base::TimeDelta)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(cpu-profiler.o): In function `v8::internal::CpuProfiler::StopProcessor()':
cpu-profiler.cc:(.text._ZN2v88internal11CpuProfiler13StopProcessorEv+0x3e): undefined reference to `v8::base::Thread::Join()'
cpu-profiler.cc:(.text._ZN2v88internal11CpuProfiler13StopProcessorEv+0x11c): undefined reference to `v8::base::Thread::~Thread()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(cpu-profiler.o): In function `v8::internal::CpuProfiler::~CpuProfiler()':
cpu-profiler.cc:(.text._ZN2v88internal11CpuProfilerD2Ev+0x12c): undefined reference to `v8::base::Thread::~Thread()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(cpu-profiler.o): In function `v8::internal::CpuProfiler::StopProcessorIfLastProfile(char const*)':
cpu-profiler.cc:(.text._ZN2v88internal11CpuProfiler26StopProcessorIfLastProfileEPKc+0x58): undefined reference to `v8::base::Thread::Join()'
cpu-profiler.cc:(.text._ZN2v88internal11CpuProfiler26StopProcessorIfLastProfileEPKc+0x13c): undefined reference to `v8::base::Thread::~Thread()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(cpu-profiler.o): In function `v8::internal::CpuProfiler::StartProcessorIfNotStarted()':
cpu-profiler.cc:(.text._ZN2v88internal11CpuProfiler26StartProcessorIfNotStartedEv+0x194): undefined reference to `v8::base::Thread::~Thread()'
cpu-profiler.cc:(.text._ZN2v88internal11CpuProfiler26StartProcessorIfNotStartedEv+0x225): undefined reference to `v8::base::Thread::Start()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(heap-snapshot-generator.o): In function `v8::internal::HeapEntry::Print(char const*, char const*, int, int)':
heap-snapshot-generator.cc:(.text._ZN2v88internal9HeapEntry5PrintEPKcS3_ii+0x46): undefined reference to `v8::base::OS::Print(char const*, ...)'
heap-snapshot-generator.cc:(.text._ZN2v88internal9HeapEntry5PrintEPKcS3_ii+0x75): undefined reference to `v8::base::OS::Print(char const*, ...)'
heap-snapshot-generator.cc:(.text._ZN2v88internal9HeapEntry5PrintEPKcS3_ii+0x3ca): undefined reference to `v8::base::OS::Print(char const*, ...)'
heap-snapshot-generator.cc:(.text._ZN2v88internal9HeapEntry5PrintEPKcS3_ii+0x3ee): undefined reference to `v8::base::OS::Print(char const*, ...)'
heap-snapshot-generator.cc:(.text._ZN2v88internal9HeapEntry5PrintEPKcS3_ii+0x41b): undefined reference to `v8::base::OS::Print(char const*, ...)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(heap-snapshot-generator.o):heap-snapshot-generator.cc:(.text._ZN2v88internal9HeapEntry5PrintEPKcS3_ii+0x43a): more undefined references to `v8::base::OS::Print(char const*, ...)' follow
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(jsregexp.o): In function `v8::internal::RegExpCompiler::Assemble(v8::internal::RegExpMacroAssembler*, v8::internal::RegExpNode*, int, v8::internal::Handle<v8::internal::String>)':
jsregexp.cc:(.text._ZN2v88internal14RegExpCompiler8AssembleEPNS0_20RegExpMacroAssemblerEPNS0_10RegExpNodeEiNS0_6HandleINS0_6StringEEE+0x51d): undefined reference to `v8::base::OS::FOpen(char const*, char const*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(deserializer.o): In function `_ZN2v88internal12Deserializer28PrintDisassembledCodeObjectsEv.part.140':
deserializer.cc:(.text._ZN2v88internal12Deserializer28PrintDisassembledCodeObjectsEv.part.140+0x125): undefined reference to `v8::base::OS::FOpen(char const*, char const*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(serializer-common.o): In function `v8::internal::ExternalReferenceEncoder::Encode(unsigned char*) const':
serializer-common.cc:(.text._ZNK2v88internal24ExternalReferenceEncoder6EncodeEPh+0x3d): undefined reference to `v8::base::OS::PrintError(char const*, ...)'
serializer-common.cc:(.text._ZNK2v88internal24ExternalReferenceEncoder6EncodeEPh+0x58): undefined reference to `v8::base::OS::PrintError(char const*, ...)'
serializer-common.cc:(.text._ZNK2v88internal24ExternalReferenceEncoder6EncodeEPh+0x5d): undefined reference to `v8::base::OS::Abort()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(traced-value.o): In function `v8::tracing::(anonymous namespace)::EscapeAndAppendString(char const*, std::string*)':
traced-value.cc:(.text._ZN2v87tracing12_GLOBAL__N_121EscapeAndAppendStringEPKcPSs+0x18a): undefined reference to `v8::base::OS::SNPrintF(char*, int, char const*, ...)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(utils.o): In function `v8::internal::PrintF(char const*, ...)':
utils.cc:(.text._ZN2v88internal6PrintFEPKcz+0x97): undefined reference to `v8::base::OS::VPrint(char const*, __va_list_tag*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(utils.o): In function `v8::internal::PrintF(__sFILE*, char const*, ...)':
utils.cc:(.text._ZN2v88internal6PrintFEP7__sFILEPKcz+0x90): undefined reference to `v8::base::OS::VFPrint(__sFILE*, char const*, __va_list_tag*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(utils.o): In function `v8::internal::PrintPID(char const*, ...)':
utils.cc:(.text._ZN2v88internal8PrintPIDEPKcz+0x6a): undefined reference to `v8::base::OS::GetCurrentProcessId()'
utils.cc:(.text._ZN2v88internal8PrintPIDEPKcz+0x7a): undefined reference to `v8::base::OS::Print(char const*, ...)'
utils.cc:(.text._ZN2v88internal8PrintPIDEPKcz+0xb6): undefined reference to `v8::base::OS::VPrint(char const*, __va_list_tag*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(utils.o): In function `v8::internal::PrintIsolate(void*, char const*, ...)':
utils.cc:(.text._ZN2v88internal12PrintIsolateEPvPKcz+0x68): undefined reference to `v8::base::OS::GetCurrentProcessId()'
utils.cc:(.text._ZN2v88internal12PrintIsolateEPvPKcz+0x7b): undefined reference to `v8::base::OS::Print(char const*, ...)'
utils.cc:(.text._ZN2v88internal12PrintIsolateEPvPKcz+0xb7): undefined reference to `v8::base::OS::VPrint(char const*, __va_list_tag*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(utils.o): In function `v8::internal::SNPrintF(v8::internal::Vector<char>, char const*, ...)':
utils.cc:(.text._ZN2v88internal8SNPrintFENS0_6VectorIcEEPKcz+0x89): undefined reference to `v8::base::OS::VSNPrintF(char*, int, char const*, __va_list_tag*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(utils.o): In function `v8::internal::VSNPrintF(v8::internal::Vector<char>, char const*, __va_list_tag*)':
utils.cc:(.text._ZN2v88internal9VSNPrintFENS0_6VectorIcEEPKcP13__va_list_tag+0x6): undefined reference to `v8::base::OS::VSNPrintF(char*, int, char const*, __va_list_tag*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(utils.o): In function `v8::internal::StrNCpy(v8::internal::Vector<char>, char const*, unsigned long)':
utils.cc:(.text._ZN2v88internal7StrNCpyENS0_6VectorIcEEPKcm+0x6): undefined reference to `v8::base::OS::StrNCpy(char*, int, char const*, unsigned long)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(utils.o): In function `v8::internal::ReadCharsFromFile(__sFILE*, int*, int, bool, char const*)':
utils.cc:(.text._ZN2v88internal17ReadCharsFromFileEP7__sFILEPiibPKc+0xad): undefined reference to `v8::base::OS::PrintError(char const*, ...)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(utils.o): In function `v8::internal::ReadCharsFromFile(char const*, int*, int, bool)':
utils.cc:(.text._ZN2v88internal17ReadCharsFromFileEPKcPiib+0x24): undefined reference to `v8::base::OS::FOpen(char const*, char const*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(utils.o): In function `v8::internal::ReadBytes(char const*, int*, bool)':
utils.cc:(.text._ZN2v88internal9ReadBytesEPKcPib+0x1b): undefined reference to `v8::base::OS::FOpen(char const*, char const*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(utils.o): In function `v8::internal::ReadFile(char const*, bool*, bool)':
utils.cc:(.text._ZN2v88internal8ReadFileEPKcPbb+0x2c): undefined reference to `v8::base::OS::FOpen(char const*, char const*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(utils.o): In function `v8::internal::AppendChars(char const*, char const*, int, bool)':
utils.cc:(.text._ZN2v88internal11AppendCharsEPKcS2_ib+0x27): undefined reference to `v8::base::OS::FOpen(char const*, char const*)'
utils.cc:(.text._ZN2v88internal11AppendCharsEPKcS2_ib+0x99): undefined reference to `v8::base::OS::PrintError(char const*, ...)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(utils.o): In function `v8::internal::WriteChars(char const*, char const*, int, bool)':
utils.cc:(.text._ZN2v88internal10WriteCharsEPKcS2_ib+0x27): undefined reference to `v8::base::OS::FOpen(char const*, char const*)'
utils.cc:(.text._ZN2v88internal10WriteCharsEPKcS2_ib+0x99): undefined reference to `v8::base::OS::PrintError(char const*, ...)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(utils.o): In function `v8::internal::WriteBytes(char const*, unsigned char const*, int, bool)':
utils.cc:(.text._ZN2v88internal10WriteBytesEPKcPKhib+0x27): undefined reference to `v8::base::OS::FOpen(char const*, char const*)'
utils.cc:(.text._ZN2v88internal10WriteBytesEPKcPKhib+0x99): undefined reference to `v8::base::OS::PrintError(char const*, ...)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(utils.o): In function `v8::internal::StringBuilder::AddFormatted(char const*, ...)':
utils.cc:(.text._ZN2v88internal13StringBuilder12AddFormattedEPKcz+0xa8): undefined reference to `v8::base::OS::VSNPrintF(char*, int, char const*, __va_list_tag*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(utils.o): In function `v8::internal::StringBuilder::AddFormattedList(char const*, __va_list_tag*)':
utils.cc:(.text._ZN2v88internal13StringBuilder16AddFormattedListEPKcP13__va_list_tag+0x23): undefined reference to `v8::base::OS::VSNPrintF(char*, int, char const*, __va_list_tag*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(v8.o): In function `v8::internal::V8::InitializeOncePerProcessImpl()':
v8.cc:(.text._ZN2v88internal2V828InitializeOncePerProcessImplEv+0x88): undefined reference to `v8::base::OS::Initialize(long long, bool, char const*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(wasm-module.o): In function `_ZN2v88internal4wasm14NewArrayBufferEPNS0_7IsolateEmb.part.168':
wasm-module.cc:(.text._ZN2v88internal4wasm14NewArrayBufferEPNS0_7IsolateEmb.part.168+0x1f): undefined reference to `v8::base::OS::CommitPageSize()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(codegen-x64.o): In function `v8::internal::CreateSqrtFunction(v8::internal::Isolate*)':
codegen-x64.cc:(.text._ZN2v88internal18CreateSqrtFunctionEPNS0_7IsolateE+0x34): undefined reference to `v8::base::OS::Allocate(unsigned long, unsigned long*, bool)'
codegen-x64.cc:(.text._ZN2v88internal18CreateSqrtFunctionEPNS0_7IsolateE+0xa9): undefined reference to `v8::base::OS::ProtectCode(void*, unsigned long)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(macro-assembler-x64.o): In function `v8::internal::MacroAssembler::CheckStackAlignment()':
macro-assembler-x64.cc:(.text._ZN2v88internal14MacroAssembler19CheckStackAlignmentEv+0x1c): undefined reference to `v8::base::OS::ActivationFrameAlignment()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(macro-assembler-x64.o): In function `v8::internal::MacroAssembler::EnterExitFrameEpilogue(int, bool)':
macro-assembler-x64.cc:(.text._ZN2v88internal14MacroAssembler22EnterExitFrameEpilogueEib+0x60): undefined reference to `v8::base::OS::ActivationFrameAlignment()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(macro-assembler-x64.o): In function `v8::internal::MacroAssembler::PrepareCallCFunction(int)':
macro-assembler-x64.cc:(.text._ZN2v88internal14MacroAssembler20PrepareCallCFunctionEi+0x25): undefined reference to `v8::base::OS::ActivationFrameAlignment()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(macro-assembler-x64.o): In function `v8::internal::MacroAssembler::CallCFunction(v8::internal::ExternalReference, int)':
macro-assembler-x64.cc:(.text._ZN2v88internal14MacroAssembler13CallCFunctionENS0_17ExternalReferenceEi+0xc1): undefined reference to `v8::base::OS::ActivationFrameAlignment()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(macro-assembler-x64.o): In function `v8::internal::MacroAssembler::CallCFunction(v8::internal::Register, int)':
macro-assembler-x64.cc:(.text._ZN2v88internal14MacroAssembler13CallCFunctionENS0_8RegisterEi+0xb1): undefined reference to `v8::base::OS::ActivationFrameAlignment()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(asm-types.o): In function `v8::internal::wasm::AsmFunctionTableType::Name()':
asm-types.cc:(.text._ZN2v88internal4wasm20AsmFunctionTableType4NameEv+0x43): undefined reference to `v8::base::OS::SNPrintF(char*, int, char const*, ...)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(compilation-statistics.o): In function `_ZN2v88internalL9WriteLineERSobPKcRKNS0_21CompilationStatistics10BasicStatsES7_':
compilation-statistics.cc:(.text._ZN2v88internalL9WriteLineERSobPKcRKNS0_21CompilationStatistics10BasicStatsES7_+0xcc): undefined reference to `v8::base::OS::SNPrintF(char*, int, char const*, ...)'
compilation-statistics.cc:(.text._ZN2v88internalL9WriteLineERSobPKcRKNS0_21CompilationStatistics10BasicStatsES7_+0x1a5): undefined reference to `v8::base::OS::SNPrintF(char*, int, char const*, ...)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(graph-visualizer.o): In function `v8::internal::compiler::GraphC1Visualizer::PrintCompilation(v8::internal::CompilationInfo const*)':
graph-visualizer.cc:(.text._ZN2v88internal8compiler17GraphC1Visualizer16PrintCompilationEPKNS0_15CompilationInfoE+0x13a): undefined reference to `v8::base::OS::TimeCurrentMillis()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(optimizing-compile-dispatcher.o): In function `v8::internal::OptimizingCompileDispatcher::CompileTask::Run()':
optimizing-compile-dispatcher.cc:(.text._ZN2v88internal27OptimizingCompileDispatcher11CompileTask3RunEv[_ZN2v88internal27OptimizingCompileDispatcher11CompileTask3RunEv]+0x249): undefined reference to `v8::base::OS::Sleep(v8::base::TimeDelta)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(compilation-phase.o): In function `v8::internal::CompilationPhase::ShouldProduceTraceOutput() const':
compilation-phase.cc:(.text._ZNK2v88internal16CompilationPhase24ShouldProduceTraceOutputEv+0x5f): undefined reference to `v8::base::OS::StrChr(char*, int)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(hydrogen-bce.o): In function `v8::internal::HBoundsCheckEliminationPhase::PreProcessBlock(v8::internal::HBasicBlock*)':
hydrogen-bce.cc:(.text._ZN2v88internal28HBoundsCheckEliminationPhase15PreProcessBlockEPNS0_11HBasicBlockE+0x5c2): undefined reference to `v8::base::OS::Print(char const*, ...)'
hydrogen-bce.cc:(.text._ZN2v88internal28HBoundsCheckEliminationPhase15PreProcessBlockEPNS0_11HBasicBlockE+0x5db): undefined reference to `v8::base::OS::Print(char const*, ...)'
hydrogen-bce.cc:(.text._ZN2v88internal28HBoundsCheckEliminationPhase15PreProcessBlockEPNS0_11HBasicBlockE+0x649): undefined reference to `v8::base::OS::Print(char const*, ...)'
hydrogen-bce.cc:(.text._ZN2v88internal28HBoundsCheckEliminationPhase15PreProcessBlockEPNS0_11HBasicBlockE+0x7b1): undefined reference to `v8::base::OS::Print(char const*, ...)'
hydrogen-bce.cc:(.text._ZN2v88internal28HBoundsCheckEliminationPhase15PreProcessBlockEPNS0_11HBasicBlockE+0xd0b): undefined reference to `v8::base::OS::Print(char const*, ...)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(hydrogen-bce.o):hydrogen-bce.cc:(.text._ZN2v88internal28HBoundsCheckEliminationPhase15PreProcessBlockEPNS0_11HBasicBlockE+0xd51): more undefined references to `v8::base::OS::Print(char const*, ...)' follow
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(hydrogen-gvn.o): In function `v8::internal::TraceGVN(char const*, ...)':
hydrogen-gvn.cc:(.text._ZN2v88internal8TraceGVNEPKcz+0x97): undefined reference to `v8::base::OS::VPrint(char const*, __va_list_tag*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(hydrogen-range-analysis.o): In function `_ZN2v88internal19HRangeAnalysisPhase10TraceRangeEPKcz.constprop.49':
hydrogen-range-analysis.cc:(.text._ZN2v88internal19HRangeAnalysisPhase10TraceRangeEPKcz.constprop.49+0xa3): undefined reference to `v8::base::OS::VPrint(char const*, __va_list_tag*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(hydrogen-range-analysis.o): In function `v8::internal::HRangeAnalysisPhase::TraceRange(char const*, ...)':
hydrogen-range-analysis.cc:(.text._ZN2v88internal19HRangeAnalysisPhase10TraceRangeEPKcz+0x9f): undefined reference to `v8::base::OS::VPrint(char const*, __va_list_tag*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(gc-tracer.o): In function `v8::internal::GCTracer::Output(char const*, ...) const':
gc-tracer.cc:(.text._ZNK2v88internal8GCTracer6OutputEPKcz+0xb5): undefined reference to `v8::base::OS::VPrint(char const*, __va_list_tag*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(gc-tracer.o): In function `v8::internal::GCTracer::Print() const':
gc-tracer.cc:(.text._ZNK2v88internal8GCTracer5PrintEv+0x18e): undefined reference to `v8::base::OS::GetCurrentProcessId()'
gc-tracer.cc:(.text._ZNK2v88internal8GCTracer5PrintEv+0x303): undefined reference to `v8::base::OS::SNPrintF(char*, int, char const*, ...)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(handler-compiler.o): In function `v8::internal::PropertyHandlerCompiler::GetCode(v8::internal::Code::Kind, v8::internal::Handle<v8::internal::Name>)':
handler-compiler.cc:(.text._ZN2v88internal23PropertyHandlerCompiler7GetCodeENS0_4Code4KindENS0_6HandleINS0_4NameEEE+0x231): undefined reference to `v8::base::OS::FOpen(char const*, char const*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(log-utils.o): In function `v8::internal::Log::OpenTemporaryFile()':
log-utils.cc:(.text._ZN2v88internal3Log17OpenTemporaryFileEv+0xd): undefined reference to `v8::base::OS::OpenTemporaryFile()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(log-utils.o): In function `v8::internal::Log::OpenFile(char const*)':
log-utils.cc:(.text._ZN2v88internal3Log8OpenFileEPKc+0x12): undefined reference to `v8::base::OS::LogFileOpenMode'
log-utils.cc:(.text._ZN2v88internal3Log8OpenFileEPKc+0x1a): undefined reference to `v8::base::OS::FOpen(char const*, char const*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(log-utils.o): In function `v8::internal::Log::Initialize(char const*)':
log-utils.cc:(.text._ZN2v88internal3Log10InitializeEPKc+0x264): undefined reference to `v8::base::OS::OpenTemporaryFile()'
log-utils.cc:(.text._ZN2v88internal3Log10InitializeEPKc+0x27b): undefined reference to `v8::base::OS::LogFileOpenMode'
log-utils.cc:(.text._ZN2v88internal3Log10InitializeEPKc+0x286): undefined reference to `v8::base::OS::FOpen(char const*, char const*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(allocation-tracker.o): In function `v8::internal::AllocationTraceNode::Print(int, v8::internal::AllocationTracker*)':
allocation-tracker.cc:(.text._ZN2v88internal19AllocationTraceNode5PrintEiPNS0_17AllocationTrackerE+0x3f): undefined reference to `v8::base::OS::Print(char const*, ...)'
allocation-tracker.cc:(.text._ZN2v88internal19AllocationTraceNode5PrintEiPNS0_17AllocationTrackerE+0x6b): undefined reference to `v8::base::OS::Print(char const*, ...)'
allocation-tracker.cc:(.text._ZN2v88internal19AllocationTraceNode5PrintEiPNS0_17AllocationTrackerE+0x79): undefined reference to `v8::base::OS::Print(char const*, ...)'
allocation-tracker.cc:(.text._ZN2v88internal19AllocationTraceNode5PrintEiPNS0_17AllocationTrackerE+0x10a): undefined reference to `v8::base::OS::Print(char const*, ...)'
allocation-tracker.cc:(.text._ZN2v88internal19AllocationTraceNode5PrintEiPNS0_17AllocationTrackerE+0x136): undefined reference to `v8::base::OS::Print(char const*, ...)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(allocation-tracker.o):allocation-tracker.cc:(.text._ZN2v88internal19AllocationTraceNode5PrintEiPNS0_17AllocationTrackerE+0x144): more undefined references to `v8::base::OS::Print(char const*, ...)' follow
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(runtime-test.o): In function `_ZN2v88internalL25Stats_Runtime_SystemBreakEiPPNS0_6ObjectEPNS0_7IsolateE.isra.112':
runtime-test.cc:(.text._ZN2v88internalL25Stats_Runtime_SystemBreakEiPPNS0_6ObjectEPNS0_7IsolateE.isra.112+0x100): undefined reference to `v8::base::OS::DebugBreak()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(runtime-test.o): In function `_ZN2v88internalL35Stats_Runtime_GetOptimizationStatusEiPPNS0_6ObjectEPNS0_7IsolateE':
runtime-test.cc:(.text._ZN2v88internalL35Stats_Runtime_GetOptimizationStatusEiPPNS0_6ObjectEPNS0_7IsolateE+0x26a): undefined reference to `v8::base::OS::Sleep(v8::base::TimeDelta)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(runtime-test.o): In function `v8::internal::Runtime_GetOptimizationStatus(int, v8::internal::Object**, v8::internal::Isolate*)':
runtime-test.cc:(.text._ZN2v88internal29Runtime_GetOptimizationStatusEiPPNS0_6ObjectEPNS0_7IsolateE+0x14a): undefined reference to `v8::base::OS::Sleep(v8::base::TimeDelta)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(runtime-test.o): In function `v8::internal::Runtime_SystemBreak(int, v8::internal::Object**, v8::internal::Isolate*)':
runtime-test.cc:(.text._ZN2v88internal19Runtime_SystemBreakEiPPNS0_6ObjectEPNS0_7IsolateE+0x31): undefined reference to `v8::base::OS::DebugBreak()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(runtime-test.o): In function `_ZN2v88internalL19Stats_Runtime_AbortEiPPNS0_6ObjectEPNS0_7IsolateE':
runtime-test.cc:(.text._ZN2v88internalL19Stats_Runtime_AbortEiPPNS0_6ObjectEPNS0_7IsolateE+0x122): undefined reference to `v8::base::OS::PrintError(char const*, ...)'
runtime-test.cc:(.text._ZN2v88internalL19Stats_Runtime_AbortEiPPNS0_6ObjectEPNS0_7IsolateE+0x142): undefined reference to `v8::base::OS::Abort()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(runtime-test.o): In function `v8::internal::Runtime_Abort(int, v8::internal::Object**, v8::internal::Isolate*)':
runtime-test.cc:(.text._ZN2v88internal13Runtime_AbortEiPPNS0_6ObjectEPNS0_7IsolateE+0x39): undefined reference to `v8::base::OS::PrintError(char const*, ...)'
runtime-test.cc:(.text._ZN2v88internal13Runtime_AbortEiPPNS0_6ObjectEPNS0_7IsolateE+0x59): undefined reference to `v8::base::OS::Abort()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(runtime-test.o): In function `_ZN2v88internalL21Stats_Runtime_AbortJSEiPPNS0_6ObjectEPNS0_7IsolateE':
runtime-test.cc:(.text._ZN2v88internalL21Stats_Runtime_AbortJSEiPPNS0_6ObjectEPNS0_7IsolateE+0x174): undefined reference to `v8::base::OS::PrintError(char const*, ...)'
runtime-test.cc:(.text._ZN2v88internalL21Stats_Runtime_AbortJSEiPPNS0_6ObjectEPNS0_7IsolateE+0x19c): undefined reference to `v8::base::OS::Abort()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(runtime-test.o): In function `v8::internal::Runtime_AbortJS(int, v8::internal::Object**, v8::internal::Isolate*)':
runtime-test.cc:(.text._ZN2v88internal15Runtime_AbortJSEiPPNS0_6ObjectEPNS0_7IsolateE+0x9d): undefined reference to `v8::base::OS::PrintError(char const*, ...)'
runtime-test.cc:(.text._ZN2v88internal15Runtime_AbortJSEiPPNS0_6ObjectEPNS0_7IsolateE+0xc5): undefined reference to `v8::base::OS::Abort()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(module-decoder.o): In function `_ZN2v88internal4wasm12_GLOBAL__N_113ModuleDecoder10DumpModuleERKNS1_6ResultISt10unique_ptrINS1_10WasmModuleESt14default_deleteIS6_EEEE.isra.323':
module-decoder.cc:(.text._ZN2v88internal4wasm12_GLOBAL__N_113ModuleDecoder10DumpModuleERKNS1_6ResultISt10unique_ptrINS1_10WasmModuleESt14default_deleteIS6_EEEE.isra.323+0x16e): undefined reference to `v8::base::OS::FOpen(char const*, char const*)'
module-decoder.cc:(.text._ZN2v88internal4wasm12_GLOBAL__N_113ModuleDecoder10DumpModuleERKNS1_6ResultISt10unique_ptrINS1_10WasmModuleESt14default_deleteIS6_EEEE.isra.323+0x2a8): undefined reference to `v8::base::OS::isDirectorySeparator(char)'
module-decoder.cc:(.text._ZN2v88internal4wasm12_GLOBAL__N_113ModuleDecoder10DumpModuleERKNS1_6ResultISt10unique_ptrINS1_10WasmModuleESt14default_deleteIS6_EEEE.isra.323+0x2b5): undefined reference to `v8::base::OS::DirectorySeparator()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_libbase.a(logging.o): In function `V8_Fatal':
logging.cc:(.text.V8_Fatal+0x99): undefined reference to `v8::base::OS::PrintError(char const*, ...)'
logging.cc:(.text.V8_Fatal+0xd5): undefined reference to `v8::base::OS::VPrintError(char const*, __va_list_tag*)'
logging.cc:(.text.V8_Fatal+0xe3): undefined reference to `v8::base::OS::PrintError(char const*, ...)'
logging.cc:(.text.V8_Fatal+0x102): undefined reference to `v8::base::OS::Abort()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_libbase.a(platform-openbsd.o): In function `v8::base::OS::Allocate(unsigned long, unsigned long*, v8::base::OS::MemoryPermission)':
platform-openbsd.cc:(.text._ZN2v84base2OS8AllocateEmPmNS1_16MemoryPermissionE+0x15): undefined reference to `v8::base::OS::AllocateAlignment()'
platform-openbsd.cc:(.text._ZN2v84base2OS8AllocateEmPmNS1_16MemoryPermissionE+0x2b): undefined reference to `v8::base::GetProtectionFromMemoryPermission(v8::base::OS::MemoryPermission)'
platform-openbsd.cc:(.text._ZN2v84base2OS8AllocateEmPmNS1_16MemoryPermissionE+0x33): undefined reference to `v8::base::OS::GetRandomMmapAddr()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_libbase.a(platform-openbsd.o): In function `v8::base::OS::SignalCodeMovingGC()':
platform-openbsd.cc:(.text._ZN2v84base2OS18SignalCodeMovingGCEv+0x15): undefined reference to `v8::base::OS::GetGCFakeMMapFile()'
platform-openbsd.cc:(.text._ZN2v84base2OS18SignalCodeMovingGCEv+0x64): undefined reference to `v8::base::OS::Free(void*, unsigned long)'
platform-openbsd.cc:(.text._ZN2v84base2OS18SignalCodeMovingGCEv+0x86): undefined reference to `v8::base::OS::GetGCFakeMMapFile()'
platform-openbsd.cc:(.text._ZN2v84base2OS18SignalCodeMovingGCEv+0x97): undefined reference to `v8::base::OS::PrintError(char const*, ...)'
platform-openbsd.cc:(.text._ZN2v84base2OS18SignalCodeMovingGCEv+0x9c): undefined reference to `v8::base::OS::Abort()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_libbase.a(platform-openbsd.o): In function `v8::base::VirtualMemory::VirtualMemory(unsigned long)':
platform-openbsd.cc:(.text._ZN2v84base13VirtualMemoryC2Em+0xe): undefined reference to `v8::base::OS::GetRandomMmapAddr()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_libbase.a(platform-openbsd.o): In function `v8::base::VirtualMemory::VirtualMemory(unsigned long, unsigned long)':
platform-openbsd.cc:(.text._ZN2v84base13VirtualMemoryC2Emm+0x2f): undefined reference to `v8::base::OS::AllocateAlignment()'
platform-openbsd.cc:(.text._ZN2v84base13VirtualMemoryC2Emm+0x48): undefined reference to `v8::base::OS::GetRandomMmapAddr()'
platform-openbsd.cc:(.text._ZN2v84base13VirtualMemoryC2Emm+0x8b): undefined reference to `v8::base::OS::Free(void*, unsigned long)'
platform-openbsd.cc:(.text._ZN2v84base13VirtualMemoryC2Emm+0x90): undefined reference to `v8::base::OS::AllocateAlignment()'
platform-openbsd.cc:(.text._ZN2v84base13VirtualMemoryC2Emm+0xb2): undefined reference to `v8::base::OS::Free(void*, unsigned long)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_libbase.a(platform-openbsd.o): In function `v8::base::VirtualMemory::Guard(void*)':
platform-openbsd.cc:(.text._ZN2v84base13VirtualMemory5GuardEPv+0xd): undefined reference to `v8::base::OS::CommitPageSize()'
platform-openbsd.cc:(.text._ZN2v84base13VirtualMemory5GuardEPv+0x18): undefined reference to `v8::base::OS::Guard(void*, unsigned long)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_libbase.a(platform-openbsd.o): In function `v8::base::VirtualMemory::ReserveRegion(unsigned long)':
platform-openbsd.cc:(.text._ZN2v84base13VirtualMemory13ReserveRegionEm+0xd): undefined reference to `v8::base::OS::GetRandomMmapAddr()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_libbase.a(platform-posix-time.o):(.data.rel.ro._ZTVN2v84base25PosixDefaultTimezoneCacheE[_ZTVN2v84base25PosixDefaultTimezoneCacheE]+0x18): undefined reference to `v8::base::PosixTimezoneCache::DaylightSavingsOffset(double)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_libplatform.a(default-platform.o): In function `v8::platform::(anonymous namespace)::PrintStackTrace()':
default-platform.cc:(.text._ZN2v88platform12_GLOBAL__N_115PrintStackTraceEv+0x24): undefined reference to `v8::base::debug::StackTrace::StackTrace()'
default-platform.cc:(.text._ZN2v88platform12_GLOBAL__N_115PrintStackTraceEv+0x2c): undefined reference to `v8::base::debug::StackTrace::Print() const'
default-platform.cc:(.text._ZN2v88platform12_GLOBAL__N_115PrintStackTraceEv+0x31): undefined reference to `v8::base::debug::DisableSignalStackDump()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_libplatform.a(default-platform.o): In function `v8::platform::CreateDefaultPlatform(int, v8::platform::IdleTaskSupport, v8::platform::InProcessStackDumping, v8::TracingController*)':
default-platform.cc:(.text._ZN2v88platform21CreateDefaultPlatformEiNS0_15IdleTaskSupportENS0_21InProcessStackDumpingEPNS_17TracingControllerE+0x261): undefined reference to `v8::base::debug::EnableInProcessStackDumping()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_libplatform.a(task-queue.o): In function `v8::platform::TaskQueue::BlockUntilQueueEmptyForTesting()':
task-queue.cc:(.text._ZN2v88platform9TaskQueue30BlockUntilQueueEmptyForTestingEv+0x23): undefined reference to `v8::base::OS::Sleep(v8::base::TimeDelta)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_libplatform.a(trace-object.o): In function `v8::platform::tracing::TraceObject::Initialize(char, unsigned char const*, char const*, char const*, unsigned long long, unsigned long long, int, char const**, unsigned char const*, unsigned long long const*, std::unique_ptr<v8::ConvertableToTraceFormat, std::default_delete<v8::ConvertableToTraceFormat> >*, unsigned int)':
trace-object.cc:(.text._ZN2v88platform7tracing11TraceObject10InitializeEcPKhPKcS6_yyiPS6_S4_PKyPSt10unique_ptrINS_24ConvertableToTraceFormatESt14default_deleteISB_EEj+0x4b): undefined reference to `v8::base::OS::GetCurrentProcessId()'
trace-object.cc:(.text._ZN2v88platform7tracing11TraceObject10InitializeEcPKhPKcS6_yyiPS6_S4_PKyPSt10unique_ptrINS_24ConvertableToTraceFormatESt14default_deleteISB_EEj+0x53): undefined reference to `v8::base::OS::GetCurrentThreadId()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_libplatform.a(worker-thread.o): In function `v8::platform::WorkerThread::~WorkerThread()':
worker-thread.cc:(.text._ZN2v88platform12WorkerThreadD2Ev+0x1b): undefined reference to `v8::base::Thread::Join()'
worker-thread.cc:(.text._ZN2v88platform12WorkerThreadD2Ev+0x29): undefined reference to `v8::base::Thread::~Thread()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_libplatform.a(worker-thread.o): In function `v8::platform::WorkerThread::~WorkerThread()':
worker-thread.cc:(.text._ZN2v88platform12WorkerThreadD0Ev+0x1b): undefined reference to `v8::base::Thread::Join()'
worker-thread.cc:(.text._ZN2v88platform12WorkerThreadD0Ev+0x23): undefined reference to `v8::base::Thread::~Thread()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_libplatform.a(worker-thread.o): In function `v8::platform::WorkerThread::WorkerThread(v8::platform::TaskQueue*)':
worker-thread.cc:(.text._ZN2v88platform12WorkerThreadC2EPNS0_9TaskQueueE+0x35): undefined reference to `v8::base::Thread::Thread(v8::base::Thread::Options const&)'
worker-thread.cc:(.text._ZN2v88platform12WorkerThreadC2EPNS0_9TaskQueueE+0x4f): undefined reference to `v8::base::Thread::Start()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_builtins_generators.a(setup-builtins-internal.o): In function `_ZN2v88internal12_GLOBAL__N_126PostBuildProfileAndTracingEPNS0_7IsolateEPNS0_4CodeEPKc.part.25':
setup-builtins-internal.cc:(.text._ZN2v88internal12_GLOBAL__N_126PostBuildProfileAndTracingEPNS0_7IsolateEPNS0_4CodeEPKc.part.25+0x16b): undefined reference to `v8::base::OS::FOpen(char const*, char const*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_libbase.a(stack_trace.o): In function `v8::base::debug::StackTrace::ToString() const':
stack_trace.cc:(.text._ZNK2v84base5debug10StackTrace8ToStringEv+0x22f): undefined reference to `v8::base::debug::StackTrace::OutputToStream(std::ostream*) const'
collect2: error: ld returned 1 exit status
make[1]: *** [deps/v8/src/mksnapshot.target.mk:154: /home/adi/src/github.com/nodejs/node/out/Release/mksnapshot] Error 1
rm 9b684c43bcd52c2e306193b0a386f1105f5548ce.intermediate
make: *** [Makefile:76: node] Error 2

After I applied #10904 (comment) and ran make -j4 again

/usr/local/bin/python2.7 tools/gyp_node.py -f make
make -C out BUILDTYPE=Release V=1
  touch 9b684c43bcd52c2e306193b0a386f1105f5548ce.intermediate
  LD_LIBRARY_PATH=/home/adi/src/github.com/nodejs/node/out/Release/lib.host:/home/adi/src/github.com/nodejs/node/out/Release/lib.target:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; cd ../deps/v8/src/inspector; mkdir -p /home/adi/src/github.com/nodejs/node/out/Release/obj/gen/src/inspector/protocol /home/adi/src/github.com/nodejs/node/out/Release/obj/gen/include/inspector; python ../../third_party/inspector_protocol/CodeGenerator.py --jinja_dir ../../third_party --output_base "/home/adi/src/github.com/nodejs/node/out/Release/obj/gen/src/inspector" --config inspector_protocol_config.json
  g++ '-DV8_GYP_BUILD' '-DV8_TARGET_ARCH_X64' '-DENABLE_DISASSEMBLER' '-DV8_PROMISE_INTERNAL_FIELD_COUNT' '-Dv8_promise_internal_field_count' '-DV8_INTL_SUPPORT' -I../deps/v8  -pthread -Wall -Wextra -Wno-unused-parameter -m64 -fno-strict-aliasing -I/usr/local/include -fdata-sections -ffunction-sections -O3 -O3 -fno-omit-frame-pointer -fno-rtti -fno-exceptions -std=gnu++0x -MMD -MF /home/adi/src/github.com/nodejs/node/out/Release/.deps//home/adi/src/github.com/nodejs/node/out/Release/obj.target/v8_libbase/deps/v8/src/base/debug/stack_trace_posix.o.d.raw   -c -o /home/adi/src/github.com/nodejs/node/out/Release/obj.target/v8_libbase/deps/v8/src/base/debug/stack_trace_posix.o ../deps/v8/src/base/debug/stack_trace_posix.cc
  rm -f /home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_libbase.a && ar crs /home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_libbase.a /home/adi/src/github.com/nodejs/node/out/Release/obj.target/v8_libbase/deps/v8/src/base/bits.o /home/adi/src/github.com/nodejs/node/out/Release/obj.target/v8_libbase/deps/v8/src/base/cpu.o /home/adi/src/github.com/nodejs/node/out/Release/obj.target/v8_libbase/deps/v8/src/base/division-by-constant.o /home/adi/src/github.com/nodejs/node/out/Release/obj.target/v8_libbase/deps/v8/src/base/debug/stack_trace.o /home/adi/src/github.com/nodejs/node/out/Release/obj.target/v8_libbase/deps/v8/src/base/file-utils.o /home/adi/src/github.com/nodejs/node/out/Release/obj.target/v8_libbase/deps/v8/src/base/functional.o /home/adi/src/github.com/nodejs/node/out/Release/obj.target/v8_libbase/deps/v8/src/base/ieee754.o /home/adi/src/github.com/nodejs/node/out/Release/obj.target/v8_libbase/deps/v8/src/base/logging.o /home/adi/src/github.com/nodejs/node/out/Release/obj.target/v8_libbase/deps/v8/src/base/once.o /home/adi/src/github.com/nodejs/node/out/Release/obj.target/v8_libbase/deps/v8/src/base/platform/time.o /home/adi/src/github.com/nodejs/node/out/Release/obj.target/v8_libbase/deps/v8/src/base/platform/condition-variable.o /home/adi/src/github.com/nodejs/node/out/Release/obj.target/v8_libbase/deps/v8/src/base/platform/mutex.o /home/adi/src/github.com/nodejs/node/out/Release/obj.target/v8_libbase/deps/v8/src/base/platform/semaphore.o /home/adi/src/github.com/nodejs/node/out/Release/obj.target/v8_libbase/deps/v8/src/base/sys-info.o /home/adi/src/github.com/nodejs/node/out/Release/obj.target/v8_libbase/deps/v8/src/base/utils/random-number-generator.o /home/adi/src/github.com/nodejs/node/out/Release/obj.target/v8_libbase/deps/v8/src/base/debug/stack_trace_posix.o /home/adi/src/github.com/nodejs/node/out/Release/obj.target/v8_libbase/deps/v8/src/base/platform/platform-openbsd.o /home/adi/src/github.com/nodejs/node/out/Release/obj.target/v8_libbase/deps/v8/src/base/platform/platform-posix-time.o
  g++ -pthread -rdynamic -m64 -Wl,-z,wxneeded  -o /home/adi/src/github.com/nodejs/node/out/Release/mksnapshot -Wl,--start-group /home/adi/src/github.com/nodejs/node/out/Release/obj.target/mksnapshot/deps/v8/src/snapshot/mksnapshot.o /home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a /home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_builtins_setup.a /home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_libbase.a /home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_libplatform.a /home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_nosnapshot.a /home/adi/src/github.com/nodejs/node/out/Release/obj.target/tools/icu/libicui18n.a /home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_libsampler.a /home/adi/src/github.com/nodejs/node/out/Release/obj.target/tools/icu/libicuucx.a /home/adi/src/github.com/nodejs/node/out/Release/obj.target/tools/icu/libicudata.a /home/adi/src/github.com/nodejs/node/out/Release/obj.target/tools/icu/libicustubdata.a /home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_builtins_generators.a -L/usr/local/lib -lexecinfo -Wl,--end-group
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/tools/icu/libicui18n.a(ucol_sit.o): In function `_ZL29ucol_sit_calculateWholeLocaleP12CollatorSpec.part.1':
ucol_sit.cpp:(.text+0x36e): warning: warning: strcat() is almost always misused, please use strlcat()
ucol_sit.cpp:(.text+0x2d1): warning: warning: stpcpy() is dangerous; do not use it
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/tools/icu/libicui18n.a(digitlst.o): In function `icu_59::DigitList::getDouble() const':
digitlst.cpp:(.text+0xa22): warning: warning: sprintf() is often misused, please use snprintf()
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/tools/icu/libicui18n.a(calendar.o): In function `icu_59::Calendar::Calendar(icu_59::Calendar const&)':
calendar.cpp:(.text+0x24e5): warning: warning: strcpy() is almost always misused, please use strlcpy()
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/mksnapshot/deps/v8/src/snapshot/mksnapshot.o: In function `SnapshotWriter::GetFileDescriptorOrDie(char const*)':
mksnapshot.cc:(.text._ZN14SnapshotWriter22GetFileDescriptorOrDieEPKc[_ZN14SnapshotWriter22GetFileDescriptorOrDieEPKc]+0x14): undefined reference to `v8::base::OS::FOpen(char const*, char const*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/mksnapshot/deps/v8/src/snapshot/mksnapshot.o: In function `GetExtraCode(char*, char const*)':
mksnapshot.cc:(.text._Z12GetExtraCodePcPKc+0x46): undefined reference to `v8::base::OS::FOpen(char const*, char const*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(api.o): In function `_ZN2v8L17ObjectSetAccessorIPFvNS_5LocalINS_4NameEEERKNS_20PropertyCallbackInfoINS_5ValueEEEEPFvS3_NS1_IS5_EERKNS4_IvEEESB_EENS_5MaybeIbEENS1_INS_7ContextEEEPNS_6ObjectES3_T_T0_T1_NS_13AccessControlENS_17PropertyAttributeEb':
api.cc:(.text._ZN2v8L17ObjectSetAccessorIPFvNS_5LocalINS_4NameEEERKNS_20PropertyCallbackInfoINS_5ValueEEEEPFvS3_NS1_IS5_EERKNS4_IvEEESB_EENS_5MaybeIbEENS1_INS_7ContextEEEPNS_6ObjectES3_T_T0_T1_NS_13AccessControlENS_17PropertyAttributeEb+0x2a9): undefined reference to `v8::base::Thread::GetThreadLocal(int)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(api.o): In function `v8::Utils::ReportApiFailure(char const*, char const*)':
api.cc:(.text._ZN2v85Utils16ReportApiFailureEPKcS2_+0x1d): undefined reference to `v8::base::Thread::GetThreadLocal(int)'
api.cc:(.text._ZN2v85Utils16ReportApiFailureEPKcS2_+0x58): undefined reference to `v8::base::OS::PrintError(char const*, ...)'
api.cc:(.text._ZN2v85Utils16ReportApiFailureEPKcS2_+0x5d): undefined reference to `v8::base::OS::Abort()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(api.o): In function `v8::Utils::ReportOOMFailure(char const*, bool)':
api.cc:(.text._ZN2v85Utils16ReportOOMFailureEPKcb+0x1c): undefined reference to `v8::base::Thread::GetThreadLocal(int)'
api.cc:(.text._ZN2v85Utils16ReportOOMFailureEPKcb+0x99): undefined reference to `v8::base::OS::PrintError(char const*, ...)'
api.cc:(.text._ZN2v85Utils16ReportOOMFailureEPKcb+0x9e): undefined reference to `v8::base::OS::Abort()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(api.o): In function `v8::internal::V8::FatalProcessOutOfMemory(char const*, bool)':
api.cc:(.text._ZN2v88internal2V823FatalProcessOutOfMemoryEPKcb+0x31): undefined reference to `v8::base::Thread::GetThreadLocal(int)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(api.o): In function `v8::HandleScope::operator new(unsigned long)':
api.cc:(.text._ZN2v811HandleScopenwEm+0x5): undefined reference to `v8::base::OS::Abort()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(api.o): In function `v8::HandleScope::operator delete(void*, unsigned long)':
api.cc:(.text._ZN2v811HandleScopedlEPvm+0x5): undefined reference to `v8::base::OS::Abort()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(api.o): In function `v8::EscapableHandleScope::operator new(unsigned long)':
api.cc:(.text._ZN2v820EscapableHandleScopenwEm+0x5): undefined reference to `v8::base::OS::Abort()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(api.o): In function `v8::EscapableHandleScope::operator delete(void*, unsigned long)':
api.cc:(.text._ZN2v820EscapableHandleScopedlEPvm+0x5): undefined reference to `v8::base::OS::Abort()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(api.o): In function `v8::SealHandleScope::operator new(unsigned long)':
api.cc:(.text._ZN2v815SealHandleScopenwEm+0x5): undefined reference to `v8::base::OS::Abort()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(api.o):api.cc:(.text._ZN2v815SealHandleScopedlEPvm+0x5): more undefined references to `v8::base::OS::Abort()' follow
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(api.o): In function `v8::ObjectTemplate::New()':
api.cc:(.text._ZN2v814ObjectTemplate3NewEv+0xe): undefined reference to `v8::base::Thread::GetThreadLocal(int)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(api.o): In function `v8::Script::Run(v8::Local<v8::Context>)':
api.cc:(.text._ZN2v86Script3RunENS_5LocalINS_7ContextEEE+0x392): undefined reference to `v8::base::Thread::GetThreadLocal(int)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(api.o): In function `v8::DynamicImportResult::FinishDynamicImportSuccess(v8::Local<v8::Context>, v8::Local<v8::Module>)':
api.cc:(.text._ZN2v819DynamicImportResult26FinishDynamicImportSuccessENS_5LocalINS_7ContextEEENS1_INS_6ModuleEEE+0x259): undefined reference to `v8::base::Thread::GetThreadLocal(int)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(api.o): In function `v8::DynamicImportResult::FinishDynamicImportFailure(v8::Local<v8::Context>, v8::Local<v8::Value>)':
api.cc:(.text._ZN2v819DynamicImportResult26FinishDynamicImportFailureENS_5LocalINS_7ContextEEENS1_INS_5ValueEEE+0x259): undefined reference to `v8::base::Thread::GetThreadLocal(int)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(api.o): In function `v8::Module::Instantiate(v8::Local<v8::Context>, v8::MaybeLocal<v8::Module> (*)(v8::Local<v8::Context>, v8::Local<v8::String>, v8::Local<v8::Module>))':
api.cc:(.text._ZN2v86Module11InstantiateENS_5LocalINS_7ContextEEEPFNS_10MaybeLocalIS0_EES3_NS1_INS_6StringEEENS1_IS0_EEE+0x1e2): undefined reference to `v8::base::Thread::GetThreadLocal(int)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(api.o):api.cc:(.text._ZN2v86Module8EvaluateENS_5LocalINS_7ContextEEE+0x372): more undefined references to `v8::base::Thread::GetThreadLocal(int)' follow
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(api.o): In function `v8::TryCatch::operator new(unsigned long)':
api.cc:(.text._ZN2v88TryCatchnwEm+0x5): undefined reference to `v8::base::OS::Abort()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(api.o): In function `v8::TryCatch::operator delete(void*, unsigned long)':
api.cc:(.text._ZN2v88TryCatchdlEPvm+0x5): undefined reference to `v8::base::OS::Abort()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(api.o): In function `v8::TryCatch::StackTrace(v8::Local<v8::Context>) const':
api.cc:(.text._ZNK2v88TryCatch10StackTraceENS_5LocalINS_7ContextEEE+0x43d): undefined reference to `v8::base::Thread::GetThreadLocal(int)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(api.o): In function `v8::JSON::Parse(v8::Local<v8::Context>, v8::Local<v8::String>)':
api.cc:(.text._ZN2v84JSON5ParseENS_5LocalINS_7ContextEEENS1_INS_6StringEEE+0x2d2): undefined reference to `v8::base::Thread::GetThreadLocal(int)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(api.o): In function `v8::JSON::Stringify(v8::Local<v8::Context>, v8::Local<v8::Object>, v8::Local<v8::String>)':
api.cc:(.text._ZN2v84JSON9StringifyENS_5LocalINS_7ContextEEENS1_INS_6ObjectEEENS1_INS_6StringEEE+0x272): undefined reference to `v8::base::Thread::GetThreadLocal(int)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(api.o): In function `v8::ValueSerializer::WriteValue(v8::Local<v8::Context>, v8::Local<v8::Value>)':
api.cc:(.text._ZN2v815ValueSerializer10WriteValueENS_5LocalINS_7ContextEEENS1_INS_5ValueEEE+0x1e1): undefined reference to `v8::base::Thread::GetThreadLocal(int)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(api.o): In function `v8::ValueDeserializer::ReadHeader(v8::Local<v8::Context>)':
api.cc:(.text._ZN2v817ValueDeserializer10ReadHeaderENS_5LocalINS_7ContextEEE+0x221): undefined reference to `v8::base::Thread::GetThreadLocal(int)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(api.o):api.cc:(.text._ZN2v817ValueDeserializer9ReadValueENS_5LocalINS_7ContextEEE+0x1ea): more undefined references to `v8::base::Thread::GetThreadLocal(int)' follow
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(assert-scope.o): In function `v8::base::LazyInstanceImpl<int, v8::base::StaticallyAllocatedInstanceTrait<int>, v8::internal::(anonymous namespace)::PerThreadAssertKeyConstructTrait, v8::base::ThreadSafeInitOnceTrait, v8::base::LeakyInstanceTrait<int> >::InitInstance(v8::base::StaticallyAllocatedInstanceTrait<int>::StorageType*)':
assert-scope.cc:(.text._ZN2v84base16LazyInstanceImplIiNS0_32StaticallyAllocatedInstanceTraitIiEENS_8internal12_GLOBAL__N_132PerThreadAssertKeyConstructTraitENS0_23ThreadSafeInitOnceTraitENS0_18LeakyInstanceTraitIiEEE12InitInstanceEPNS3_11StorageTypeE+0xd): undefined reference to `v8::base::Thread::CreateThreadLocalKey()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(assert-scope.o): In function `v8::internal::PerThreadAssertScope<(v8::internal::PerThreadAssertType)0, false>::PerThreadAssertScope()':
assert-scope.cc:(.text._ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE0ELb0EEC2Ev[_ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE0ELb0EEC5Ev]+0x38): undefined reference to `v8::base::Thread::GetThreadLocal(int)'
assert-scope.cc:(.text._ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE0ELb0EEC2Ev[_ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE0ELb0EEC5Ev]+0xbb): undefined reference to `v8::base::Thread::SetThreadLocal(int, void*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(assert-scope.o): In function `v8::internal::PerThreadAssertScope<(v8::internal::PerThreadAssertType)0, false>::~PerThreadAssertScope()':
assert-scope.cc:(.text._ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE0ELb0EED2Ev[_ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE0ELb0EED5Ev]+0x5c): undefined reference to `v8::base::Thread::SetThreadLocal(int, void*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(assert-scope.o): In function `v8::internal::PerThreadAssertScope<(v8::internal::PerThreadAssertType)0, false>::IsAllowed()':
assert-scope.cc:(.text._ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE0ELb0EE9IsAllowedEv[_ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE0ELb0EE9IsAllowedEv]+0x32): undefined reference to `v8::base::Thread::GetThreadLocal(int)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(assert-scope.o): In function `v8::internal::PerThreadAssertScope<(v8::internal::PerThreadAssertType)0, false>::Release()':
assert-scope.cc:(.text._ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE0ELb0EE7ReleaseEv[_ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE0ELb0EE7ReleaseEv]+0x60): undefined reference to `v8::base::Thread::SetThreadLocal(int, void*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(assert-scope.o): In function `v8::internal::PerThreadAssertScope<(v8::internal::PerThreadAssertType)0, true>::PerThreadAssertScope()':
assert-scope.cc:(.text._ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE0ELb1EEC2Ev[_ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE0ELb1EEC5Ev]+0x38): undefined reference to `v8::base::Thread::GetThreadLocal(int)'
assert-scope.cc:(.text._ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE0ELb1EEC2Ev[_ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE0ELb1EEC5Ev]+0xbb): undefined reference to `v8::base::Thread::SetThreadLocal(int, void*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(assert-scope.o): In function `v8::internal::PerThreadAssertScope<(v8::internal::PerThreadAssertType)0, true>::~PerThreadAssertScope()':
assert-scope.cc:(.text._ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE0ELb1EED2Ev[_ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE0ELb1EED5Ev]+0x5c): undefined reference to `v8::base::Thread::SetThreadLocal(int, void*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(assert-scope.o): In function `v8::internal::PerThreadAssertScope<(v8::internal::PerThreadAssertType)0, true>::IsAllowed()':
assert-scope.cc:(.text._ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE0ELb1EE9IsAllowedEv[_ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE0ELb1EE9IsAllowedEv]+0x32): undefined reference to `v8::base::Thread::GetThreadLocal(int)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(assert-scope.o): In function `v8::internal::PerThreadAssertScope<(v8::internal::PerThreadAssertType)0, true>::Release()':
assert-scope.cc:(.text._ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE0ELb1EE7ReleaseEv[_ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE0ELb1EE7ReleaseEv]+0x60): undefined reference to `v8::base::Thread::SetThreadLocal(int, void*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(assert-scope.o): In function `v8::internal::PerThreadAssertScope<(v8::internal::PerThreadAssertType)1, false>::PerThreadAssertScope()':
assert-scope.cc:(.text._ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE1ELb0EEC2Ev[_ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE1ELb0EEC5Ev]+0x38): undefined reference to `v8::base::Thread::GetThreadLocal(int)'
assert-scope.cc:(.text._ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE1ELb0EEC2Ev[_ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE1ELb0EEC5Ev]+0xbb): undefined reference to `v8::base::Thread::SetThreadLocal(int, void*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(assert-scope.o): In function `v8::internal::PerThreadAssertScope<(v8::internal::PerThreadAssertType)1, false>::~PerThreadAssertScope()':
assert-scope.cc:(.text._ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE1ELb0EED2Ev[_ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE1ELb0EED5Ev]+0x5c): undefined reference to `v8::base::Thread::SetThreadLocal(int, void*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(assert-scope.o): In function `v8::internal::PerThreadAssertScope<(v8::internal::PerThreadAssertType)1, false>::IsAllowed()':
assert-scope.cc:(.text._ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE1ELb0EE9IsAllowedEv[_ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE1ELb0EE9IsAllowedEv]+0x32): undefined reference to `v8::base::Thread::GetThreadLocal(int)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(assert-scope.o): In function `v8::internal::PerThreadAssertScope<(v8::internal::PerThreadAssertType)1, false>::Release()':
assert-scope.cc:(.text._ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE1ELb0EE7ReleaseEv[_ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE1ELb0EE7ReleaseEv]+0x60): undefined reference to `v8::base::Thread::SetThreadLocal(int, void*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(assert-scope.o): In function `v8::internal::PerThreadAssertScope<(v8::internal::PerThreadAssertType)1, true>::PerThreadAssertScope()':
assert-scope.cc:(.text._ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE1ELb1EEC2Ev[_ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE1ELb1EEC5Ev]+0x38): undefined reference to `v8::base::Thread::GetThreadLocal(int)'
assert-scope.cc:(.text._ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE1ELb1EEC2Ev[_ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE1ELb1EEC5Ev]+0xbb): undefined reference to `v8::base::Thread::SetThreadLocal(int, void*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(assert-scope.o): In function `v8::internal::PerThreadAssertScope<(v8::internal::PerThreadAssertType)1, true>::~PerThreadAssertScope()':
assert-scope.cc:(.text._ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE1ELb1EED2Ev[_ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE1ELb1EED5Ev]+0x5c): undefined reference to `v8::base::Thread::SetThreadLocal(int, void*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(assert-scope.o): In function `v8::internal::PerThreadAssertScope<(v8::internal::PerThreadAssertType)1, true>::IsAllowed()':
assert-scope.cc:(.text._ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE1ELb1EE9IsAllowedEv[_ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE1ELb1EE9IsAllowedEv]+0x32): undefined reference to `v8::base::Thread::GetThreadLocal(int)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(assert-scope.o): In function `v8::internal::PerThreadAssertScope<(v8::internal::PerThreadAssertType)1, true>::Release()':
assert-scope.cc:(.text._ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE1ELb1EE7ReleaseEv[_ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE1ELb1EE7ReleaseEv]+0x60): undefined reference to `v8::base::Thread::SetThreadLocal(int, void*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(assert-scope.o): In function `v8::internal::PerThreadAssertScope<(v8::internal::PerThreadAssertType)2, false>::PerThreadAssertScope()':
assert-scope.cc:(.text._ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE2ELb0EEC2Ev[_ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE2ELb0EEC5Ev]+0x38): undefined reference to `v8::base::Thread::GetThreadLocal(int)'
assert-scope.cc:(.text._ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE2ELb0EEC2Ev[_ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE2ELb0EEC5Ev]+0xbb): undefined reference to `v8::base::Thread::SetThreadLocal(int, void*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(assert-scope.o): In function `v8::internal::PerThreadAssertScope<(v8::internal::PerThreadAssertType)2, false>::~PerThreadAssertScope()':
assert-scope.cc:(.text._ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE2ELb0EED2Ev[_ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE2ELb0EED5Ev]+0x5c): undefined reference to `v8::base::Thread::SetThreadLocal(int, void*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(assert-scope.o): In function `v8::internal::PerThreadAssertScope<(v8::internal::PerThreadAssertType)2, false>::IsAllowed()':
assert-scope.cc:(.text._ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE2ELb0EE9IsAllowedEv[_ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE2ELb0EE9IsAllowedEv]+0x32): undefined reference to `v8::base::Thread::GetThreadLocal(int)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(assert-scope.o): In function `v8::internal::PerThreadAssertScope<(v8::internal::PerThreadAssertType)2, false>::Release()':
assert-scope.cc:(.text._ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE2ELb0EE7ReleaseEv[_ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE2ELb0EE7ReleaseEv]+0x60): undefined reference to `v8::base::Thread::SetThreadLocal(int, void*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(assert-scope.o): In function `v8::internal::PerThreadAssertScope<(v8::internal::PerThreadAssertType)2, true>::PerThreadAssertScope()':
assert-scope.cc:(.text._ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE2ELb1EEC2Ev[_ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE2ELb1EEC5Ev]+0x38): undefined reference to `v8::base::Thread::GetThreadLocal(int)'
assert-scope.cc:(.text._ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE2ELb1EEC2Ev[_ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE2ELb1EEC5Ev]+0xbb): undefined reference to `v8::base::Thread::SetThreadLocal(int, void*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(assert-scope.o): In function `v8::internal::PerThreadAssertScope<(v8::internal::PerThreadAssertType)2, true>::~PerThreadAssertScope()':
assert-scope.cc:(.text._ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE2ELb1EED2Ev[_ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE2ELb1EED5Ev]+0x5c): undefined reference to `v8::base::Thread::SetThreadLocal(int, void*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(assert-scope.o): In function `v8::internal::PerThreadAssertScope<(v8::internal::PerThreadAssertType)2, true>::IsAllowed()':
assert-scope.cc:(.text._ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE2ELb1EE9IsAllowedEv[_ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE2ELb1EE9IsAllowedEv]+0x32): undefined reference to `v8::base::Thread::GetThreadLocal(int)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(assert-scope.o): In function `v8::internal::PerThreadAssertScope<(v8::internal::PerThreadAssertType)2, true>::Release()':
assert-scope.cc:(.text._ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE2ELb1EE7ReleaseEv[_ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE2ELb1EE7ReleaseEv]+0x60): undefined reference to `v8::base::Thread::SetThreadLocal(int, void*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(assert-scope.o): In function `v8::internal::PerThreadAssertScope<(v8::internal::PerThreadAssertType)3, false>::PerThreadAssertScope()':
assert-scope.cc:(.text._ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE3ELb0EEC2Ev[_ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE3ELb0EEC5Ev]+0x38): undefined reference to `v8::base::Thread::GetThreadLocal(int)'
assert-scope.cc:(.text._ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE3ELb0EEC2Ev[_ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE3ELb0EEC5Ev]+0xbb): undefined reference to `v8::base::Thread::SetThreadLocal(int, void*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(assert-scope.o): In function `v8::internal::PerThreadAssertScope<(v8::internal::PerThreadAssertType)3, false>::~PerThreadAssertScope()':
assert-scope.cc:(.text._ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE3ELb0EED2Ev[_ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE3ELb0EED5Ev]+0x5c): undefined reference to `v8::base::Thread::SetThreadLocal(int, void*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(assert-scope.o): In function `v8::internal::PerThreadAssertScope<(v8::internal::PerThreadAssertType)3, false>::IsAllowed()':
assert-scope.cc:(.text._ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE3ELb0EE9IsAllowedEv[_ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE3ELb0EE9IsAllowedEv]+0x32): undefined reference to `v8::base::Thread::GetThreadLocal(int)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(assert-scope.o): In function `v8::internal::PerThreadAssertScope<(v8::internal::PerThreadAssertType)3, false>::Release()':
assert-scope.cc:(.text._ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE3ELb0EE7ReleaseEv[_ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE3ELb0EE7ReleaseEv]+0x60): undefined reference to `v8::base::Thread::SetThreadLocal(int, void*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(assert-scope.o): In function `v8::internal::PerThreadAssertScope<(v8::internal::PerThreadAssertType)3, true>::PerThreadAssertScope()':
assert-scope.cc:(.text._ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE3ELb1EEC2Ev[_ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE3ELb1EEC5Ev]+0x38): undefined reference to `v8::base::Thread::GetThreadLocal(int)'
assert-scope.cc:(.text._ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE3ELb1EEC2Ev[_ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE3ELb1EEC5Ev]+0xbb): undefined reference to `v8::base::Thread::SetThreadLocal(int, void*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(assert-scope.o): In function `v8::internal::PerThreadAssertScope<(v8::internal::PerThreadAssertType)3, true>::~PerThreadAssertScope()':
assert-scope.cc:(.text._ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE3ELb1EED2Ev[_ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE3ELb1EED5Ev]+0x5c): undefined reference to `v8::base::Thread::SetThreadLocal(int, void*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(assert-scope.o): In function `v8::internal::PerThreadAssertScope<(v8::internal::PerThreadAssertType)3, true>::IsAllowed()':
assert-scope.cc:(.text._ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE3ELb1EE9IsAllowedEv[_ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE3ELb1EE9IsAllowedEv]+0x32): undefined reference to `v8::base::Thread::GetThreadLocal(int)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(assert-scope.o): In function `v8::internal::PerThreadAssertScope<(v8::internal::PerThreadAssertType)3, true>::Release()':
assert-scope.cc:(.text._ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE3ELb1EE7ReleaseEv[_ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE3ELb1EE7ReleaseEv]+0x60): undefined reference to `v8::base::Thread::SetThreadLocal(int, void*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(assert-scope.o): In function `v8::internal::PerThreadAssertScope<(v8::internal::PerThreadAssertType)4, false>::PerThreadAssertScope()':
assert-scope.cc:(.text._ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE4ELb0EEC2Ev[_ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE4ELb0EEC5Ev]+0x38): undefined reference to `v8::base::Thread::GetThreadLocal(int)'
assert-scope.cc:(.text._ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE4ELb0EEC2Ev[_ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE4ELb0EEC5Ev]+0xbb): undefined reference to `v8::base::Thread::SetThreadLocal(int, void*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(assert-scope.o): In function `v8::internal::PerThreadAssertScope<(v8::internal::PerThreadAssertType)4, false>::~PerThreadAssertScope()':
assert-scope.cc:(.text._ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE4ELb0EED2Ev[_ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE4ELb0EED5Ev]+0x5c): undefined reference to `v8::base::Thread::SetThreadLocal(int, void*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(assert-scope.o): In function `v8::internal::PerThreadAssertScope<(v8::internal::PerThreadAssertType)4, false>::IsAllowed()':
assert-scope.cc:(.text._ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE4ELb0EE9IsAllowedEv[_ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE4ELb0EE9IsAllowedEv]+0x32): undefined reference to `v8::base::Thread::GetThreadLocal(int)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(assert-scope.o): In function `v8::internal::PerThreadAssertScope<(v8::internal::PerThreadAssertType)4, false>::Release()':
assert-scope.cc:(.text._ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE4ELb0EE7ReleaseEv[_ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE4ELb0EE7ReleaseEv]+0x60): undefined reference to `v8::base::Thread::SetThreadLocal(int, void*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(assert-scope.o): In function `v8::internal::PerThreadAssertScope<(v8::internal::PerThreadAssertType)4, true>::PerThreadAssertScope()':
assert-scope.cc:(.text._ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE4ELb1EEC2Ev[_ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE4ELb1EEC5Ev]+0x38): undefined reference to `v8::base::Thread::GetThreadLocal(int)'
assert-scope.cc:(.text._ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE4ELb1EEC2Ev[_ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE4ELb1EEC5Ev]+0xbb): undefined reference to `v8::base::Thread::SetThreadLocal(int, void*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(assert-scope.o): In function `v8::internal::PerThreadAssertScope<(v8::internal::PerThreadAssertType)4, true>::~PerThreadAssertScope()':
assert-scope.cc:(.text._ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE4ELb1EED2Ev[_ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE4ELb1EED5Ev]+0x5c): undefined reference to `v8::base::Thread::SetThreadLocal(int, void*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(assert-scope.o): In function `v8::internal::PerThreadAssertScope<(v8::internal::PerThreadAssertType)4, true>::IsAllowed()':
assert-scope.cc:(.text._ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE4ELb1EE9IsAllowedEv[_ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE4ELb1EE9IsAllowedEv]+0x32): undefined reference to `v8::base::Thread::GetThreadLocal(int)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(assert-scope.o): In function `v8::internal::PerThreadAssertScope<(v8::internal::PerThreadAssertType)4, true>::Release()':
assert-scope.cc:(.text._ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE4ELb1EE7ReleaseEv[_ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE4ELb1EE7ReleaseEv]+0x60): undefined reference to `v8::base::Thread::SetThreadLocal(int, void*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(bootstrapper.o): In function `v8::internal::Genesis::InstallExtension(v8::internal::Isolate*, v8::RegisteredExtension*, v8::internal::Genesis::ExtensionStates*)':
bootstrapper.cc:(.text._ZN2v88internal7Genesis16InstallExtensionEPNS0_7IsolateEPNS_19RegisteredExtensionEPNS1_15ExtensionStatesE+0x209): undefined reference to `v8::base::OS::PrintError(char const*, ...)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(code-stubs.o): In function `_ZN2v88internal10CodeTracer8OpenFileEv.part.57':
code-stubs.cc:(.text._ZN2v88internal10CodeTracer8OpenFileEv.part.57+0x33): undefined reference to `v8::base::OS::FOpen(char const*, char const*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(codegen.o): In function `v8::internal::CodeGenerator::PrintCode(v8::internal::Handle<v8::internal::Code>, v8::internal::CompilationInfo*)':
codegen.cc:(.text._ZN2v88internal13CodeGenerator9PrintCodeENS0_6HandleINS0_4CodeEEEPNS0_15CompilationInfoE+0x10a9): undefined reference to `v8::base::OS::FOpen(char const*, char const*)'
codegen.cc:(.text._ZN2v88internal13CodeGenerator9PrintCodeENS0_6HandleINS0_4CodeEEEPNS0_15CompilationInfoE+0x139f): undefined reference to `v8::base::OS::FOpen(char const*, char const*)'
codegen.cc:(.text._ZN2v88internal13CodeGenerator9PrintCodeENS0_6HandleINS0_4CodeEEEPNS0_15CompilationInfoE+0x1535): undefined reference to `v8::base::OS::FOpen(char const*, char const*)'
codegen.cc:(.text._ZN2v88internal13CodeGenerator9PrintCodeENS0_6HandleINS0_4CodeEEEPNS0_15CompilationInfoE+0x16f3): undefined reference to `v8::base::OS::FOpen(char const*, char const*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(code-assembler.o): In function `v8::internal::compiler::BreakOnNodeDecorator::Decorate(v8::internal::compiler::Node*)':
code-assembler.cc:(.text._ZN2v88internal8compiler20BreakOnNodeDecorator8DecorateEPNS1_4NodeE[_ZN2v88internal8compiler20BreakOnNodeDecorator8DecorateEPNS1_4NodeE]+0x1a): undefined reference to `v8::base::OS::DebugBreak()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(pipeline.o): In function `v8::internal::compiler::PrintGraphPhase::Run(v8::internal::compiler::PipelineData*, v8::internal::Zone*, char const*)':
pipeline.cc:(.text._ZN2v88internal8compiler15PrintGraphPhase3RunEPNS1_12PipelineDataEPNS0_4ZoneEPKc[_ZN2v88internal8compiler15PrintGraphPhase3RunEPNS1_12PipelineDataEPNS0_4ZoneEPKc]+0x469): undefined reference to `v8::base::OS::FOpen(char const*, char const*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(pipeline.o): In function `v8::internal::compiler::(anonymous namespace)::TraceSchedule(v8::internal::CompilationInfo*, v8::internal::compiler::Schedule*)':
pipeline.cc:(.text._ZN2v88internal8compiler12_GLOBAL__N_113TraceScheduleEPNS0_15CompilationInfoEPNS1_8ScheduleE+0x7af): undefined reference to `v8::base::OS::FOpen(char const*, char const*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(pipeline.o): In function `v8::internal::compiler::PipelineImpl::FinalizeCode()':
pipeline.cc:(.text._ZN2v88internal8compiler12PipelineImpl12FinalizeCodeEv+0xd36): undefined reference to `v8::base::OS::FOpen(char const*, char const*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(pipeline.o): In function `v8::internal::compiler::PipelineImpl::AllocateRegisters(v8::internal::RegisterConfiguration const*, v8::internal::compiler::CallDescriptor*, bool)':
pipeline.cc:(.text._ZN2v88internal8compiler12PipelineImpl17AllocateRegistersEPKNS0_21RegisterConfigurationEPNS1_14CallDescriptorEb+0x126d): undefined reference to `v8::base::OS::FOpen(char const*, char const*)'
pipeline.cc:(.text._ZN2v88internal8compiler12PipelineImpl17AllocateRegistersEPKNS0_21RegisterConfigurationEPNS1_14CallDescriptorEb+0x1292): undefined reference to `v8::base::OS::FOpen(char const*, char const*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(pipeline.o):pipeline.cc:(.text._ZN2v88internal8compiler12PipelineImpl29ScheduleAndSelectInstructionsEPNS1_7LinkageEb+0xf49): more undefined references to `v8::base::OS::FOpen(char const*, char const*)' follow
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(hydrogen.o): In function `v8::internal::HTracer::TraceCompilation(v8::internal::CompilationInfo*)':
hydrogen.cc:(.text._ZN2v88internal7HTracer16TraceCompilationEPNS0_15CompilationInfoE+0x1ea): undefined reference to `v8::base::OS::TimeCurrentMillis()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(lithium-allocator.o): In function `v8::internal::LAllocator::TraceAlloc(char const*, ...)':
lithium-allocator.cc:(.text._ZN2v88internal10LAllocator10TraceAllocEPKcz+0xa3): undefined reference to `v8::base::OS::VPrint(char const*, __va_list_tag*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(deoptimizer.o): In function `v8::internal::Deoptimizer::DeoptimizeMarkedCodeForContext(v8::internal::Context*)::SelectedCodeUnlinker::VisitFunction(v8::internal::JSFunction*)':
deoptimizer.cc:(.text._ZZN2v88internal11Deoptimizer30DeoptimizeMarkedCodeForContextEPNS0_7ContextEEN20SelectedCodeUnlinker13VisitFunctionEPNS0_10JSFunctionE+0x17b): undefined reference to `v8::base::OS::FOpen(char const*, char const*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(deoptimizer.o): In function `v8::internal::Deoptimizer::DeoptimizeAll(v8::internal::Isolate*)':
deoptimizer.cc:(.text._ZN2v88internal11Deoptimizer13DeoptimizeAllEPNS0_7IsolateE+0x354): undefined reference to `v8::base::OS::FOpen(char const*, char const*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(deoptimizer.o): In function `v8::internal::Deoptimizer::DeoptimizeMarkedCode(v8::internal::Isolate*)':
deoptimizer.cc:(.text._ZN2v88internal11Deoptimizer20DeoptimizeMarkedCodeEPNS0_7IsolateE+0x2e5): undefined reference to `v8::base::OS::FOpen(char const*, char const*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(deoptimizer.o): In function `v8::internal::Deoptimizer::Deoptimizer(v8::internal::Isolate*, v8::internal::JSFunction*, v8::internal::Deoptimizer::BailoutType, unsigned int, unsigned char*, int)':
deoptimizer.cc:(.text._ZN2v88internal11DeoptimizerC2EPNS0_7IsolateEPNS0_10JSFunctionENS1_11BailoutTypeEjPhi+0x6f0): undefined reference to `v8::base::OS::FOpen(char const*, char const*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(heap.o): In function `v8::internal::Heap::RecordStats(v8::internal::HeapStats*, bool)':
heap.cc:(.text._ZN2v88internal4Heap11RecordStatsEPNS0_9HeapStatsEb+0x19a): undefined reference to `v8::base::OS::GetLastError()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(spaces.o): In function `v8::internal::CodeRange::SetUp(unsigned long)':
spaces.cc:(.text._ZN2v88internal9CodeRange5SetUpEm+0x4d): undefined reference to `v8::base::OS::AllocateAlignment()'
spaces.cc:(.text._ZN2v88internal9CodeRange5SetUpEm+0xf7): undefined reference to `v8::base::OS::CommitPageSize()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(spaces.o): In function `v8::internal::MemoryChunk::CommitArea(unsigned long)':
spaces.cc:(.text._ZN2v88internal11MemoryChunk10CommitAreaEm+0xaa): undefined reference to `v8::base::OS::CommitPageSize()'
spaces.cc:(.text._ZN2v88internal11MemoryChunk10CommitAreaEm+0xc6): undefined reference to `v8::base::OS::CommitPageSize()'
spaces.cc:(.text._ZN2v88internal11MemoryChunk10CommitAreaEm+0x18d): undefined reference to `v8::base::OS::CommitPageSize()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(spaces.o): In function `v8::internal::MemoryAllocator::ShrinkChunk(v8::internal::MemoryChunk*, unsigned long)':
spaces.cc:(.text._ZN2v88internal15MemoryAllocator11ShrinkChunkEPNS0_11MemoryChunkEm+0xc1): undefined reference to `v8::base::OS::CommitPageSize()'
spaces.cc:(.text._ZN2v88internal15MemoryAllocator11ShrinkChunkEPNS0_11MemoryChunkEm+0x9c): undefined reference to `v8::base::OS::Guard(void*, unsigned long)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(spaces.o): In function `v8::internal::Page::ShrinkToHighWaterMark()':
spaces.cc:(.text._ZN2v88internal4Page21ShrinkToHighWaterMarkEv+0x141): undefined reference to `v8::base::OS::CommitPageSize()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(spaces.o): In function `v8::internal::MemoryAllocator::CodePageGuardStartOffset()':
spaces.cc:(.text._ZN2v88internal15MemoryAllocator24CodePageGuardStartOffsetEv+0x25): undefined reference to `v8::base::OS::CommitPageSize()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(spaces.o): In function `v8::internal::MemoryAllocator::CodePageGuardSize()':
spaces.cc:(.text._ZN2v88internal15MemoryAllocator17CodePageGuardSizeEv+0x1d): undefined reference to `v8::base::OS::CommitPageSize()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(spaces.o): In function `v8::internal::MemoryAllocator::CodePageAreaStartOffset()':
spaces.cc:(.text._ZN2v88internal15MemoryAllocator23CodePageAreaStartOffsetEv+0x41): undefined reference to `v8::base::OS::CommitPageSize()'
spaces.cc:(.text._ZN2v88internal15MemoryAllocator23CodePageAreaStartOffsetEv+0x5c): undefined reference to `v8::base::OS::CommitPageSize()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(spaces.o):spaces.cc:(.text._ZN2v88internal15MemoryAllocator21CodePageAreaEndOffsetEv+0x25): more undefined references to `v8::base::OS::CommitPageSize()' follow
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(isolate.o): In function `v8::internal::ThreadId::GetCurrentThreadId()':
isolate.cc:(.text._ZN2v88internal8ThreadId18GetCurrentThreadIdEv+0x10): undefined reference to `v8::base::Thread::GetThreadLocal(int)'
isolate.cc:(.text._ZN2v88internal8ThreadId18GetCurrentThreadIdEv+0x34): undefined reference to `v8::base::Thread::SetThreadLocal(int, void*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(isolate.o): In function `v8::internal::ThreadLocalTop::Initialize()':
isolate.cc:(.text._ZN2v88internal14ThreadLocalTop10InitializeEv+0xbb): undefined reference to `v8::base::Thread::GetThreadLocal(int)'
isolate.cc:(.text._ZN2v88internal14ThreadLocalTop10InitializeEv+0xe3): undefined reference to `v8::base::Thread::SetThreadLocal(int, void*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(isolate.o): In function `v8::internal::Isolate::FindOrAllocatePerThreadDataForThisThread()':
isolate.cc:(.text._ZN2v88internal7Isolate40FindOrAllocatePerThreadDataForThisThreadEv+0x24): undefined reference to `v8::base::Thread::GetThreadLocal(int)'
isolate.cc:(.text._ZN2v88internal7Isolate40FindOrAllocatePerThreadDataForThisThreadEv+0x48): undefined reference to `v8::base::Thread::SetThreadLocal(int, void*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(isolate.o): In function `v8::internal::Isolate::DiscardPerThreadDataForThisThread()':
isolate.cc:(.text._ZN2v88internal7Isolate33DiscardPerThreadDataForThisThreadEv+0x20): undefined reference to `v8::base::Thread::GetThreadLocal(int)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(isolate.o): In function `v8::internal::Isolate::FindPerThreadDataForThisThread()':
isolate.cc:(.text._ZN2v88internal7Isolate30FindPerThreadDataForThisThreadEv+0x22): undefined reference to `v8::base::Thread::GetThreadLocal(int)'
isolate.cc:(.text._ZN2v88internal7Isolate30FindPerThreadDataForThisThreadEv+0x46): undefined reference to `v8::base::Thread::SetThreadLocal(int, void*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(isolate.o): In function `v8::internal::Isolate::InitializeOncePerProcess()':
isolate.cc:(.text._ZN2v88internal7Isolate24InitializeOncePerProcessEv+0x42): undefined reference to `v8::base::Thread::CreateThreadLocalKey()'
isolate.cc:(.text._ZN2v88internal7Isolate24InitializeOncePerProcessEv+0x4d): undefined reference to `v8::base::Thread::CreateThreadLocalKey()'
isolate.cc:(.text._ZN2v88internal7Isolate24InitializeOncePerProcessEv+0x58): undefined reference to `v8::base::Thread::CreateThreadLocalKey()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(isolate.o): In function `v8::internal::Isolate::PushCodeObjectsAndDie(unsigned int, void*, void*, void*, void*, void*, void*, void*, void*, unsigned int)':
isolate.cc:(.text._ZN2v88internal7Isolate21PushCodeObjectsAndDieEjPvS2_S2_S2_S2_S2_S2_S2_j+0x11e): undefined reference to `v8::base::OS::PrintError(char const*, ...)'
isolate.cc:(.text._ZN2v88internal7Isolate21PushCodeObjectsAndDieEjPvS2_S2_S2_S2_S2_S2_S2_j+0x127): undefined reference to `v8::base::OS::Abort()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(isolate.o): In function `v8::internal::Isolate::StackTraceString()':
isolate.cc:(.text._ZN2v88internal7Isolate16StackTraceStringEv+0x44): undefined reference to `v8::base::OS::PrintError(char const*, ...)'
isolate.cc:(.text._ZN2v88internal7Isolate16StackTraceStringEv+0x52): undefined reference to `v8::base::OS::PrintError(char const*, ...)'
isolate.cc:(.text._ZN2v88internal7Isolate16StackTraceStringEv+0x14f): undefined reference to `v8::base::OS::Abort()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(isolate.o): In function `v8::internal::Isolate::PushStackTraceAndDie(unsigned int, void*, void*, void*, void*, void*, void*, void*, void*, unsigned int)':
isolate.cc:(.text._ZN2v88internal7Isolate20PushStackTraceAndDieEjPvS2_S2_S2_S2_S2_S2_S2_j+0xdc): undefined reference to `v8::base::OS::PrintError(char const*, ...)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(isolate.o): In function `v8::internal::Isolate::PrintStack(__sFILE*, v8::internal::Isolate::PrintStackMode)':
isolate.cc:(.text._ZN2v88internal7Isolate10PrintStackEP7__sFILENS1_14PrintStackModeE+0x144): undefined reference to `v8::base::OS::PrintError(char const*, ...)'
isolate.cc:(.text._ZN2v88internal7Isolate10PrintStackEP7__sFILENS1_14PrintStackModeE+0x152): undefined reference to `v8::base::OS::PrintError(char const*, ...)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(isolate.o): In function `v8::internal::ReportBootstrappingException(v8::internal::Handle<v8::internal::Object>, v8::internal::MessageLocation*)':
isolate.cc:(.text._ZN2v88internal28ReportBootstrappingExceptionENS0_6HandleINS0_6ObjectEEEPNS0_15MessageLocationE+0x28): undefined reference to `v8::base::OS::PrintError(char const*, ...)'
isolate.cc:(.text._ZN2v88internal28ReportBootstrappingExceptionENS0_6HandleINS0_6ObjectEEEPNS0_15MessageLocationE+0x7f): undefined reference to `v8::base::OS::PrintError(char const*, ...)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(isolate.o):isolate.cc:(.text._ZN2v88internal28ReportBootstrappingExceptionENS0_6HandleINS0_6ObjectEEEPNS0_15MessageLocationE+0xdb): more undefined references to `v8::base::OS::PrintError(char const*, ...)' follow
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(isolate.o): In function `v8::internal::Isolate::ArchiveThread(char*)':
isolate.cc:(.text._ZN2v88internal7Isolate13ArchiveThreadEPc+0x124): undefined reference to `v8::base::Thread::GetThreadLocal(int)'
isolate.cc:(.text._ZN2v88internal7Isolate13ArchiveThreadEPc+0x14c): undefined reference to `v8::base::Thread::SetThreadLocal(int, void*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(isolate.o): In function `v8::internal::Isolate::SetIsolateThreadLocals(v8::internal::Isolate*, v8::internal::Isolate::PerIsolateThreadData*)':
isolate.cc:(.text._ZN2v88internal7Isolate22SetIsolateThreadLocalsEPS1_PNS1_20PerIsolateThreadDataE+0x16): undefined reference to `v8::base::Thread::SetThreadLocal(int, void*)'
isolate.cc:(.text._ZN2v88internal7Isolate22SetIsolateThreadLocalsEPS1_PNS1_20PerIsolateThreadDataE+0x2a): undefined reference to `v8::base::Thread::SetThreadLocal(int, void*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(isolate.o): In function `v8::internal::Isolate::InitializeThreadLocal()':
isolate.cc:(.text._ZN2v88internal7Isolate21InitializeThreadLocalEv+0xe0): undefined reference to `v8::base::Thread::GetThreadLocal(int)'
isolate.cc:(.text._ZN2v88internal7Isolate21InitializeThreadLocalEv+0x108): undefined reference to `v8::base::Thread::SetThreadLocal(int, void*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(isolate.o): In function `v8::internal::Isolate::Enter()':
isolate.cc:(.text._ZN2v88internal7Isolate5EnterEv+0x26): undefined reference to `v8::base::Thread::GetThreadLocal(int)'
isolate.cc:(.text._ZN2v88internal7Isolate5EnterEv+0x81): undefined reference to `v8::base::Thread::SetThreadLocal(int, void*)'
isolate.cc:(.text._ZN2v88internal7Isolate5EnterEv+0x8f): undefined reference to `v8::base::Thread::SetThreadLocal(int, void*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(isolate.o): In function `v8::internal::Isolate::Exit()':
isolate.cc:(.text._ZN2v88internal7Isolate4ExitEv+0x4b): undefined reference to `v8::base::Thread::SetThreadLocal(int, void*)'
isolate.cc:(.text._ZN2v88internal7Isolate4ExitEv+0x5d): undefined reference to `v8::base::Thread::SetThreadLocal(int, void*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(isolate.o): In function `v8::internal::Isolate::GetHTracer()':
isolate.cc:(.text._ZN2v88internal7Isolate10GetHTracerEv+0xd9): undefined reference to `v8::base::OS::GetCurrentProcessId()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(isolate.o): In function `v8::internal::Isolate::GetCodeTracer()':
isolate.cc:(.text._ZN2v88internal7Isolate13GetCodeTracerEv+0xc7): undefined reference to `v8::base::OS::GetCurrentProcessId()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(isolate.o): In function `v8::internal::Isolate::GetTurboCfgFileName()':
isolate.cc:(.text._ZN2v88internal7Isolate19GetTurboCfgFileNameEv+0x1d1): undefined reference to `v8::base::OS::GetCurrentProcessId()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(isolate.o): In function `v8::internal::Isolate::PrintWithTimestamp(char const*, ...)':
isolate.cc:(.text._ZN2v88internal7Isolate18PrintWithTimestampEPKcz+0x81): undefined reference to `v8::base::OS::GetCurrentProcessId()'
isolate.cc:(.text._ZN2v88internal7Isolate18PrintWithTimestampEPKcz+0x9f): undefined reference to `v8::base::OS::Print(char const*, ...)'
isolate.cc:(.text._ZN2v88internal7Isolate18PrintWithTimestampEPKcz+0xdb): undefined reference to `v8::base::OS::VPrint(char const*, __va_list_tag*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(isolate.o): In function `v8::internal::Isolate::Throw(v8::internal::Object*, v8::internal::MessageLocation*)':
isolate.cc:(.text._ZN2v88internal7Isolate5ThrowEPNS0_6ObjectEPNS0_15MessageLocationE+0x231): undefined reference to `v8::base::OS::Abort()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(isolate.o): In function `_ZN2v88internal7Isolate5ThrowEPNS0_6ObjectEPNS0_15MessageLocationE.constprop.329':
isolate.cc:(.text._ZN2v88internal7Isolate5ThrowEPNS0_6ObjectEPNS0_15MessageLocationE.constprop.329+0x22b): undefined reference to `v8::base::OS::Abort()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(isolate.o): In function `v8::internal::Isolate::ThrowIllegalOperation()':
isolate.cc:(.text._ZN2v88internal7Isolate21ThrowIllegalOperationEv+0x83): undefined reference to `v8::base::OS::PrintError(char const*, ...)'
isolate.cc:(.text._ZN2v88internal7Isolate21ThrowIllegalOperationEv+0x91): undefined reference to `v8::base::OS::PrintError(char const*, ...)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(isolate.o): In function `v8::internal::Isolate::TearDown()':
isolate.cc:(.text._ZN2v88internal7Isolate8TearDownEv+0x1b): undefined reference to `v8::base::Thread::GetThreadLocal(int)'
isolate.cc:(.text._ZN2v88internal7Isolate8TearDownEv+0x29): undefined reference to `v8::base::Thread::GetThreadLocal(int)'
isolate.cc:(.text._ZN2v88internal7Isolate8TearDownEv+0x3a): undefined reference to `v8::base::Thread::SetThreadLocal(int, void*)'
isolate.cc:(.text._ZN2v88internal7Isolate8TearDownEv+0x47): undefined reference to `v8::base::Thread::SetThreadLocal(int, void*)'
isolate.cc:(.text._ZN2v88internal7Isolate8TearDownEv+0xd4): undefined reference to `v8::base::Thread::SetThreadLocal(int, void*)'
isolate.cc:(.text._ZN2v88internal7Isolate8TearDownEv+0xf0): undefined reference to `v8::base::Thread::SetThreadLocal(int, void*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(log.o): In function `v8::internal::SamplingThread::~SamplingThread()':
log.cc:(.text._ZN2v88internal14SamplingThreadD2Ev[_ZN2v88internal14SamplingThreadD5Ev]+0x14): undefined reference to `v8::base::Thread::~Thread()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(log.o): In function `v8::internal::SamplingThread::~SamplingThread()':
log.cc:(.text._ZN2v88internal14SamplingThreadD0Ev[_ZN2v88internal14SamplingThreadD5Ev]+0x1b): undefined reference to `v8::base::Thread::~Thread()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(log.o): In function `v8::internal::Profiler::~Profiler()':
log.cc:(.text._ZN2v88internal8ProfilerD2Ev[_ZN2v88internal8ProfilerD5Ev]+0x34): undefined reference to `v8::base::Thread::~Thread()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(log.o): In function `v8::internal::Profiler::~Profiler()':
log.cc:(.text._ZN2v88internal8ProfilerD0Ev[_ZN2v88internal8ProfilerD5Ev]+0x2e): undefined reference to `v8::base::Thread::~Thread()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(log.o): In function `v8::internal::SamplingThread::Run()':
log.cc:(.text._ZN2v88internal14SamplingThread3RunEv[_ZN2v88internal14SamplingThread3RunEv]+0x32): undefined reference to `v8::base::OS::Sleep(v8::base::TimeDelta)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(log.o): In function `v8::internal::PerfBasicLogger::LogRecordedBuffer(v8::internal::AbstractCode*, v8::internal::SharedFunctionInfo*, char const*, int)':
log.cc:(.text._ZN2v88internal15PerfBasicLogger17LogRecordedBufferEPNS0_12AbstractCodeEPNS0_18SharedFunctionInfoEPKci+0x45): undefined reference to `v8::base::OS::FPrint(__sFILE*, char const*, ...)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(log.o): In function `_ZN2v88internal8Profiler9DisengageEv.part.51':
log.cc:(.text._ZN2v88internal8Profiler9DisengageEv.part.51+0x52): undefined reference to `v8::base::Thread::Join()'
log.cc:(.text._ZN2v88internal8Profiler9DisengageEv.part.51+0xf3): undefined reference to `v8::base::Thread::Join()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(log.o): In function `_ZN2v88internal8Profiler6EngageEv.part.102':
log.cc:(.text._ZN2v88internal8Profiler6EngageEv.part.102+0x10f): undefined reference to `v8::base::Thread::Start()'
log.cc:(.text._ZN2v88internal8Profiler6EngageEv.part.102+0x160): undefined reference to `v8::base::Thread::Start()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(log.o): In function `v8::internal::PerfBasicLogger::PerfBasicLogger()':
log.cc:(.text._ZN2v88internal15PerfBasicLoggerC2Ev+0x65): undefined reference to `v8::base::OS::GetCurrentProcessId()'
log.cc:(.text._ZN2v88internal15PerfBasicLoggerC2Ev+0x88): undefined reference to `v8::base::OS::LogFileOpenMode'
log.cc:(.text._ZN2v88internal15PerfBasicLoggerC2Ev+0x93): undefined reference to `v8::base::OS::FOpen(char const*, char const*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(log.o): In function `v8::internal::LowLevelLogger::LowLevelLogger(char const*)':
log.cc:(.text._ZN2v88internal14LowLevelLoggerC2EPKc+0x8d): undefined reference to `v8::base::OS::LogFileOpenMode'
log.cc:(.text._ZN2v88internal14LowLevelLoggerC2EPKc+0xa0): undefined reference to `v8::base::OS::FOpen(char const*, char const*)'
log.cc:(.text._ZN2v88internal14LowLevelLoggerC2EPKc+0x11c): undefined reference to `v8::base::OS::LogFileOpenMode'
log.cc:(.text._ZN2v88internal14LowLevelLoggerC2EPKc+0x12e): undefined reference to `v8::base::OS::FOpen(char const*, char const*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(log.o): In function `v8::internal::Profiler::Profiler(v8::internal::Isolate*)':
log.cc:(.text._ZN2v88internal8ProfilerC2EPNS0_7IsolateE+0x35): undefined reference to `v8::base::Thread::Thread(v8::base::Thread::Options const&)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(log.o): In function `v8::internal::Logger::ResourceEvent(char const*, char const*)':
log.cc:(.text._ZN2v88internal6Logger13ResourceEventEPKcS3_+0x73): undefined reference to `v8::base::OS::GetUserTime(unsigned int*, unsigned int*)'
log.cc:(.text._ZN2v88internal6Logger13ResourceEventEPKcS3_+0x94): undefined reference to `v8::base::OS::TimeCurrentMillis()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(log.o): In function `v8::internal::Logger::HeapSampleBeginEvent(char const*, char const*)':
log.cc:(.text._ZN2v88internal6Logger20HeapSampleBeginEventEPKcS3_+0x48): undefined reference to `v8::base::OS::TimeCurrentMillis()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(log.o): In function `v8::internal::Logger::SetUp(v8::internal::Isolate*)':
log.cc:(.text._ZN2v88internal6Logger5SetUpEPNS0_7IsolateE+0x1d1): undefined reference to `v8::base::OS::isDirectorySeparator(char)'
log.cc:(.text._ZN2v88internal6Logger5SetUpEPNS0_7IsolateE+0x263): undefined reference to `v8::base::OS::TimeCurrentMillis()'
log.cc:(.text._ZN2v88internal6Logger5SetUpEPNS0_7IsolateE+0x294): undefined reference to `v8::base::OS::isDirectorySeparator(char)'
log.cc:(.text._ZN2v88internal6Logger5SetUpEPNS0_7IsolateE+0x4bf): undefined reference to `v8::base::Thread::Thread(v8::base::Thread::Options const&)'
log.cc:(.text._ZN2v88internal6Logger5SetUpEPNS0_7IsolateE+0x629): undefined reference to `v8::base::OS::GetCurrentProcessId()'
log.cc:(.text._ZN2v88internal6Logger5SetUpEPNS0_7IsolateE+0x7d7): undefined reference to `v8::base::Thread::Thread(v8::base::Thread::Options const&)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(objects.o): In function `v8::internal::DependentCode::SetMarkedForDeoptimization(v8::internal::Code*, v8::internal::DependentCode::DependencyGroup)':
objects.cc:(.text._ZN2v88internal13DependentCode26SetMarkedForDeoptimizationEPNS0_4CodeENS1_15DependencyGroupE+0x1b2): undefined reference to `v8::base::OS::FOpen(char const*, char const*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(objects.o): In function `v8::internal::JSDate::CurrentTimeValue(v8::internal::Isolate*)':
objects.cc:(.text._ZN2v88internal6JSDate16CurrentTimeValueEPNS0_7IsolateE+0x2a): undefined reference to `v8::base::OS::TimeCurrentMillis()'
objects.cc:(.text._ZN2v88internal6JSDate16CurrentTimeValueEPNS0_7IsolateE+0x3e): undefined reference to `v8::base::OS::TimeCurrentMillis()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(cpu-profiler.o): In function `v8::internal::ProfilerEventsProcessor::~ProfilerEventsProcessor()':
cpu-profiler.cc:(.text._ZN2v88internal23ProfilerEventsProcessorD2Ev+0xb0): undefined reference to `v8::base::Thread::~Thread()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(cpu-profiler.o): In function `v8::internal::ProfilerEventsProcessor::~ProfilerEventsProcessor()':
cpu-profiler.cc:(.text._ZN2v88internal23ProfilerEventsProcessorD0Ev+0xac): undefined reference to `v8::base::Thread::~Thread()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(cpu-profiler.o): In function `v8::internal::ProfilerEventsProcessor::ProfilerEventsProcessor(v8::internal::Isolate*, v8::internal::ProfileGenerator*, v8::base::TimeDelta)':
cpu-profiler.cc:(.text._ZN2v88internal23ProfilerEventsProcessorC2EPNS0_7IsolateEPNS0_16ProfileGeneratorENS_4base9TimeDeltaE+0x3f): undefined reference to `v8::base::Thread::Thread(v8::base::Thread::Options const&)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(cpu-profiler.o): In function `v8::internal::ProfilerEventsProcessor::StopSynchronously()':
cpu-profiler.cc:(.text._ZN2v88internal23ProfilerEventsProcessor17StopSynchronouslyEv+0x12): undefined reference to `v8::base::Thread::Join()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(cpu-profiler.o): In function `v8::internal::ProfilerEventsProcessor::Run()':
cpu-profiler.cc:(.text._ZN2v88internal23ProfilerEventsProcessor3RunEv+0x70): undefined reference to `v8::base::OS::Sleep(v8::base::TimeDelta)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(cpu-profiler.o): In function `v8::internal::CpuProfiler::StopProcessor()':
cpu-profiler.cc:(.text._ZN2v88internal11CpuProfiler13StopProcessorEv+0x3e): undefined reference to `v8::base::Thread::Join()'
cpu-profiler.cc:(.text._ZN2v88internal11CpuProfiler13StopProcessorEv+0x11c): undefined reference to `v8::base::Thread::~Thread()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(cpu-profiler.o): In function `v8::internal::CpuProfiler::~CpuProfiler()':
cpu-profiler.cc:(.text._ZN2v88internal11CpuProfilerD2Ev+0x12c): undefined reference to `v8::base::Thread::~Thread()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(cpu-profiler.o): In function `v8::internal::CpuProfiler::StopProcessorIfLastProfile(char const*)':
cpu-profiler.cc:(.text._ZN2v88internal11CpuProfiler26StopProcessorIfLastProfileEPKc+0x58): undefined reference to `v8::base::Thread::Join()'
cpu-profiler.cc:(.text._ZN2v88internal11CpuProfiler26StopProcessorIfLastProfileEPKc+0x13c): undefined reference to `v8::base::Thread::~Thread()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(cpu-profiler.o): In function `v8::internal::CpuProfiler::StartProcessorIfNotStarted()':
cpu-profiler.cc:(.text._ZN2v88internal11CpuProfiler26StartProcessorIfNotStartedEv+0x194): undefined reference to `v8::base::Thread::~Thread()'
cpu-profiler.cc:(.text._ZN2v88internal11CpuProfiler26StartProcessorIfNotStartedEv+0x225): undefined reference to `v8::base::Thread::Start()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(heap-snapshot-generator.o): In function `v8::internal::HeapEntry::Print(char const*, char const*, int, int)':
heap-snapshot-generator.cc:(.text._ZN2v88internal9HeapEntry5PrintEPKcS3_ii+0x46): undefined reference to `v8::base::OS::Print(char const*, ...)'
heap-snapshot-generator.cc:(.text._ZN2v88internal9HeapEntry5PrintEPKcS3_ii+0x75): undefined reference to `v8::base::OS::Print(char const*, ...)'
heap-snapshot-generator.cc:(.text._ZN2v88internal9HeapEntry5PrintEPKcS3_ii+0x3ca): undefined reference to `v8::base::OS::Print(char const*, ...)'
heap-snapshot-generator.cc:(.text._ZN2v88internal9HeapEntry5PrintEPKcS3_ii+0x3ee): undefined reference to `v8::base::OS::Print(char const*, ...)'
heap-snapshot-generator.cc:(.text._ZN2v88internal9HeapEntry5PrintEPKcS3_ii+0x41b): undefined reference to `v8::base::OS::Print(char const*, ...)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(heap-snapshot-generator.o):heap-snapshot-generator.cc:(.text._ZN2v88internal9HeapEntry5PrintEPKcS3_ii+0x43a): more undefined references to `v8::base::OS::Print(char const*, ...)' follow
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(jsregexp.o): In function `v8::internal::RegExpCompiler::Assemble(v8::internal::RegExpMacroAssembler*, v8::internal::RegExpNode*, int, v8::internal::Handle<v8::internal::String>)':
jsregexp.cc:(.text._ZN2v88internal14RegExpCompiler8AssembleEPNS0_20RegExpMacroAssemblerEPNS0_10RegExpNodeEiNS0_6HandleINS0_6StringEEE+0x51d): undefined reference to `v8::base::OS::FOpen(char const*, char const*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(deserializer.o): In function `_ZN2v88internal12Deserializer28PrintDisassembledCodeObjectsEv.part.140':
deserializer.cc:(.text._ZN2v88internal12Deserializer28PrintDisassembledCodeObjectsEv.part.140+0x125): undefined reference to `v8::base::OS::FOpen(char const*, char const*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(serializer-common.o): In function `v8::internal::ExternalReferenceEncoder::Encode(unsigned char*) const':
serializer-common.cc:(.text._ZNK2v88internal24ExternalReferenceEncoder6EncodeEPh+0x3d): undefined reference to `v8::base::OS::PrintError(char const*, ...)'
serializer-common.cc:(.text._ZNK2v88internal24ExternalReferenceEncoder6EncodeEPh+0x58): undefined reference to `v8::base::OS::PrintError(char const*, ...)'
serializer-common.cc:(.text._ZNK2v88internal24ExternalReferenceEncoder6EncodeEPh+0x5d): undefined reference to `v8::base::OS::Abort()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(traced-value.o): In function `v8::tracing::(anonymous namespace)::EscapeAndAppendString(char const*, std::string*)':
traced-value.cc:(.text._ZN2v87tracing12_GLOBAL__N_121EscapeAndAppendStringEPKcPSs+0x18a): undefined reference to `v8::base::OS::SNPrintF(char*, int, char const*, ...)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(utils.o): In function `v8::internal::PrintF(char const*, ...)':
utils.cc:(.text._ZN2v88internal6PrintFEPKcz+0x97): undefined reference to `v8::base::OS::VPrint(char const*, __va_list_tag*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(utils.o): In function `v8::internal::PrintF(__sFILE*, char const*, ...)':
utils.cc:(.text._ZN2v88internal6PrintFEP7__sFILEPKcz+0x90): undefined reference to `v8::base::OS::VFPrint(__sFILE*, char const*, __va_list_tag*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(utils.o): In function `v8::internal::PrintPID(char const*, ...)':
utils.cc:(.text._ZN2v88internal8PrintPIDEPKcz+0x6a): undefined reference to `v8::base::OS::GetCurrentProcessId()'
utils.cc:(.text._ZN2v88internal8PrintPIDEPKcz+0x7a): undefined reference to `v8::base::OS::Print(char const*, ...)'
utils.cc:(.text._ZN2v88internal8PrintPIDEPKcz+0xb6): undefined reference to `v8::base::OS::VPrint(char const*, __va_list_tag*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(utils.o): In function `v8::internal::PrintIsolate(void*, char const*, ...)':
utils.cc:(.text._ZN2v88internal12PrintIsolateEPvPKcz+0x68): undefined reference to `v8::base::OS::GetCurrentProcessId()'
utils.cc:(.text._ZN2v88internal12PrintIsolateEPvPKcz+0x7b): undefined reference to `v8::base::OS::Print(char const*, ...)'
utils.cc:(.text._ZN2v88internal12PrintIsolateEPvPKcz+0xb7): undefined reference to `v8::base::OS::VPrint(char const*, __va_list_tag*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(utils.o): In function `v8::internal::SNPrintF(v8::internal::Vector<char>, char const*, ...)':
utils.cc:(.text._ZN2v88internal8SNPrintFENS0_6VectorIcEEPKcz+0x89): undefined reference to `v8::base::OS::VSNPrintF(char*, int, char const*, __va_list_tag*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(utils.o): In function `v8::internal::VSNPrintF(v8::internal::Vector<char>, char const*, __va_list_tag*)':
utils.cc:(.text._ZN2v88internal9VSNPrintFENS0_6VectorIcEEPKcP13__va_list_tag+0x6): undefined reference to `v8::base::OS::VSNPrintF(char*, int, char const*, __va_list_tag*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(utils.o): In function `v8::internal::StrNCpy(v8::internal::Vector<char>, char const*, unsigned long)':
utils.cc:(.text._ZN2v88internal7StrNCpyENS0_6VectorIcEEPKcm+0x6): undefined reference to `v8::base::OS::StrNCpy(char*, int, char const*, unsigned long)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(utils.o): In function `v8::internal::ReadCharsFromFile(__sFILE*, int*, int, bool, char const*)':
utils.cc:(.text._ZN2v88internal17ReadCharsFromFileEP7__sFILEPiibPKc+0xad): undefined reference to `v8::base::OS::PrintError(char const*, ...)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(utils.o): In function `v8::internal::ReadCharsFromFile(char const*, int*, int, bool)':
utils.cc:(.text._ZN2v88internal17ReadCharsFromFileEPKcPiib+0x24): undefined reference to `v8::base::OS::FOpen(char const*, char const*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(utils.o): In function `v8::internal::ReadBytes(char const*, int*, bool)':
utils.cc:(.text._ZN2v88internal9ReadBytesEPKcPib+0x1b): undefined reference to `v8::base::OS::FOpen(char const*, char const*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(utils.o): In function `v8::internal::ReadFile(char const*, bool*, bool)':
utils.cc:(.text._ZN2v88internal8ReadFileEPKcPbb+0x2c): undefined reference to `v8::base::OS::FOpen(char const*, char const*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(utils.o): In function `v8::internal::AppendChars(char const*, char const*, int, bool)':
utils.cc:(.text._ZN2v88internal11AppendCharsEPKcS2_ib+0x27): undefined reference to `v8::base::OS::FOpen(char const*, char const*)'
utils.cc:(.text._ZN2v88internal11AppendCharsEPKcS2_ib+0x99): undefined reference to `v8::base::OS::PrintError(char const*, ...)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(utils.o): In function `v8::internal::WriteChars(char const*, char const*, int, bool)':
utils.cc:(.text._ZN2v88internal10WriteCharsEPKcS2_ib+0x27): undefined reference to `v8::base::OS::FOpen(char const*, char const*)'
utils.cc:(.text._ZN2v88internal10WriteCharsEPKcS2_ib+0x99): undefined reference to `v8::base::OS::PrintError(char const*, ...)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(utils.o): In function `v8::internal::WriteBytes(char const*, unsigned char const*, int, bool)':
utils.cc:(.text._ZN2v88internal10WriteBytesEPKcPKhib+0x27): undefined reference to `v8::base::OS::FOpen(char const*, char const*)'
utils.cc:(.text._ZN2v88internal10WriteBytesEPKcPKhib+0x99): undefined reference to `v8::base::OS::PrintError(char const*, ...)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(utils.o): In function `v8::internal::StringBuilder::AddFormatted(char const*, ...)':
utils.cc:(.text._ZN2v88internal13StringBuilder12AddFormattedEPKcz+0xa8): undefined reference to `v8::base::OS::VSNPrintF(char*, int, char const*, __va_list_tag*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(utils.o): In function `v8::internal::StringBuilder::AddFormattedList(char const*, __va_list_tag*)':
utils.cc:(.text._ZN2v88internal13StringBuilder16AddFormattedListEPKcP13__va_list_tag+0x23): undefined reference to `v8::base::OS::VSNPrintF(char*, int, char const*, __va_list_tag*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(v8.o): In function `v8::internal::V8::InitializeOncePerProcessImpl()':
v8.cc:(.text._ZN2v88internal2V828InitializeOncePerProcessImplEv+0x88): undefined reference to `v8::base::OS::Initialize(long long, bool, char const*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(wasm-module.o): In function `_ZN2v88internal4wasm14NewArrayBufferEPNS0_7IsolateEmb.part.168':
wasm-module.cc:(.text._ZN2v88internal4wasm14NewArrayBufferEPNS0_7IsolateEmb.part.168+0x1f): undefined reference to `v8::base::OS::CommitPageSize()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(codegen-x64.o): In function `v8::internal::CreateSqrtFunction(v8::internal::Isolate*)':
codegen-x64.cc:(.text._ZN2v88internal18CreateSqrtFunctionEPNS0_7IsolateE+0x34): undefined reference to `v8::base::OS::Allocate(unsigned long, unsigned long*, bool)'
codegen-x64.cc:(.text._ZN2v88internal18CreateSqrtFunctionEPNS0_7IsolateE+0xa9): undefined reference to `v8::base::OS::ProtectCode(void*, unsigned long)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(macro-assembler-x64.o): In function `v8::internal::MacroAssembler::CheckStackAlignment()':
macro-assembler-x64.cc:(.text._ZN2v88internal14MacroAssembler19CheckStackAlignmentEv+0x1c): undefined reference to `v8::base::OS::ActivationFrameAlignment()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(macro-assembler-x64.o): In function `v8::internal::MacroAssembler::EnterExitFrameEpilogue(int, bool)':
macro-assembler-x64.cc:(.text._ZN2v88internal14MacroAssembler22EnterExitFrameEpilogueEib+0x60): undefined reference to `v8::base::OS::ActivationFrameAlignment()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(macro-assembler-x64.o): In function `v8::internal::MacroAssembler::PrepareCallCFunction(int)':
macro-assembler-x64.cc:(.text._ZN2v88internal14MacroAssembler20PrepareCallCFunctionEi+0x25): undefined reference to `v8::base::OS::ActivationFrameAlignment()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(macro-assembler-x64.o): In function `v8::internal::MacroAssembler::CallCFunction(v8::internal::ExternalReference, int)':
macro-assembler-x64.cc:(.text._ZN2v88internal14MacroAssembler13CallCFunctionENS0_17ExternalReferenceEi+0xc1): undefined reference to `v8::base::OS::ActivationFrameAlignment()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(macro-assembler-x64.o): In function `v8::internal::MacroAssembler::CallCFunction(v8::internal::Register, int)':
macro-assembler-x64.cc:(.text._ZN2v88internal14MacroAssembler13CallCFunctionENS0_8RegisterEi+0xb1): undefined reference to `v8::base::OS::ActivationFrameAlignment()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(asm-types.o): In function `v8::internal::wasm::AsmFunctionTableType::Name()':
asm-types.cc:(.text._ZN2v88internal4wasm20AsmFunctionTableType4NameEv+0x43): undefined reference to `v8::base::OS::SNPrintF(char*, int, char const*, ...)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(compilation-statistics.o): In function `_ZN2v88internalL9WriteLineERSobPKcRKNS0_21CompilationStatistics10BasicStatsES7_':
compilation-statistics.cc:(.text._ZN2v88internalL9WriteLineERSobPKcRKNS0_21CompilationStatistics10BasicStatsES7_+0xcc): undefined reference to `v8::base::OS::SNPrintF(char*, int, char const*, ...)'
compilation-statistics.cc:(.text._ZN2v88internalL9WriteLineERSobPKcRKNS0_21CompilationStatistics10BasicStatsES7_+0x1a5): undefined reference to `v8::base::OS::SNPrintF(char*, int, char const*, ...)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(graph-visualizer.o): In function `v8::internal::compiler::GraphC1Visualizer::PrintCompilation(v8::internal::CompilationInfo const*)':
graph-visualizer.cc:(.text._ZN2v88internal8compiler17GraphC1Visualizer16PrintCompilationEPKNS0_15CompilationInfoE+0x13a): undefined reference to `v8::base::OS::TimeCurrentMillis()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(optimizing-compile-dispatcher.o): In function `v8::internal::OptimizingCompileDispatcher::CompileTask::Run()':
optimizing-compile-dispatcher.cc:(.text._ZN2v88internal27OptimizingCompileDispatcher11CompileTask3RunEv[_ZN2v88internal27OptimizingCompileDispatcher11CompileTask3RunEv]+0x249): undefined reference to `v8::base::OS::Sleep(v8::base::TimeDelta)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(compilation-phase.o): In function `v8::internal::CompilationPhase::ShouldProduceTraceOutput() const':
compilation-phase.cc:(.text._ZNK2v88internal16CompilationPhase24ShouldProduceTraceOutputEv+0x5f): undefined reference to `v8::base::OS::StrChr(char*, int)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(hydrogen-bce.o): In function `v8::internal::HBoundsCheckEliminationPhase::PreProcessBlock(v8::internal::HBasicBlock*)':
hydrogen-bce.cc:(.text._ZN2v88internal28HBoundsCheckEliminationPhase15PreProcessBlockEPNS0_11HBasicBlockE+0x5c2): undefined reference to `v8::base::OS::Print(char const*, ...)'
hydrogen-bce.cc:(.text._ZN2v88internal28HBoundsCheckEliminationPhase15PreProcessBlockEPNS0_11HBasicBlockE+0x5db): undefined reference to `v8::base::OS::Print(char const*, ...)'
hydrogen-bce.cc:(.text._ZN2v88internal28HBoundsCheckEliminationPhase15PreProcessBlockEPNS0_11HBasicBlockE+0x649): undefined reference to `v8::base::OS::Print(char const*, ...)'
hydrogen-bce.cc:(.text._ZN2v88internal28HBoundsCheckEliminationPhase15PreProcessBlockEPNS0_11HBasicBlockE+0x7b1): undefined reference to `v8::base::OS::Print(char const*, ...)'
hydrogen-bce.cc:(.text._ZN2v88internal28HBoundsCheckEliminationPhase15PreProcessBlockEPNS0_11HBasicBlockE+0xd0b): undefined reference to `v8::base::OS::Print(char const*, ...)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(hydrogen-bce.o):hydrogen-bce.cc:(.text._ZN2v88internal28HBoundsCheckEliminationPhase15PreProcessBlockEPNS0_11HBasicBlockE+0xd51): more undefined references to `v8::base::OS::Print(char const*, ...)' follow
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(hydrogen-gvn.o): In function `v8::internal::TraceGVN(char const*, ...)':
hydrogen-gvn.cc:(.text._ZN2v88internal8TraceGVNEPKcz+0x97): undefined reference to `v8::base::OS::VPrint(char const*, __va_list_tag*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(hydrogen-range-analysis.o): In function `_ZN2v88internal19HRangeAnalysisPhase10TraceRangeEPKcz.constprop.49':
hydrogen-range-analysis.cc:(.text._ZN2v88internal19HRangeAnalysisPhase10TraceRangeEPKcz.constprop.49+0xa3): undefined reference to `v8::base::OS::VPrint(char const*, __va_list_tag*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(hydrogen-range-analysis.o): In function `v8::internal::HRangeAnalysisPhase::TraceRange(char const*, ...)':
hydrogen-range-analysis.cc:(.text._ZN2v88internal19HRangeAnalysisPhase10TraceRangeEPKcz+0x9f): undefined reference to `v8::base::OS::VPrint(char const*, __va_list_tag*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(gc-tracer.o): In function `v8::internal::GCTracer::Output(char const*, ...) const':
gc-tracer.cc:(.text._ZNK2v88internal8GCTracer6OutputEPKcz+0xb5): undefined reference to `v8::base::OS::VPrint(char const*, __va_list_tag*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(gc-tracer.o): In function `v8::internal::GCTracer::Print() const':
gc-tracer.cc:(.text._ZNK2v88internal8GCTracer5PrintEv+0x18e): undefined reference to `v8::base::OS::GetCurrentProcessId()'
gc-tracer.cc:(.text._ZNK2v88internal8GCTracer5PrintEv+0x303): undefined reference to `v8::base::OS::SNPrintF(char*, int, char const*, ...)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(handler-compiler.o): In function `v8::internal::PropertyHandlerCompiler::GetCode(v8::internal::Code::Kind, v8::internal::Handle<v8::internal::Name>)':
handler-compiler.cc:(.text._ZN2v88internal23PropertyHandlerCompiler7GetCodeENS0_4Code4KindENS0_6HandleINS0_4NameEEE+0x231): undefined reference to `v8::base::OS::FOpen(char const*, char const*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(log-utils.o): In function `v8::internal::Log::OpenTemporaryFile()':
log-utils.cc:(.text._ZN2v88internal3Log17OpenTemporaryFileEv+0xd): undefined reference to `v8::base::OS::OpenTemporaryFile()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(log-utils.o): In function `v8::internal::Log::OpenFile(char const*)':
log-utils.cc:(.text._ZN2v88internal3Log8OpenFileEPKc+0x12): undefined reference to `v8::base::OS::LogFileOpenMode'
log-utils.cc:(.text._ZN2v88internal3Log8OpenFileEPKc+0x1a): undefined reference to `v8::base::OS::FOpen(char const*, char const*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(log-utils.o): In function `v8::internal::Log::Initialize(char const*)':
log-utils.cc:(.text._ZN2v88internal3Log10InitializeEPKc+0x264): undefined reference to `v8::base::OS::OpenTemporaryFile()'
log-utils.cc:(.text._ZN2v88internal3Log10InitializeEPKc+0x27b): undefined reference to `v8::base::OS::LogFileOpenMode'
log-utils.cc:(.text._ZN2v88internal3Log10InitializeEPKc+0x286): undefined reference to `v8::base::OS::FOpen(char const*, char const*)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(allocation-tracker.o): In function `v8::internal::AllocationTraceNode::Print(int, v8::internal::AllocationTracker*)':
allocation-tracker.cc:(.text._ZN2v88internal19AllocationTraceNode5PrintEiPNS0_17AllocationTrackerE+0x3f): undefined reference to `v8::base::OS::Print(char const*, ...)'
allocation-tracker.cc:(.text._ZN2v88internal19AllocationTraceNode5PrintEiPNS0_17AllocationTrackerE+0x6b): undefined reference to `v8::base::OS::Print(char const*, ...)'
allocation-tracker.cc:(.text._ZN2v88internal19AllocationTraceNode5PrintEiPNS0_17AllocationTrackerE+0x79): undefined reference to `v8::base::OS::Print(char const*, ...)'
allocation-tracker.cc:(.text._ZN2v88internal19AllocationTraceNode5PrintEiPNS0_17AllocationTrackerE+0x10a): undefined reference to `v8::base::OS::Print(char const*, ...)'
allocation-tracker.cc:(.text._ZN2v88internal19AllocationTraceNode5PrintEiPNS0_17AllocationTrackerE+0x136): undefined reference to `v8::base::OS::Print(char const*, ...)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(allocation-tracker.o):allocation-tracker.cc:(.text._ZN2v88internal19AllocationTraceNode5PrintEiPNS0_17AllocationTrackerE+0x144): more undefined references to `v8::base::OS::Print(char const*, ...)' follow
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(runtime-test.o): In function `_ZN2v88internalL25Stats_Runtime_SystemBreakEiPPNS0_6ObjectEPNS0_7IsolateE.isra.112':
runtime-test.cc:(.text._ZN2v88internalL25Stats_Runtime_SystemBreakEiPPNS0_6ObjectEPNS0_7IsolateE.isra.112+0x100): undefined reference to `v8::base::OS::DebugBreak()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(runtime-test.o): In function `_ZN2v88internalL35Stats_Runtime_GetOptimizationStatusEiPPNS0_6ObjectEPNS0_7IsolateE':
runtime-test.cc:(.text._ZN2v88internalL35Stats_Runtime_GetOptimizationStatusEiPPNS0_6ObjectEPNS0_7IsolateE+0x26a): undefined reference to `v8::base::OS::Sleep(v8::base::TimeDelta)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(runtime-test.o): In function `v8::internal::Runtime_GetOptimizationStatus(int, v8::internal::Object**, v8::internal::Isolate*)':
runtime-test.cc:(.text._ZN2v88internal29Runtime_GetOptimizationStatusEiPPNS0_6ObjectEPNS0_7IsolateE+0x14a): undefined reference to `v8::base::OS::Sleep(v8::base::TimeDelta)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(runtime-test.o): In function `v8::internal::Runtime_SystemBreak(int, v8::internal::Object**, v8::internal::Isolate*)':
runtime-test.cc:(.text._ZN2v88internal19Runtime_SystemBreakEiPPNS0_6ObjectEPNS0_7IsolateE+0x31): undefined reference to `v8::base::OS::DebugBreak()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(runtime-test.o): In function `_ZN2v88internalL19Stats_Runtime_AbortEiPPNS0_6ObjectEPNS0_7IsolateE':
runtime-test.cc:(.text._ZN2v88internalL19Stats_Runtime_AbortEiPPNS0_6ObjectEPNS0_7IsolateE+0x122): undefined reference to `v8::base::OS::PrintError(char const*, ...)'
runtime-test.cc:(.text._ZN2v88internalL19Stats_Runtime_AbortEiPPNS0_6ObjectEPNS0_7IsolateE+0x142): undefined reference to `v8::base::OS::Abort()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(runtime-test.o): In function `v8::internal::Runtime_Abort(int, v8::internal::Object**, v8::internal::Isolate*)':
runtime-test.cc:(.text._ZN2v88internal13Runtime_AbortEiPPNS0_6ObjectEPNS0_7IsolateE+0x39): undefined reference to `v8::base::OS::PrintError(char const*, ...)'
runtime-test.cc:(.text._ZN2v88internal13Runtime_AbortEiPPNS0_6ObjectEPNS0_7IsolateE+0x59): undefined reference to `v8::base::OS::Abort()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(runtime-test.o): In function `_ZN2v88internalL21Stats_Runtime_AbortJSEiPPNS0_6ObjectEPNS0_7IsolateE':
runtime-test.cc:(.text._ZN2v88internalL21Stats_Runtime_AbortJSEiPPNS0_6ObjectEPNS0_7IsolateE+0x174): undefined reference to `v8::base::OS::PrintError(char const*, ...)'
runtime-test.cc:(.text._ZN2v88internalL21Stats_Runtime_AbortJSEiPPNS0_6ObjectEPNS0_7IsolateE+0x19c): undefined reference to `v8::base::OS::Abort()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(runtime-test.o): In function `v8::internal::Runtime_AbortJS(int, v8::internal::Object**, v8::internal::Isolate*)':
runtime-test.cc:(.text._ZN2v88internal15Runtime_AbortJSEiPPNS0_6ObjectEPNS0_7IsolateE+0x9d): undefined reference to `v8::base::OS::PrintError(char const*, ...)'
runtime-test.cc:(.text._ZN2v88internal15Runtime_AbortJSEiPPNS0_6ObjectEPNS0_7IsolateE+0xc5): undefined reference to `v8::base::OS::Abort()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_base.a(module-decoder.o): In function `_ZN2v88internal4wasm12_GLOBAL__N_113ModuleDecoder10DumpModuleERKNS1_6ResultISt10unique_ptrINS1_10WasmModuleESt14default_deleteIS6_EEEE.isra.323':
module-decoder.cc:(.text._ZN2v88internal4wasm12_GLOBAL__N_113ModuleDecoder10DumpModuleERKNS1_6ResultISt10unique_ptrINS1_10WasmModuleESt14default_deleteIS6_EEEE.isra.323+0x16e): undefined reference to `v8::base::OS::FOpen(char const*, char const*)'
module-decoder.cc:(.text._ZN2v88internal4wasm12_GLOBAL__N_113ModuleDecoder10DumpModuleERKNS1_6ResultISt10unique_ptrINS1_10WasmModuleESt14default_deleteIS6_EEEE.isra.323+0x2a8): undefined reference to `v8::base::OS::isDirectorySeparator(char)'
module-decoder.cc:(.text._ZN2v88internal4wasm12_GLOBAL__N_113ModuleDecoder10DumpModuleERKNS1_6ResultISt10unique_ptrINS1_10WasmModuleESt14default_deleteIS6_EEEE.isra.323+0x2b5): undefined reference to `v8::base::OS::DirectorySeparator()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_libbase.a(logging.o): In function `V8_Fatal':
logging.cc:(.text.V8_Fatal+0x99): undefined reference to `v8::base::OS::PrintError(char const*, ...)'
logging.cc:(.text.V8_Fatal+0xd5): undefined reference to `v8::base::OS::VPrintError(char const*, __va_list_tag*)'
logging.cc:(.text.V8_Fatal+0xe3): undefined reference to `v8::base::OS::PrintError(char const*, ...)'
logging.cc:(.text.V8_Fatal+0x102): undefined reference to `v8::base::OS::Abort()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_libbase.a(platform-openbsd.o): In function `v8::base::OS::Allocate(unsigned long, unsigned long*, v8::base::OS::MemoryPermission)':
platform-openbsd.cc:(.text._ZN2v84base2OS8AllocateEmPmNS1_16MemoryPermissionE+0x15): undefined reference to `v8::base::OS::AllocateAlignment()'
platform-openbsd.cc:(.text._ZN2v84base2OS8AllocateEmPmNS1_16MemoryPermissionE+0x2b): undefined reference to `v8::base::GetProtectionFromMemoryPermission(v8::base::OS::MemoryPermission)'
platform-openbsd.cc:(.text._ZN2v84base2OS8AllocateEmPmNS1_16MemoryPermissionE+0x33): undefined reference to `v8::base::OS::GetRandomMmapAddr()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_libbase.a(platform-openbsd.o): In function `v8::base::OS::SignalCodeMovingGC()':
platform-openbsd.cc:(.text._ZN2v84base2OS18SignalCodeMovingGCEv+0x15): undefined reference to `v8::base::OS::GetGCFakeMMapFile()'
platform-openbsd.cc:(.text._ZN2v84base2OS18SignalCodeMovingGCEv+0x64): undefined reference to `v8::base::OS::Free(void*, unsigned long)'
platform-openbsd.cc:(.text._ZN2v84base2OS18SignalCodeMovingGCEv+0x86): undefined reference to `v8::base::OS::GetGCFakeMMapFile()'
platform-openbsd.cc:(.text._ZN2v84base2OS18SignalCodeMovingGCEv+0x97): undefined reference to `v8::base::OS::PrintError(char const*, ...)'
platform-openbsd.cc:(.text._ZN2v84base2OS18SignalCodeMovingGCEv+0x9c): undefined reference to `v8::base::OS::Abort()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_libbase.a(platform-openbsd.o): In function `v8::base::VirtualMemory::VirtualMemory(unsigned long)':
platform-openbsd.cc:(.text._ZN2v84base13VirtualMemoryC2Em+0xe): undefined reference to `v8::base::OS::GetRandomMmapAddr()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_libbase.a(platform-openbsd.o): In function `v8::base::VirtualMemory::VirtualMemory(unsigned long, unsigned long)':
platform-openbsd.cc:(.text._ZN2v84base13VirtualMemoryC2Emm+0x2f): undefined reference to `v8::base::OS::AllocateAlignment()'
platform-openbsd.cc:(.text._ZN2v84base13VirtualMemoryC2Emm+0x48): undefined reference to `v8::base::OS::GetRandomMmapAddr()'
platform-openbsd.cc:(.text._ZN2v84base13VirtualMemoryC2Emm+0x8b): undefined reference to `v8::base::OS::Free(void*, unsigned long)'
platform-openbsd.cc:(.text._ZN2v84base13VirtualMemoryC2Emm+0x90): undefined reference to `v8::base::OS::AllocateAlignment()'
platform-openbsd.cc:(.text._ZN2v84base13VirtualMemoryC2Emm+0xb2): undefined reference to `v8::base::OS::Free(void*, unsigned long)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_libbase.a(platform-openbsd.o): In function `v8::base::VirtualMemory::Guard(void*)':
platform-openbsd.cc:(.text._ZN2v84base13VirtualMemory5GuardEPv+0xd): undefined reference to `v8::base::OS::CommitPageSize()'
platform-openbsd.cc:(.text._ZN2v84base13VirtualMemory5GuardEPv+0x18): undefined reference to `v8::base::OS::Guard(void*, unsigned long)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_libbase.a(platform-openbsd.o): In function `v8::base::VirtualMemory::ReserveRegion(unsigned long)':
platform-openbsd.cc:(.text._ZN2v84base13VirtualMemory13ReserveRegionEm+0xd): undefined reference to `v8::base::OS::GetRandomMmapAddr()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_libbase.a(platform-posix-time.o):(.data.rel.ro._ZTVN2v84base25PosixDefaultTimezoneCacheE[_ZTVN2v84base25PosixDefaultTimezoneCacheE]+0x18): undefined reference to `v8::base::PosixTimezoneCache::DaylightSavingsOffset(double)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_libplatform.a(task-queue.o): In function `v8::platform::TaskQueue::BlockUntilQueueEmptyForTesting()':
task-queue.cc:(.text._ZN2v88platform9TaskQueue30BlockUntilQueueEmptyForTestingEv+0x23): undefined reference to `v8::base::OS::Sleep(v8::base::TimeDelta)'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_libplatform.a(trace-object.o): In function `v8::platform::tracing::TraceObject::Initialize(char, unsigned char const*, char const*, char const*, unsigned long long, unsigned long long, int, char const**, unsigned char const*, unsigned long long const*, std::unique_ptr<v8::ConvertableToTraceFormat, std::default_delete<v8::ConvertableToTraceFormat> >*, unsigned int)':
trace-object.cc:(.text._ZN2v88platform7tracing11TraceObject10InitializeEcPKhPKcS6_yyiPS6_S4_PKyPSt10unique_ptrINS_24ConvertableToTraceFormatESt14default_deleteISB_EEj+0x4b): undefined reference to `v8::base::OS::GetCurrentProcessId()'
trace-object.cc:(.text._ZN2v88platform7tracing11TraceObject10InitializeEcPKhPKcS6_yyiPS6_S4_PKyPSt10unique_ptrINS_24ConvertableToTraceFormatESt14default_deleteISB_EEj+0x53): undefined reference to `v8::base::OS::GetCurrentThreadId()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_libplatform.a(worker-thread.o): In function `v8::platform::WorkerThread::~WorkerThread()':
worker-thread.cc:(.text._ZN2v88platform12WorkerThreadD2Ev+0x1b): undefined reference to `v8::base::Thread::Join()'
worker-thread.cc:(.text._ZN2v88platform12WorkerThreadD2Ev+0x29): undefined reference to `v8::base::Thread::~Thread()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_libplatform.a(worker-thread.o): In function `v8::platform::WorkerThread::~WorkerThread()':
worker-thread.cc:(.text._ZN2v88platform12WorkerThreadD0Ev+0x1b): undefined reference to `v8::base::Thread::Join()'
worker-thread.cc:(.text._ZN2v88platform12WorkerThreadD0Ev+0x23): undefined reference to `v8::base::Thread::~Thread()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_libplatform.a(worker-thread.o): In function `v8::platform::WorkerThread::WorkerThread(v8::platform::TaskQueue*)':
worker-thread.cc:(.text._ZN2v88platform12WorkerThreadC2EPNS0_9TaskQueueE+0x35): undefined reference to `v8::base::Thread::Thread(v8::base::Thread::Options const&)'
worker-thread.cc:(.text._ZN2v88platform12WorkerThreadC2EPNS0_9TaskQueueE+0x4f): undefined reference to `v8::base::Thread::Start()'
/home/adi/src/github.com/nodejs/node/out/Release/obj.target/deps/v8/src/libv8_builtins_generators.a(setup-builtins-internal.o): In function `_ZN2v88internal12_GLOBAL__N_126PostBuildProfileAndTracingEPNS0_7IsolateEPNS0_4CodeEPKc.part.25':
setup-builtins-internal.cc:(.text._ZN2v88internal12_GLOBAL__N_126PostBuildProfileAndTracingEPNS0_7IsolateEPNS0_4CodeEPKc.part.25+0x16b): undefined reference to `v8::base::OS::FOpen(char const*, char const*)'
collect2: error: ld returned 1 exit status
make[1]: *** [deps/v8/src/mksnapshot.target.mk:154: /home/adi/src/github.com/nodejs/node/out/Release/mksnapshot] Error 1
rm 9b684c43bcd52c2e306193b0a386f1105f5548ce.intermediate
make: *** [Makefile:76: node] Error 2

./configure -- -DOS=openbsd && make -j8 gives the same as above.

@bnoordhuis
Copy link
Member

Maybe try removing the -Wl,-z,wxneeded from common.gypi but if that doesn't work either, then I don't know.

@adriangrigore
Copy link
Author

Maybe try removing the -Wl,-z,wxneeded from common.gypi but if that doesn't work either, then I don't know.

Same.

@adriangrigore
Copy link
Author

Same with master on OpenBSD adrian 6.1 GENERIC.MP#20 amd64.

@adriangrigore
Copy link
Author

Same with v8.6.0 on OpenBSD adrian 6.1 GENERIC.MP#20 amd64

@adriangrigore
Copy link
Author

Works with v8.4.0 on OpenBSD adrian 6.2 GENERIC.MP#20 amd64. I'll have to do a git bisect I think.

@bnoordhuis
Copy link
Member

Quick check: what happens when you revert bfb97b7?

@adriangrigore
Copy link
Author

Quick check: what happens when you revert bfb97b7?

Builds.

@bnoordhuis
Copy link
Member

Okay thanks, good to know. I don't see any glaring bugs in that commit, you may have to do some digging.

@bnoordhuis
Copy link
Member

@adriangrigore I'm closing this out. Please leave a comment if there is anything to report.

@qbit
Copy link
Contributor

qbit commented Jan 30, 2018

@bnoordhuis There is a bug in there: bfb97b7#diff-f3cd2c1f9253f4c4c618eae60dc6d644R2180
Missing comma after 'base/platform/platform-posix.cc'. Adding a comma there makes the build work again on OpenBSD.

qbit added a commit to qbit/node that referenced this issue Jan 30, 2018
stack_trace_posix to 'sources' as well.

Fixes nodejs#15784
Fixes nodejs/help#992

add stack_trace_posix to OpenBSD's sources
kisg pushed a commit to paul99/v8mips that referenced this issue Feb 1, 2018
R=machenbach@chromium.org

Fixes nodejs/node#15784

Change-Id: I4453023a5a6c8ace45b898ea227870fb6cbc20b2
Reviewed-on: https://chromium-review.googlesource.com/893261
Commit-Queue: Yang Guo <yangguo@chromium.org>
Reviewed-by: Michael Achenbach <machenbach@chromium.org>
Cr-Commit-Position: refs/heads/master@{#51017}
jasnell pushed a commit that referenced this issue Feb 2, 2018
Add stack_trace_posix to 'sources' as well.

Fixes #15784
Fixes nodejs/help#992

add stack_trace_posix to OpenBSD's sources

PR-URL: #18448
Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
MylesBorins pushed a commit that referenced this issue Feb 20, 2018
Add stack_trace_posix to 'sources' as well.

Fixes #15784
Fixes nodejs/help#992

add stack_trace_posix to OpenBSD's sources

PR-URL: #18448
Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
MylesBorins pushed a commit that referenced this issue Feb 21, 2018
Add stack_trace_posix to 'sources' as well.

Fixes #15784
Fixes nodejs/help#992

add stack_trace_posix to OpenBSD's sources

PR-URL: #18448
Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
MylesBorins pushed a commit that referenced this issue Feb 21, 2018
Add stack_trace_posix to 'sources' as well.

Fixes #15784
Fixes nodejs/help#992

add stack_trace_posix to OpenBSD's sources

PR-URL: #18448
Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
targos pushed a commit to targos/node that referenced this issue Mar 7, 2018
Add stack_trace_posix to 'sources' as well.

Fixes nodejs#15784
Fixes nodejs/help#992

add stack_trace_posix to OpenBSD's sources

PR-URL: nodejs#18448
Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
targos pushed a commit that referenced this issue Mar 7, 2018
Add stack_trace_posix to 'sources' as well.

Fixes #15784
Fixes nodejs/help#992

add stack_trace_posix to OpenBSD's sources

PR-URL: #18448
Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
MylesBorins pushed a commit that referenced this issue Mar 20, 2018
Add stack_trace_posix to 'sources' as well.

Fixes #15784
Fixes nodejs/help#992

add stack_trace_posix to OpenBSD's sources

PR-URL: #18448
Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
MylesBorins pushed a commit that referenced this issue Mar 20, 2018
Add stack_trace_posix to 'sources' as well.

Fixes #15784
Fixes nodejs/help#992

add stack_trace_posix to OpenBSD's sources

PR-URL: #18448
Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
MylesBorins pushed a commit that referenced this issue Mar 28, 2018
Add stack_trace_posix to 'sources' as well.

Fixes #15784
Fixes nodejs/help#992

add stack_trace_posix to OpenBSD's sources

PR-URL: #18448
Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
MylesBorins pushed a commit that referenced this issue Mar 30, 2018
Add stack_trace_posix to 'sources' as well.

Fixes #15784
Fixes nodejs/help#992

add stack_trace_posix to OpenBSD's sources

PR-URL: #18448
Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
MayaLekova pushed a commit to MayaLekova/node that referenced this issue May 8, 2018
Add stack_trace_posix to 'sources' as well.

Fixes nodejs#15784
Fixes nodejs/help#992

add stack_trace_posix to OpenBSD's sources

PR-URL: nodejs#18448
Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
MayaLekova pushed a commit to MayaLekova/node that referenced this issue May 8, 2018
Add stack_trace_posix to 'sources' as well.

Fixes nodejs#15784
Fixes nodejs/help#992

add stack_trace_posix to OpenBSD's sources

PR-URL: nodejs#18448
Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build Issues and PRs related to build files or the CI. v8 engine Issues and PRs related to the V8 dependency.
Projects
None yet
Development

No branches or pull requests

4 participants