This repository was archived by the owner on Oct 19, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 91
This repository was archived by the owner on Oct 19, 2019. It is now read-only.
make GYPFLAGS="-Dcomponent=shared_library" fails to build target 'v8worker.test' #48
Copy link
Copy link
Open
Description
root@ubuntu:~/gostuff/src/github.com/ry/v8worker# make GYPFLAGS="-Dcomponent=shared_library"
...
Description: v8 javascript engine
Version: native
Cflags: -I/root/gostuff/src/github.com/ry/v8worker/v8/include -I/root/gostuff/src/github.com/ry/v8worker/v8/
Libs: -Wl,--start-group /root/gostuff/src/github.com/ry/v8worker/v8/out/native/obj.target/tools/gyp/libv8_libbase.a /root/gostuff/src/github.com/ry/v8worker/v8/out/native/obj.target/tools/gyp/libv8_base.a /root/gostuff/src/github.com/ry/v8worker/v8/out/native/obj.target/tools/gyp/libv8_libplatform.a /root/gostuff/src/github.com/ry/v8worker/v8/out/native/obj.target/tools/gyp/libv8_snapshot.a -Wl,--end-group -lrt -ldl'
go test -c
# github.com/ry/v8worker
./v8/out/native/obj.target/v8_base/src/api.o: In function `v8::V8::Initialize()':
../src/api.cc:(.text._ZN2v82V810InitializeEv+0x7): undefined reference to `v8::internal::ReadNatives()'
./v8/out/native/obj.target/v8_base/src/api.o: In function `v8::V8::Dispose()':
../src/api.cc:(.text._ZN2v82V87DisposeEv+0x7): undefined reference to `v8::internal::DisposeNatives()'
./v8/out/native/obj.target/v8_base/src/regexp/jsregexp.o: In function `v8::internal::AddUnicodeCaseEquivalents(v8::internal::RegExpCompiler*, v8::internal::ZoneList<v8::internal::CharacterRange>*)':
../src/regexp/jsregexp.cc:(.text._ZN2v88internal25AddUnicodeCaseEquivalentsEPNS0_14RegExpCompilerEPNS0_8ZoneListINS0_14CharacterRangeEEE+0x15): undefined reference to `uset_openEmpty_56'
../src/regexp/jsregexp.cc:(.text._ZN2v88internal25AddUnicodeCaseEquivalentsEPNS0_14RegExpCompilerEPNS0_8ZoneListINS0_14CharacterRangeEEE+0x3e): undefined reference to `uset_addRange_56'
../src/regexp/jsregexp.cc:(.text._ZN2v88internal25AddUnicodeCaseEquivalentsEPNS0_14RegExpCompilerEPNS0_8ZoneListINS0_14CharacterRangeEEE+0x5d): undefined reference to `uset_closeOver_56'
../src/regexp/jsregexp.cc:(.text._ZN2v88internal25AddUnicodeCaseEquivalentsEPNS0_14RegExpCompilerEPNS0_8ZoneListINS0_14CharacterRangeEEE+0x65): undefined reference to `uset_removeAllStrings_56'
../src/regexp/jsregexp.cc:(.text._ZN2v88internal25AddUnicodeCaseEquivalentsEPNS0_14RegExpCompilerEPNS0_8ZoneListINS0_14CharacterRangeEEE+0x6d): undefined reference to `uset_getItemCount_56'
../src/regexp/jsregexp.cc:(.text._ZN2v88internal25AddUnicodeCaseEquivalentsEPNS0_14RegExpCompilerEPNS0_8ZoneListINS0_14CharacterRangeEEE+0xca): undefined reference to `uset_getItem_56'
../src/regexp/jsregexp.cc:(.text._ZN2v88internal25AddUnicodeCaseEquivalentsEPNS0_14RegExpCompilerEPNS0_8ZoneListINS0_14CharacterRangeEEE+0x164): undefined reference to `uset_close_56'
./v8/out/native/obj.target/v8_base/src/regexp/regexp-macro-assembler.o: In function `v8::internal::RegExpMacroAssembler::CaseInsensitiveCompareUC16(unsigned char*, unsigned char*, unsigned long, v8::internal::Isolate*)':
../src/regexp/regexp-macro-assembler.cc:(.text._ZN2v88internal20RegExpMacroAssembler26CaseInsensitiveCompareUC16EPhS2_mPNS0_7IsolateE+0x25c): undefined reference to `u_foldCase_56'
../src/regexp/regexp-macro-assembler.cc:(.text._ZN2v88internal20RegExpMacroAssembler26CaseInsensitiveCompareUC16EPhS2_mPNS0_7IsolateE+0x268): undefined reference to `u_foldCase_56'
./v8/out/native/obj.target/v8_base/src/regexp/regexp-parser.o: In function `v8::internal::RegExpBuilder::AddCharacter(unsigned short)':
../src/regexp/regexp-parser.cc:(.text._ZN2v88internal13RegExpBuilder12AddCharacterEt+0x32): undefined reference to `uset_open_56'
../src/regexp/regexp-parser.cc:(.text._ZN2v88internal13RegExpBuilder12AddCharacterEt+0x42): undefined reference to `uset_closeOver_56'
../src/regexp/regexp-parser.cc:(.text._ZN2v88internal13RegExpBuilder12AddCharacterEt+0x4a): undefined reference to `uset_removeAllStrings_56'
../src/regexp/regexp-parser.cc:(.text._ZN2v88internal13RegExpBuilder12AddCharacterEt+0x52): undefined reference to `uset_size_56'
../src/regexp/regexp-parser.cc:(.text._ZN2v88internal13RegExpBuilder12AddCharacterEt+0x5d): undefined reference to `uset_close_56'
./v8/out/native/obj.target/v8_base/src/regexp/regexp-parser.o: In function `v8::internal::IsExactPropertyValueAlias(char const*, UProperty, int)':
../src/regexp/regexp-parser.cc:(.text._ZN2v88internal25IsExactPropertyValueAliasEPKc9UPropertyi+0x17): undefined reference to `u_getPropertyValueName_56'
../src/regexp/regexp-parser.cc:(.text._ZN2v88internal25IsExactPropertyValueAliasEPKc9UPropertyi+0x40): undefined reference to `u_getPropertyValueName_56'
./v8/out/native/obj.target/v8_base/src/regexp/regexp-parser.o: In function `v8::internal::LookupPropertyClass(UProperty, char const*, v8::internal::ZoneList<v8::internal::CharacterRange>*, v8::internal::Zone*)':
../src/regexp/regexp-parser.cc:(.text._ZN2v88internal19LookupPropertyClassE9UPropertyPKcPNS0_8ZoneListINS0_14CharacterRangeEEEPNS0_4ZoneE+0x1b): undefined reference to `u_getPropertyValueEnum_56'
../src/regexp/regexp-parser.cc:(.text._ZN2v88internal19LookupPropertyClassE9UPropertyPKcPNS0_8ZoneListINS0_14CharacterRangeEEEPNS0_4ZoneE+0x2e): undefined reference to `u_getPropertyValueName_56'
../src/regexp/regexp-parser.cc:(.text._ZN2v88internal19LookupPropertyClassE9UPropertyPKcPNS0_8ZoneListINS0_14CharacterRangeEEEPNS0_4ZoneE+0x5c): undefined reference to `u_getPropertyValueName_56'
../src/regexp/regexp-parser.cc:(.text._ZN2v88internal19LookupPropertyClassE9UPropertyPKcPNS0_8ZoneListINS0_14CharacterRangeEEEPNS0_4ZoneE+0x75): undefined reference to `uset_openEmpty_56'
../src/regexp/regexp-parser.cc:(.text._ZN2v88internal19LookupPropertyClassE9UPropertyPKcPNS0_8ZoneListINS0_14CharacterRangeEEEPNS0_4ZoneE+0x9a): undefined reference to `uset_applyIntPropertyValue_56'
../src/regexp/regexp-parser.cc:(.text._ZN2v88internal19LookupPropertyClassE9UPropertyPKcPNS0_8ZoneListINS0_14CharacterRangeEEEPNS0_4ZoneE+0xb7): undefined reference to `uset_isEmpty_56'
../src/regexp/regexp-parser.cc:(.text._ZN2v88internal19LookupPropertyClassE9UPropertyPKcPNS0_8ZoneListINS0_14CharacterRangeEEEPNS0_4ZoneE+0xca): undefined reference to `uset_removeAllStrings_56'
../src/regexp/regexp-parser.cc:(.text._ZN2v88internal19LookupPropertyClassE9UPropertyPKcPNS0_8ZoneListINS0_14CharacterRangeEEEPNS0_4ZoneE+0xd2): undefined reference to `uset_getItemCount_56'
../src/regexp/regexp-parser.cc:(.text._ZN2v88internal19LookupPropertyClassE9UPropertyPKcPNS0_8ZoneListINS0_14CharacterRangeEEEPNS0_4ZoneE+0x129): undefined reference to `uset_getItem_56'
../src/regexp/regexp-parser.cc:(.text._ZN2v88internal19LookupPropertyClassE9UPropertyPKcPNS0_8ZoneListINS0_14CharacterRangeEEEPNS0_4ZoneE+0x1c3): undefined reference to `uset_close_56'
./v8/out/native/obj.target/v8_base/src/regexp/regexp-parser.o: In function `v8::internal::RegExpBuilder::AddTrailSurrogate(unsigned short)':
../src/regexp/regexp-parser.cc:(.text._ZN2v88internal13RegExpBuilder17AddTrailSurrogateEt+0x5c): undefined reference to `uset_open_56'
../src/regexp/regexp-parser.cc:(.text._ZN2v88internal13RegExpBuilder17AddTrailSurrogateEt+0x6c): undefined reference to `uset_closeOver_56'
../src/regexp/regexp-parser.cc:(.text._ZN2v88internal13RegExpBuilder17AddTrailSurrogateEt+0x74): undefined reference to `uset_removeAllStrings_56'
../src/regexp/regexp-parser.cc:(.text._ZN2v88internal13RegExpBuilder17AddTrailSurrogateEt+0x7c): undefined reference to `uset_size_56'
../src/regexp/regexp-parser.cc:(.text._ZN2v88internal13RegExpBuilder17AddTrailSurrogateEt+0x87): undefined reference to `uset_close_56'
./v8/out/native/obj.target/v8_base/src/regexp/regexp-parser.o: In function `v8::internal::RegExpBuilder::NeedsDesugaringForIgnoreCase(int)':
../src/regexp/regexp-parser.cc:(.text._ZN2v88internal13RegExpBuilder28NeedsDesugaringForIgnoreCaseEi+0x13): undefined reference to `uset_open_56'
../src/regexp/regexp-parser.cc:(.text._ZN2v88internal13RegExpBuilder28NeedsDesugaringForIgnoreCaseEi+0x23): undefined reference to `uset_closeOver_56'
../src/regexp/regexp-parser.cc:(.text._ZN2v88internal13RegExpBuilder28NeedsDesugaringForIgnoreCaseEi+0x2b): undefined reference to `uset_removeAllStrings_56'
../src/regexp/regexp-parser.cc:(.text._ZN2v88internal13RegExpBuilder28NeedsDesugaringForIgnoreCaseEi+0x33): undefined reference to `uset_size_56'
../src/regexp/regexp-parser.cc:(.text._ZN2v88internal13RegExpBuilder28NeedsDesugaringForIgnoreCaseEi+0x41): undefined reference to `uset_close_56'
./v8/out/native/obj.target/v8_base/src/v8.o: In function `v8::internal::V8::SetNativesBlob(v8::StartupData*)':
../src/v8.cc:(.text._ZN2v88internal2V814SetNativesBlobEPNS_11StartupDataE+0x1b): undefined reference to `v8::internal::SetNativesFromFile(v8::StartupData*)'
./v8/out/native/obj.target/v8_base/src/v8.o: In function `v8::internal::V8::SetSnapshotBlob(v8::StartupData*)':
../src/v8.cc:(.text._ZN2v88internal2V815SetSnapshotBlobEPNS_11StartupDataE+0x1b): undefined reference to `v8::internal::SetSnapshotFromFile(v8::StartupData*)'
./v8/out/native/obj.target/v8_base/src/char-predicates.o: In function `v8::internal::SupplementaryPlanes::IsIDStart(int)':
../src/char-predicates.cc:(.text._ZN2v88internal19SupplementaryPlanes9IsIDStartEi+0x2): undefined reference to `u_isIDStart_56'
./v8/out/native/obj.target/v8_base/src/char-predicates.o: In function `v8::internal::SupplementaryPlanes::IsIDPart(int)':
../src/char-predicates.cc:(.text._ZN2v88internal19SupplementaryPlanes8IsIDPartEi+0x2): undefined reference to `u_isIDPart_56'
./v8/out/native/obj.target/v8_base/src/runtime/runtime-i18n.o: In function `v8::internal::Runtime_CanonicalizeLanguageTag(int, v8::internal::Object**, v8::internal::Isolate*)':
../src/runtime/runtime-i18n.cc:(.text._ZN2v88internal31Runtime_CanonicalizeLanguageTagEiPPNS0_6ObjectEPNS0_7IsolateE+0x16b): undefined reference to `uloc_forLanguageTag_56'
../src/runtime/runtime-i18n.cc:(.text._ZN2v88internal31Runtime_CanonicalizeLanguageTagEiPPNS0_6ObjectEPNS0_7IsolateE+0x1a6): undefined reference to `uloc_toLanguageTag_56'
../src/runtime/runtime-i18n.cc:(.text._ZN2v88internal31Runtime_CanonicalizeLanguageTagEiPPNS0_6ObjectEPNS0_7IsolateE+0x256): undefined reference to `uloc_forLanguageTag_56'
../src/runtime/runtime-i18n.cc:(.text._ZN2v88internal31Runtime_CanonicalizeLanguageTagEiPPNS0_6ObjectEPNS0_7IsolateE+0x291): undefined reference to `uloc_toLanguageTag_56'
./v8/out/native/obj.target/v8_base/src/runtime/runtime-i18n.o: In function `v8::internal::Runtime_AvailableLocalesOf(int, v8::internal::Object**, v8::internal::Isolate*)':
../src/runtime/runtime-i18n.cc:(.text._ZN2v88internal26Runtime_AvailableLocalesOfEiPPNS0_6ObjectEPNS0_7IsolateE+0x157): undefined reference to `icu_56::Collator::getAvailableLocales(int&)'
../src/runtime/runtime-i18n.cc:(.text._ZN2v88internal26Runtime_AvailableLocalesOfEiPPNS0_6ObjectEPNS0_7IsolateE+0x1c2): undefined reference to `icu_56::Collator::getAvailableLocales(int&)'
../src/runtime/runtime-i18n.cc:(.text._ZN2v88internal26Runtime_AvailableLocalesOfEiPPNS0_6ObjectEPNS0_7IsolateE+0x1fb): undefined reference to `icu_56::NumberFormat::getAvailableLocales(int&)'
../src/runtime/runtime-i18n.cc:(.text._ZN2v88internal26Runtime_AvailableLocalesOfEiPPNS0_6ObjectEPNS0_7IsolateE+0x224): undefined reference to `icu_56::NumberFormat::getAvailableLocales(int&)'
../src/runtime/runtime-i18n.cc:(.text._ZN2v88internal26Runtime_AvailableLocalesOfEiPPNS0_6ObjectEPNS0_7IsolateE+0x24d): undefined reference to `icu_56::DateFormat::getAvailableLocales(int&)'
../src/runtime/runtime-i18n.cc:(.text._ZN2v88internal26Runtime_AvailableLocalesOfEiPPNS0_6ObjectEPNS0_7IsolateE+0x277): undefined reference to `icu_56::DateFormat::getAvailableLocales(int&)'
../src/runtime/runtime-i18n.cc:(.text._ZN2v88internal26Runtime_AvailableLocalesOfEiPPNS0_6ObjectEPNS0_7IsolateE+0x2a2): undefined reference to `icu_56::BreakIterator::getAvailableLocales(int&)'
../src/runtime/runtime-i18n.cc:(.text._ZN2v88internal26Runtime_AvailableLocalesOfEiPPNS0_6ObjectEPNS0_7IsolateE+0x359): undefined reference to `uloc_toLanguageTag_56'
../src/runtime/runtime-i18n.cc:(.text._ZN2v88internal26Runtime_AvailableLocalesOfEiPPNS0_6ObjectEPNS0_7IsolateE+0x461): undefined reference to `icu_56::BreakIterator::getAvailableLocales(int&)'
../src/runtime/runtime-i18n.cc:(.text._ZN2v88internal26Runtime_AvailableLocalesOfEiPPNS0_6ObjectEPNS0_7IsolateE+0x519): undefined reference to `uloc_toLanguageTag_56'
./v8/out/native/obj.target/v8_base/src/runtime/runtime-i18n.o: In function `v8::internal::Runtime_GetDefaultICULocale(int, v8::internal::Object**, v8::internal::Isolate*)':
../src/runtime/runtime-i18n.cc:(.text._ZN2v88internal27Runtime_GetDefaultICULocaleEiPPNS0_6ObjectEPNS0_7IsolateE+0x111): undefined reference to `icu_56::Locale::Locale()'
../src/runtime/runtime-i18n.cc:(.text._ZN2v88internal27Runtime_GetDefaultICULocaleEiPPNS0_6ObjectEPNS0_7IsolateE+0x13a): undefined reference to `uloc_toLanguageTag_56'
../src/runtime/runtime-i18n.cc:(.text._ZN2v88internal27Runtime_GetDefaultICULocaleEiPPNS0_6ObjectEPNS0_7IsolateE+0x183): undefined reference to `icu_56::Locale::Locale()'
../src/runtime/runtime-i18n.cc:(.text._ZN2v88internal27Runtime_GetDefaultICULocaleEiPPNS0_6ObjectEPNS0_7IsolateE+0x1ac): undefined reference to `uloc_toLanguageTag_56'
../src/runtime/runtime-i18n.cc:(.text._ZN2v88internal27Runtime_GetDefaultICULocaleEiPPNS0_6ObjectEPNS0_7IsolateE+0x216): undefined reference to `icu_56::Locale::~Locale()'
../src/runtime/runtime-i18n.cc:(.text._ZN2v88internal27Runtime_GetDefaultICULocaleEiPPNS0_6ObjectEPNS0_7IsolateE+0x28e): undefined reference to `icu_56::Locale::~Locale()'
./v8/out/native/obj.target/v8_base/src/runtime/runtime-i18n.o: In function `v8::internal::Runtime_GetLanguageTagVariants(int, v8::internal::Object**, v8::internal::Isolate*)':
../src/runtime/runtime-i18n.cc:(.text._ZN2v88internal30Runtime_GetLanguageTagVariantsEiPPNS0_6ObjectEPNS0_7IsolateE+0x38a): undefined reference to `uloc_forLanguageTag_56'
../src/runtime/runtime-i18n.cc:(.text._ZN2v88internal30Runtime_GetLanguageTagVariantsEiPPNS0_6ObjectEPNS0_7IsolateE+0x3c4): undefined reference to `uloc_addLikelySubtags_56'
../src/runtime/runtime-i18n.cc:(.text._ZN2v88internal30Runtime_GetLanguageTagVariantsEiPPNS0_6ObjectEPNS0_7IsolateE+0x3df): undefined reference to `uloc_getBaseName_56'
../src/runtime/runtime-i18n.cc:(.text._ZN2v88internal30Runtime_GetLanguageTagVariantsEiPPNS0_6ObjectEPNS0_7IsolateE+0x3fa): undefined reference to `uloc_getBaseName_56'
../src/runtime/runtime-i18n.cc:(.text._ZN2v88internal30Runtime_GetLanguageTagVariantsEiPPNS0_6ObjectEPNS0_7IsolateE+0x414): undefined reference to `uloc_toLanguageTag_56'
../src/runtime/runtime-i18n.cc:(.text._ZN2v88internal30Runtime_GetLanguageTagVariantsEiPPNS0_6ObjectEPNS0_7IsolateE+0x42e): undefined reference to `uloc_toLanguageTag_56'
../src/runtime/runtime-i18n.cc:(.text._ZN2v88internal30Runtime_GetLanguageTagVariantsEiPPNS0_6ObjectEPNS0_7IsolateE+0x7ee): undefined reference to `uloc_forLanguageTag_56'
../src/runtime/runtime-i18n.cc:(.text._ZN2v88internal30Runtime_GetLanguageTagVariantsEiPPNS0_6ObjectEPNS0_7IsolateE+0x82a): undefined reference to `uloc_addLikelySubtags_56'
../src/runtime/runtime-i18n.cc:(.text._ZN2v88internal30Runtime_GetLanguageTagVariantsEiPPNS0_6ObjectEPNS0_7IsolateE+0x845): undefined reference to `uloc_getBaseName_56'
../src/runtime/runtime-i18n.cc:(.text._ZN2v88internal30Runtime_GetLanguageTagVariantsEiPPNS0_6ObjectEPNS0_7IsolateE+0x860): undefined reference to `uloc_getBaseName_56'
../src/runtime/runtime-i18n.cc:(.text._ZN2v88internal30Runtime_GetLanguageTagVariantsEiPPNS0_6ObjectEPNS0_7IsolateE+0x87a): undefined reference to `uloc_toLanguageTag_56'
../src/runtime/runtime-i18n.cc:(.text._ZN2v88internal30Runtime_GetLanguageTagVariantsEiPPNS0_6ObjectEPNS0_7IsolateE+0x894): undefined reference to `uloc_toLanguageTag_56'
./v8/out/native/obj.target/v8_base/src/runtime/runtime-i18n.o: In function `v8::internal::Runtime_InternalDateFormat(int, v8::internal::Object**, v8::internal::Isolate*)':
../src/runtime/runtime-i18n.cc:(.text._ZN2v88internal26Runtime_InternalDateFormatEiPPNS0_6ObjectEPNS0_7IsolateE+0x17f): undefined reference to `vtable for icu_56::UnicodeString'
../src/runtime/runtime-i18n.cc:(.text._ZN2v88internal26Runtime_InternalDateFormatEiPPNS0_6ObjectEPNS0_7IsolateE+0x288): undefined reference to `vtable for icu_56::UnicodeString'
../src/runtime/runtime-i18n.cc:(.text._ZN2v88internal26Runtime_InternalDateFormatEiPPNS0_6ObjectEPNS0_7IsolateE+0x34e): undefined reference to `icu_56::DateFormat::format(double, icu_56::UnicodeString&) const'
../src/runtime/runtime-i18n.cc:(.text._ZN2v88internal26Runtime_InternalDateFormatEiPPNS0_6ObjectEPNS0_7IsolateE+0x379): undefined reference to `icu_56::DateFormat::format(double, icu_56::UnicodeString&) const'
../src/runtime/runtime-i18n.cc:(.text._ZN2v88internal26Runtime_InternalDateFormatEiPPNS0_6ObjectEPNS0_7IsolateE+0x3e3): undefined reference to `icu_56::UnicodeString::~UnicodeString()'
../src/runtime/runtime-i18n.cc:(.text._ZN2v88internal26Runtime_InternalDateFormatEiPPNS0_6ObjectEPNS0_7IsolateE+0x439): undefined reference to `icu_56::UnicodeString::~UnicodeString()'
./v8/out/native/obj.target/v8_base/src/runtime/runtime-i18n.o: In function `v8::internal::Runtime_InternalDateParse(int, v8::internal::Object**, v8::internal::Isolate*)':
../src/runtime/runtime-i18n.cc:(.text._ZN2v88internal25Runtime_InternalDateParseEiPPNS0_6ObjectEPNS0_7IsolateE+0x16f): undefined reference to `icu_56::StringPiece::StringPiece(char const*)'
../src/runtime/runtime-i18n.cc:(.text._ZN2v88internal25Runtime_InternalDateParseEiPPNS0_6ObjectEPNS0_7IsolateE+0x17f): undefined reference to `icu_56::UnicodeString::fromUTF8(icu_56::StringPiece const&)'
../src/runtime/runtime-i18n.cc:(.text._ZN2v88internal25Runtime_InternalDateParseEiPPNS0_6ObjectEPNS0_7IsolateE+0x287): undefined reference to `icu_56::StringPiece::StringPiece(char const*)'
../src/runtime/runtime-i18n.cc:(.text._ZN2v88internal25Runtime_InternalDateParseEiPPNS0_6ObjectEPNS0_7IsolateE+0x297): undefined reference to `icu_56::UnicodeString::fromUTF8(icu_56::StringPiece const&)'
../src/runtime/runtime-i18n.cc:(.text._ZN2v88internal25Runtime_InternalDateParseEiPPNS0_6ObjectEPNS0_7IsolateE+0x48c): undefined reference to `icu_56::UnicodeString::~UnicodeString()'
../src/runtime/runtime-i18n.cc:(.text._ZN2v88internal25Runtime_InternalDateParseEiPPNS0_6ObjectEPNS0_7IsolateE+0x552): undefined reference to `icu_56::UnicodeString::~UnicodeString()'
./v8/out/native/obj.target/v8_base/src/runtime/runtime-i18n.o: In function `v8::internal::Runtime_InternalNumberFormat(int, v8::internal::Object**, v8::internal::Isolate*)':
../src/runtime/runtime-i18n.cc:(.text._ZN2v88internal28Runtime_InternalNumberFormatEiPPNS0_6ObjectEPNS0_7IsolateE+0x15d): undefined reference to `vtable for icu_56::UnicodeString'
../src/runtime/runtime-i18n.cc:(.text._ZN2v88internal28Runtime_InternalNumberFormatEiPPNS0_6ObjectEPNS0_7IsolateE+0x240): undefined reference to `vtable for icu_56::UnicodeString'
../src/runtime/runtime-i18n.cc:(.text._ZN2v88internal28Runtime_InternalNumberFormatEiPPNS0_6ObjectEPNS0_7IsolateE+0x306): undefined reference to `icu_56::NumberFormat::format(double, icu_56::UnicodeString&) const'
../src/runtime/runtime-i18n.cc:(.text._ZN2v88internal28Runtime_InternalNumberFormatEiPPNS0_6ObjectEPNS0_7IsolateE+0x331): undefined reference to `icu_56::NumberFormat::format(double, icu_56::UnicodeString&) const'
../src/runtime/runtime-i18n.cc:(.text._ZN2v88internal28Runtime_InternalNumberFormatEiPPNS0_6ObjectEPNS0_7IsolateE+0x39b): undefined reference to `icu_56::UnicodeString::~UnicodeString()'
../src/runtime/runtime-i18n.cc:(.text._ZN2v88internal28Runtime_InternalNumberFormatEiPPNS0_6ObjectEPNS0_7IsolateE+0x3f1): undefined reference to `icu_56::UnicodeString::~UnicodeString()'
./v8/out/native/obj.target/v8_base/src/runtime/runtime-i18n.o: In function `v8::internal::Runtime_InternalNumberParse(int, v8::internal::Object**, v8::internal::Isolate*)':
../src/runtime/runtime-i18n.cc:(.text._ZN2v88internal27Runtime_InternalNumberParseEiPPNS0_6ObjectEPNS0_7IsolateE+0x180): undefined reference to `icu_56::StringPiece::StringPiece(char const*)'
../src/runtime/runtime-i18n.cc:(.text._ZN2v88internal27Runtime_InternalNumberParseEiPPNS0_6ObjectEPNS0_7IsolateE+0x190): undefined reference to `icu_56::UnicodeString::fromUTF8(icu_56::StringPiece const&)'
../src/runtime/runtime-i18n.cc:(.text._ZN2v88internal27Runtime_InternalNumberParseEiPPNS0_6ObjectEPNS0_7IsolateE+0x1bf): undefined reference to `icu_56::Formattable::Formattable()'
../src/runtime/runtime-i18n.cc:(.text._ZN2v88internal27Runtime_InternalNumberParseEiPPNS0_6ObjectEPNS0_7IsolateE+0x1f4): undefined reference to `icu_56::Formattable::getType() const'
../src/runtime/runtime-i18n.cc:(.text._ZN2v88internal27Runtime_InternalNumberParseEiPPNS0_6ObjectEPNS0_7IsolateE+0x2f3): undefined reference to `icu_56::StringPiece::StringPiece(char const*)'
../src/runtime/runtime-i18n.cc:(.text._ZN2v88internal27Runtime_InternalNumberParseEiPPNS0_6ObjectEPNS0_7IsolateE+0x303): undefined reference to `icu_56::UnicodeString::fromUTF8(icu_56::StringPiece const&)'
../src/runtime/runtime-i18n.cc:(.text._ZN2v88internal27Runtime_InternalNumberParseEiPPNS0_6ObjectEPNS0_7IsolateE+0x332): undefined reference to `icu_56::Formattable::Formattable()'
../src/runtime/runtime-i18n.cc:(.text._ZN2v88internal27Runtime_InternalNumberParseEiPPNS0_6ObjectEPNS0_7IsolateE+0x367): undefined reference to `icu_56::Formattable::getType() const'
../src/runtime/runtime-i18n.cc:(.text._ZN2v88internal27Runtime_InternalNumberParseEiPPNS0_6ObjectEPNS0_7IsolateE+0x46b): undefined reference to `icu_56::Formattable::~Formattable()'
../src/runtime/runtime-i18n.cc:(.text._ZN2v88internal27Runtime_InternalNumberParseEiPPNS0_6ObjectEPNS0_7IsolateE+0x478): undefined reference to `icu_56::UnicodeString::~UnicodeString()'
../src/runtime/runtime-i18n.cc:(.text._ZN2v88internal27Runtime_InternalNumberParseEiPPNS0_6ObjectEPNS0_7IsolateE+0x4c1): undefined reference to `icu_56::Formattable::~Formattable()'
../src/runtime/runtime-i18n.cc:(.text._ZN2v88internal27Runtime_InternalNumberParseEiPPNS0_6ObjectEPNS0_7IsolateE+0x4ce): undefined reference to `icu_56::UnicodeString::~UnicodeString()'
./v8/out/native/obj.target/v8_base/src/runtime/runtime-i18n.o: In function `v8::internal::Runtime_StringNormalize(int, v8::internal::Object**, v8::internal::Isolate*)':
../src/runtime/runtime-i18n.cc:(.text._ZN2v88internal23Runtime_StringNormalizeEiPPNS0_6ObjectEPNS0_7IsolateE+0x3ed): undefined reference to `icu_56::UnicodeString::UnicodeString(signed char, unsigned short const*, int)'
../src/runtime/runtime-i18n.cc:(.text._ZN2v88internal23Runtime_StringNormalizeEiPPNS0_6ObjectEPNS0_7IsolateE+0x3f4): undefined reference to `vtable for icu_56::UnicodeString'
../src/runtime/runtime-i18n.cc:(.text._ZN2v88internal23Runtime_StringNormalizeEiPPNS0_6ObjectEPNS0_7IsolateE+0x425): undefined reference to `icu_56::Normalizer::normalize(icu_56::UnicodeString const&, UNormalizationMode, int, icu_56::UnicodeString&, UErrorCode&)'
../src/runtime/runtime-i18n.cc:(.text._ZN2v88internal23Runtime_StringNormalizeEiPPNS0_6ObjectEPNS0_7IsolateE+0x4a3): undefined reference to `icu_56::UnicodeString::~UnicodeString()'
../src/runtime/runtime-i18n.cc:(.text._ZN2v88internal23Runtime_StringNormalizeEiPPNS0_6ObjectEPNS0_7IsolateE+0x4b0): undefined reference to `icu_56::UnicodeString::~UnicodeString()'
../src/runtime/runtime-i18n.cc:(.text._ZN2v88internal23Runtime_StringNormalizeEiPPNS0_6ObjectEPNS0_7IsolateE+0x504): undefined reference to `icu_56::UnicodeString::UnicodeString(signed char, unsigned short const*, int)'
../src/runtime/runtime-i18n.cc:(.text._ZN2v88internal23Runtime_StringNormalizeEiPPNS0_6ObjectEPNS0_7IsolateE+0x50b): undefined reference to `vtable for icu_56::UnicodeString'
../src/runtime/runtime-i18n.cc:(.text._ZN2v88internal23Runtime_StringNormalizeEiPPNS0_6ObjectEPNS0_7IsolateE+0x53c): undefined reference to `icu_56::Normalizer::normalize(icu_56::UnicodeString const&, UNormalizationMode, int, icu_56::UnicodeString&, UErrorCode&)'
../src/runtime/runtime-i18n.cc:(.text._ZN2v88internal23Runtime_StringNormalizeEiPPNS0_6ObjectEPNS0_7IsolateE+0x5ba): undefined reference to `icu_56::UnicodeString::~UnicodeString()'
../src/runtime/runtime-i18n.cc:(.text._ZN2v88internal23Runtime_StringNormalizeEiPPNS0_6ObjectEPNS0_7IsolateE+0x5c7): undefined reference to `icu_56::UnicodeString::~UnicodeString()'
./v8/out/native/obj.target/v8_base/src/runtime/runtime-i18n.o: In function `v8::internal::Runtime_BreakIteratorAdoptText(int, v8::internal::Object**, v8::internal::Isolate*)':
../src/runtime/runtime-i18n.cc:(.text._ZN2v88internal30Runtime_BreakIteratorAdoptTextEiPPNS0_6ObjectEPNS0_7IsolateE+0x1c1): undefined reference to `icu_56::UMemory::operator new(unsigned long)'
../src/runtime/runtime-i18n.cc:(.text._ZN2v88internal30Runtime_BreakIteratorAdoptTextEiPPNS0_6ObjectEPNS0_7IsolateE+0x1dc): undefined reference to `icu_56::UnicodeString::UnicodeString(unsigned short const*, int)'
../src/runtime/runtime-i18n.cc:(.text._ZN2v88internal30Runtime_BreakIteratorAdoptTextEiPPNS0_6ObjectEPNS0_7IsolateE+0x343): undefined reference to `icu_56::UMemory::operator new(unsigned long)'
../src/runtime/runtime-i18n.cc:(.text._ZN2v88internal30Runtime_BreakIteratorAdoptTextEiPPNS0_6ObjectEPNS0_7IsolateE+0x35e): undefined reference to `icu_56::UnicodeString::UnicodeString(unsigned short const*, int)'
./v8/out/native/obj.target/v8_base/src/i18n.o: In function `v8::internal::DateFormat::InitializeDateTimeFormat(v8::internal::Isolate*, v8::internal::Handle<v8::internal::String>, v8::internal::Handle<v8::internal::JSObject>, v8::internal::Handle<v8::internal::JSObject>)':
../src/i18n.cc:(.text._ZN2v88internal10DateFormat24InitializeDateTimeFormatEPNS0_7IsolateENS0_6HandleINS0_6StringEEENS4_INS0_8JSObjectEEES8_+0x28): undefined reference to `icu_56::Locale::Locale()'
../src/i18n.cc:(.text._ZN2v88internal10DateFormat24InitializeDateTimeFormatEPNS0_7IsolateENS0_6HandleINS0_6StringEEENS4_INS0_8JSObjectEEES8_+0x65): undefined reference to `uloc_forLanguageTag_56'
../src/i18n.cc:(.text._ZN2v88internal10DateFormat24InitializeDateTimeFormatEPNS0_7IsolateENS0_6HandleINS0_6StringEEENS4_INS0_8JSObjectEEES8_+0x9d): undefined reference to `icu_56::Locale::Locale(char const*, char const*, char const*, char const*)'
../src/i18n.cc:(.text._ZN2v88internal10DateFormat24InitializeDateTimeFormatEPNS0_7IsolateENS0_6HandleINS0_6StringEEENS4_INS0_8JSObjectEEES8_+0xaa): undefined reference to `icu_56::Locale::operator=(icu_56::Locale const&)'
../src/i18n.cc:(.text._ZN2v88internal10DateFormat24InitializeDateTimeFormatEPNS0_7IsolateENS0_6HandleINS0_6StringEEENS4_INS0_8JSObjectEEES8_+0xb2): undefined reference to `icu_56::Locale::~Locale()'
../src/i18n.cc:(.text._ZN2v88internal10DateFormat24InitializeDateTimeFormatEPNS0_7IsolateENS0_6HandleINS0_6StringEEENS4_INS0_8JSObjectEEES8_+0xe9): undefined reference to `icu_56::Locale::getBaseName() const'
../src/i18n.cc:(.text._ZN2v88internal10DateFormat24InitializeDateTimeFormatEPNS0_7IsolateENS0_6HandleINS0_6StringEEENS4_INS0_8JSObjectEEES8_+0x103): undefined reference to `icu_56::Locale::Locale(char const*, char const*, char const*, char const*)'
../src/i18n.cc:(.text._ZN2v88internal10DateFormat24InitializeDateTimeFormatEPNS0_7IsolateENS0_6HandleINS0_6StringEEENS4_INS0_8JSObjectEEES8_+0x13a): undefined reference to `icu_56::Locale::~Locale()'
../src/i18n.cc:(.text._ZN2v88internal10DateFormat24InitializeDateTimeFormatEPNS0_7IsolateENS0_6HandleINS0_6StringEEENS4_INS0_8JSObjectEEES8_+0x14e): undefined reference to `icu_56::Locale::~Locale()'
./v8/out/native/obj.target/v8_base/src/i18n.o: In function `v8::internal::(anonymous namespace)::CreateICUDateFormat(v8::internal::Isolate*, icu_56::Locale const&, v8::internal::Handle<v8::internal::JSObject>)':
../src/i18n.cc:(.text._ZN2v88internal12_GLOBAL__N_119CreateICUDateFormatEPNS0_7IsolateERKN6icu_566LocaleENS0_6HandleINS0_8JSObjectEEE+0x1d): undefined reference to `vtable for icu_56::UnicodeString'
../src/i18n.cc:(.text._ZN2v88internal12_GLOBAL__N_119CreateICUDateFormatEPNS0_7IsolateERKN6icu_566LocaleENS0_6HandleINS0_8JSObjectEEE+0x5b): undefined reference to `icu_56::TimeZone::createTimeZone(icu_56::UnicodeString const&)'
../src/i18n.cc:(.text._ZN2v88internal12_GLOBAL__N_119CreateICUDateFormatEPNS0_7IsolateERKN6icu_566LocaleENS0_6HandleINS0_8JSObjectEEE+0x62): undefined reference to `icu_56::TimeZone::createDefault()'
../src/i18n.cc:(.text._ZN2v88internal12_GLOBAL__N_119CreateICUDateFormatEPNS0_7IsolateERKN6icu_566LocaleENS0_6HandleINS0_8JSObjectEEE+0x7a): undefined reference to `icu_56::Calendar::createInstance(icu_56::TimeZone*, icu_56::Locale const&, UErrorCode&)'
../src/i18n.cc:(.text._ZN2v88internal12_GLOBAL__N_119CreateICUDateFormatEPNS0_7IsolateERKN6icu_566LocaleENS0_6HandleINS0_8JSObjectEEE+0x8f): undefined reference to `icu_56::GregorianCalendar::getStaticClassID()'
../src/i18n.cc:(.text._ZN2v88internal12_GLOBAL__N_119CreateICUDateFormatEPNS0_7IsolateERKN6icu_566LocaleENS0_6HandleINS0_8JSObjectEEE+0xb1): undefined reference to `icu_56::GregorianCalendar::setGregorianChange(double, UErrorCode&)'
../src/i18n.cc:(.text._ZN2v88internal12_GLOBAL__N_119CreateICUDateFormatEPNS0_7IsolateERKN6icu_566LocaleENS0_6HandleINS0_8JSObjectEEE+0xec): undefined reference to `icu_56::DateTimePatternGenerator::createInstance(icu_56::Locale const&, UErrorCode&)'
../src/i18n.cc:(.text._ZN2v88internal12_GLOBAL__N_119CreateICUDateFormatEPNS0_7IsolateERKN6icu_566LocaleENS0_6HandleINS0_8JSObjectEEE+0x11f): undefined reference to `icu_56::DateTimePatternGenerator::getBestPattern(icu_56::UnicodeString const&, UErrorCode&)'
../src/i18n.cc:(.text._ZN2v88internal12_GLOBAL__N_119CreateICUDateFormatEPNS0_7IsolateERKN6icu_566LocaleENS0_6HandleINS0_8JSObjectEEE+0x12c): undefined reference to `icu_56::UnicodeString::moveFrom(icu_56::UnicodeString&)'
../src/i18n.cc:(.text._ZN2v88internal12_GLOBAL__N_119CreateICUDateFormatEPNS0_7IsolateERKN6icu_566LocaleENS0_6HandleINS0_8JSObjectEEE+0x134): undefined reference to `icu_56::UnicodeString::~UnicodeString()'
../src/i18n.cc:(.text._ZN2v88internal12_GLOBAL__N_119CreateICUDateFormatEPNS0_7IsolateERKN6icu_566LocaleENS0_6HandleINS0_8JSObjectEEE+0x14c): undefined reference to `icu_56::UMemory::operator new(unsigned long)'
../src/i18n.cc:(.text._ZN2v88internal12_GLOBAL__N_119CreateICUDateFormatEPNS0_7IsolateERKN6icu_566LocaleENS0_6HandleINS0_8JSObjectEEE+0x16c): undefined reference to `icu_56::SimpleDateFormat::SimpleDateFormat(icu_56::UnicodeString const&, icu_56::Locale const&, UErrorCode&)'
../src/i18n.cc:(.text._ZN2v88internal12_GLOBAL__N_119CreateICUDateFormatEPNS0_7IsolateERKN6icu_566LocaleENS0_6HandleINS0_8JSObjectEEE+0x18f): undefined reference to `icu_56::UnicodeString::~UnicodeString()'
../src/i18n.cc:(.text._ZN2v88internal12_GLOBAL__N_119CreateICUDateFormatEPNS0_7IsolateERKN6icu_566LocaleENS0_6HandleINS0_8JSObjectEEE+0x1c6): undefined reference to `icu_56::UnicodeString::~UnicodeString()'
../src/i18n.cc:(.text._ZN2v88internal12_GLOBAL__N_119CreateICUDateFormatEPNS0_7IsolateERKN6icu_566LocaleENS0_6HandleINS0_8JSObjectEEE+0x1d3): undefined reference to `icu_56::UnicodeString::~UnicodeString()'
./v8/out/native/obj.target/v8_base/src/i18n.o: In function `v8::internal::(anonymous namespace)::SetResolvedDateSettings(v8::internal::Isolate*, icu_56::Locale const&, icu_56::SimpleDateFormat*, v8::internal::Handle<v8::internal::JSObject>)':
../src/i18n.cc:(.text._ZN2v88internal12_GLOBAL__N_123SetResolvedDateSettingsEPNS0_7IsolateERKN6icu_566LocaleEPNS4_16SimpleDateFormatENS0_6HandleINS0_8JSObjectEEE+0x2a): undefined reference to `vtable for icu_56::UnicodeString'
../src/i18n.cc:(.text._ZN2v88internal12_GLOBAL__N_123SetResolvedDateSettingsEPNS0_7IsolateERKN6icu_566LocaleEPNS4_16SimpleDateFormatENS0_6HandleINS0_8JSObjectEEE+0x174): undefined reference to `icu_56::Calendar::getTimeZone() const'
../src/i18n.cc:(.text._ZN2v88internal12_GLOBAL__N_123SetResolvedDateSettingsEPNS0_7IsolateERKN6icu_566LocaleEPNS4_16SimpleDateFormatENS0_6HandleINS0_8JSObjectEEE+0x19a): undefined reference to `icu_56::UnicodeString::operator=(icu_56::UnicodeString const&)'
../src/i18n.cc:(.text._ZN2v88internal12_GLOBAL__N_123SetResolvedDateSettingsEPNS0_7IsolateERKN6icu_566LocaleEPNS4_16SimpleDateFormatENS0_6HandleINS0_8JSObjectEEE+0x1b8): undefined reference to `icu_56::TimeZone::getCanonicalID(icu_56::UnicodeString const&, icu_56::UnicodeString&, UErrorCode&)'
../src/i18n.cc:(.text._ZN2v88internal12_GLOBAL__N_123SetResolvedDateSettingsEPNS0_7IsolateERKN6icu_566LocaleEPNS4_16SimpleDateFormatENS0_6HandleINS0_8JSObjectEEE+0x1e6): undefined reference to `icu_56::UnicodeString::UnicodeString(signed char, unsigned short const*, int)'
../src/i18n.cc:(.text._ZN2v88internal12_GLOBAL__N_123SetResolvedDateSettingsEPNS0_7IsolateERKN6icu_566LocaleEPNS4_16SimpleDateFormatENS0_6HandleINS0_8JSObjectEEE+0x23d): undefined reference to `icu_56::UnicodeString::doEquals(icu_56::UnicodeString const&, int) const'
../src/i18n.cc:(.text._ZN2v88internal12_GLOBAL__N_123SetResolvedDateSettingsEPNS0_7IsolateERKN6icu_566LocaleEPNS4_16SimpleDateFormatENS0_6HandleINS0_8JSObjectEEE+0x25b): undefined reference to `icu_56::UnicodeString::~UnicodeString()'
../src/i18n.cc:(.text._ZN2v88internal12_GLOBAL__N_123SetResolvedDateSettingsEPNS0_7IsolateERKN6icu_566LocaleEPNS4_16SimpleDateFormatENS0_6HandleINS0_8JSObjectEEE+0x362): undefined reference to `icu_56::NumberingSystem::createInstance(icu_56::Locale const&, UErrorCode&)'
../src/i18n.cc:(.text._ZN2v88internal12_GLOBAL__N_123SetResolvedDateSettingsEPNS0_7IsolateERKN6icu_566LocaleEPNS4_16SimpleDateFormatENS0_6HandleINS0_8JSObjectEEE+0x3bf): undefined reference to `icu_56::NumberingSystem::getName() const'
../src/i18n.cc:(.text._ZN2v88internal12_GLOBAL__N_123SetResolvedDateSettingsEPNS0_7IsolateERKN6icu_566LocaleEPNS4_16SimpleDateFormatENS0_6HandleINS0_8JSObjectEEE+0x46f): undefined reference to `uloc_toLanguageTag_56'
../src/i18n.cc:(.text._ZN2v88internal12_GLOBAL__N_123SetResolvedDateSettingsEPNS0_7IsolateERKN6icu_566LocaleEPNS4_16SimpleDateFormatENS0_6HandleINS0_8JSObjectEEE+0x546): undefined reference to `icu_56::UnicodeString::~UnicodeString()'
../src/i18n.cc:(.text._ZN2v88internal12_GLOBAL__N_123SetResolvedDateSettingsEPNS0_7IsolateERKN6icu_566LocaleEPNS4_16SimpleDateFormatENS0_6HandleINS0_8JSObjectEEE+0x553): undefined reference to `icu_56::UnicodeString::~UnicodeString()'
../src/i18n.cc:(.text._ZN2v88internal12_GLOBAL__N_123SetResolvedDateSettingsEPNS0_7IsolateERKN6icu_566LocaleEPNS4_16SimpleDateFormatENS0_6HandleINS0_8JSObjectEEE+0x560): undefined reference to `icu_56::UnicodeString::~UnicodeString()'
./v8/out/native/obj.target/v8_base/src/i18n.o: In function `v8::internal::NumberFormat::InitializeNumberFormat(v8::internal::Isolate*, v8::internal::Handle<v8::internal::String>, v8::internal::Handle<v8::internal::JSObject>, v8::internal::Handle<v8::internal::JSObject>)':
../src/i18n.cc:(.text._ZN2v88internal12NumberFormat22InitializeNumberFormatEPNS0_7IsolateENS0_6HandleINS0_6StringEEENS4_INS0_8JSObjectEEES8_+0x28): undefined reference to `icu_56::Locale::Locale()'
../src/i18n.cc:(.text._ZN2v88internal12NumberFormat22InitializeNumberFormatEPNS0_7IsolateENS0_6HandleINS0_6StringEEENS4_INS0_8JSObjectEEES8_+0x65): undefined reference to `uloc_forLanguageTag_56'
../src/i18n.cc:(.text._ZN2v88internal12NumberFormat22InitializeNumberFormatEPNS0_7IsolateENS0_6HandleINS0_6StringEEENS4_INS0_8JSObjectEEES8_+0x9d): undefined reference to `icu_56::Locale::Locale(char const*, char const*, char const*, char const*)'
../src/i18n.cc:(.text._ZN2v88internal12NumberFormat22InitializeNumberFormatEPNS0_7IsolateENS0_6HandleINS0_6StringEEENS4_INS0_8JSObjectEEES8_+0xaa): undefined reference to `icu_56::Locale::operator=(icu_56::Locale const&)'
../src/i18n.cc:(.text._ZN2v88internal12NumberFormat22InitializeNumberFormatEPNS0_7IsolateENS0_6HandleINS0_6StringEEENS4_INS0_8JSObjectEEES8_+0xb2): undefined reference to `icu_56::Locale::~Locale()'
../src/i18n.cc:(.text._ZN2v88internal12NumberFormat22InitializeNumberFormatEPNS0_7IsolateENS0_6HandleINS0_6StringEEENS4_INS0_8JSObjectEEES8_+0xe9): undefined reference to `icu_56::Locale::getBaseName() const'
../src/i18n.cc:(.text._ZN2v88internal12NumberFormat22InitializeNumberFormatEPNS0_7IsolateENS0_6HandleINS0_6StringEEENS4_INS0_8JSObjectEEES8_+0x103): undefined reference to `icu_56::Locale::Locale(char const*, char const*, char const*, char const*)'
../src/i18n.cc:(.text._ZN2v88internal12NumberFormat22InitializeNumberFormatEPNS0_7IsolateENS0_6HandleINS0_6StringEEENS4_INS0_8JSObjectEEES8_+0x13a): undefined reference to `icu_56::Locale::~Locale()'
../src/i18n.cc:(.text._ZN2v88internal12NumberFormat22InitializeNumberFormatEPNS0_7IsolateENS0_6HandleINS0_6StringEEENS4_INS0_8JSObjectEEES8_+0x14e): undefined reference to `icu_56::Locale::~Locale()'
./v8/out/native/obj.target/v8_base/src/i18n.o: In function `v8::internal::(anonymous namespace)::CreateICUNumberFormat(v8::internal::Isolate*, icu_56::Locale const&, v8::internal::Handle<v8::internal::JSObject>)':
../src/i18n.cc:(.text._ZN2v88internal12_GLOBAL__N_121CreateICUNumberFormatEPNS0_7IsolateERKN6icu_566LocaleENS0_6HandleINS0_8JSObjectEEE+0x24): undefined reference to `vtable for icu_56::UnicodeString'
../src/i18n.cc:(.text._ZN2v88internal12_GLOBAL__N_121CreateICUNumberFormatEPNS0_7IsolateERKN6icu_566LocaleENS0_6HandleINS0_8JSObjectEEE+0x83): undefined reference to `icu_56::UnicodeString::UnicodeString(signed char, unsigned short const*, int)'
../src/i18n.cc:(.text._ZN2v88internal12_GLOBAL__N_121CreateICUNumberFormatEPNS0_7IsolateERKN6icu_566LocaleENS0_6HandleINS0_8JSObjectEEE+0xda): undefined reference to `icu_56::UnicodeString::doEquals(icu_56::UnicodeString const&, int) const'
../src/i18n.cc:(.text._ZN2v88internal12_GLOBAL__N_121CreateICUNumberFormatEPNS0_7IsolateERKN6icu_566LocaleENS0_6HandleINS0_8JSObjectEEE+0xfb): undefined reference to `icu_56::UnicodeString::~UnicodeString()'
../src/i18n.cc:(.text._ZN2v88internal12_GLOBAL__N_121CreateICUNumberFormatEPNS0_7IsolateERKN6icu_566LocaleENS0_6HandleINS0_8JSObjectEEE+0x15f): undefined reference to `icu_56::UnicodeString::UnicodeString(signed char, unsigned short const*, int)'
../src/i18n.cc:(.text._ZN2v88internal12_GLOBAL__N_121CreateICUNumberFormatEPNS0_7IsolateERKN6icu_566LocaleENS0_6HandleINS0_8JSObjectEEE+0x1c2): undefined reference to `icu_56::UnicodeString::doEquals(icu_56::UnicodeString const&, int) const'
../src/i18n.cc:(.text._ZN2v88internal12_GLOBAL__N_121CreateICUNumberFormatEPNS0_7IsolateERKN6icu_566LocaleENS0_6HandleINS0_8JSObjectEEE+0x1ea): undefined reference to `icu_56::UnicodeString::UnicodeString(signed char, unsigned short const*, int)'
../src/i18n.cc:(.text._ZN2v88internal12_GLOBAL__N_121CreateICUNumberFormatEPNS0_7IsolateERKN6icu_566LocaleENS0_6HandleINS0_8JSObjectEEE+0x24d): undefined reference to `icu_56::UnicodeString::doEquals(icu_56::UnicodeString const&, int) const'
../src/i18n.cc:(.text._ZN2v88internal12_GLOBAL__N_121CreateICUNumberFormatEPNS0_7IsolateERKN6icu_566LocaleENS0_6HandleINS0_8JSObjectEEE+0x26e): undefined reference to `icu_56::UnicodeString::~UnicodeString()'
../src/i18n.cc:(.text._ZN2v88internal12_GLOBAL__N_121CreateICUNumberFormatEPNS0_7IsolateERKN6icu_566LocaleENS0_6HandleINS0_8JSObjectEEE+0x299): undefined reference to `icu_56::UnicodeString::UnicodeString(signed char, unsigned short const*, int)'
../src/i18n.cc:(.text._ZN2v88internal12_GLOBAL__N_121CreateICUNumberFormatEPNS0_7IsolateERKN6icu_566LocaleENS0_6HandleINS0_8JSObjectEEE+0x2f4): undefined reference to `icu_56::UnicodeString::doEquals(icu_56::UnicodeString const&, int) const'
../src/i18n.cc:(.text._ZN2v88internal12_GLOBAL__N_121CreateICUNumberFormatEPNS0_7IsolateERKN6icu_566LocaleENS0_6HandleINS0_8JSObjectEEE+0x312): undefined reference to `icu_56::UnicodeString::~UnicodeString()'
../src/i18n.cc:(.text._ZN2v88internal12_GLOBAL__N_121CreateICUNumberFormatEPNS0_7IsolateERKN6icu_566LocaleENS0_6HandleINS0_8JSObjectEEE+0x322): undefined reference to `icu_56::NumberFormat::createPercentInstance(icu_56::Locale const&, UErrorCode&)'
../src/i18n.cc:(.text._ZN2v88internal12_GLOBAL__N_121CreateICUNumberFormatEPNS0_7IsolateERKN6icu_566LocaleENS0_6HandleINS0_8JSObjectEEE+0x34b): undefined reference to `icu_56::NumberFormat::createInstance(icu_56::Locale const&, UErrorCode&)'
../src/i18n.cc:(.text._ZN2v88internal12_GLOBAL__N_121CreateICUNumberFormatEPNS0_7IsolateERKN6icu_566LocaleENS0_6HandleINS0_8JSObjectEEE+0x36a): undefined reference to `icu_56::UnicodeString::~UnicodeString()'
../src/i18n.cc:(.text._ZN2v88internal12_GLOBAL__N_121CreateICUNumberFormatEPNS0_7IsolateERKN6icu_566LocaleENS0_6HandleINS0_8JSObjectEEE+0x37d): undefined reference to `icu_56::NumberFormat::createInstance(icu_56::Locale const&, UNumberFormatStyle, UErrorCode&)'
../src/i18n.cc:(.text._ZN2v88internal12_GLOBAL__N_121CreateICUNumberFormatEPNS0_7IsolateERKN6icu_566LocaleENS0_6HandleINS0_8JSObjectEEE+0x39f): undefined reference to `icu_56::UnicodeString::~UnicodeString()'
../src/i18n.cc:(.text._ZN2v88internal12_GLOBAL__N_121CreateICUNumberFormatEPNS0_7IsolateERKN6icu_566LocaleENS0_6HandleINS0_8JSObjectEEE+0x3bb): undefined reference to `icu_56::UnicodeString::getTerminatedBuffer()'
../src/i18n.cc:(.text._ZN2v88internal12_GLOBAL__N_121CreateICUNumberFormatEPNS0_7IsolateERKN6icu_566LocaleENS0_6HandleINS0_8JSObjectEEE+0x3c8): undefined reference to `ucurr_getDefaultFractionDigits_56'
../src/i18n.cc:(.text._ZN2v88internal12_GLOBAL__N_121CreateICUNumberFormatEPNS0_7IsolateERKN6icu_566LocaleENS0_6HandleINS0_8JSObjectEEE+0x411): undefined reference to `icu_56::UnicodeString::~UnicodeString()'
../src/i18n.cc:(.text._ZN2v88internal12_GLOBAL__N_121CreateICUNumberFormatEPNS0_7IsolateERKN6icu_566LocaleENS0_6HandleINS0_8JSObjectEEE+0x521): undefined reference to `icu_56::DecimalFormat::setMinimumSignificantDigits(int)'
../src/i18n.cc:(.text._ZN2v88internal12_GLOBAL__N_121CreateICUNumberFormatEPNS0_7IsolateERKN6icu_566LocaleENS0_6HandleINS0_8JSObjectEEE+0x54e): undefined reference to `icu_56::DecimalFormat::setMaximumSignificantDigits(int)'
../src/i18n.cc:(.text._ZN2v88internal12_GLOBAL__N_121CreateICUNumberFormatEPNS0_7IsolateERKN6icu_566LocaleENS0_6HandleINS0_8JSObjectEEE+0x55b): undefined reference to `icu_56::DecimalFormat::setSignificantDigitsUsed(signed char)'
../src/i18n.cc:(.text._ZN2v88internal12_GLOBAL__N_121CreateICUNumberFormatEPNS0_7IsolateERKN6icu_566LocaleENS0_6HandleINS0_8JSObjectEEE+0x5aa): undefined reference to `icu_56::UnicodeString::~UnicodeString()'
../src/i18n.cc:(.text._ZN2v88internal12_GLOBAL__N_121CreateICUNumberFormatEPNS0_7IsolateERKN6icu_566LocaleENS0_6HandleINS0_8JSObjectEEE+0x5b4): undefined reference to `icu_56::UnicodeString::~UnicodeString()'
./v8/out/native/obj.target/v8_base/src/i18n.o: In function `v8::internal::(anonymous namespace)::SetResolvedNumberSettings(v8::internal::Isolate*, icu_56::Locale const&, icu_56::DecimalFormat*, v8::internal::Handle<v8::internal::JSObject>)':
../src/i18n.cc:(.text._ZN2v88internal12_GLOBAL__N_125SetResolvedNumberSettingsEPNS0_7IsolateERKN6icu_566LocaleEPNS4_13DecimalFormatENS0_6HandleINS0_8JSObjectEEE+0x20): undefined reference to `vtable for icu_56::UnicodeString'
../src/i18n.cc:(.text._ZN2v88internal12_GLOBAL__N_125SetResolvedNumberSettingsEPNS0_7IsolateERKN6icu_566LocaleEPNS4_13DecimalFormatENS0_6HandleINS0_8JSObjectEEE+0xd1): undefined reference to `icu_56::NumberFormat::getCurrency() const'
../src/i18n.cc:(.text._ZN2v88internal12_GLOBAL__N_125SetResolvedNumberSettingsEPNS0_7IsolateERKN6icu_566LocaleEPNS4_13DecimalFormatENS0_6HandleINS0_8JSObjectEEE+0xe1): undefined reference to `icu_56::UnicodeString::UnicodeString(unsigned short const*)'
../src/i18n.cc:(.text._ZN2v88internal12_GLOBAL__N_125SetResolvedNumberSettingsEPNS0_7IsolateERKN6icu_566LocaleEPNS4_13DecimalFormatENS0_6HandleINS0_8JSObjectEEE+0x1ab): undefined reference to `icu_56::NumberingSystem::createInstance(icu_56::Locale const&, UErrorCode&)'
../src/i18n.cc:(.text._ZN2v88internal12_GLOBAL__N_125SetResolvedNumberSettingsEPNS0_7IsolateERKN6icu_566LocaleEPNS4_13DecimalFormatENS0_6HandleINS0_8JSObjectEEE+0x20b): undefined reference to `icu_56::NumberingSystem::getName() const'
../src/i18n.cc:(.text._ZN2v88internal12_GLOBAL__N_125SetResolvedNumberSettingsEPNS0_7IsolateERKN6icu_566LocaleEPNS4_13DecimalFormatENS0_6HandleINS0_8JSObjectEEE+0x2c1): undefined reference to `icu_56::NumberFormat::isGroupingUsed() const'
../src/i18n.cc:(.text._ZN2v88internal12_GLOBAL__N_125SetResolvedNumberSettingsEPNS0_7IsolateERKN6icu_566LocaleEPNS4_13DecimalFormatENS0_6HandleINS0_8JSObjectEEE+0x31f): undefined reference to `icu_56::NumberFormat::getMinimumIntegerDigits() const'
../src/i18n.cc:(.text._ZN2v88internal12_GLOBAL__N_125SetResolvedNumberSettingsEPNS0_7IsolateERKN6icu_566LocaleEPNS4_13DecimalFormatENS0_6HandleINS0_8JSObjectEEE+0x379): undefined reference to `icu_56::NumberFormat::getMinimumFractionDigits() const'
../src/i18n.cc:(.text._ZN2v88internal12_GLOBAL__N_125SetResolvedNumberSettingsEPNS0_7IsolateERKN6icu_566LocaleEPNS4_13DecimalFormatENS0_6HandleINS0_8JSObjectEEE+0x3d3): undefined reference to `icu_56::NumberFormat::getMaximumFractionDigits() const'
../src/i18n.cc:(.text._ZN2v88internal12_GLOBAL__N_125SetResolvedNumberSettingsEPNS0_7IsolateERKN6icu_566LocaleEPNS4_13DecimalFormatENS0_6HandleINS0_8JSObjectEEE+0x50e): undefined reference to `icu_56::DecimalFormat::getMinimumSignificantDigits() const'
../src/i18n.cc:(.text._ZN2v88internal12_GLOBAL__N_125SetResolvedNumberSettingsEPNS0_7IsolateERKN6icu_566LocaleEPNS4_13DecimalFormatENS0_6HandleINS0_8JSObjectEEE+0x63f): undefined reference to `icu_56::DecimalFormat::getMaximumSignificantDigits() const'
../src/i18n.cc:(.text._ZN2v88internal12_GLOBAL__N_125SetResolvedNumberSettingsEPNS0_7IsolateERKN6icu_566LocaleEPNS4_13DecimalFormatENS0_6HandleINS0_8JSObjectEEE+0x689): undefined reference to `uloc_toLanguageTag_56'
../src/i18n.cc:(.text._ZN2v88internal12_GLOBAL__N_125SetResolvedNumberSettingsEPNS0_7IsolateERKN6icu_566LocaleEPNS4_13DecimalFormatENS0_6HandleINS0_8JSObjectEEE+0x766): undefined reference to `icu_56::UnicodeString::~UnicodeString()'
../src/i18n.cc:(.text._ZN2v88internal12_GLOBAL__N_125SetResolvedNumberSettingsEPNS0_7IsolateERKN6icu_566LocaleEPNS4_13DecimalFormatENS0_6HandleINS0_8JSObjectEEE+0x773): undefined reference to `icu_56::UnicodeString::~UnicodeString()'
./v8/out/native/obj.target/v8_base/src/i18n.o: In function `v8::internal::Collator::InitializeCollator(v8::internal::Isolate*, v8::internal::Handle<v8::internal::String>, v8::internal::Handle<v8::internal::JSObject>, v8::internal::Handle<v8::internal::JSObject>)':
../src/i18n.cc:(.text._ZN2v88internal8Collator18InitializeCollatorEPNS0_7IsolateENS0_6HandleINS0_6StringEEENS4_INS0_8JSObjectEEES8_+0x28): undefined reference to `icu_56::Locale::Locale()'
../src/i18n.cc:(.text._ZN2v88internal8Collator18InitializeCollatorEPNS0_7IsolateENS0_6HandleINS0_6StringEEENS4_INS0_8JSObjectEEES8_+0x65): undefined reference to `uloc_forLanguageTag_56'
../src/i18n.cc:(.text._ZN2v88internal8Collator18InitializeCollatorEPNS0_7IsolateENS0_6HandleINS0_6StringEEENS4_INS0_8JSObjectEEES8_+0x9d): undefined reference to `icu_56::Locale::Locale(char const*, char const*, char const*, char const*)'
../src/i18n.cc:(.text._ZN2v88internal8Collator18InitializeCollatorEPNS0_7IsolateENS0_6HandleINS0_6StringEEENS4_INS0_8JSObjectEEES8_+0xaa): undefined reference to `icu_56::Locale::operator=(icu_56::Locale const&)'
../src/i18n.cc:(.text._ZN2v88internal8Collator18InitializeCollatorEPNS0_7IsolateENS0_6HandleINS0_6StringEEENS4_INS0_8JSObjectEEES8_+0xb2): undefined reference to `icu_56::Locale::~Locale()'
../src/i18n.cc:(.text._ZN2v88internal8Collator18InitializeCollatorEPNS0_7IsolateENS0_6HandleINS0_6StringEEENS4_INS0_8JSObjectEEES8_+0xe9): undefined reference to `icu_56::Locale::getBaseName() const'
../src/i18n.cc:(.text._ZN2v88internal8Collator18InitializeCollatorEPNS0_7IsolateENS0_6HandleINS0_6StringEEENS4_INS0_8JSObjectEEES8_+0x103): undefined reference to `icu_56::Locale::Locale(char const*, char const*, char const*, char const*)'
../src/i18n.cc:(.text._ZN2v88internal8Collator18InitializeCollatorEPNS0_7IsolateENS0_6HandleINS0_6StringEEENS4_INS0_8JSObjectEEES8_+0x13a): undefined reference to `icu_56::Locale::~Locale()'
../src/i18n.cc:(.text._ZN2v88internal8Collator18InitializeCollatorEPNS0_7IsolateENS0_6HandleINS0_6StringEEENS4_INS0_8JSObjectEEES8_+0x14e): undefined reference to `icu_56::Locale::~Locale()'
./v8/out/native/obj.target/v8_base/src/i18n.o: In function `v8::internal::(anonymous namespace)::CreateICUCollator(v8::internal::Isolate*, icu_56::Locale const&, v8::internal::Handle<v8::internal::JSObject>)':
../src/i18n.cc:(.text._ZN2v88internal12_GLOBAL__N_117CreateICUCollatorEPNS0_7IsolateERKN6icu_566LocaleENS0_6HandleINS0_8JSObjectEEE+0x29): undefined reference to `icu_56::Collator::createInstance(icu_56::Locale const&, UErrorCode&)'
../src/i18n.cc:(.text._ZN2v88internal12_GLOBAL__N_117CreateICUCollatorEPNS0_7IsolateERKN6icu_566LocaleENS0_6HandleINS0_8JSObjectEEE+0xa9): undefined reference to `vtable for icu_56::UnicodeString'
../src/i18n.cc:(.text._ZN2v88internal12_GLOBAL__N_117CreateICUCollatorEPNS0_7IsolateERKN6icu_566LocaleENS0_6HandleINS0_8JSObjectEEE+0xf6): undefined reference to `icu_56::UnicodeString::UnicodeString(signed char, unsigned short const*, int)'
../src/i18n.cc:(.text._ZN2v88internal12_GLOBAL__N_117CreateICUCollatorEPNS0_7IsolateERKN6icu_566LocaleENS0_6HandleINS0_8JSObjectEEE+0x14d): undefined reference to `icu_56::UnicodeString::doEquals(icu_56::UnicodeString const&, int) const'
../src/i18n.cc:(.text._ZN2v88internal12_GLOBAL__N_117CreateICUCollatorEPNS0_7IsolateERKN6icu_566LocaleENS0_6HandleINS0_8JSObjectEEE+0x16e): undefined reference to `icu_56::UnicodeString::~UnicodeString()'
../src/i18n.cc:(.text._ZN2v88internal12_GLOBAL__N_117CreateICUCollatorEPNS0_7IsolateERKN6icu_566LocaleENS0_6HandleINS0_8JSObjectEEE+0x1b1): undefined reference to `icu_56::UnicodeString::UnicodeString(signed char, unsigned short const*, int)'
../src/i18n.cc:(.text._ZN2v88internal12_GLOBAL__N_117CreateICUCollatorEPNS0_7IsolateERKN6icu_566LocaleENS0_6HandleINS0_8JSObjectEEE+0x208): undefined reference to `icu_56::UnicodeString::doEquals(icu_56::UnicodeString const&, int) const'
../src/i18n.cc:(.text._ZN2v88internal12_GLOBAL__N_117CreateICUCollatorEPNS0_7IsolateERKN6icu_566LocaleENS0_6HandleINS0_8JSObjectEEE+0x229): undefined reference to `icu_56::UnicodeString::~UnicodeString()'
../src/i18n.cc:(.text._ZN2v88internal12_GLOBAL__N_117CreateICUCollatorEPNS0_7IsolateERKN6icu_566LocaleENS0_6HandleINS0_8JSObjectEEE+0x29c): undefined reference to `icu_56::UnicodeString::UnicodeString(signed char, unsigned short const*, int)'
../src/i18n.cc:(.text._ZN2v88internal12_GLOBAL__N_117CreateICUCollatorEPNS0_7IsolateERKN6icu_566LocaleENS0_6HandleINS0_8JSObjectEEE+0x2f3): undefined reference to `icu_56::UnicodeString::doEquals(icu_56::UnicodeString const&, int) const'
../src/i18n.cc:(.text._ZN2v88internal12_GLOBAL__N_117CreateICUCollatorEPNS0_7IsolateERKN6icu_566LocaleENS0_6HandleINS0_8JSObjectEEE+0x314): undefined reference to `icu_56::UnicodeString::~UnicodeString()'
../src/i18n.cc:(.text._ZN2v88internal12_GLOBAL__N_117CreateICUCollatorEPNS0_7IsolateERKN6icu_566LocaleENS0_6HandleINS0_8JSObjectEEE+0x341): undefined reference to `icu_56::UnicodeString::UnicodeString(signed char, unsigned short const*, int)'
../src/i18n.cc:(.text._ZN2v88internal12_GLOBAL__N_117CreateICUCollatorEPNS0_7IsolateERKN6icu_566LocaleENS0_6HandleINS0_8JSObjectEEE+0x398): undefined reference to `icu_56::UnicodeString::doEquals(icu_56::UnicodeString const&, int) const'
../src/i18n.cc:(.text._ZN2v88internal12_GLOBAL__N_117CreateICUCollatorEPNS0_7IsolateERKN6icu_566LocaleENS0_6HandleINS0_8JSObjectEEE+0x3b9): undefined reference to `icu_56::UnicodeString::~UnicodeString()'
../src/i18n.cc:(.text._ZN2v88internal12_GLOBAL__N_117CreateICUCollatorEPNS0_7IsolateERKN6icu_566LocaleENS0_6HandleINS0_8JSObjectEEE+0x416): undefined reference to `icu_56::UnicodeString::~UnicodeString()'
../src/i18n.cc:(.text._ZN2v88internal12_GLOBAL__N_117CreateICUCollatorEPNS0_7IsolateERKN6icu_566LocaleENS0_6HandleINS0_8JSObjectEEE+0x420): undefined reference to `icu_56::UnicodeString::~UnicodeString()'
../src/i18n.cc:(.text._ZN2v88internal12_GLOBAL__N_117CreateICUCollatorEPNS0_7IsolateERKN6icu_566LocaleENS0_6HandleINS0_8JSObjectEEE+0x451): undefined reference to `icu_56::UnicodeString::UnicodeString(signed char, unsigned short const*, int)'
../src/i18n.cc:(.text._ZN2v88internal12_GLOBAL__N_117CreateICUCollatorEPNS0_7IsolateERKN6icu_566LocaleENS0_6HandleINS0_8JSObjectEEE+0x4a8): undefined reference to `icu_56::UnicodeString::doEquals(icu_56::UnicodeString const&, int) const'
../src/i18n.cc:(.text._ZN2v88internal12_GLOBAL__N_117CreateICUCollatorEPNS0_7IsolateERKN6icu_566LocaleENS0_6HandleINS0_8JSObjectEEE+0x4c9): undefined reference to `icu_56::UnicodeString::~UnicodeString()'
./v8/out/native/obj.target/v8_base/src/i18n.o: In function `v8::internal::(anonymous namespace)::SetResolvedCollatorSettings(v8::internal::Isolate*, icu_56::Locale const&, icu_56::Collator*, v8::internal::Handle<v8::internal::JSObject>)':
../src/i18n.cc:(.text._ZN2v88internal12_GLOBAL__N_127SetResolvedCollatorSettingsEPNS0_7IsolateERKN6icu_566LocaleEPNS4_8CollatorENS0_6HandleINS0_8JSObjectEEE+0x6ef): undefined reference to `uloc_toLanguageTag_56'
./v8/out/native/obj.target/v8_base/src/i18n.o: In function `v8::internal::BreakIterator::InitializeBreakIterator(v8::internal::Isolate*, v8::internal::Handle<v8::internal::String>, v8::internal::Handle<v8::internal::JSObject>, v8::internal::Handle<v8::internal::JSObject>)':
../src/i18n.cc:(.text._ZN2v88internal13BreakIterator23InitializeBreakIteratorEPNS0_7IsolateENS0_6HandleINS0_6StringEEENS4_INS0_8JSObjectEEES8_+0x28): undefined reference to `icu_56::Locale::Locale()'
../src/i18n.cc:(.text._ZN2v88internal13BreakIterator23InitializeBreakIteratorEPNS0_7IsolateENS0_6HandleINS0_6StringEEENS4_INS0_8JSObjectEEES8_+0x65): undefined reference to `uloc_forLanguageTag_56'
../src/i18n.cc:(.text._ZN2v88internal13BreakIterator23InitializeBreakIteratorEPNS0_7IsolateENS0_6HandleINS0_6StringEEENS4_INS0_8JSObjectEEES8_+0x9d): undefined reference to `icu_56::Locale::Locale(char const*, char const*, char const*, char const*)'
../src/i18n.cc:(.text._ZN2v88internal13BreakIterator23InitializeBreakIteratorEPNS0_7IsolateENS0_6HandleINS0_6StringEEENS4_INS0_8JSObjectEEES8_+0xaa): undefined reference to `icu_56::Locale::operator=(icu_56::Locale const&)'
../src/i18n.cc:(.text._ZN2v88internal13BreakIterator23InitializeBreakIteratorEPNS0_7IsolateENS0_6HandleINS0_6StringEEENS4_INS0_8JSObjectEEES8_+0xb2): undefined reference to `icu_56::Locale::~Locale()'
../src/i18n.cc:(.text._ZN2v88internal13BreakIterator23InitializeBreakIteratorEPNS0_7IsolateENS0_6HandleINS0_6StringEEENS4_INS0_8JSObjectEEES8_+0xe6): undefined reference to `icu_56::Locale::getBaseName() const'
../src/i18n.cc:(.text._ZN2v88internal13BreakIterator23InitializeBreakIteratorEPNS0_7IsolateENS0_6HandleINS0_6StringEEENS4_INS0_8JSObjectEEES8_+0x100): undefined reference to `icu_56::Locale::Locale(char const*, char const*, char const*, char const*)'
../src/i18n.cc:(.text._ZN2v88internal13BreakIterator23InitializeBreakIteratorEPNS0_7IsolateENS0_6HandleINS0_6StringEEENS4_INS0_8JSObjectEEES8_+0x136): undefined reference to `icu_56::Locale::~Locale()'
../src/i18n.cc:(.text._ZN2v88internal13BreakIterator23InitializeBreakIteratorEPNS0_7IsolateENS0_6HandleINS0_6StringEEENS4_INS0_8JSObjectEEES8_+0x14a): undefined reference to `icu_56::Locale::~Locale()'
./v8/out/native/obj.target/v8_base/src/i18n.o: In function `v8::internal::(anonymous namespace)::CreateICUBreakIterator(v8::internal::Isolate*, icu_56::Locale const&, v8::internal::Handle<v8::internal::JSObject>)':
../src/i18n.cc:(.text._ZN2v88internal12_GLOBAL__N_122CreateICUBreakIteratorEPNS0_7IsolateERKN6icu_566LocaleENS0_6HandleINS0_8JSObjectEEE+0x1d): undefined reference to `vtable for icu_56::UnicodeString'
../src/i18n.cc:(.text._ZN2v88internal12_GLOBAL__N_122CreateICUBreakIteratorEPNS0_7IsolateERKN6icu_566LocaleENS0_6HandleINS0_8JSObjectEEE+0x6c): undefined reference to `icu_56::UnicodeString::UnicodeString(signed char, unsigned short const*, int)'
../src/i18n.cc:(.text._ZN2v88internal12_GLOBAL__N_122CreateICUBreakIteratorEPNS0_7IsolateERKN6icu_566LocaleENS0_6HandleINS0_8JSObjectEEE+0xc3): undefined reference to `icu_56::UnicodeString::doEquals(icu_56::UnicodeString const&, int) const'
../src/i18n.cc:(.text._ZN2v88internal12_GLOBAL__N_122CreateICUBreakIteratorEPNS0_7IsolateERKN6icu_566LocaleENS0_6HandleINS0_8JSObjectEEE+0xe1): undefined reference to `icu_56::UnicodeString::~UnicodeString()'
../src/i18n.cc:(.text._ZN2v88internal12_GLOBAL__N_122CreateICUBreakIteratorEPNS0_7IsolateERKN6icu_566LocaleENS0_6HandleINS0_8JSObjectEEE+0xf2): undefined reference to `icu_56::BreakIterator::createCharacterInstance(icu_56::Locale const&, UErrorCode&)'
../src/i18n.cc:(.text._ZN2v88internal12_GLOBAL__N_122CreateICUBreakIteratorEPNS0_7IsolateERKN6icu_566LocaleENS0_6HandleINS0_8JSObjectEEE+0x115): undefined reference to `icu_56::UnicodeString::UnicodeString(signed char, unsigned short const*, int)'
../src/i18n.cc:(.text._ZN2v88internal12_GLOBAL__N_122CreateICUBreakIteratorEPNS0_7IsolateERKN6icu_566LocaleENS0_6HandleINS0_8JSObjectEEE+0x16c): undefined reference to `icu_56::UnicodeString::doEquals(icu_56::UnicodeString const&, int) const'
../src/i18n.cc:(.text._ZN2v88internal12_GLOBAL__N_122CreateICUBreakIteratorEPNS0_7IsolateERKN6icu_566LocaleENS0_6HandleINS0_8JSObjectEEE+0x18a): undefined reference to `icu_56::UnicodeString::~UnicodeString()'
../src/i18n.cc:(.text._ZN2v88internal12_GLOBAL__N_122CreateICUBreakIteratorEPNS0_7IsolateERKN6icu_566LocaleENS0_6HandleINS0_8JSObjectEEE+0x19b): undefined reference to `icu_56::BreakIterator::createSentenceInstance(icu_56::Locale const&, UErrorCode&)'
../src/i18n.cc:(.text._ZN2v88internal12_GLOBAL__N_122CreateICUBreakIteratorEPNS0_7IsolateERKN6icu_566LocaleENS0_6HandleINS0_8JSObjectEEE+0x1bb): undefined reference to `icu_56::UnicodeString::UnicodeString(signed char, unsigned short const*, int)'
../src/i18n.cc:(.text._ZN2v88internal12_GLOBAL__N_122CreateICUBreakIteratorEPNS0_7IsolateERKN6icu_566LocaleENS0_6HandleINS0_8JSObjectEEE+0x20c): undefined reference to `icu_56::UnicodeString::doEquals(icu_56::UnicodeString const&, int) const'
../src/i18n.cc:(.text._ZN2v88internal12_GLOBAL__N_122CreateICUBreakIteratorEPNS0_7IsolateERKN6icu_566LocaleENS0_6HandleINS0_8JSObjectEEE+0x224): undefined reference to `icu_56::UnicodeString::~UnicodeString()'
../src/i18n.cc:(.text._ZN2v88internal12_GLOBAL__N_122CreateICUBreakIteratorEPNS0_7IsolateERKN6icu_566LocaleENS0_6HandleINS0_8JSObjectEEE+0x235): undefined reference to `icu_56::BreakIterator::createLineInstance(icu_56::Locale const&, UErrorCode&)'
../src/i18n.cc:(.text._ZN2v88internal12_GLOBAL__N_122CreateICUBreakIteratorEPNS0_7IsolateERKN6icu_566LocaleENS0_6HandleINS0_8JSObjectEEE+0x23c): undefined reference to `icu_56::BreakIterator::createWordInstance(icu_56::Locale const&, UErrorCode&)'
../src/i18n.cc:(.text._ZN2v88internal12_GLOBAL__N_122CreateICUBreakIteratorEPNS0_7IsolateERKN6icu_566LocaleENS0_6HandleINS0_8JSObjectEEE+0x274): undefined reference to `icu_56::UnicodeString::~UnicodeString()'
./v8/out/native/obj.target/v8_base/src/i18n.o: In function `v8::internal::(anonymous namespace)::SetResolvedBreakIteratorSettings(v8::internal::Isolate*, icu_56::Locale const&, icu_56::BreakIterator*, v8::internal::Handle<v8::internal::JSObject>)':
../src/i18n.cc:(.text._ZN2v88internal12_GLOBAL__N_132SetResolvedBreakIteratorSettingsEPNS0_7IsolateERKN6icu_566LocaleEPNS4_13BreakIteratorENS0_6HandleINS0_8JSObjectEEE+0x34): undefined reference to `uloc_toLanguageTag_56'
./v8/out/native/obj.target/v8_base/src/i18n.o: In function `v8::internal::(anonymous namespace)::ExtractStringSetting(v8::internal::Isolate*, v8::internal::Handle<v8::internal::JSObject>, char const*, icu_56::UnicodeString*)':
../src/i18n.cc:(.text._ZN2v88internal12_GLOBAL__N_120ExtractStringSettingEPNS0_7IsolateENS0_6HandleINS0_8JSObjectEEEPKcPN6icu_5613UnicodeStringE+0x147): undefined reference to `icu_56::StringPiece::StringPiece(char const*)'
../src/i18n.cc:(.text._ZN2v88internal12_GLOBAL__N_120ExtractStringSettingEPNS0_7IsolateENS0_6HandleINS0_8JSObjectEEEPKcPN6icu_5613UnicodeStringE+0x157): undefined reference to `icu_56::UnicodeString::fromUTF8(icu_56::StringPiece const&)'
../src/i18n.cc:(.text._ZN2v88internal12_GLOBAL__N_120ExtractStringSettingEPNS0_7IsolateENS0_6HandleINS0_8JSObjectEEEPKcPN6icu_5613UnicodeStringE+0x162): undefined reference to `icu_56::UnicodeString::moveFrom(icu_56::UnicodeString&)'
../src/i18n.cc:(.text._ZN2v88internal12_GLOBAL__N_120ExtractStringSettingEPNS0_7IsolateENS0_6HandleINS0_8JSObjectEEEPKcPN6icu_5613UnicodeStringE+0x16a): undefined reference to `icu_56::UnicodeString::~UnicodeString()'
collect2: error: ld returned 1 exit status
Makefile:19: recipe for target 'v8worker.test' failed
make: *** [v8worker.test] Error 2
root@ubuntu:~/gostuff/src/github.com/ry/v8worker#
Env:
gcc version 6.2.0 20160901 (Ubuntu 6.2.0-3ubuntu11~16.04)
ubuntu 4.4.0-22-generic
x86_64
Default make (make GYPFLAGS="-Dcomponent=static_library") built successfully and passed all tests. Is shared_library supported? If not, are there any near term plans for support? Thanks!
Metadata
Metadata
Assignees
Labels
No labels