Open
Description
Version
22.11.0
Platform
Linux OpenWrt 6.12 #0 SMP Mon Nov 18 09:07:00 2024 x86_64 GNU/Linux
Subsystem
No response
What steps will reproduce the bug?
Compile and install protobuf 25.3 with bundled abseil-cpp, then when compiling node, node use it instead compiling bundled one from node itself.
How often does it reproduce? Is there a required condition?
Always, compile and install protobuf 25.3 first, then try to compile node 22.11.0
What is the expected behavior? Why is that the expected behavior?
Needs Node build system option for compiling only using bundled abseil-cpp from node itself. If possible statically linked with node's bundled abseil-cpp.
What do you see instead?
Node is using abseil-cpp from protobuf 25.3 when it shouldn't. Linking will error out as mismatch abseil-cpp version with undefined references error.
Additional information
OpenWrt x86_64
Linker errors :
g++ -o /home/user/works/openwrt/build_dir/hostpkg/node-v22.11.0/out/Release/mksnapshot -pthread -rdynamic -m64 -m64 -L../../../../staging_dir/hostpkg/share/icu/current/lib -L/home/user/works/openwrt/staging_dir/host/lib -L/home/user/works/openwrt/staging_dir/hostpkg/lib -L/home/user/works/openwrt/staging_dir/target-x86_64_glibc_user/host/lib -Wl,--start-group /home/user/works/openwrt/build_dir/hostpkg/node-v22.11.0/out/Release/obj.target/mksnapshot/deps/v8/src/snapshot/embedded/embedded-empty.o /home/user/works/openwrt/build_dir/hostpkg/node-v22.11.0/out/Release/obj.target/mksnapshot/deps/v8/src/snapshot/embedded/embedded-file-writer.o /home/user/works/openwrt/build_dir/hostpkg/node-v22.11.0/out/Release/obj.target/mksnapshot/deps/v8/src/snapshot/embedded/platform-embedded-file-writer-aix.o /home/user/works/openwrt/build_dir/hostpkg/node-v22.11.0/out/Release/obj.target/mksnapshot/deps/v8/src/snapshot/embedded/platform-embedded-file-writer-base.o /home/user/works/openwrt/build_dir/hostpkg/node-v22.11.0/out/Release/obj.target/mksnapshot/deps/v8/src/snapshot/embedded/platform-embedded-file-writer-generic.o /home/user/works/openwrt/build_dir/hostpkg/node-v22.11.0/out/Release/obj.target/mksnapshot/deps/v8/src/snapshot/embedded/platform-embedded-file-writer-mac.o /home/user/works/openwrt/build_dir/hostpkg/node-v22.11.0/out/Release/obj.target/mksnapshot/deps/v8/src/snapshot/embedded/platform-embedded-file-writer-win.o /home/user/works/openwrt/build_dir/hostpkg/node-v22.11.0/out/Release/obj.target/mksnapshot/deps/v8/src/snapshot/mksnapshot.o /home/user/works/openwrt/build_dir/hostpkg/node-v22.11.0/out/Release/obj.target/mksnapshot/deps/v8/src/snapshot/snapshot-empty.o /home/user/works/openwrt/build_dir/hostpkg/node-v22.11.0/out/Release/obj.target/mksnapshot/deps/v8/src/snapshot/static-roots-gen.o /home/user/works/openwrt/build_dir/hostpkg/node-v22.11.0/out/Release/obj.target/tools/v8_gypfiles/libv8_base_without_compiler.a /home/user/works/openwrt/build_dir/hostpkg/node-v22.11.0/out/Release/obj.target/tools/v8_gypfiles/libv8_init.a /home/user/works/openwrt/build_dir/hostpkg/node-v22.11.0/out/Release/obj.target/tools/v8_gypfiles/libv8_libbase.a /home/user/works/openwrt/build_dir/hostpkg/node-v22.11.0/out/Release/obj.target/tools/v8_gypfiles/libv8_libplatform.a /home/user/works/openwrt/build_dir/hostpkg/node-v22.11.0/out/Release/obj.target/tools/v8_gypfiles/libv8_turboshaft.a /home/user/works/openwrt/build_dir/hostpkg/node-v22.11.0/out/Release/obj.target/tools/v8_gypfiles/libv8_abseil.a /home/user/works/openwrt/build_dir/hostpkg/node-v22.11.0/out/Release/obj.target/tools/icu/libicui18n.a /home/user/works/openwrt/build_dir/hostpkg/node-v22.11.0/out/Release/obj.target/tools/icu/libicuucx.a /home/user/works/openwrt/build_dir/hostpkg/node-v22.11.0/out/Release/obj.target/tools/icu/libicudata.a /home/user/works/openwrt/build_dir/hostpkg/node-v22.11.0/out/Release/obj.target/tools/icu/libicustubdata.a /home/user/works/openwrt/build_dir/hostpkg/node-v22.11.0/out/Release/obj.target/tools/v8_gypfiles/libv8_zlib.a /home/user/works/openwrt/build_dir/hostpkg/node-v22.11.0/out/Release/obj.target/tools/v8_gypfiles/libv8_compiler.a /home/user/works/openwrt/build_dir/hostpkg/node-v22.11.0/out/Release/obj.target/tools/v8_gypfiles/libv8_initializers.a /home/user/works/openwrt/build_dir/hostpkg/node-v22.11.0/out/Release/obj.target/tools/v8_gypfiles/libv8_initializers_slow.a -ldl -lrt -Wl,--end-group
/usr/bin/ld: /home/user/works/openwrt/build_dir/hostpkg/node-v22.11.0/out/Release/obj.target/v8_turboshaft/deps/v8/src/compiler/turboshaft/store-store-elimination-phase.o: warning: relocation against `_ZN4absl12lts_2023080213hash_internal15MixingHashState5kSeedE' in read-only section `.text._ZN2v88internal8compiler10turboshaft25MaybeRedundantStoresTable10map_to_keyENS2_7OpIndexEih[_ZN2v88internal8compiler10turboshaft25MaybeRedundantStoresTable10map_to_keyENS2_7OpIndexEih]'
/usr/bin/ld: /home/user/works/openwrt/build_dir/hostpkg/node-v22.11.0/out/Release/obj.target/v8_base_without_compiler/deps/v8/src/wasm/turboshaft-graph-interface.o: in function `absl::lts_20230802::container_internal::raw_hash_set<absl::lts_20230802::container_internal::FlatHashMapPolicy<v8::internal::compiler::turboshaft::Block*, v8::internal::wasm::TurboshaftGraphBuildingInterface::BlockPhis>, absl::lts_20230802::container_internal::HashEq<v8::internal::compiler::turboshaft::Block*, void>::Hash, absl::lts_20230802::container_internal::HashEq<v8::internal::compiler::turboshaft::Block*, void>::Eq, v8::internal::ZoneAllocator<std::pair<v8::internal::compiler::turboshaft::Block* const, v8::internal::wasm::TurboshaftGraphBuildingInterface::BlockPhis> > >::hash_slot_fn(void*, void*)':
turboshaft-graph-interface.cc:(.text._ZN4absl12lts_2023080218container_internal12raw_hash_setINS1_17FlatHashMapPolicyIPN2v88internal8compiler10turboshaft5BlockENS5_4wasm32TurboshaftGraphBuildingInterface9BlockPhisEEENS1_6HashEqIS9_vE4HashENSF_2EqENS5_13ZoneAllocatorISt4pairIKS9_SC_EEEE12hash_slot_fnEPvSO_[_ZN4absl12lts_2023080218container_internal12raw_hash_setINS1_17FlatHashMapPolicyIPN2v88internal8compiler10turboshaft5BlockENS5_4wasm32TurboshaftGraphBuildingInterface9BlockPhisEEENS1_6HashEqIS9_vE4HashENSF_2EqENS5_13ZoneAllocatorISt4pairIKS9_SC_EEEE12hash_slot_fnEPvSO_]+0x6): undefined reference to `absl::lts_20230802::hash_internal::MixingHashState::kSeed'
/usr/bin/ld: /home/user/works/openwrt/build_dir/hostpkg/node-v22.11.0/out/Release/obj.target/v8_base_without_compiler/deps/v8/src/wasm/turboshaft-graph-interface.o: in function `v8::internal::wasm::TurboshaftGraphBuildingInterface::SetupControlFlowEdge(v8::internal::wasm::WasmFullDecoder<v8::internal::wasm::Decoder::FullValidationTag, v8::internal::wasm::TurboshaftGraphBuildingInterface, (v8::internal::wasm::DecodingMode)0>*, v8::internal::compiler::turboshaft::Block*, unsigned int, v8::internal::compiler::turboshaft::V<v8::internal::Object>, v8::internal::wasm::Merge<v8::internal::wasm::TurboshaftGraphBuildingInterface::Value>*)':
turboshaft-graph-interface.cc:(.text._ZN2v88internal4wasm32TurboshaftGraphBuildingInterface20SetupControlFlowEdgeEPNS1_15WasmFullDecoderINS1_7Decoder17FullValidationTagES2_LNS1_12DecodingModeE0EEEPNS0_8compiler10turboshaft5BlockEjNSA_1VINS0_6ObjectEEEPNS1_5MergeINS2_5ValueEEE[_ZN2v88internal4wasm32TurboshaftGraphBuildingInterface20SetupControlFlowEdgeEPNS1_15WasmFullDecoderINS1_7Decoder17FullValidationTagES2_LNS1_12DecodingModeE0EEEPNS0_8compiler10turboshaft5BlockEjNSA_1VINS0_6ObjectEEEPNS1_5MergeINS2_5ValueEEE]+0x2c): undefined reference to `absl::lts_20230802::hash_internal::MixingHashState::kSeed'
/usr/bin/ld: /home/user/works/openwrt/build_dir/hostpkg/node-v22.11.0/out/Release/obj.target/v8_base_without_compiler/deps/v8/src/wasm/turboshaft-graph-interface.o: in function `absl::lts_20230802::container_internal::raw_hash_set<absl::lts_20230802::container_internal::FlatHashMapPolicy<v8::internal::compiler::turboshaft::Block*, v8::internal::wasm::TurboshaftGraphBuildingInterface::BlockPhis>, absl::lts_20230802::container_internal::HashEq<v8::internal::compiler::turboshaft::Block*, void>::Hash, absl::lts_20230802::container_internal::HashEq<v8::internal::compiler::turboshaft::Block*, void>::Eq, v8::internal::ZoneAllocator<std::pair<v8::internal::compiler::turboshaft::Block* const, v8::internal::wasm::TurboshaftGraphBuildingInterface::BlockPhis> > >::raw_hash_set(unsigned long, absl::lts_20230802::container_internal::HashEq<v8::internal::compiler::turboshaft::Block*, void>::Hash const&, absl::lts_20230802::container_internal::HashEq<v8::internal::compiler::turboshaft::Block*, void>::Eq const&, v8::internal::ZoneAllocator<std::pair<v8::internal::compiler::turboshaft::Block* const, v8::internal::wasm::TurboshaftGraphBuildingInterface::BlockPhis> > const&)':
turboshaft-graph-interface.cc:(.text._ZN4absl12lts_2023080218container_internal12raw_hash_setINS1_17FlatHashMapPolicyIPN2v88internal8compiler10turboshaft5BlockENS5_4wasm32TurboshaftGraphBuildingInterface9BlockPhisEEENS1_6HashEqIS9_vE4HashENSF_2EqENS5_13ZoneAllocatorISt4pairIKS9_SC_EEEEC2EmRKSG_RKSH_RKSM_[_ZN4absl12lts_2023080218container_internal12raw_hash_setINS1_17FlatHashMapPolicyIPN2v88internal8compiler10turboshaft5BlockENS5_4wasm32TurboshaftGraphBuildingInterface9BlockPhisEEENS1_6HashEqIS9_vE4HashENSF_2EqENS5_13ZoneAllocatorISt4pairIKS9_SC_EEEEC5EmRKSG_RKSH_RKSM_]+0x3): undefined reference to `absl::lts_20230802::container_internal::kEmptyGroup'
/usr/bin/ld: /home/user/works/openwrt/build_dir/hostpkg/node-v22.11.0/out/Release/obj.target/v8_base_without_compiler/deps/v8/src/wasm/turboshaft-graph-interface.o: in function `absl::lts_20230802::container_internal::raw_hash_set<absl::lts_20230802::container_internal::FlatHashMapPolicy<v8::internal::compiler::turboshaft::Block*, v8::internal::wasm::TurboshaftGraphBuildingInterface::BlockPhis>, absl::lts_20230802::container_internal::HashEq<v8::internal::compiler::turboshaft::Block*, void>::Hash, absl::lts_20230802::container_internal::HashEq<v8::internal::compiler::turboshaft::Block*, void>::Eq, v8::internal::ZoneAllocator<std::pair<v8::internal::compiler::turboshaft::Block* const, v8::internal::wasm::TurboshaftGraphBuildingInterface::BlockPhis> > >::resize(unsigned long)':
turboshaft-graph-interface.cc:(.text._ZN4absl12lts_2023080218container_internal12raw_hash_setINS1_17FlatHashMapPolicyIPN2v88internal8compiler10turboshaft5BlockENS5_4wasm32TurboshaftGraphBuildingInterface9BlockPhisEEENS1_6HashEqIS9_vE4HashENSF_2EqENS5_13ZoneAllocatorISt4pairIKS9_SC_EEEE6resizeEm[_ZN4absl12lts_2023080218container_internal12raw_hash_setINS1_17FlatHashMapPolicyIPN2v88internal8compiler10turboshaft5BlockENS5_4wasm32TurboshaftGraphBuildingInterface9BlockPhisEEENS1_6HashEqIS9_vE4HashENSF_2EqENS5_13ZoneAllocatorISt4pairIKS9_SC_EEEE6resizeEm]+0x40): undefined reference to `absl::lts_20230802::hash_internal::MixingHashState::kSeed'
/usr/bin/ld: /home/user/works/openwrt/build_dir/hostpkg/node-v22.11.0/out/Release/obj.target/v8_base_without_compiler/deps/v8/src/wasm/turboshaft-graph-interface.o: in function `absl::lts_20230802::container_internal::raw_hash_set<absl::lts_20230802::container_internal::FlatHashMapPolicy<v8::internal::compiler::turboshaft::Block*, v8::internal::wasm::TurboshaftGraphBuildingInterface::BlockPhis>, absl::lts_20230802::container_internal::HashEq<v8::internal::compiler::turboshaft::Block*, void>::Hash, absl::lts_20230802::container_internal::HashEq<v8::internal::compiler::turboshaft::Block*, void>::Eq, v8::internal::ZoneAllocator<std::pair<v8::internal::compiler::turboshaft::Block* const, v8::internal::wasm::TurboshaftGraphBuildingInterface::BlockPhis> > >::prepare_insert(unsigned long)':
turboshaft-graph-interface.cc:(.text._ZN4absl12lts_2023080218container_internal12raw_hash_setINS1_17FlatHashMapPolicyIPN2v88internal8compiler10turboshaft5BlockENS5_4wasm32TurboshaftGraphBuildingInterface9BlockPhisEEENS1_6HashEqIS9_vE4HashENSF_2EqENS5_13ZoneAllocatorISt4pairIKS9_SC_EEEE14prepare_insertEm[_ZN4absl12lts_2023080218container_internal12raw_hash_setINS1_17FlatHashMapPolicyIPN2v88internal8compiler10turboshaft5BlockENS5_4wasm32TurboshaftGraphBuildingInterface9BlockPhisEEENS1_6HashEqIS9_vE4HashENSF_2EqENS5_13ZoneAllocatorISt4pairIKS9_SC_EEEE14prepare_insertEm]+0x174): undefined reference to `absl::lts_20230802::container_internal::DropDeletesWithoutResize(absl::lts_20230802::container_internal::CommonFields&, absl::lts_20230802::container_internal::PolicyFunctions const&, void*)'
/usr/bin/ld: /home/user/works/openwrt/build_dir/hostpkg/node-v22.11.0/out/Release/obj.target/v8_base_without_compiler/deps/v8/src/wasm/turboshaft-graph-interface.o: in function `v8::internal::wasm::TurboshaftGraphBuildingInterface::NewBlockWithPhis(v8::internal::wasm::WasmFullDecoder<v8::internal::wasm::Decoder::FullValidationTag, v8::internal::wasm::TurboshaftGraphBuildingInterface, (v8::internal::wasm::DecodingMode)0>*, v8::internal::wasm::Merge<v8::internal::wasm::TurboshaftGraphBuildingInterface::Value>*)':
turboshaft-graph-interface.cc:(.text._ZN2v88internal4wasm32TurboshaftGraphBuildingInterface16NewBlockWithPhisEPNS1_15WasmFullDecoderINS1_7Decoder17FullValidationTagES2_LNS1_12DecodingModeE0EEEPNS1_5MergeINS2_5ValueEEE[_ZN2v88internal4wasm32TurboshaftGraphBuildingInterface16NewBlockWithPhisEPNS1_15WasmFullDecoderINS1_7Decoder17FullValidationTagES2_LNS1_12DecodingModeE0EEEPNS1_5MergeINS2_5ValueEEE]+0x150): undefined reference to `absl::lts_20230802::hash_internal::MixingHashState::kSeed'
/usr/bin/ld: /home/user/works/openwrt/build_dir/hostpkg/node-v22.11.0/out/Release/obj.target/v8_base_without_compiler/deps/v8/src/wasm/turboshaft-graph-interface.o: in function `v8::internal::wasm::TurboshaftGraphBuildingInterface::BindBlockAndGeneratePhis(v8::internal::wasm::WasmFullDecoder<v8::internal::wasm::Decoder::FullValidationTag, v8::internal::wasm::TurboshaftGraphBuildingInterface, (v8::internal::wasm::DecodingMode)0>*, v8::internal::compiler::turboshaft::Block*, v8::internal::wasm::Merge<v8::internal::wasm::TurboshaftGraphBuildingInterface::Value>*, v8::internal::compiler::turboshaft::OpIndex*)':
turboshaft-graph-interface.cc:(.text._ZN2v88internal4wasm32TurboshaftGraphBuildingInterface24BindBlockAndGeneratePhisEPNS1_15WasmFullDecoderINS1_7Decoder17FullValidationTagES2_LNS1_12DecodingModeE0EEEPNS0_8compiler10turboshaft5BlockEPNS1_5MergeINS2_5ValueEEEPNSA_7OpIndexE[_ZN2v88internal4wasm32TurboshaftGraphBuildingInterface24BindBlockAndGeneratePhisEPNS1_15WasmFullDecoderINS1_7Decoder17FullValidationTagES2_LNS1_12DecodingModeE0EEEPNS0_8compiler10turboshaft5BlockEPNS1_5MergeINS2_5ValueEEEPNSA_7OpIndexE]+0xa8): undefined reference to `absl::lts_20230802::hash_internal::MixingHashState::kSeed'
/usr/bin/ld: turboshaft-graph-interface.cc:(.text._ZN2v88internal4wasm32TurboshaftGraphBuildingInterface24BindBlockAndGeneratePhisEPNS1_15WasmFullDecoderINS1_7Decoder17FullValidationTagES2_LNS1_12DecodingModeE0EEEPNS0_8compiler10turboshaft5BlockEPNS1_5MergeINS2_5ValueEEEPNSA_7OpIndexE[_ZN2v88internal4wasm32TurboshaftGraphBuildingInterface24BindBlockAndGeneratePhisEPNS1_15WasmFullDecoderINS1_7Decoder17FullValidationTagES2_LNS1_12DecodingModeE0EEEPNS0_8compiler10turboshaft5BlockEPNS1_5MergeINS2_5ValueEEEPNSA_7OpIndexE]+0x48d): undefined reference to `absl::lts_20230802::container_internal::EraseMetaOnly(absl::lts_20230802::container_internal::CommonFields&, absl::lts_20230802::container_internal::ctrl_t*, unsigned long)'
/usr/bin/ld: /home/user/works/openwrt/build_dir/hostpkg/node-v22.11.0/out/Release/obj.target/v8_turboshaft/deps/v8/src/compiler/turboshaft/csa-optimize-phase.o: in function `absl::lts_20230802::container_internal::raw_hash_set<absl::lts_20230802::container_internal::FlatHashMapPolicy<v8::internal::compiler::turboshaft::OpIndex, v8::internal::ZoneVector<v8::internal::compiler::turboshaft::OpIndex> >, absl::lts_20230802::hash_internal::Hash<v8::internal::compiler::turboshaft::OpIndex>, std::equal_to<v8::internal::compiler::turboshaft::OpIndex>, v8::internal::ZoneAllocator<std::pair<v8::internal::compiler::turboshaft::OpIndex const, v8::internal::ZoneVector<v8::internal::compiler::turboshaft::OpIndex> > > >::raw_hash_set(unsigned long, absl::lts_20230802::hash_internal::Hash<v8::internal::compiler::turboshaft::OpIndex> const&, std::equal_to<v8::internal::compiler::turboshaft::OpIndex> const&, v8::internal::ZoneAllocator<std::pair<v8::internal::compiler::turboshaft::OpIndex const, v8::internal::ZoneVector<v8::internal::compiler::turboshaft::OpIndex> > > const&)':
csa-optimize-phase.cc:(.text._ZN4absl12lts_2023080218container_internal12raw_hash_setINS1_17FlatHashMapPolicyIN2v88internal8compiler10turboshaft7OpIndexENS5_10ZoneVectorIS8_EEEENS0_13hash_internal4HashIS8_EESt8equal_toIS8_ENS5_13ZoneAllocatorISt4pairIKS8_SA_EEEEC2EmRKSE_RKSG_RKSL_[_ZN4absl12lts_2023080218container_internal12raw_hash_setINS1_17FlatHashMapPolicyIN2v88internal8compiler10turboshaft7OpIndexENS5_10ZoneVectorIS8_EEEENS0_13hash_internal4HashIS8_EESt8equal_toIS8_ENS5_13ZoneAllocatorISt4pairIKS8_SA_EEEEC5EmRKSE_RKSG_RKSL_]+0x3): undefined reference to `absl::lts_20230802::container_internal::kEmptyGroup'
/usr/bin/ld: /home/user/works/openwrt/build_dir/hostpkg/node-v22.11.0/out/Release/obj.target/v8_turboshaft/deps/v8/src/compiler/turboshaft/csa-optimize-phase.o: in function `absl::lts_20230802::container_internal::raw_hash_set<absl::lts_20230802::container_internal::FlatHashMapPolicy<v8::internal::compiler::turboshaft::MemoryAddress, v8::internal::compiler::turboshaft::SnapshotTableKey<v8::internal::compiler::turboshaft::OpIndex, v8::internal::compiler::turboshaft::KeyData> >, absl::lts_20230802::hash_internal::Hash<v8::internal::compiler::turboshaft::MemoryAddress>, std::equal_to<v8::internal::compiler::turboshaft::MemoryAddress>, v8::internal::ZoneAllocator<std::pair<v8::internal::compiler::turboshaft::MemoryAddress const, v8::internal::compiler::turboshaft::SnapshotTableKey<v8::internal::compiler::turboshaft::OpIndex, v8::internal::compiler::turboshaft::KeyData> > > >::raw_hash_set(unsigned long, absl::lts_20230802::hash_internal::Hash<v8::internal::compiler::turboshaft::MemoryAddress> const&, std::equal_to<v8::internal::compiler::turboshaft::MemoryAddress> const&, v8::internal::ZoneAllocator<std::pair<v8::internal::compiler::turboshaft::MemoryAddress const, v8::internal::compiler::turboshaft::SnapshotTableKey<v8::internal::compiler::turboshaft::OpIndex, v8::internal::compiler::turboshaft::KeyData> > > const&)':
csa-optimize-phase.cc:(.text._ZN4absl12lts_2023080218container_internal12raw_hash_setINS1_17FlatHashMapPolicyIN2v88internal8compiler10turboshaft13MemoryAddressENS7_16SnapshotTableKeyINS7_7OpIndexENS7_7KeyDataEEEEENS0_13hash_internal4HashIS8_EESt8equal_toIS8_ENS5_13ZoneAllocatorISt4pairIKS8_SC_EEEEC2EmRKSG_RKSI_RKSN_[_ZN4absl12lts_2023080218container_internal12raw_hash_setINS1_17FlatHashMapPolicyIN2v88internal8compiler10turboshaft13MemoryAddressENS7_16SnapshotTableKeyINS7_7OpIndexENS7_7KeyDataEEEEENS0_13hash_internal4HashIS8_EESt8equal_toIS8_ENS5_13ZoneAllocatorISt4pairIKS8_SC_EEEEC5EmRKSG_RKSI_RKSN_]+0x3): undefined reference to `absl::lts_20230802::container_internal::kEmptyGroup'
/usr/bin/ld: /home/user/works/openwrt/build_dir/hostpkg/node-v22.11.0/out/Release/obj.target/v8_turboshaft/deps/v8/src/compiler/turboshaft/csa-optimize-phase.o: in function `absl::lts_20230802::container_internal::raw_hash_set<absl::lts_20230802::container_internal::FlatHashMapPolicy<v8::internal::compiler::turboshaft::OpIndex, v8::internal::compiler::turboshaft::BaseData>, absl::lts_20230802::hash_internal::Hash<v8::internal::compiler::turboshaft::OpIndex>, std::equal_to<v8::internal::compiler::turboshaft::OpIndex>, v8::internal::ZoneAllocator<std::pair<v8::internal::compiler::turboshaft::OpIndex const, v8::internal::compiler::turboshaft::BaseData> > >::raw_hash_set(unsigned long, absl::lts_20230802::hash_internal::Hash<v8::internal::compiler::turboshaft::OpIndex> const&, std::equal_to<v8::internal::compiler::turboshaft::OpIndex> const&, v8::internal::ZoneAllocator<std::pair<v8::internal::compiler::turboshaft::OpIndex const, v8::internal::compiler::turboshaft::BaseData> > const&)':
csa-optimize-phase.cc:(.text._ZN4absl12lts_2023080218container_internal12raw_hash_setINS1_17FlatHashMapPolicyIN2v88internal8compiler10turboshaft7OpIndexENS7_8BaseDataEEENS0_13hash_internal4HashIS8_EESt8equal_toIS8_ENS5_13ZoneAllocatorISt4pairIKS8_S9_EEEEC2EmRKSD_RKSF_RKSK_[_ZN4absl12lts_2023080218container_internal12raw_hash_setINS1_17FlatHashMapPolicyIN2v88internal8compiler10turboshaft7OpIndexENS7_8BaseDataEEENS0_13hash_internal4HashIS8_EESt8equal_toIS8_ENS5_13ZoneAllocatorISt4pairIKS8_S9_EEEEC5EmRKSD_RKSF_RKSK_]+0x3): undefined reference to `absl::lts_20230802::container_internal::kEmptyGroup'
/usr/bin/ld: /home/user/works/openwrt/build_dir/hostpkg/node-v22.11.0/out/Release/obj.target/v8_turboshaft/deps/v8/src/compiler/turboshaft/csa-optimize-phase.o: in function `absl::lts_20230802::container_internal::raw_hash_set<absl::lts_20230802::container_internal::FlatHashMapPolicy<v8::internal::compiler::turboshaft::OpIndex, v8::internal::compiler::turboshaft::SnapshotTableKey<bool, v8::internal::compiler::turboshaft::NoKeyData> >, absl::lts_20230802::hash_internal::Hash<v8::internal::compiler::turboshaft::OpIndex>, std::equal_to<v8::internal::compiler::turboshaft::OpIndex>, v8::internal::ZoneAllocator<std::pair<v8::internal::compiler::turboshaft::OpIndex const, v8::internal::compiler::turboshaft::SnapshotTableKey<bool, v8::internal::compiler::turboshaft::NoKeyData> > > >::raw_hash_set(unsigned long, absl::lts_20230802::hash_internal::Hash<v8::internal::compiler::turboshaft::OpIndex> const&, std::equal_to<v8::internal::compiler::turboshaft::OpIndex> const&, v8::internal::ZoneAllocator<std::pair<v8::internal::compiler::turboshaft::OpIndex const, v8::internal::compiler::turboshaft::SnapshotTableKey<bool, v8::internal::compiler::turboshaft::NoKeyData> > > const&)':
csa-optimize-phase.cc:(.text._ZN4absl12lts_2023080218container_internal12raw_hash_setINS1_17FlatHashMapPolicyIN2v88internal8compiler10turboshaft7OpIndexENS7_16SnapshotTableKeyIbNS7_9NoKeyDataEEEEENS0_13hash_internal4HashIS8_EESt8equal_toIS8_ENS5_13ZoneAllocatorISt4pairIKS8_SB_EEEEC2EmRKSF_RKSH_RKSM_[_ZN4absl12lts_2023080218container_internal12raw_hash_setINS1_17FlatHashMapPolicyIN2v88internal8compiler10turboshaft7OpIndexENS7_16SnapshotTableKeyIbNS7_9NoKeyDataEEEEENS0_13hash_internal4HashIS8_EESt8equal_toIS8_ENS5_13ZoneAllocatorISt4pairIKS8_SB_EEEEC5EmRKSF_RKSH_RKSM_]+0x3): undefined reference to `absl::lts_20230802::container_internal::kEmptyGroup'
/usr/bin/ld: /home/user/works/openwrt/build_dir/hostpkg/node-v22.11.0/out/Release/obj.target/v8_turboshaft/deps/v8/src/compiler/turboshaft/csa-optimize-phase.o: in function `absl::lts_20230802::container_internal::raw_hash_set<absl::lts_20230802::container_internal::FlatHashMapPolicy<v8::internal::compiler::turboshaft::OpIndex, v8::internal::compiler::turboshaft::SnapshotTableKey<v8::internal::compiler::turboshaft::MapMaskAndOr, v8::internal::compiler::turboshaft::NoKeyData> >, absl::lts_20230802::hash_internal::Hash<v8::internal::compiler::turboshaft::OpIndex>, std::equal_to<v8::internal::compiler::turboshaft::OpIndex>, v8::internal::ZoneAllocator<std::pair<v8::internal::compiler::turboshaft::OpIndex const, v8::internal::compiler::turboshaft::SnapshotTableKey<v8::internal::compiler::turboshaft::MapMaskAndOr, v8::internal::compiler::turboshaft::NoKeyData> > > >::raw_hash_set(unsigned long, absl::lts_20230802::hash_internal::Hash<v8::internal::compiler::turboshaft::OpIndex> const&, std::equal_to<v8::internal::compiler::turboshaft::OpIndex> const&, v8::internal::ZoneAllocator<std::pair<v8::internal::compiler::turboshaft::OpIndex const, v8::internal::compiler::turboshaft::SnapshotTableKey<v8::internal::compiler::turboshaft::MapMaskAndOr, v8::internal::compiler::turboshaft::NoKeyData> > > const&)':
csa-optimize-phase.cc:(.text._ZN4absl12lts_2023080218container_internal12raw_hash_setINS1_17FlatHashMapPolicyIN2v88internal8compiler10turboshaft7OpIndexENS7_16SnapshotTableKeyINS7_12MapMaskAndOrENS7_9NoKeyDataEEEEENS0_13hash_internal4HashIS8_EESt8equal_toIS8_ENS5_13ZoneAllocatorISt4pairIKS8_SC_EEEEC2EmRKSG_RKSI_RKSN_[_ZN4absl12lts_2023080218container_internal12raw_hash_setINS1_17FlatHashMapPolicyIN2v88internal8compiler10turboshaft7OpIndexENS7_16SnapshotTableKeyINS7_12MapMaskAndOrENS7_9NoKeyDataEEEEENS0_13hash_internal4HashIS8_EESt8equal_toIS8_ENS5_13ZoneAllocatorISt4pairIKS8_SC_EEEEC5EmRKSG_RKSI_RKSN_]+0x3): undefined reference to `absl::lts_20230802::container_internal::kEmptyGroup'
/usr/bin/ld: /home/user/works/openwrt/build_dir/hostpkg/node-v22.11.0/out/Release/obj.target/v8_turboshaft/deps/v8/src/compiler/turboshaft/csa-optimize-phase.o:csa-optimize-phase.cc:(.text._ZN4absl12lts_2023080218container_internal12raw_hash_setINS1_17FlatHashMapPolicyIiN2v84base18DoublyThreadedListINS4_8internal8compiler10turboshaft16SnapshotTableKeyINS9_7OpIndexENS9_7KeyDataEEENS9_16OffsetListTraitsEEEEENS0_13hash_internal4HashIiEESt8equal_toIiENS7_13ZoneAllocatorISt4pairIKiSF_EEEEC2EmRKSJ_RKSL_RKSQ_[_ZN4absl12lts_2023080218container_internal12raw_hash_setINS1_17FlatHashMapPolicyIiN2v84base18DoublyThreadedListINS4_8internal8compiler10turboshaft16SnapshotTableKeyINS9_7OpIndexENS9_7KeyDataEEENS9_16OffsetListTraitsEEEEENS0_13hash_internal4HashIiEESt8equal_toIiENS7_13ZoneAllocatorISt4pairIKiSF_EEEEC5EmRKSJ_RKSL_RKSQ_]+0x3): more undefined references to `absl::lts_20230802::container_internal::kEmptyGroup' follow
/usr/bin/ld: /home/user/works/openwrt/build_dir/hostpkg/node-v22.11.0/out/Release/obj.target/v8_turboshaft/deps/v8/src/compiler/turboshaft/csa-optimize-phase.o: in function `v8::internal::compiler::turboshaft::MemoryOptimizationReducer<v8::internal::compiler::turboshaft::ReducerStack<v8::internal::compiler::turboshaft::Assembler<v8::internal::compiler::turboshaft::reducer_list<v8::internal::compiler::turboshaft::TurboshaftAssemblerOpInterface, v8::internal::compiler::turboshaft::GraphVisitor, v8::internal::compiler::turboshaft::PretenuringPropagationReducer, v8::internal::compiler::turboshaft::MachineOptimizationReducer, v8::internal::compiler::turboshaft::MemoryOptimizationReducer, v8::internal::compiler::turboshaft::ValueNumberingReducer, v8::internal::compiler::turboshaft::TSReducerBase> >, true, v8::internal::compiler::turboshaft::ValueNumberingReducer, v8::internal::compiler::turboshaft::TSReducerBase> >::ReduceInputGraphStore(v8::internal::compiler::turboshaft::OpIndex, v8::internal::compiler::turboshaft::StoreOp const&)':
csa-optimize-phase.cc:(.text._ZN2v88internal8compiler10turboshaft25MemoryOptimizationReducerINS2_12ReducerStackINS2_9AssemblerINS2_12reducer_listIJNS2_30TurboshaftAssemblerOpInterfaceENS2_12GraphVisitorENS2_29PretenuringPropagationReducerENS2_26MachineOptimizationReducerES3_NS2_21ValueNumberingReducerENS2_13TSReducerBaseEEEEEELb1EJSB_SC_EEEE21ReduceInputGraphStoreENS2_7OpIndexERKNS2_7StoreOpE[_ZN2v88internal8compiler10turboshaft25MemoryOptimizationReducerINS2_12ReducerStackINS2_9AssemblerINS2_12reducer_listIJNS2_30TurboshaftAssemblerOpInterfaceENS2_12GraphVisitorENS2_29PretenuringPropagationReducerENS2_26MachineOptimizationReducerES3_NS2_21ValueNumberingReducerENS2_13TSReducerBaseEEEEEELb1EJSB_SC_EEEE21ReduceInputGraphStoreENS2_7OpIndexERKNS2_7StoreOpE]+0xe): undefined reference to `absl::lts_20230802::hash_internal::MixingHashState::kSeed'
/usr/bin/ld: /home/user/works/openwrt/build_dir/hostpkg/node-v22.11.0/out/Release/obj.target/v8_turboshaft/deps/v8/src/compiler/turboshaft/late-load-elimination-reducer.o: in function `absl::lts_20230802::container_internal::raw_hash_set<absl::lts_20230802::container_internal::FlatHashMapPolicy<int, v8::base::DoublyThreadedList<v8::internal::compiler::turboshaft::SnapshotTableKey<v8::internal::compiler::turboshaft::OpIndex, v8::internal::compiler::turboshaft::KeyData>, v8::internal::compiler::turboshaft::OffsetListTraits> >, absl::lts_20230802::hash_internal::Hash<int>, std::equal_to<int>, v8::internal::ZoneAllocator<std::pair<int const, v8::base::DoublyThreadedList<v8::internal::compiler::turboshaft::SnapshotTableKey<v8::internal::compiler::turboshaft::OpIndex, v8::internal::compiler::turboshaft::KeyData>, v8::internal::compiler::turboshaft::OffsetListTraits> > > >::hash_slot_fn(void*, void*)':
late-load-elimination-reducer.cc:(.text._ZN4absl12lts_2023080218container_internal12raw_hash_setINS1_17FlatHashMapPolicyIiN2v84base18DoublyThreadedListINS4_8internal8compiler10turboshaft16SnapshotTableKeyINS9_7OpIndexENS9_7KeyDataEEENS9_16OffsetListTraitsEEEEENS0_13hash_internal4HashIiEESt8equal_toIiENS7_13ZoneAllocatorISt4pairIKiSF_EEEE12hash_slot_fnEPvSS_[_ZN4absl12lts_2023080218container_internal12raw_hash_setINS1_17FlatHashMapPolicyIiN2v84base18DoublyThreadedListINS4_8internal8compiler10turboshaft16SnapshotTableKeyINS9_7OpIndexENS9_7KeyDataEEENS9_16OffsetListTraitsEEEEENS0_13hash_internal4HashIiEESt8equal_toIiENS7_13ZoneAllocatorISt4pairIKiSF_EEEE12hash_slot_fnEPvSS_]+0x5): undefined reference to `absl::lts_20230802::hash_internal::MixingHashState::kSeed'
/usr/bin/ld: /home/user/works/openwrt/build_dir/hostpkg/node-v22.11.0/out/Release/obj.target/v8_turboshaft/deps/v8/src/compiler/turboshaft/late-load-elimination-reducer.o: in function `absl::lts_20230802::container_internal::raw_hash_set<absl::lts_20230802::container_internal::FlatHashMapPolicy<v8::internal::compiler::turboshaft::OpIndex, v8::internal::compiler::turboshaft::BaseData>, absl::lts_20230802::hash_internal::Hash<v8::internal::compiler::turboshaft::OpIndex>, std::equal_to<v8::internal::compiler::turboshaft::OpIndex>, v8::internal::ZoneAllocator<std::pair<v8::internal::compiler::turboshaft::OpIndex const, v8::internal::compiler::turboshaft::BaseData> > >::hash_slot_fn(void*, void*)':
late-load-elimination-reducer.cc:(.text._ZN4absl12lts_2023080218container_internal12raw_hash_setINS1_17FlatHashMapPolicyIN2v88internal8compiler10turboshaft7OpIndexENS7_8BaseDataEEENS0_13hash_internal4HashIS8_EESt8equal_toIS8_ENS5_13ZoneAllocatorISt4pairIKS8_S9_EEEE12hash_slot_fnEPvSM_[_ZN4absl12lts_2023080218container_internal12raw_hash_setINS1_17FlatHashMapPolicyIN2v88internal8compiler10turboshaft7OpIndexENS7_8BaseDataEEENS0_13hash_internal4HashIS8_EESt8equal_toIS8_ENS5_13ZoneAllocatorISt4pairIKS8_S9_EEEE12hash_slot_fnEPvSM_]+0x5): undefined reference to `absl::lts_20230802::hash_internal::MixingHashState::kSeed'
/usr/bin/ld: /home/user/works/openwrt/build_dir/hostpkg/node-v22.11.0/out/Release/obj.target/v8_turboshaft/deps/v8/src/compiler/turboshaft/late-load-elimination-reducer.o: in function `absl::lts_20230802::container_internal::raw_hash_set<absl::lts_20230802::container_internal::FlatHashMapPolicy<v8::internal::compiler::turboshaft::OpIndex, v8::internal::compiler::turboshaft::SnapshotTableKey<bool, v8::internal::compiler::turboshaft::NoKeyData> >, absl::lts_20230802::hash_internal::Hash<v8::internal::compiler::turboshaft::OpIndex>, std::equal_to<v8::internal::compiler::turboshaft::OpIndex>, v8::internal::ZoneAllocator<std::pair<v8::internal::compiler::turboshaft::OpIndex const, v8::internal::compiler::turboshaft::SnapshotTableKey<bool, v8::internal::compiler::turboshaft::NoKeyData> > > >::hash_slot_fn(void*, void*)':
late-load-elimination-reducer.cc:(.text._ZN4absl12lts_2023080218container_internal12raw_hash_setINS1_17FlatHashMapPolicyIN2v88internal8compiler10turboshaft7OpIndexENS7_16SnapshotTableKeyIbNS7_9NoKeyDataEEEEENS0_13hash_internal4HashIS8_EESt8equal_toIS8_ENS5_13ZoneAllocatorISt4pairIKS8_SB_EEEE12hash_slot_fnEPvSO_[_ZN4absl12lts_2023080218container_internal12raw_hash_setINS1_17FlatHashMapPolicyIN2v88internal8compiler10turboshaft7OpIndexENS7_16SnapshotTableKeyIbNS7_9NoKeyDataEEEEENS0_13hash_internal4HashIS8_EESt8equal_toIS8_ENS5_13ZoneAllocatorISt4pairIKS8_SB_EEEE12hash_slot_fnEPvSO_]+0x5): undefined reference to `absl::lts_20230802::hash_internal::MixingHashState::kSeed'
/usr/bin/ld: /home/user/works/openwrt/build_dir/hostpkg/node-v22.11.0/out/Release/obj.target/v8_turboshaft/deps/v8/src/compiler/turboshaft/late-load-elimination-reducer.o: in function `absl::lts_20230802::container_internal::raw_hash_set<absl::lts_20230802::container_internal::FlatHashMapPolicy<v8::internal::compiler::turboshaft::OpIndex, v8::internal::compiler::turboshaft::SnapshotTableKey<v8::internal::compiler::turboshaft::MapMaskAndOr, v8::internal::compiler::turboshaft::NoKeyData> >, absl::lts_20230802::hash_internal::Hash<v8::internal::compiler::turboshaft::OpIndex>, std::equal_to<v8::internal::compiler::turboshaft::OpIndex>, v8::internal::ZoneAllocator<std::pair<v8::internal::compiler::turboshaft::OpIndex const, v8::internal::compiler::turboshaft::SnapshotTableKey<v8::internal::compiler::turboshaft::MapMaskAndOr, v8::internal::compiler::turboshaft::NoKeyData> > > >::hash_slot_fn(void*, void*)':
late-load-elimination-reducer.cc:(.text._ZN4absl12lts_2023080218container_internal12raw_hash_setINS1_17FlatHashMapPolicyIN2v88internal8compiler10turboshaft7OpIndexENS7_16SnapshotTableKeyINS7_12MapMaskAndOrENS7_9NoKeyDataEEEEENS0_13hash_internal4HashIS8_EESt8equal_toIS8_ENS5_13ZoneAllocatorISt4pairIKS8_SC_EEEE12hash_slot_fnEPvSP_[_ZN4absl12lts_2023080218container_internal12raw_hash_setINS1_17FlatHashMapPolicyIN2v88internal8compiler10turboshaft7OpIndexENS7_16SnapshotTableKeyINS7_12MapMaskAndOrENS7_9NoKeyDataEEEEENS0_13hash_internal4HashIS8_EESt8equal_toIS8_ENS5_13ZoneAllocatorISt4pairIKS8_SC_EEEE12hash_slot_fnEPvSP_]+0x5): undefined reference to `absl::lts_20230802::hash_internal::MixingHashState::kSeed'
/usr/bin/ld: /home/user/works/openwrt/build_dir/hostpkg/node-v22.11.0/out/Release/obj.target/v8_turboshaft/deps/v8/src/compiler/turboshaft/late-load-elimination-reducer.o:late-load-elimination-reducer.cc:(.text._ZN4absl12lts_2023080218container_internal12raw_hash_setINS1_17FlatHashMapPolicyIN2v88internal8compiler10turboshaft13MemoryAddressENS7_16SnapshotTableKeyINS7_7OpIndexENS7_7KeyDataEEEEENS0_13hash_internal4HashIS8_EESt8equal_toIS8_ENS5_13ZoneAllocatorISt4pairIKS8_SC_EEEE12hash_slot_fnEPvSP_[_ZN4absl12lts_2023080218container_internal12raw_hash_setINS1_17FlatHashMapPolicyIN2v88internal8compiler10turboshaft13MemoryAddressENS7_16SnapshotTableKeyINS7_7OpIndexENS7_7KeyDataEEEEENS0_13hash_internal4HashIS8_EESt8equal_toIS8_ENS5_13ZoneAllocatorISt4pairIKS8_SC_EEEE12hash_slot_fnEPvSP_]+0x4): more undefined references to `absl::lts_20230802::hash_internal::MixingHashState::kSeed' follow
/usr/bin/ld: /home/user/works/openwrt/build_dir/hostpkg/node-v22.11.0/out/Release/obj.target/v8_turboshaft/deps/v8/src/compiler/turboshaft/late-load-elimination-reducer.o: in function `absl::lts_20230802::container_internal::raw_hash_set<absl::lts_20230802::container_internal::FlatHashMapPolicy<v8::internal::compiler::turboshaft::MemoryAddress, v8::internal::compiler::turboshaft::SnapshotTableKey<v8::internal::compiler::turboshaft::OpIndex, v8::internal::compiler::turboshaft::KeyData> >, absl::lts_20230802::hash_internal::Hash<v8::internal::compiler::turboshaft::MemoryAddress>, std::equal_to<v8::internal::compiler::turboshaft::MemoryAddress>, v8::internal::ZoneAllocator<std::pair<v8::internal::compiler::turboshaft::MemoryAddress const, v8::internal::compiler::turboshaft::SnapshotTableKey<v8::internal::compiler::turboshaft::OpIndex, v8::internal::compiler::turboshaft::KeyData> > > >::prepare_insert(unsigned long)':
late-load-elimination-reducer.cc:(.text._ZN4absl12lts_2023080218container_internal12raw_hash_setINS1_17FlatHashMapPolicyIN2v88internal8compiler10turboshaft13MemoryAddressENS7_16SnapshotTableKeyINS7_7OpIndexENS7_7KeyDataEEEEENS0_13hash_internal4HashIS8_EESt8equal_toIS8_ENS5_13ZoneAllocatorISt4pairIKS8_SC_EEEE14prepare_insertEm[_ZN4absl12lts_2023080218container_internal12raw_hash_setINS1_17FlatHashMapPolicyIN2v88internal8compiler10turboshaft13MemoryAddressENS7_16SnapshotTableKeyINS7_7OpIndexENS7_7KeyDataEEEEENS0_13hash_internal4HashIS8_EESt8equal_toIS8_ENS5_13ZoneAllocatorISt4pairIKS8_SC_EEEE14prepare_insertEm]+0x174): undefined reference to `absl::lts_20230802::container_internal::DropDeletesWithoutResize(absl::lts_20230802::container_internal::CommonFields&, absl::lts_20230802::container_internal::PolicyFunctions const&, void*)'
/usr/bin/ld: /home/user/works/openwrt/build_dir/hostpkg/node-v22.11.0/out/Release/obj.target/v8_turboshaft/deps/v8/src/compiler/turboshaft/late-load-elimination-reducer.o: in function `decltype (((declval<absl::lts_20230802::container_internal::raw_hash_set<absl::lts_20230802::container_internal::FlatHashMapPolicy<v8::internal::compiler::turboshaft::MemoryAddress, v8::internal::compiler::turboshaft::SnapshotTableKey<v8::internal::compiler::turboshaft::OpIndex, v8::internal::compiler::turboshaft::KeyData> >, absl::lts_20230802::hash_internal::Hash<v8::internal::compiler::turboshaft::MemoryAddress>, std::equal_to<v8::internal::compiler::turboshaft::MemoryAddress>, v8::internal::ZoneAllocator<std::pair<v8::internal::compiler::turboshaft::MemoryAddress const, v8::internal::compiler::turboshaft::SnapshotTableKey<v8::internal::compiler::turboshaft::OpIndex, v8::internal::compiler::turboshaft::KeyData> > > >::EmplaceDecomposable>)())((declval<v8::internal::compiler::turboshaft::MemoryAddress&& const&>)(), std::piecewise_construct, (declval<std::tuple<v8::internal::compiler::turboshaft::MemoryAddress&&> >)(), (declval<std::tuple<v8::internal::compiler::turboshaft::SnapshotTableKey<v8::internal::compiler::turboshaft::OpIndex, v8::internal::compiler::turboshaft::KeyData>&&> >)())) absl::lts_20230802::container_internal::memory_internal::DecomposePairImpl<absl::lts_20230802::container_internal::raw_hash_set<absl::lts_20230802::container_internal::FlatHashMapPolicy<v8::internal::compiler::turboshaft::MemoryAddress, v8::internal::compiler::turboshaft::SnapshotTableKey<v8::internal::compiler::turboshaft::OpIndex, v8::internal::compiler::turboshaft::KeyData> >, absl::lts_20230802::hash_internal::Hash<v8::internal::compiler::turboshaft::MemoryAddress>, std::equal_to<v8::internal::compiler::turboshaft::MemoryAddress>, v8::internal::ZoneAllocator<std::pair<v8::internal::compiler::turboshaft::MemoryAddress const, v8::internal::compiler::turboshaft::SnapshotTableKey<v8::internal::compiler::turboshaft::OpIndex, v8::internal::compiler::turboshaft::KeyData> > > >::EmplaceDecomposable, v8::internal::compiler::turboshaft::MemoryAddress&&, std::tuple<v8::internal::compiler::turboshaft::SnapshotTableKey<v8::internal::compiler::turboshaft::OpIndex, v8::internal::compiler::turboshaft::KeyData>&&> >(absl::lts_20230802::container_internal::raw_hash_set<absl::lts_20230802::container_internal::FlatHashMapPolicy<v8::internal::compiler::turboshaft::MemoryAddress, v8::internal::compiler::turboshaft::SnapshotTableKey<v8::internal::compiler::turboshaft::OpIndex, v8::internal::compiler::turboshaft::KeyData> >, absl::lts_20230802::hash_internal::Hash<v8::internal::compiler::turboshaft::MemoryAddress>, std::equal_to<v8::internal::compiler::turboshaft::MemoryAddress>, v8::internal::ZoneAllocator<std::pair<v8::internal::compiler::turboshaft::MemoryAddress const, v8::internal::compiler::turboshaft::SnapshotTableKey<v8::internal::compiler::turboshaft::OpIndex, v8::internal::compiler::turboshaft::KeyData> > > >::EmplaceDecomposable&&, std::pair<std::tuple<v8::internal::compiler::turboshaft::MemoryAddress&&>, std::tuple<v8::internal::compiler::turboshaft::SnapshotTableKey<v8::internal::compiler::turboshaft::OpIndex, v8::internal::compiler::turboshaft::KeyData>&&> >) [clone .isra.0]':
late-load-elimination-reducer.cc:(.text._ZN4absl12lts_2023080218container_internal15memory_internal17DecomposePairImplINS1_12raw_hash_setINS1_17FlatHashMapPolicyIN2v88internal8compiler10turboshaft13MemoryAddressENS9_16SnapshotTableKeyINS9_7OpIndexENS9_7KeyDataEEEEENS0_13hash_internal4HashISA_EESt8equal_toISA_ENS7_13ZoneAllocatorISt4pairIKSA_SE_EEEE19EmplaceDecomposableEOSA_St5tupleIJOSE_EEEEDTclcl7declvalIT_EEcl7declvalIRKT0_EEL_ZSt19piecewise_constructEcl7declvalIST_IJSX_EEEEcl7declvalIT1_EEEEOSW_SM_IS10_S11_E.isra.0+0x20): undefined reference to `absl::lts_20230802::hash_internal::MixingHashState::kSeed'
/usr/bin/ld: /home/user/works/openwrt/build_dir/hostpkg/node-v22.11.0/out/Release/obj.target/v8_turboshaft/deps/v8/src/compiler/turboshaft/late-load-elimination-reducer.o: in function `absl::lts_20230802::container_internal::raw_hash_set<absl::lts_20230802::container_internal::FlatHashMapPolicy<v8::internal::compiler::turboshaft::OpIndex, v8::internal::compiler::turboshaft::BaseData>, absl::lts_20230802::hash_internal::Hash<v8::internal::compiler::turboshaft::OpIndex>, std::equal_to<v8::internal::compiler::turboshaft::OpIndex>, v8::internal::ZoneAllocator<std::pair<v8::internal::compiler::turboshaft::OpIndex const, v8::internal::compiler::turboshaft::BaseData> > >::resize(unsigned long)':
late-load-elimination-reducer.cc:(.text._ZN4absl12lts_2023080218container_internal12raw_hash_setINS1_17FlatHashMapPolicyIN2v88internal8compiler10turboshaft7OpIndexENS7_8BaseDataEEENS0_13hash_internal4HashIS8_EESt8equal_toIS8_ENS5_13ZoneAllocatorISt4pairIKS8_S9_EEEE6resizeEm[_ZN4absl12lts_2023080218container_internal12raw_hash_setINS1_17FlatHashMapPolicyIN2v88internal8compiler10turboshaft7OpIndexENS7_8BaseDataEEENS0_13hash_internal4HashIS8_EESt8equal_toIS8_ENS5_13ZoneAllocatorISt4pairIKS8_S9_EEEE6resizeEm]+0x44): undefined reference to `absl::lts_20230802::hash_internal::MixingHashState::kSeed'
/usr/bin/ld: /home/user/works/openwrt/build_dir/hostpkg/node-v22.11.0/out/Release/obj.target/v8_turboshaft/deps/v8/src/compiler/turboshaft/late-load-elimination-reducer.o: in function `absl::lts_20230802::container_internal::raw_hash_set<absl::lts_20230802::container_internal::FlatHashMapPolicy<v8::internal::compiler::turboshaft::OpIndex, v8::internal::compiler::turboshaft::BaseData>, absl::lts_20230802::hash_internal::Hash<v8::internal::compiler::turboshaft::OpIndex>, std::equal_to<v8::internal::compiler::turboshaft::OpIndex>, v8::internal::ZoneAllocator<std::pair<v8::internal::compiler::turboshaft::OpIndex const, v8::internal::compiler::turboshaft::BaseData> > >::prepare_insert(unsigned long)':
late-load-elimination-reducer.cc:(.text._ZN4absl12lts_2023080218container_internal12raw_hash_setINS1_17FlatHashMapPolicyIN2v88internal8compiler10turboshaft7OpIndexENS7_8BaseDataEEENS0_13hash_internal4HashIS8_EESt8equal_toIS8_ENS5_13ZoneAllocatorISt4pairIKS8_S9_EEEE14prepare_insertEm[_ZN4absl12lts_2023080218container_internal12raw_hash_setINS1_17FlatHashMapPolicyIN2v88internal8compiler10turboshaft7OpIndexENS7_8BaseDataEEENS0_13hash_internal4HashIS8_EESt8equal_toIS8_ENS5_13ZoneAllocatorISt4pairIKS8_S9_EEEE14prepare_insertEm]+0x174): undefined reference to `absl::lts_20230802::container_internal::DropDeletesWithoutResize(absl::lts_20230802::container_internal::CommonFields&, absl::lts_20230802::container_internal::PolicyFunctions const&, void*)'
/usr/bin/ld: /home/user/works/openwrt/build_dir/hostpkg/node-v22.11.0/out/Release/obj.target/v8_turboshaft/deps/v8/src/compiler/turboshaft/late-load-elimination-reducer.o: in function `absl::lts_20230802::container_internal::raw_hash_set<absl::lts_20230802::container_internal::FlatHashMapPolicy<int, v8::base::DoublyThreadedList<v8::internal::compiler::turboshaft::SnapshotTableKey<v8::internal::compiler::turboshaft::OpIndex, v8::internal::compiler::turboshaft::KeyData>, v8::internal::compiler::turboshaft::OffsetListTraits> >, absl::lts_20230802::hash_internal::Hash<int>, std::equal_to<int>, v8::internal::ZoneAllocator<std::pair<int const, v8::base::DoublyThreadedList<v8::internal::compiler::turboshaft::SnapshotTableKey<v8::internal::compiler::turboshaft::OpIndex, v8::internal::compiler::turboshaft::KeyData>, v8::internal::compiler::turboshaft::OffsetListTraits> > > >::resize(unsigned long)':
late-load-elimination-reducer.cc:(.text._ZN4absl12lts_2023080218container_internal12raw_hash_setINS1_17FlatHashMapPolicyIiN2v84base18DoublyThreadedListINS4_8internal8compiler10turboshaft16SnapshotTableKeyINS9_7OpIndexENS9_7KeyDataEEENS9_16OffsetListTraitsEEEEENS0_13hash_internal4HashIiEESt8equal_toIiENS7_13ZoneAllocatorISt4pairIKiSF_EEEE6resizeEm[_ZN4absl12lts_2023080218container_internal12raw_hash_setINS1_17FlatHashMapPolicyIiN2v84base18DoublyThreadedListINS4_8internal8compiler10turboshaft16SnapshotTableKeyINS9_7OpIndexENS9_7KeyDataEEENS9_16OffsetListTraitsEEEEENS0_13hash_internal4HashIiEESt8equal_toIiENS7_13ZoneAllocatorISt4pairIKiSF_EEEE6resizeEm]+0x44): undefined reference to `absl::lts_20230802::hash_internal::MixingHashState::kSeed'
/usr/bin/ld: /home/user/works/openwrt/build_dir/hostpkg/node-v22.11.0/out/Release/obj.target/v8_turboshaft/deps/v8/src/compiler/turboshaft/late-load-elimination-reducer.o: in function `absl::lts_20230802::container_internal::raw_hash_set<absl::lts_20230802::container_internal::FlatHashMapPolicy<int, v8::base::DoublyThreadedList<v8::internal::compiler::turboshaft::SnapshotTableKey<v8::internal::compiler::turboshaft::OpIndex, v8::internal::compiler::turboshaft::KeyData>, v8::internal::compiler::turboshaft::OffsetListTraits> >, absl::lts_20230802::hash_internal::Hash<int>, std::equal_to<int>, v8::internal::ZoneAllocator<std::pair<int const, v8::base::DoublyThreadedList<v8::internal::compiler::turboshaft::SnapshotTableKey<v8::internal::compiler::turboshaft::OpIndex, v8::internal::compiler::turboshaft::KeyData>, v8::internal::compiler::turboshaft::OffsetListTraits> > > >::prepare_insert(unsigned long)':
late-load-elimination-reducer.cc:(.text._ZN4absl12lts_2023080218container_internal12raw_hash_setINS1_17FlatHashMapPolicyIiN2v84base18DoublyThreadedListINS4_8internal8compiler10turboshaft16SnapshotTableKeyINS9_7OpIndexENS9_7KeyDataEEENS9_16OffsetListTraitsEEEEENS0_13hash_internal4HashIiEESt8equal_toIiENS7_13ZoneAllocatorISt4pairIKiSF_EEEE14prepare_insertEm[_ZN4absl12lts_2023080218container_internal12raw_hash_setINS1_17FlatHashMapPolicyIiN2v84base18DoublyThreadedListINS4_8internal8compiler10turboshaft16SnapshotTableKeyINS9_7OpIndexENS9_7KeyDataEEENS9_16OffsetListTraitsEEEEENS0_13hash_internal4HashIiEESt8equal_toIiENS7_13ZoneAllocatorISt4pairIKiSF_EEEE14prepare_insertEm]+0x174): undefined reference to `absl::lts_20230802::container_internal::DropDeletesWithoutResize(absl::lts_20230802::container_internal::CommonFields&, absl::lts_20230802::container_internal::PolicyFunctions const&, void*)'
/usr/bin/ld: /home/user/works/openwrt/build_dir/hostpkg/node-v22.11.0/out/Release/obj.target/v8_turboshaft/deps/v8/src/compiler/turboshaft/late-load-elimination-reducer.o: in function `v8::internal::compiler::turboshaft::MemoryContentTable::AddKeyInBaseOffsetMaps(v8::internal::compiler::turboshaft::SnapshotTableKey<v8::internal::compiler::turboshaft::OpIndex, v8::internal::compiler::turboshaft::KeyData>)':
late-load-elimination-reducer.cc:(.text._ZN2v88internal8compiler10turboshaft18MemoryContentTable22AddKeyInBaseOffsetMapsENS2_16SnapshotTableKeyINS2_7OpIndexENS2_7KeyDataEEE[_ZN2v88internal8compiler10turboshaft18MemoryContentTable22AddKeyInBaseOffsetMapsENS2_16SnapshotTableKeyINS2_7OpIndexENS2_7KeyDataEEE]+0x18): undefined reference to `absl::lts_20230802::hash_internal::MixingHashState::kSeed'
/usr/bin/ld: /home/user/works/openwrt/build_dir/hostpkg/node-v22.11.0/out/Release/obj.target/v8_turboshaft/deps/v8/src/compiler/turboshaft/late-load-elimination-reducer.o: in function `v8::internal::compiler::turboshaft::MemoryContentTable::InsertImmutable(v8::internal::compiler::turboshaft::OpIndex, v8::internal::compiler::turboshaft::OptionalOpIndex, int, unsigned char, unsigned char, v8::internal::compiler::turboshaft::OpIndex)':
late-load-elimination-reducer.cc:(.text._ZN2v88internal8compiler10turboshaft18MemoryContentTable15InsertImmutableENS2_7OpIndexENS2_15OptionalOpIndexEihhS4_[_ZN2v88internal8compiler10turboshaft18MemoryContentTable15InsertImmutableENS2_7OpIndexENS2_15OptionalOpIndexEihhS4_]+0x3c): undefined reference to `absl::lts_20230802::hash_internal::MixingHashState::kSeed'
/usr/bin/ld: /home/user/works/openwrt/build_dir/hostpkg/node-v22.11.0/out/Release/obj.target/v8_turboshaft/deps/v8/src/compiler/turboshaft/late-load-elimination-reducer.o: in function `v8::internal::compiler::turboshaft::MemoryContentTable::InvalidateMaybeAliasing()':
late-load-elimination-reducer.cc:(.text._ZN2v88internal8compiler10turboshaft18MemoryContentTable23InvalidateMaybeAliasingEv[_ZN2v88internal8compiler10turboshaft18MemoryContentTable23InvalidateMaybeAliasingEv]+0x74): undefined reference to `absl::lts_20230802::hash_internal::MixingHashState::kSeed'
/usr/bin/ld: /home/user/works/openwrt/build_dir/hostpkg/node-v22.11.0/out/Release/obj.target/v8_turboshaft/deps/v8/src/compiler/turboshaft/late-load-elimination-reducer.o: in function `v8::internal::compiler::turboshaft::MemoryContentTable::Insert(v8::internal::compiler::turboshaft::OpIndex, v8::internal::compiler::turboshaft::OptionalOpIndex, int, unsigned char, unsigned char, v8::internal::compiler::turboshaft::OpIndex)':
late-load-elimination-reducer.cc:(.text._ZN2v88internal8compiler10turboshaft18MemoryContentTable6InsertENS2_7OpIndexENS2_15OptionalOpIndexEihhS4_[_ZN2v88internal8compiler10turboshaft18MemoryContentTable6InsertENS2_7OpIndexENS2_15OptionalOpIndexEihhS4_]+0x3a): undefined reference to `absl::lts_20230802::hash_internal::MixingHashState::kSeed'
/usr/bin/ld: /home/user/works/openwrt/build_dir/hostpkg/node-v22.11.0/out/Release/obj.target/v8_turboshaft/deps/v8/src/compiler/turboshaft/late-load-elimination-reducer.o: in function `v8::internal::compiler::turboshaft::MemoryContentTable::InvalidateAtOffset(int, v8::internal::compiler::turboshaft::OpIndex)':
late-load-elimination-reducer.cc:(.text._ZN2v88internal8compiler10turboshaft18MemoryContentTable18InvalidateAtOffsetEiNS2_7OpIndexE[_ZN2v88internal8compiler10turboshaft18MemoryContentTable18InvalidateAtOffsetEiNS2_7OpIndexE]+0x26): undefined reference to `absl::lts_20230802::hash_internal::MixingHashState::kSeed'
/usr/bin/ld: /home/user/works/openwrt/build_dir/hostpkg/node-v22.11.0/out/Release/obj.target/v8_turboshaft/deps/v8/src/compiler/turboshaft/late-load-elimination-reducer.o:late-load-elimination-reducer.cc:(.text._ZN2v88internal8compiler10turboshaft18MemoryContentTable10InvalidateENS2_7OpIndexENS2_15OptionalOpIndexEi[_ZN2v88internal8compiler10turboshaft18MemoryContentTable10InvalidateENS2_7OpIndexENS2_15OptionalOpIndexEi]+0x56): more undefined references to `absl::lts_20230802::hash_internal::MixingHashState::kSeed' follow
/usr/bin/ld: /home/user/works/openwrt/build_dir/hostpkg/node-v22.11.0/out/Release/obj.target/v8_turboshaft/deps/v8/src/compiler/turboshaft/late-load-elimination-reducer.o: in function `absl::lts_20230802::container_internal::raw_hash_set<absl::lts_20230802::container_internal::FlatHashMapPolicy<v8::internal::compiler::turboshaft::OpIndex, v8::internal::compiler::turboshaft::SnapshotTableKey<bool, v8::internal::compiler::turboshaft::NoKeyData> >, absl::lts_20230802::hash_internal::Hash<v8::internal::compiler::turboshaft::OpIndex>, std::equal_to<v8::internal::compiler::turboshaft::OpIndex>, v8::internal::ZoneAllocator<std::pair<v8::internal::compiler::turboshaft::OpIndex const, v8::internal::compiler::turboshaft::SnapshotTableKey<bool, v8::internal::compiler::turboshaft::NoKeyData> > > >::prepare_insert(unsigned long)':
late-load-elimination-reducer.cc:(.text._ZN4absl12lts_2023080218container_internal12raw_hash_setINS1_17FlatHashMapPolicyIN2v88internal8compiler10turboshaft7OpIndexENS7_16SnapshotTableKeyIbNS7_9NoKeyDataEEEEENS0_13hash_internal4HashIS8_EESt8equal_toIS8_ENS5_13ZoneAllocatorISt4pairIKS8_SB_EEEE14prepare_insertEm[_ZN4absl12lts_2023080218container_internal12raw_hash_setINS1_17FlatHashMapPolicyIN2v88internal8compiler10turboshaft7OpIndexENS7_16SnapshotTableKeyIbNS7_9NoKeyDataEEEEENS0_13hash_internal4HashIS8_EESt8equal_toIS8_ENS5_13ZoneAllocatorISt4pairIKS8_SB_EEEE14prepare_insertEm]+0x174): undefined reference to `absl::lts_20230802::container_internal::DropDeletesWithoutResize(absl::lts_20230802::container_internal::CommonFields&, absl::lts_20230802::container_internal::PolicyFunctions const&, void*)'
/usr/bin/ld: /home/user/works/openwrt/build_dir/hostpkg/node-v22.11.0/out/Release/obj.target/v8_turboshaft/deps/v8/src/compiler/turboshaft/late-load-elimination-reducer.o: in function `decltype (((declval<absl::lts_20230802::container_internal::raw_hash_set<absl::lts_20230802::container_internal::FlatHashMapPolicy<v8::internal::compiler::turboshaft::OpIndex, v8::internal::compiler::turboshaft::SnapshotTableKey<bool, v8::internal::compiler::turboshaft::NoKeyData> >, absl::lts_20230802::hash_internal::Hash<v8::internal::compiler::turboshaft::OpIndex>, std::equal_to<v8::internal::compiler::turboshaft::OpIndex>, v8::internal::ZoneAllocator<std::pair<v8::internal::compiler::turboshaft::OpIndex const, v8::internal::compiler::turboshaft::SnapshotTableKey<bool, v8::internal::compiler::turboshaft::NoKeyData> > > >::EmplaceDecomposable>)())((declval<v8::internal::compiler::turboshaft::OpIndex&& const&>)(), std::piecewise_construct, (declval<std::tuple<v8::internal::compiler::turboshaft::OpIndex&&> >)(), (declval<std::tuple<v8::internal::compiler::turboshaft::SnapshotTableKey<bool, v8::internal::compiler::turboshaft::NoKeyData>&&> >)())) absl::lts_20230802::container_internal::memory_internal::DecomposePairImpl<absl::lts_20230802::container_internal::raw_hash_set<absl::lts_20230802::container_internal::FlatHashMapPolicy<v8::internal::compiler::turboshaft::OpIndex, v8::internal::compiler::turboshaft::SnapshotTableKey<bool, v8::internal::compiler::turboshaft::NoKeyData> >, absl::lts_20230802::hash_internal::Hash<v8::internal::compiler::turboshaft::OpIndex>, std::equal_to<v8::internal::compiler::turboshaft::OpIndex>, v8::internal::ZoneAllocator<std::pair<v8::internal::compiler::turboshaft::OpIndex const, v8::internal::compiler::turboshaft::SnapshotTableKey<bool, v8::internal::compiler::turboshaft::NoKeyData> > > >::EmplaceDecomposable, v8::internal::compiler::turboshaft::OpIndex&&, std::tuple<v8::internal::compiler::turboshaft::SnapshotTableKey<bool, v8::internal::compiler::turboshaft::NoKeyData>&&> >(absl::lts_20230802::container_internal::raw_hash_set<absl::lts_20230802::container_internal::FlatHashMapPolicy<v8::internal::compiler::turboshaft::OpIndex, v8::internal::compiler::turboshaft::SnapshotTableKey<bool, v8::internal::compiler::turboshaft::NoKeyData> >, absl::lts_20230802::hash_internal::Hash<v8::internal::compiler::turboshaft::OpIndex>, std::equal_to<v8::internal::compiler::turboshaft::OpIndex>, v8::internal::ZoneAllocator<std::pair<v8::internal::compiler::turboshaft::OpIndex const, v8::internal::compiler::turboshaft::SnapshotTableKey<bool, v8::internal::compiler::turboshaft::NoKeyData> > > >::EmplaceDecomposable&&, std::pair<std::tuple<v8::internal::compiler::turboshaft::OpIndex&&>, std::tuple<v8::internal::compiler::turboshaft::SnapshotTableKey<bool, v8::internal::compiler::turboshaft::NoKeyData>&&> >) [clone .isra.0]':
late-load-elimination-reducer.cc:(.text._ZN4absl12lts_2023080218container_internal15memory_internal17DecomposePairImplINS1_12raw_hash_setINS1_17FlatHashMapPolicyIN2v88internal8compiler10turboshaft7OpIndexENS9_16SnapshotTableKeyIbNS9_9NoKeyDataEEEEENS0_13hash_internal4HashISA_EESt8equal_toISA_ENS7_13ZoneAllocatorISt4pairIKSA_SD_EEEE19EmplaceDecomposableEOSA_St5tupleIJOSD_EEEEDTclcl7declvalIT_EEcl7declvalIRKT0_EEL_ZSt19piecewise_constructEcl7declvalISS_IJSW_EEEEcl7declvalIT1_EEEEOSV_SL_ISZ_S10_E.isra.0+0x4): undefined reference to `absl::lts_20230802::hash_internal::MixingHashState::kSeed'
/usr/bin/ld: /home/user/works/openwrt/build_dir/hostpkg/node-v22.11.0/out/Release/obj.target/v8_turboshaft/deps/v8/src/compiler/turboshaft/late-load-elimination-reducer.o: in function `v8::internal::compiler::turboshaft::LateLoadEliminationAnalyzer::ProcessStore(v8::internal::compiler::turboshaft::OpIndex, v8::internal::compiler::turboshaft::StoreOp const&)':
late-load-elimination-reducer.cc:(.text._ZN2v88internal8compiler10turboshaft27LateLoadEliminationAnalyzer12ProcessStoreENS2_7OpIndexERKNS2_7StoreOpE+0xe6): undefined reference to `absl::lts_20230802::hash_internal::MixingHashState::kSeed'
/usr/bin/ld: /home/user/works/openwrt/build_dir/hostpkg/node-v22.11.0/out/Release/obj.target/v8_turboshaft/deps/v8/src/compiler/turboshaft/late-load-elimination-reducer.o: in function `v8::internal::compiler::turboshaft::LateLoadEliminationAnalyzer::ProcessAllocate(v8::internal::compiler::turboshaft::OpIndex, v8::internal::compiler::turboshaft::AllocateOp const&)':
late-load-elimination-reducer.cc:(.text._ZN2v88internal8compiler10turboshaft27LateLoadEliminationAnalyzer15ProcessAllocateENS2_7OpIndexERKNS2_10AllocateOpE+0x6): undefined reference to `absl::lts_20230802::hash_internal::MixingHashState::kSeed'
/usr/bin/ld: /home/user/works/openwrt/build_dir/hostpkg/node-v22.11.0/out/Release/obj.target/v8_turboshaft/deps/v8/src/compiler/turboshaft/late-load-elimination-reducer.o: in function `absl::lts_20230802::container_internal::raw_hash_set<absl::lts_20230802::container_internal::FlatHashMapPolicy<v8::internal::compiler::turboshaft::OpIndex, v8::internal::compiler::turboshaft::SnapshotTableKey<v8::internal::compiler::turboshaft::MapMaskAndOr, v8::internal::compiler::turboshaft::NoKeyData> >, absl::lts_20230802::hash_internal::Hash<v8::internal::compiler::turboshaft::OpIndex>, std::equal_to<v8::internal::compiler::turboshaft::OpIndex>, v8::internal::ZoneAllocator<std::pair<v8::internal::compiler::turboshaft::OpIndex const, v8::internal::compiler::turboshaft::SnapshotTableKey<v8::internal::compiler::turboshaft::MapMaskAndOr, v8::internal::compiler::turboshaft::NoKeyData> > > >::resize(unsigned long)':
late-load-elimination-reducer.cc:(.text._ZN4absl12lts_2023080218container_internal12raw_hash_setINS1_17FlatHashMapPolicyIN2v88internal8compiler10turboshaft7OpIndexENS7_16SnapshotTableKeyINS7_12MapMaskAndOrENS7_9NoKeyDataEEEEENS0_13hash_internal4HashIS8_EESt8equal_toIS8_ENS5_13ZoneAllocatorISt4pairIKS8_SC_EEEE6resizeEm[_ZN4absl12lts_2023080218container_internal12raw_hash_setINS1_17FlatHashMapPolicyIN2v88internal8compiler10turboshaft7OpIndexENS7_16SnapshotTableKeyINS7_12MapMaskAndOrENS7_9NoKeyDataEEEEENS0_13hash_internal4HashIS8_EESt8equal_toIS8_ENS5_13ZoneAllocatorISt4pairIKS8_SC_EEEE6resizeEm]+0x44): undefined reference to `absl::lts_20230802::hash_internal::MixingHashState::kSeed'
/usr/bin/ld: /home/user/works/openwrt/build_dir/hostpkg/node-v22.11.0/out/Release/obj.target/v8_turboshaft/deps/v8/src/compiler/turboshaft/late-load-elimination-reducer.o: in function `absl::lts_20230802::container_internal::raw_hash_set<absl::lts_20230802::container_internal::FlatHashMapPolicy<v8::internal::compiler::turboshaft::OpIndex, v8::internal::compiler::turboshaft::SnapshotTableKey<v8::internal::compiler::turboshaft::MapMaskAndOr, v8::internal::compiler::turboshaft::NoKeyData> >, absl::lts_20230802::hash_internal::Hash<v8::internal::compiler::turboshaft::OpIndex>, std::equal_to<v8::internal::compiler::turboshaft::OpIndex>, v8::internal::ZoneAllocator<std::pair<v8::internal::compiler::turboshaft::OpIndex const, v8::internal::compiler::turboshaft::SnapshotTableKey<v8::internal::compiler::turboshaft::MapMaskAndOr, v8::internal::compiler::turboshaft::NoKeyData> > > >::prepare_insert(unsigned long)':
late-load-elimination-reducer.cc:(.text._ZN4absl12lts_2023080218container_internal12raw_hash_setINS1_17FlatHashMapPolicyIN2v88internal8compiler10turboshaft7OpIndexENS7_16SnapshotTableKeyINS7_12MapMaskAndOrENS7_9NoKeyDataEEEEENS0_13hash_internal4HashIS8_EESt8equal_toIS8_ENS5_13ZoneAllocatorISt4pairIKS8_SC_EEEE14prepare_insertEm[_ZN4absl12lts_2023080218container_internal12raw_hash_setINS1_17FlatHashMapPolicyIN2v88internal8compiler10turboshaft7OpIndexENS7_16SnapshotTableKeyINS7_12MapMaskAndOrENS7_9NoKeyDataEEEEENS0_13hash_internal4HashIS8_EESt8equal_toIS8_ENS5_13ZoneAllocatorISt4pairIKS8_SC_EEEE14prepare_insertEm]+0x174): undefined reference to `absl::lts_20230802::container_internal::DropDeletesWithoutResize(absl::lts_20230802::container_internal::CommonFields&, absl::lts_20230802::container_internal::PolicyFunctions const&, void*)'
/usr/bin/ld: /home/user/works/openwrt/build_dir/hostpkg/node-v22.11.0/out/Release/obj.target/v8_turboshaft/deps/v8/src/compiler/turboshaft/late-load-elimination-reducer.o: in function `v8::internal::compiler::turboshaft::LateLoadEliminationAnalyzer::ProcessAssumeMap(v8::internal::compiler::turboshaft::OpIndex, v8::internal::compiler::turboshaft::AssumeMapOp const&)':
late-load-elimination-reducer.cc:(.text._ZN2v88internal8compiler10turboshaft27LateLoadEliminationAnalyzer16ProcessAssumeMapENS2_7OpIndexERKNS2_11AssumeMapOpE+0x3e): undefined reference to `absl::lts_20230802::hash_internal::MixingHashState::kSeed'
/usr/bin/ld: /home/user/works/openwrt/build_dir/hostpkg/node-v22.11.0/out/Release/obj.target/v8_turboshaft/deps/v8/src/compiler/turboshaft/late-load-elimination-reducer.o: in function `v8::internal::compiler::turboshaft::LateLoadEliminationAnalyzer::ProcessBlock(v8::internal::compiler::turboshaft::Block const&, bool)':
late-load-elimination-reducer.cc:(.text._ZN2v88internal8compiler10turboshaft27LateLoadEliminationAnalyzer12ProcessBlockERKNS2_5BlockEb+0xe1): undefined reference to `absl::lts_20230802::hash_internal::MixingHashState::kSeed'
/usr/bin/ld: /home/user/works/openwrt/build_dir/hostpkg/node-v22.11.0/out/Release/obj.target/v8_turboshaft/deps/v8/src/compiler/turboshaft/recreate-schedule.o: in function `absl::lts_20230802::container_internal::raw_hash_set<absl::lts_20230802::container_internal::FlatHashMapPolicy<int, v8::internal::compiler::Node*>, absl::lts_20230802::hash_internal::Hash<int>, std::equal_to<int>, v8::internal::ZoneAllocator<std::pair<int const, v8::internal::compiler::Node*> > >::hash_slot_fn(void*, void*)':
recreate-schedule.cc:(.text._ZN4absl12lts_2023080218container_internal12raw_hash_setINS1_17FlatHashMapPolicyIiPN2v88internal8compiler4NodeEEENS0_13hash_internal4HashIiEESt8equal_toIiENS5_13ZoneAllocatorISt4pairIKiS8_EEEE12hash_slot_fnEPvSL_[_ZN4absl12lts_2023080218container_internal12raw_hash_setINS1_17FlatHashMapPolicyIiPN2v88internal8compiler4NodeEEENS0_13hash_internal4HashIiEESt8equal_toIiENS5_13ZoneAllocatorISt4pairIKiS8_EEEE12hash_slot_fnEPvSL_]+0x5): undefined reference to `absl::lts_20230802::hash_internal::MixingHashState::kSeed'
/usr/bin/ld: /home/user/works/openwrt/build_dir/hostpkg/node-v22.11.0/out/Release/obj.target/v8_turboshaft/deps/v8/src/compiler/turboshaft/recreate-schedule.o: in function `absl::lts_20230802::container_internal::raw_hash_set<absl::lts_20230802::container_internal::FlatHashMapPolicy<int, v8::internal::compiler::Node*>, absl::lts_20230802::hash_internal::Hash<int>, std::equal_to<int>, v8::internal::ZoneAllocator<std::pair<int const, v8::internal::compiler::Node*> > >::raw_hash_set(unsigned long, absl::lts_20230802::hash_internal::Hash<int> const&, std::equal_to<int> const&, v8::internal::ZoneAllocator<std::pair<int const, v8::internal::compiler::Node*> > const&)':
recreate-schedule.cc:(.text._ZN4absl12lts_2023080218container_internal12raw_hash_setINS1_17FlatHashMapPolicyIiPN2v88internal8compiler4NodeEEENS0_13hash_internal4HashIiEESt8equal_toIiENS5_13ZoneAllocatorISt4pairIKiS8_EEEEC2EmRKSC_RKSE_RKSJ_[_ZN4absl12lts_2023080218container_internal12raw_hash_setINS1_17FlatHashMapPolicyIiPN2v88internal8compiler4NodeEEENS0_13hash_internal4HashIiEESt8equal_toIiENS5_13ZoneAllocatorISt4pairIKiS8_EEEEC5EmRKSC_RKSE_RKSJ_]+0x3): undefined reference to `absl::lts_20230802::container_internal::kEmptyGroup'
/usr/bin/ld: /home/user/works/openwrt/build_dir/hostpkg/node-v22.11.0/out/Release/obj.target/v8_turboshaft/deps/v8/src/compiler/turboshaft/recreate-schedule.o: in function `absl::lts_20230802::container_internal::raw_hash_set<absl::lts_20230802::container_internal::FlatHashMapPolicy<int, v8::internal::compiler::Node*>, absl::lts_20230802::hash_internal::Hash<int>, std::equal_to<int>, v8::internal::ZoneAllocator<std::pair<int const, v8::internal::compiler::Node*> > >::resize(unsigned long)':
recreate-schedule.cc:(.text._ZN4absl12lts_2023080218container_internal12raw_hash_setINS1_17FlatHashMapPolicyIiPN2v88internal8compiler4NodeEEENS0_13hash_internal4HashIiEESt8equal_toIiENS5_13ZoneAllocatorISt4pairIKiS8_EEEE6resizeEm[_ZN4absl12lts_2023080218container_internal12raw_hash_setINS1_17FlatHashMapPolicyIiPN2v88internal8compiler4NodeEEENS0_13hash_internal4HashIiEESt8equal_toIiENS5_13ZoneAllocatorISt4pairIKiS8_EEEE6resizeEm]+0x44): undefined reference to `absl::lts_20230802::hash_internal::MixingHashState::kSeed'
/usr/bin/ld: /home/user/works/openwrt/build_dir/hostpkg/node-v22.11.0/out/Release/obj.target/v8_turboshaft/deps/v8/src/compiler/turboshaft/recreate-schedule.o: in function `absl::lts_20230802::container_internal::raw_hash_set<absl::lts_20230802::container_internal::FlatHashMapPolicy<int, v8::internal::compiler::Node*>, absl::lts_20230802::hash_internal::Hash<int>, std::equal_to<int>, v8::internal::ZoneAllocator<std::pair<int const, v8::internal::compiler::Node*> > >::prepare_insert(unsigned long)':
recreate-schedule.cc:(.text._ZN4absl12lts_2023080218container_internal12raw_hash_setINS1_17FlatHashMapPolicyIiPN2v88internal8compiler4NodeEEENS0_13hash_internal4HashIiEESt8equal_toIiENS5_13ZoneAllocatorISt4pairIKiS8_EEEE14prepare_insertEm[_ZN4absl12lts_2023080218container_internal12raw_hash_setINS1_17FlatHashMapPolicyIiPN2v88internal8compiler4NodeEEENS0_13hash_internal4HashIiEESt8equal_toIiENS5_13ZoneAllocatorISt4pairIKiS8_EEEE14prepare_insertEm]+0x174): undefined reference to `absl::lts_20230802::container_internal::DropDeletesWithoutResize(absl::lts_20230802::container_internal::CommonFields&, absl::lts_20230802::container_internal::PolicyFunctions const&, void*)'
/usr/bin/ld: /home/user/works/openwrt/build_dir/hostpkg/node-v22.11.0/out/Release/obj.target/v8_turboshaft/deps/v8/src/compiler/turboshaft/recreate-schedule.o: in function `v8::internal::compiler::turboshaft::(anonymous namespace)::ScheduleBuilder::ProcessOperation(v8::internal::compiler::turboshaft::ParameterOp const&)':
recreate-schedule.cc:(.text._ZN2v88internal8compiler10turboshaft12_GLOBAL__N_115ScheduleBuilder16ProcessOperationERKNS2_11ParameterOpE+0x18): undefined reference to `absl::lts_20230802::hash_internal::MixingHashState::kSeed'
/usr/bin/ld: /home/user/works/openwrt/build_dir/hostpkg/node-v22.11.0/out/Release/obj.target/v8_turboshaft/deps/v8/src/compiler/turboshaft/recreate-schedule.o: in function `v8::internal::compiler::turboshaft::(anonymous namespace)::ScheduleBuilder::ProcessOperation(v8::internal::compiler::turboshaft::OsrValueOp const&)':
recreate-schedule.cc:(.text._ZN2v88internal8compiler10turboshaft12_GLOBAL__N_115ScheduleBuilder16ProcessOperationERKNS2_10OsrValueOpE+0x18): undefined reference to `absl::lts_20230802::hash_internal::MixingHashState::kSeed'
/usr/bin/ld: /home/user/works/openwrt/build_dir/hostpkg/node-v22.11.0/out/Release/obj.target/v8_turboshaft/deps/v8/src/compiler/turboshaft/late-escape-analysis-reducer.o: in function `absl::lts_20230802::container_internal::raw_hash_set<absl::lts_20230802::container_internal::FlatHashMapPolicy<v8::internal::compiler::turboshaft::OpIndex, v8::internal::ZoneVector<v8::internal::compiler::turboshaft::OpIndex> >, absl::lts_20230802::hash_internal::Hash<v8::internal::compiler::turboshaft::OpIndex>, std::equal_to<v8::internal::compiler::turboshaft::OpIndex>, v8::internal::ZoneAllocator<std::pair<v8::internal::compiler::turboshaft::OpIndex const, v8::internal::ZoneVector<v8::internal::compiler::turboshaft::OpIndex> > > >::hash_slot_fn(void*, void*)':
late-escape-analysis-reducer.cc:(.text._ZN4absl12lts_2023080218container_internal12raw_hash_setINS1_17FlatHashMapPolicyIN2v88internal8compiler10turboshaft7OpIndexENS5_10ZoneVectorIS8_EEEENS0_13hash_internal4HashIS8_EESt8equal_toIS8_ENS5_13ZoneAllocatorISt4pairIKS8_SA_EEEE12hash_slot_fnEPvSN_[_ZN4absl12lts_2023080218container_internal12raw_hash_setINS1_17FlatHashMapPolicyIN2v88internal8compiler10turboshaft7OpIndexENS5_10ZoneVectorIS8_EEEENS0_13hash_internal4HashIS8_EESt8equal_toIS8_ENS5_13ZoneAllocatorISt4pairIKS8_SA_EEEE12hash_slot_fnEPvSN_]+0x5): undefined reference to `absl::lts_20230802::hash_internal::MixingHashState::kSeed'
/usr/bin/ld: /home/user/works/openwrt/build_dir/hostpkg/node-v22.11.0/out/Release/obj.target/v8_turboshaft/deps/v8/src/compiler/turboshaft/late-escape-analysis-reducer.o: in function `v8::internal::compiler::turboshaft::LateEscapeAnalysisAnalyzer::AllocationIsEscaping(v8::internal::compiler::turboshaft::OpIndex)':
late-escape-analysis-reducer.cc:(.text._ZN2v88internal8compiler10turboshaft26LateEscapeAnalysisAnalyzer20AllocationIsEscapingENS2_7OpIndexE+0x6): undefined reference to `absl::lts_20230802::hash_internal::MixingHashState::kSeed'
/usr/bin/ld: late-escape-analysis-reducer.cc:(.text._ZN2v88internal8compiler10turboshaft26LateEscapeAnalysisAnalyzer20AllocationIsEscapingENS2_7OpIndexE+0x185): undefined reference to `absl::lts_20230802::base_internal::ThrowStdOutOfRange(char const*)'
/usr/bin/ld: /home/user/works/openwrt/build_dir/hostpkg/node-v22.11.0/out/Release/obj.target/v8_turboshaft/deps/v8/src/compiler/turboshaft/late-escape-analysis-reducer.o: in function `v8::internal::compiler::turboshaft::LateEscapeAnalysisAnalyzer::MarkToRemove(v8::internal::compiler::turboshaft::OpIndex)':
late-escape-analysis-reducer.cc:(.text._ZN2v88internal8compiler10turboshaft26LateEscapeAnalysisAnalyzer12MarkToRemoveENS2_7OpIndexE+0x20): undefined reference to `absl::lts_20230802::hash_internal::MixingHashState::kSeed'
/usr/bin/ld: late-escape-analysis-reducer.cc:(.text._ZN2v88internal8compiler10turboshaft26LateEscapeAnalysisAnalyzer12MarkToRemoveENS2_7OpIndexE+0x1ef): undefined reference to `absl::lts_20230802::base_internal::ThrowStdOutOfRange(char const*)'
/usr/bin/ld: /home/user/works/openwrt/build_dir/hostpkg/node-v22.11.0/out/Release/obj.target/v8_turboshaft/deps/v8/src/compiler/turboshaft/late-escape-analysis-reducer.o: in function `absl::lts_20230802::container_internal::raw_hash_set<absl::lts_20230802::container_internal::FlatHashMapPolicy<v8::internal::compiler::turboshaft::OpIndex, v8::internal::ZoneVector<v8::internal::compiler::turboshaft::OpIndex> >, absl::lts_20230802::hash_internal::Hash<v8::internal::compiler::turboshaft::OpIndex>, std::equal_to<v8::internal::compiler::turboshaft::OpIndex>, v8::internal::ZoneAllocator<std::pair<v8::internal::compiler::turboshaft::OpIndex const, v8::internal::ZoneVector<v8::internal::compiler::turboshaft::OpIndex> > > >::resize(unsigned long)':
late-escape-analysis-reducer.cc:(.text._ZN4absl12lts_2023080218container_internal12raw_hash_setINS1_17FlatHashMapPolicyIN2v88internal8compiler10turboshaft7OpIndexENS5_10ZoneVectorIS8_EEEENS0_13hash_internal4HashIS8_EESt8equal_toIS8_ENS5_13ZoneAllocatorISt4pairIKS8_SA_EEEE6resizeEm[_ZN4absl12lts_2023080218container_internal12raw_hash_setINS1_17FlatHashMapPolicyIN2v88internal8compiler10turboshaft7OpIndexENS5_10ZoneVectorIS8_EEEENS0_13hash_internal4HashIS8_EESt8equal_toIS8_ENS5_13ZoneAllocatorISt4pairIKS8_SA_EEEE6resizeEm]+0x44): undefined reference to `absl::lts_20230802::hash_internal::MixingHashState::kSeed'
/usr/bin/ld: /home/user/works/openwrt/build_dir/hostpkg/node-v22.11.0/out/Release/obj.target/v8_turboshaft/deps/v8/src/compiler/turboshaft/late-escape-analysis-reducer.o: in function `absl::lts_20230802::container_internal::raw_hash_set<absl::lts_20230802::container_internal::FlatHashMapPolicy<v8::internal::compiler::turboshaft::OpIndex, v8::internal::ZoneVector<v8::internal::compiler::turboshaft::OpIndex> >, absl::lts_20230802::hash_internal::Hash<v8::internal::compiler::turboshaft::OpIndex>, std::equal_to<v8::internal::compiler::turboshaft::OpIndex>, v8::internal::ZoneAllocator<std::pair<v8::internal::compiler::turboshaft::OpIndex const, v8::internal::ZoneVector<v8::internal::compiler::turboshaft::OpIndex> > > >::prepare_insert(unsigned long)':
late-escape-analysis-reducer.cc:(.text._ZN4absl12lts_2023080218container_internal12raw_hash_setINS1_17FlatHashMapPolicyIN2v88internal8compiler10turboshaft7OpIndexENS5_10ZoneVectorIS8_EEEENS0_13hash_internal4HashIS8_EESt8equal_toIS8_ENS5_13ZoneAllocatorISt4pairIKS8_SA_EEEE14prepare_insertEm[_ZN4absl12lts_2023080218container_internal12raw_hash_setINS1_17FlatHashMapPolicyIN2v88internal8compiler10turboshaft7OpIndexENS5_10ZoneVectorIS8_EEEENS0_13hash_internal4HashIS8_EESt8equal_toIS8_ENS5_13ZoneAllocatorISt4pairIKS8_SA_EEEE14prepare_insertEm]+0x174): undefined reference to `absl::lts_20230802::container_internal::DropDeletesWithoutResize(absl::lts_20230802::container_internal::CommonFields&, absl::lts_20230802::container_internal::PolicyFunctions const&, void*)'
/usr/bin/ld: /home/user/works/openwrt/build_dir/hostpkg/node-v22.11.0/out/Release/obj.target/v8_turboshaft/deps/v8/src/compiler/turboshaft/late-escape-analysis-reducer.o: in function `v8::internal::compiler::turboshaft::LateEscapeAnalysisAnalyzer::RecordAllocateUse(v8::internal::compiler::turboshaft::OpIndex, v8::internal::compiler::turboshaft::OpIndex)':
late-escape-analysis-reducer.cc:(.text._ZN2v88internal8compiler10turboshaft26LateEscapeAnalysisAnalyzer17RecordAllocateUseENS2_7OpIndexES4_+0x4): undefined reference to `absl::lts_20230802::hash_internal::MixingHashState::kSeed'
/usr/bin/ld: /home/user/works/openwrt/build_dir/hostpkg/node-v22.11.0/out/Release/obj.target/v8_turboshaft/deps/v8/src/compiler/turboshaft/memory-optimization-reducer.o: in function `absl::lts_20230802::container_internal::raw_hash_set<absl::lts_20230802::container_internal::FlatHashSetPolicy<v8::internal::compiler::turboshaft::OpIndex>, absl::lts_20230802::hash_internal::Hash<v8::internal::compiler::turboshaft::OpIndex>, std::equal_to<v8::internal::compiler::turboshaft::OpIndex>, v8::internal::ZoneAllocator<v8::internal::compiler::turboshaft::OpIndex> >::hash_slot_fn(void*, void*)':
memory-optimization-reducer.cc:(.text._ZN4absl12lts_2023080218container_internal12raw_hash_setINS1_17FlatHashSetPolicyIN2v88internal8compiler10turboshaft7OpIndexEEENS0_13hash_internal4HashIS8_EESt8equal_toIS8_ENS5_13ZoneAllocatorIS8_EEE12hash_slot_fnEPvSI_[_ZN4absl12lts_2023080218container_internal12raw_hash_setINS1_17FlatHashSetPolicyIN2v88internal8compiler10turboshaft7OpIndexEEENS0_13hash_internal4HashIS8_EESt8equal_toIS8_ENS5_13ZoneAllocatorIS8_EEE12hash_slot_fnEPvSI_]+0x5): undefined reference to `absl::lts_20230802::hash_internal::MixingHashState::kSeed'
/usr/bin/ld: /home/user/works/openwrt/build_dir/hostpkg/node-v22.11.0/out/Release/obj.target/v8_turboshaft/deps/v8/src/compiler/turboshaft/memory-optimization-reducer.o: in function `absl::lts_20230802::container_internal::raw_hash_set<absl::lts_20230802::container_internal::FlatHashMapPolicy<v8::internal::compiler::turboshaft::AllocateOp const*, v8::internal::compiler::turboshaft::AllocateOp const*>, absl::lts_20230802::container_internal::HashEq<v8::internal::compiler::turboshaft::AllocateOp const*, void>::Hash, absl::lts_20230802::container_internal::HashEq<v8::internal::compiler::turboshaft::AllocateOp const*, void>::Eq, v8::internal::ZoneAllocator<std::pair<v8::internal::compiler::turboshaft::AllocateOp const* const, v8::internal::compiler::turboshaft::AllocateOp const*> > >::hash_slot_fn(void*, void*)':
memory-optimization-reducer.cc:(.text._ZN4absl12lts_2023080218container_internal12raw_hash_setINS1_17FlatHashMapPolicyIPKN2v88internal8compiler10turboshaft10AllocateOpESA_EENS1_6HashEqISA_vE4HashENSD_2EqENS5_13ZoneAllocatorISt4pairIKSA_SA_EEEE12hash_slot_fnEPvSM_[_ZN4absl12lts_2023080218container_internal12raw_hash_setINS1_17FlatHashMapPolicyIPKN2v88internal8compiler10turboshaft10AllocateOpESA_EENS1_6HashEqISA_vE4HashENSD_2EqENS5_13ZoneAllocatorISt4pairIKSA_SA_EEEE12hash_slot_fnEPvSM_]+0x6): undefined reference to `absl::lts_20230802::hash_internal::MixingHashState::kSeed'
/usr/bin/ld: /home/user/works/openwrt/build_dir/hostpkg/node-v22.11.0/out/Release/obj.target/v8_turboshaft/deps/v8/src/compiler/turboshaft/memory-optimization-reducer.o: in function `absl::lts_20230802::container_internal::raw_hash_set<absl::lts_20230802::container_internal::FlatHashMapPolicy<v8::internal::compiler::turboshaft::AllocateOp const*, unsigned int>, absl::lts_20230802::container_internal::HashEq<v8::internal::compiler::turboshaft::AllocateOp const*, void>::Hash, absl::lts_20230802::container_internal::HashEq<v8::internal::compiler::turboshaft::AllocateOp const*, void>::Eq, v8::internal::ZoneAllocator<std::pair<v8::internal::compiler::turboshaft::AllocateOp const* const, unsigned int> > >::hash_slot_fn(void*, void*)':
memory-optimization-reducer.cc:(.text._ZN4absl12lts_2023080218container_internal12raw_hash_setINS1_17FlatHashMapPolicyIPKN2v88internal8compiler10turboshaft10AllocateOpEjEENS1_6HashEqISA_vE4HashENSD_2EqENS5_13ZoneAllocatorISt4pairIKSA_jEEEE12hash_slot_fnEPvSM_[_ZN4absl12lts_2023080218container_internal12raw_hash_setINS1_17FlatHashMapPolicyIPKN2v88internal8compiler10turboshaft10AllocateOpEjEENS1_6HashEqISA_vE4HashENSD_2EqENS5_13ZoneAllocatorISt4pairIKSA_jEEEE12hash_slot_fnEPvSM_]+0x6): undefined reference to `absl::lts_20230802::hash_internal::MixingHashState::kSeed'
/usr/bin/ld: /home/user/works/openwrt/build_dir/hostpkg/node-v22.11.0/out/Release/obj.target/v8_turboshaft/deps/v8/src/compiler/turboshaft/memory-optimization-reducer.o: in function `v8::internal::compiler::turboshaft::MemoryAnalyzer::SkipWriteBarrier(v8::internal::compiler::turboshaft::StoreOp const&)':
memory-optimization-reducer.cc:(.text._ZN2v88internal8compiler10turboshaft14MemoryAnalyzer16SkipWriteBarrierERKNS2_7StoreOpE[_ZN2v88internal8compiler10turboshaft14MemoryAnalyzer16SkipWriteBarrierERKNS2_7StoreOpE]+0x5e): undefined reference to `absl::lts_20230802::hash_internal::MixingHashState::kSeed'
/usr/bin/ld: /home/user/works/openwrt/build_dir/hostpkg/node-v22.11.0/out/Release/obj.target/v8_turboshaft/deps/v8/src/compiler/turboshaft/memory-optimization-reducer.o:memory-optimization-reducer.cc:(.text._ZN4absl12lts_2023080218container_internal12raw_hash_setINS1_17FlatHashMapPolicyIPKN2v88internal8compiler10turboshaft10AllocateOpESA_EENS1_6HashEqISA_vE4HashENSD_2EqENS5_13ZoneAllocatorISt4pairIKSA_SA_EEEE6resizeEm[_ZN4absl12lts_2023080218container_internal12raw_hash_setINS1_17FlatHashMapPolicyIPKN2v88internal8compiler10turboshaft10AllocateOpESA_EENS1_6HashEqISA_vE4HashENSD_2EqENS5_13ZoneAllocatorISt4pairIKSA_SA_EEEE6resizeEm]+0x40): more undefined references to `absl::lts_20230802::hash_internal::MixingHashState::kSeed' follow
/usr/bin/ld: /home/user/works/openwrt/build_dir/hostpkg/node-v22.11.0/out/Release/obj.target/v8_turboshaft/deps/v8/src/compiler/turboshaft/memory-optimization-reducer.o: in function `absl::lts_20230802::container_internal::raw_hash_set<absl::lts_20230802::container_internal::FlatHashMapPolicy<v8::internal::compiler::turboshaft::AllocateOp const*, v8::internal::compiler::turboshaft::AllocateOp const*>, absl::lts_20230802::container_internal::HashEq<v8::internal::compiler::turboshaft::AllocateOp const*, void>::Hash, absl::lts_20230802::container_internal::HashEq<v8::internal::compiler::turboshaft::AllocateOp const*, void>::Eq, v8::internal::ZoneAllocator<std::pair<v8::internal::compiler::turboshaft::AllocateOp const* const, v8::internal::compiler::turboshaft::AllocateOp const*> > >::prepare_insert(unsigned long)':
memory-optimization-reducer.cc:(.text._ZN4absl12lts_2023080218container_internal12raw_hash_setINS1_17FlatHashMapPolicyIPKN2v88internal8compiler10turboshaft10AllocateOpESA_EENS1_6HashEqISA_vE4HashENSD_2EqENS5_13ZoneAllocatorISt4pairIKSA_SA_EEEE14prepare_insertEm[_ZN4absl12lts_2023080218container_internal12raw_hash_setINS1_17FlatHashMapPolicyIPKN2v88internal8compiler10turboshaft10AllocateOpESA_EENS1_6HashEqISA_vE4HashENSD_2EqENS5_13ZoneAllocatorISt4pairIKSA_SA_EEEE14prepare_insertEm]+0x174): undefined reference to `absl::lts_20230802::container_internal::DropDeletesWithoutResize(absl::lts_20230802::container_internal::CommonFields&, absl::lts_20230802::container_internal::PolicyFunctions const&, void*)'
/usr/bin/ld: /home/user/works/openwrt/build_dir/hostpkg/node-v22.11.0/out/Release/obj.target/v8_turboshaft/deps/v8/src/compiler/turboshaft/memory-optimization-reducer.o: in function `absl::lts_20230802::container_internal::raw_hash_set<absl::lts_20230802::container_internal::FlatHashMapPolicy<v8::internal::compiler::turboshaft::AllocateOp const*, unsigned int>, absl::lts_20230802::container_internal::HashEq<v8::internal::compiler::turboshaft::AllocateOp const*, void>::Hash, absl::lts_20230802::container_internal::HashEq<v8::internal::compiler::turboshaft::AllocateOp const*, void>::Eq, v8::internal::ZoneAllocator<std::pair<v8::internal::compiler::turboshaft::AllocateOp const* const, unsigned int> > >::resize(unsigned long)':
memory-optimization-reducer.cc:(.text._ZN4absl12lts_2023080218container_internal12raw_hash_setINS1_17FlatHashMapPolicyIPKN2v88internal8compiler10turboshaft10AllocateOpEjEENS1_6HashEqISA_vE4HashENSD_2EqENS5_13ZoneAllocatorISt4pairIKSA_jEEEE6resizeEm[_ZN4absl12lts_2023080218container_internal12raw_hash_setINS1_17FlatHashMapPolicyIPKN2v88internal8compiler10turboshaft10AllocateOpEjEENS1_6HashEqISA_vE4HashENSD_2EqENS5_13ZoneAllocatorISt4pairIKSA_jEEEE6resizeEm]+0x40): undefined reference to `absl::lts_20230802::hash_internal::MixingHashState::kSeed'
/usr/bin/ld: /home/user/works/openwrt/build_dir/hostpkg/node-v22.11.0/out/Release/obj.target/v8_turboshaft/deps/v8/src/compiler/turboshaft/memory-optimization-reducer.o: in function `absl::lts_20230802::container_internal::raw_hash_set<absl::lts_20230802::container_internal::FlatHashMapPolicy<v8::internal::compiler::turboshaft::AllocateOp const*, unsigned int>, absl::lts_20230802::container_internal::HashEq<v8::internal::compiler::turboshaft::AllocateOp const*, void>::Hash, absl::lts_20230802::container_internal::HashEq<v8::internal::compiler::turboshaft::AllocateOp const*, void>::Eq, v8::internal::ZoneAllocator<std::pair<v8::internal::compiler::turboshaft::AllocateOp const* const, unsigned int> > >::prepare_insert(unsigned long)':
memory-optimization-reducer.cc:(.text._ZN4absl12lts_2023080218container_internal12raw_hash_setINS1_17FlatHashMapPolicyIPKN2v88internal8compiler10turboshaft10AllocateOpEjEENS1_6HashEqISA_vE4HashENSD_2EqENS5_13ZoneAllocatorISt4pairIKSA_jEEEE14prepare_insertEm[_ZN4absl12lts_2023080218container_internal12raw_hash_setINS1_17FlatHashMapPolicyIPKN2v88internal8compiler10turboshaft10AllocateOpEjEENS1_6HashEqISA_vE4HashENSD_2EqENS5_13ZoneAllocatorISt4pairIKSA_jEEEE14prepare_insertEm]+0x174): undefined reference to `absl::lts_20230802::container_internal::DropDeletesWithoutResize(absl::lts_20230802::container_internal::CommonFields&, absl::lts_20230802::container_internal::PolicyFunctions const&, void*)'
/usr/bin/ld: /home/user/works/openwrt/build_dir/hostpkg/node-v22.11.0/out/Release/obj.target/v8_turboshaft/deps/v8/src/compiler/turboshaft/memory-optimization-reducer.o: in function `v8::internal::compiler::turboshaft::MemoryAnalyzer::ProcessAllocation(v8::internal::compiler::turboshaft::AllocateOp const&)':
memory-optimization-reducer.cc:(.text._ZN2v88internal8compiler10turboshaft14MemoryAnalyzer17ProcessAllocationERKNS2_10AllocateOpE+0xd): undefined reference to `absl::lts_20230802::hash_internal::MixingHashState::kSeed'
/usr/bin/ld: memory-optimization-reducer.cc:(.text._ZN2v88internal8compiler10turboshaft14MemoryAnalyzer17ProcessAllocationERKNS2_10AllocateOpE+0x121): undefined reference to `absl::lts_20230802::container_internal::EraseMetaOnly(absl::lts_20230802::container_internal::CommonFields&, absl::lts_20230802::container_internal::ctrl_t*, unsigned long)'
/usr/bin/ld: memory-optimization-reducer.cc:(.text._ZN2v88internal8compiler10turboshaft14MemoryAnalyzer17ProcessAllocationERKNS2_10AllocateOpE+0x19a): undefined reference to `absl::lts_20230802::container_internal::EraseMetaOnly(absl::lts_20230802::container_internal::CommonFields&, absl::lts_20230802::container_internal::ctrl_t*, unsigned long)'
/usr/bin/ld: /home/user/works/openwrt/build_dir/hostpkg/node-v22.11.0/out/Release/obj.target/v8_turboshaft/deps/v8/src/compiler/turboshaft/memory-optimization-reducer.o: in function `absl::lts_20230802::container_internal::raw_hash_set<absl::lts_20230802::container_internal::FlatHashSetPolicy<v8::internal::compiler::turboshaft::OpIndex>, absl::lts_20230802::hash_internal::Hash<v8::internal::compiler::turboshaft::OpIndex>, std::equal_to<v8::internal::compiler::turboshaft::OpIndex>, v8::internal::ZoneAllocator<v8::internal::compiler::turboshaft::OpIndex> >::resize(unsigned long)':
memory-optimization-reducer.cc:(.text._ZN4absl12lts_2023080218container_internal12raw_hash_setINS1_17FlatHashSetPolicyIN2v88internal8compiler10turboshaft7OpIndexEEENS0_13hash_internal4HashIS8_EESt8equal_toIS8_ENS5_13ZoneAllocatorIS8_EEE6resizeEm[_ZN4absl12lts_2023080218container_internal12raw_hash_setINS1_17FlatHashSetPolicyIN2v88internal8compiler10turboshaft7OpIndexEEENS0_13hash_internal4HashIS8_EESt8equal_toIS8_ENS5_13ZoneAllocatorIS8_EEE6resizeEm]+0x3e): undefined reference to `absl::lts_20230802::hash_internal::MixingHashState::kSeed'
/usr/bin/ld: /home/user/works/openwrt/build_dir/hostpkg/node-v22.11.0/out/Release/obj.target/v8_turboshaft/deps/v8/src/compiler/turboshaft/memory-optimization-reducer.o: in function `absl::lts_20230802::container_internal::raw_hash_set<absl::lts_20230802::container_internal::FlatHashSetPolicy<v8::internal::compiler::turboshaft::OpIndex>, absl::lts_20230802::hash_internal::Hash<v8::internal::compiler::turboshaft::OpIndex>, std::equal_to<v8::internal::compiler::turboshaft::OpIndex>, v8::internal::ZoneAllocator<v8::internal::compiler::turboshaft::OpIndex> >::prepare_insert(unsigned long)':
memory-optimization-reducer.cc:(.text._ZN4absl12lts_2023080218container_internal12raw_hash_setINS1_17FlatHashSetPolicyIN2v88internal8compiler10turboshaft7OpIndexEEENS0_13hash_internal4HashIS8_EESt8equal_toIS8_ENS5_13ZoneAllocatorIS8_EEE14prepare_insertEm[_ZN4absl12lts_2023080218container_internal12raw_hash_setINS1_17FlatHashSetPolicyIN2v88internal8compiler10turboshaft7OpIndexEEENS0_13hash_internal4HashIS8_EESt8equal_toIS8_ENS5_13ZoneAllocatorIS8_EEE14prepare_insertEm]+0x174): undefined reference to `absl::lts_20230802::container_internal::DropDeletesWithoutResize(absl::lts_20230802::container_internal::CommonFields&, absl::lts_20230802::container_internal::PolicyFunctions const&, void*)'
/usr/bin/ld: /home/user/works/openwrt/build_dir/hostpkg/node-v22.11.0/out/Release/obj.target/v8_turboshaft/deps/v8/src/compiler/turboshaft/memory-optimization-reducer.o: in function `v8::internal::compiler::turboshaft::MemoryAnalyzer::ProcessStore(v8::internal::compiler::turboshaft::StoreOp const&)':
memory-optimization-reducer.cc:(.text._ZN2v88internal8compiler10turboshaft14MemoryAnalyzer12ProcessStoreERKNS2_7StoreOpE+0x23): undefined reference to `absl::lts_20230802::hash_internal::MixingHashState::kSeed'
/usr/bin/ld: memory-optimization-reducer.cc:(.text._ZN2v88internal8compiler10turboshaft14MemoryAnalyzer12ProcessStoreERKNS2_7StoreOpE+0x10c): undefined reference to `absl::lts_20230802::container_internal::EraseMetaOnly(absl::lts_20230802::container_internal::CommonFields&, absl::lts_20230802::container_internal::ctrl_t*, unsigned long)'
/usr/bin/ld: /home/user/works/openwrt/build_dir/hostpkg/node-v22.11.0/out/Release/obj.target/v8_turboshaft/deps/v8/src/compiler/turboshaft/optimize-phase.o: in function `v8::internal::compiler::turboshaft::MemoryOptimizationReducer<v8::internal::compiler::turboshaft::ReducerStack<v8::internal::compiler::turboshaft::Assembler<v8::internal::compiler::turboshaft::reducer_list<v8::internal::compiler::turboshaft::TurboshaftAssemblerOpInterface, v8::internal::compiler::turboshaft::GraphVisitor, v8::internal::compiler::turboshaft::StructuralOptimizationReducer, v8::internal::compiler::turboshaft::LateEscapeAnalysisReducer, v8::internal::compiler::turboshaft::PretenuringPropagationReducer, v8::internal::compiler::turboshaft::MemoryOptimizationReducer, v8::internal::compiler::turboshaft::MachineOptimizationReducer, v8::internal::compiler::turboshaft::ValueNumberingReducer, v8::internal::compiler::turboshaft::TSReducerBase> >, true, v8::internal::compiler::turboshaft::MachineOptimizationReducer, v8::internal::compiler::turboshaft::ValueNumberingReducer, v8::internal::compiler::turboshaft::TSReducerBase> >::ReduceInputGraphStore(v8::internal::compiler::turboshaft::OpIndex, v8::internal::compiler::turboshaft::StoreOp const&)':
optimize-phase.cc:(.text._ZN2v88internal8compiler10turboshaft25MemoryOptimizationReducerINS2_12ReducerStackINS2_9AssemblerINS2_12reducer_listIJNS2_30TurboshaftAssemblerOpInterfaceENS2_12GraphVisitorENS2_29StructuralOptimizationReducerENS2_25LateEscapeAnalysisReducerENS2_29PretenuringPropagationReducerES3_NS2_26MachineOptimizationReducerENS2_21ValueNumberingReducerENS2_13TSReducerBaseEEEEEELb1EJSC_SD_SE_EEEE21ReduceInputGraphStoreENS2_7OpIndexERKNS2_7StoreOpE[_ZN2v88internal8compiler10turboshaft25MemoryOptimizationReducerINS2_12ReducerStackINS2_9AssemblerINS2_12reducer_listIJNS2_30TurboshaftAssemblerOpInterfaceENS2_12GraphVisitorENS2_29StructuralOptimizationReducerENS2_25LateEscapeAnalysisReducerENS2_29PretenuringPropagationReducerES3_NS2_26MachineOptimizationReducerENS2_21ValueNumberingReducerENS2_13TSReducerBaseEEEEEELb1EJSC_SD_SE_EEEE21ReduceInputGraphStoreENS2_7OpIndexERKNS2_7StoreOpE]+0x11): undefined reference to `absl::lts_20230802::hash_internal::MixingHashState::kSeed'
/usr/bin/ld: /home/user/works/openwrt/build_dir/hostpkg/node-v22.11.0/out/Release/obj.target/v8_turboshaft/deps/v8/src/compiler/turboshaft/pretenuring-propagation-reducer.o: in function `absl::lts_20230802::container_internal::raw_hash_set<absl::lts_20230802::container_internal::FlatHashMapPolicy<v8::internal::compiler::turboshaft::OpIndex, v8::internal::ZoneVector<v8::internal::compiler::turboshaft::OpIndex>*>, absl::lts_20230802::hash_internal::Hash<v8::internal::compiler::turboshaft::OpIndex>, std::equal_to<v8::internal::compiler::turboshaft::OpIndex>, v8::internal::ZoneAllocator<std::pair<v8::internal::compiler::turboshaft::OpIndex const, v8::internal::ZoneVector<v8::internal::compiler::turboshaft::OpIndex>*> > >::hash_slot_fn(void*, void*)':
pretenuring-propagation-reducer.cc:(.text._ZN4absl12lts_2023080218container_internal12raw_hash_setINS1_17FlatHashMapPolicyIN2v88internal8compiler10turboshaft7OpIndexEPNS5_10ZoneVectorIS8_EEEENS0_13hash_internal4HashIS8_EESt8equal_toIS8_ENS5_13ZoneAllocatorISt4pairIKS8_SB_EEEE12hash_slot_fnEPvSO_[_ZN4absl12lts_2023080218container_internal12raw_hash_setINS1_17FlatHashMapPolicyIN2v88internal8compiler10turboshaft7OpIndexEPNS5_10ZoneVectorIS8_EEEENS0_13hash_internal4HashIS8_EESt8equal_toIS8_ENS5_13ZoneAllocatorISt4pairIKS8_SB_EEEE12hash_slot_fnEPvSO_]+0x5): undefined reference to `absl::lts_20230802::hash_internal::MixingHashState::kSeed'
/usr/bin/ld: /home/user/works/openwrt/build_dir/hostpkg/node-v22.11.0/out/Release/obj.target/v8_turboshaft/deps/v8/src/compiler/turboshaft/pretenuring-propagation-reducer.o: in function `v8::internal::compiler::turboshaft::PretenuringPropagationAnalyzer::PushContainedValues(v8::internal::compiler::turboshaft::OpIndex)':
pretenuring-propagation-reducer.cc:(.text._ZN2v88internal8compiler10turboshaft30PretenuringPropagationAnalyzer19PushContainedValuesENS2_7OpIndexE+0x5): undefined reference to `absl::lts_20230802::hash_internal::MixingHashState::kSeed'
/usr/bin/ld: /home/user/works/openwrt/build_dir/hostpkg/node-v22.11.0/out/Release/obj.target/v8_turboshaft/deps/v8/src/compiler/turboshaft/pretenuring-propagation-reducer.o: in function `v8::internal::compiler::turboshaft::PretenuringPropagationAnalyzer::OldifySubgraph(v8::internal::compiler::turboshaft::OpIndex) [clone .part.0]':
pretenuring-propagation-reducer.cc:(.text._ZN2v88internal8compiler10turboshaft30PretenuringPropagationAnalyzer14OldifySubgraphENS2_7OpIndexE.part.0+0x21): undefined reference to `absl::lts_20230802::hash_internal::MixingHashState::kSeed'
/usr/bin/ld: /home/user/works/openwrt/build_dir/hostpkg/node-v22.11.0/out/Release/obj.target/v8_turboshaft/deps/v8/src/compiler/turboshaft/pretenuring-propagation-reducer.o: in function `absl::lts_20230802::container_internal::raw_hash_set<absl::lts_20230802::container_internal::FlatHashMapPolicy<v8::internal::compiler::turboshaft::OpIndex, v8::internal::ZoneVector<v8::internal::compiler::turboshaft::OpIndex>*>, absl::lts_20230802::hash_internal::Hash<v8::internal::compiler::turboshaft::OpIndex>, std::equal_to<v8::internal::compiler::turboshaft::OpIndex>, v8::internal::ZoneAllocator<std::pair<v8::internal::compiler::turboshaft::OpIndex const, v8::internal::ZoneVector<v8::internal::compiler::turboshaft::OpIndex>*> > >::resize(unsigned long)':
pretenuring-propagation-reducer.cc:(.text._ZN4absl12lts_2023080218container_internal12raw_hash_setINS1_17FlatHashMapPolicyIN2v88internal8compiler10turboshaft7OpIndexEPNS5_10ZoneVectorIS8_EEEENS0_13hash_internal4HashIS8_EESt8equal_toIS8_ENS5_13ZoneAllocatorISt4pairIKS8_SB_EEEE6resizeEm[_ZN4absl12lts_2023080218container_internal12raw_hash_setINS1_17FlatHashMapPolicyIN2v88internal8compiler10turboshaft7OpIndexEPNS5_10ZoneVectorIS8_EEEENS0_13hash_internal4HashIS8_EESt8equal_toIS8_ENS5_13ZoneAllocatorISt4pairIKS8_SB_EEEE6resizeEm]+0x44): undefined reference to `absl::lts_20230802::hash_internal::MixingHashState::kSeed'
/usr/bin/ld: /home/user/works/openwrt/build_dir/hostpkg/node-v22.11.0/out/Release/obj.target/v8_turboshaft/deps/v8/src/compiler/turboshaft/pretenuring-propagation-reducer.o: in function `absl::lts_20230802::container_internal::raw_hash_set<absl::lts_20230802::container_internal::FlatHashMapPolicy<v8::internal::compiler::turboshaft::OpIndex, v8::internal::ZoneVector<v8::internal::compiler::turboshaft::OpIndex>*>, absl::lts_20230802::hash_internal::Hash<v8::internal::compiler::turboshaft::OpIndex>, std::equal_to<v8::internal::compiler::turboshaft::OpIndex>, v8::internal::ZoneAllocator<std::pair<v8::internal::compiler::turboshaft::OpIndex const, v8::internal::ZoneVector<v8::internal::compiler::turboshaft::OpIndex>*> > >::prepare_insert(unsigned long)':
pretenuring-propagation-reducer.cc:(.text._ZN4absl12lts_2023080218container_internal12raw_hash_setINS1_17FlatHashMapPolicyIN2v88internal8compiler10turboshaft7OpIndexEPNS5_10ZoneVectorIS8_EEEENS0_13hash_internal4HashIS8_EESt8equal_toIS8_ENS5_13ZoneAllocatorISt4pairIKS8_SB_EEEE14prepare_insertEm[_ZN4absl12lts_2023080218container_internal12raw_hash_setINS1_17FlatHashMapPolicyIN2v88internal8compiler10turboshaft7OpIndexEPNS5_10ZoneVectorIS8_EEEENS0_13hash_internal4HashIS8_EESt8equal_toIS8_ENS5_13ZoneAllocatorISt4pairIKS8_SB_EEEE14prepare_insertEm]+0x174): undefined reference to `absl::lts_20230802::container_internal::DropDeletesWithoutResize(absl::lts_20230802::container_internal::CommonFields&, absl::lts_20230802::container_internal::PolicyFunctions const&, void*)'
/usr/bin/ld: /home/user/works/openwrt/build_dir/hostpkg/node-v22.11.0/out/Release/obj.target/v8_turboshaft/deps/v8/src/compiler/turboshaft/pretenuring-propagation-reducer.o: in function `v8::internal::compiler::turboshaft::PretenuringPropagationAnalyzer::Create(v8::internal::compiler::turboshaft::OpIndex)':
pretenuring-propagation-reducer.cc:(.text._ZN2v88internal8compiler10turboshaft30PretenuringPropagationAnalyzer6CreateENS2_7OpIndexE[_ZN2v88internal8compiler10turboshaft30PretenuringPropagationAnalyzer6CreateENS2_7OpIndexE]+0x31): undefined reference to `absl::lts_20230802::hash_internal::MixingHashState::kSeed'
/usr/bin/ld: /home/user/works/openwrt/build_dir/hostpkg/node-v22.11.0/out/Release/obj.target/v8_turboshaft/deps/v8/src/compiler/turboshaft/pretenuring-propagation-reducer.o: in function `v8::internal::compiler::turboshaft::PretenuringPropagationAnalyzer::ProcessStore(v8::internal::compiler::turboshaft::StoreOp const&)':
pretenuring-propagation-reducer.cc:(.text._ZN2v88internal8compiler10turboshaft30PretenuringPropagationAnalyzer12ProcessStoreERKNS2_7StoreOpE+0x5e): undefined reference to `absl::lts_20230802::hash_internal::MixingHashState::kSeed'
/usr/bin/ld: pretenuring-propagation-reducer.cc:(.text._ZN2v88internal8compiler10turboshaft30PretenuringPropagationAnalyzer12ProcessStoreERKNS2_7StoreOpE+0x7b): undefined reference to `absl::lts_20230802::hash_internal::MixingHashState::kSeed'
/usr/bin/ld: /home/user/works/openwrt/build_dir/hostpkg/node-v22.11.0/out/Release/obj.target/v8_turboshaft/deps/v8/src/compiler/turboshaft/pretenuring-propagation-reducer.o: in function `v8::internal::compiler::turboshaft::PretenuringPropagationAnalyzer::ProcessPhi(v8::internal::compiler::turboshaft::PhiOp const&)':
pretenuring-propagation-reducer.cc:(.text._ZN2v88internal8compiler10turboshaft30PretenuringPropagationAnalyzer10ProcessPhiERKNS2_5PhiOpE+0x4b): undefined reference to `absl::lts_20230802::hash_internal::MixingHashState::kSeed'
/usr/bin/ld: pretenuring-propagation-reducer.cc:(.text._ZN2v88internal8compiler10turboshaft30PretenuringPropagationAnalyzer10ProcessPhiERKNS2_5PhiOpE+0x217): undefined reference to `absl::lts_20230802::hash_internal::MixingHashState::kSeed'
/usr/bin/ld: /home/user/works/openwrt/build_dir/hostpkg/node-v22.11.0/out/Release/obj.target/v8_turboshaft/deps/v8/src/compiler/turboshaft/store-store-elimination-phase.o:store-store-elimination-phase.cc:(.text._ZN4absl12lts_2023080218container_internal12raw_hash_setINS1_17FlatHashMapPolicyISt4pairIN2v88internal8compiler10turboshaft7OpIndexEiENS8_16SnapshotTableKeyINS8_18StoreObservabilityENS8_27MaybeRedundantStoresKeyDataEEEEENS0_13hash_internal4HashISA_EESt8equal_toISA_ENS6_13ZoneAllocatorIS4_IKSA_SE_EEEE12hash_slot_fnEPvSQ_[_ZN4absl12lts_2023080218container_internal12raw_hash_setINS1_17FlatHashMapPolicyISt4pairIN2v88internal8compiler10turboshaft7OpIndexEiENS8_16SnapshotTableKeyINS8_18StoreObservabilityENS8_27MaybeRedundantStoresKeyDataEEEEENS0_13hash_internal4HashISA_EESt8equal_toISA_ENS6_13ZoneAllocatorIS4_IKSA_SE_EEEE12hash_slot_fnEPvSQ_]+0x5): more undefined references to `absl::lts_20230802::hash_internal::MixingHashState::kSeed' follow
/usr/bin/ld: /home/user/works/openwrt/build_dir/hostpkg/node-v22.11.0/out/Release/obj.target/v8_turboshaft/deps/v8/src/compiler/turboshaft/store-store-elimination-phase.o: in function `absl::lts_20230802::container_internal::raw_hash_set<absl::lts_20230802::container_internal::FlatHashMapPolicy<std::pair<v8::internal::compiler::turboshaft::OpIndex, int>, v8::internal::compiler::turboshaft::SnapshotTableKey<v8::internal::compiler::turboshaft::StoreObservability, v8::internal::compiler::turboshaft::MaybeRedundantStoresKeyData> >, absl::lts_20230802::hash_internal::Hash<std::pair<v8::internal::compiler::turboshaft::OpIndex, int> >, std::equal_to<std::pair<v8::internal::compiler::turboshaft::OpIndex, int> >, v8::internal::ZoneAllocator<std::pair<std::pair<v8::internal::compiler::turboshaft::OpIndex, int> const, v8::internal::compiler::turboshaft::SnapshotTableKey<v8::internal::compiler::turboshaft::StoreObservability, v8::internal::compiler::turboshaft::MaybeRedundantStoresKeyData> > > >::raw_hash_set(unsigned long, absl::lts_20230802::hash_internal::Hash<std::pair<v8::internal::compiler::turboshaft::OpIndex, int> > const&, std::equal_to<std::pair<v8::internal::compiler::turboshaft::OpIndex, int> > const&, v8::internal::ZoneAllocator<std::pair<std::pair<v8::internal::compiler::turboshaft::OpIndex, int> const, v8::internal::compiler::turboshaft::SnapshotTableKey<v8::internal::compiler::turboshaft::StoreObservability, v8::internal::compiler::turboshaft::MaybeRedundantStoresKeyData> > > const&)':
store-store-elimination-phase.cc:(.text._ZN4absl12lts_2023080218container_internal12raw_hash_setINS1_17FlatHashMapPolicyISt4pairIN2v88internal8compiler10turboshaft7OpIndexEiENS8_16SnapshotTableKeyINS8_18StoreObservabilityENS8_27MaybeRedundantStoresKeyDataEEEEENS0_13hash_internal4HashISA_EESt8equal_toISA_ENS6_13ZoneAllocatorIS4_IKSA_SE_EEEEC2EmRKSI_RKSK_RKSO_[_ZN4absl12lts_2023080218container_internal12raw_hash_setINS1_17FlatHashMapPolicyISt4pairIN2v88internal8compiler10turboshaft7OpIndexEiENS8_16SnapshotTableKeyINS8_18StoreObservabilityENS8_27MaybeRedundantStoresKeyDataEEEEENS0_13hash_internal4HashISA_EESt8equal_toISA_ENS6_13ZoneAllocatorIS4_IKSA_SE_EEEEC5EmRKSI_RKSK_RKSO_]+0x3): undefined reference to `absl::lts_20230802::container_internal::kEmptyGroup'
/usr/bin/ld: /home/user/works/openwrt/build_dir/hostpkg/node-v22.11.0/out/Release/obj.target/v8_turboshaft/deps/v8/src/compiler/turboshaft/store-store-elimination-phase.o: in function `absl::lts_20230802::container_internal::raw_hash_set<absl::lts_20230802::container_internal::FlatHashMapPolicy<std::pair<v8::internal::compiler::turboshaft::OpIndex, int>, v8::internal::compiler::turboshaft::SnapshotTableKey<v8::internal::compiler::turboshaft::StoreObservability, v8::internal::compiler::turboshaft::MaybeRedundantStoresKeyData> >, absl::lts_20230802::hash_internal::Hash<std::pair<v8::internal::compiler::turboshaft::OpIndex, int> >, std::equal_to<std::pair<v8::internal::compiler::turboshaft::OpIndex, int> >, v8::internal::ZoneAllocator<std::pair<std::pair<v8::internal::compiler::turboshaft::OpIndex, int> const, v8::internal::compiler::turboshaft::SnapshotTableKey<v8::internal::compiler::turboshaft::StoreObservability, v8::internal::compiler::turboshaft::MaybeRedundantStoresKeyData> > > >::resize(unsigned long)':
store-store-elimination-phase.cc:(.text._ZN4absl12lts_2023080218container_internal12raw_hash_setINS1_17FlatHashMapPolicyISt4pairIN2v88internal8compiler10turboshaft7OpIndexEiENS8_16SnapshotTableKeyINS8_18StoreObservabilityENS8_27MaybeRedundantStoresKeyDataEEEEENS0_13hash_internal4HashISA_EESt8equal_toISA_ENS6_13ZoneAllocatorIS4_IKSA_SE_EEEE6resizeEm[_ZN4absl12lts_2023080218container_internal12raw_hash_setINS1_17FlatHashMapPolicyISt4pairIN2v88internal8compiler10turboshaft7OpIndexEiENS8_16SnapshotTableKeyINS8_18StoreObservabilityENS8_27MaybeRedundantStoresKeyDataEEEEENS0_13hash_internal4HashISA_EESt8equal_toISA_ENS6_13ZoneAllocatorIS4_IKSA_SE_EEEE6resizeEm]+0x44): undefined reference to `absl::lts_20230802::hash_internal::MixingHashState::kSeed'
/usr/bin/ld: /home/user/works/openwrt/build_dir/hostpkg/node-v22.11.0/out/Release/obj.target/v8_turboshaft/deps/v8/src/compiler/turboshaft/store-store-elimination-phase.o: in function `absl::lts_20230802::container_internal::raw_hash_set<absl::lts_20230802::container_internal::FlatHashMapPolicy<std::pair<v8::internal::compiler::turboshaft::OpIndex, int>, v8::internal::compiler::turboshaft::SnapshotTableKey<v8::internal::compiler::turboshaft::StoreObservability, v8::internal::compiler::turboshaft::MaybeRedundantStoresKeyData> >, absl::lts_20230802::hash_internal::Hash<std::pair<v8::internal::compiler::turboshaft::OpIndex, int> >, std::equal_to<std::pair<v8::internal::compiler::turboshaft::OpIndex, int> >, v8::internal::ZoneAllocator<std::pair<std::pair<v8::internal::compiler::turboshaft::OpIndex, int> const, v8::internal::compiler::turboshaft::SnapshotTableKey<v8::internal::compiler::turboshaft::StoreObservability, v8::internal::compiler::turboshaft::MaybeRedundantStoresKeyData> > > >::prepare_insert(unsigned long)':
store-store-elimination-phase.cc:(.text._ZN4absl12lts_2023080218container_internal12raw_hash_setINS1_17FlatHashMapPolicyISt4pairIN2v88internal8compiler10turboshaft7OpIndexEiENS8_16SnapshotTableKeyINS8_18StoreObservabilityENS8_27MaybeRedundantStoresKeyDataEEEEENS0_13hash_internal4HashISA_EESt8equal_toISA_ENS6_13ZoneAllocatorIS4_IKSA_SE_EEEE14prepare_insertEm[_ZN4absl12lts_2023080218container_internal12raw_hash_setINS1_17FlatHashMapPolicyISt4pairIN2v88internal8compiler10turboshaft7OpIndexEiENS8_16SnapshotTableKeyINS8_18StoreObservabilityENS8_27MaybeRedundantStoresKeyDataEEEEENS0_13hash_internal4HashISA_EESt8equal_toISA_ENS6_13ZoneAllocatorIS4_IKSA_SE_EEEE14prepare_insertEm]+0x174): undefined reference to `absl::lts_20230802::container_internal::DropDeletesWithoutResize(absl::lts_20230802::container_internal::CommonFields&, absl::lts_20230802::container_internal::PolicyFunctions const&, void*)'
/usr/bin/ld: /home/user/works/openwrt/build_dir/hostpkg/node-v22.11.0/out/Release/obj.target/v8_turboshaft/deps/v8/src/compiler/turboshaft/store-store-elimination-phase.o: in function `v8::internal::compiler::turboshaft::MaybeRedundantStoresTable::map_to_key(v8::internal::compiler::turboshaft::OpIndex, int, unsigned char)':
store-store-elimination-phase.cc:(.text._ZN2v88internal8compiler10turboshaft25MaybeRedundantStoresTable10map_to_keyENS2_7OpIndexEih[_ZN2v88internal8compiler10turboshaft25MaybeRedundantStoresTable10map_to_keyENS2_7OpIndexEih]+0x22): undefined reference to `absl::lts_20230802::hash_internal::MixingHashState::kSeed'
/usr/bin/ld: warning: creating DT_TEXTREL in a PIE
collect2: error: ld returned 1 exit status