so when i run this everything else is fine but it gets stuck on these last 2500-ish blink files
ninja: Entering directory `out/Default'
[0/1] Regenerating ninja files
[2849/5010] SOLINK ./libblink_core.so
FAILED: libblink_core.so libblink_core.so.TOC
"python3" "../../build/toolchain/gcc_solink_wrapper.py" --readelf="../../third_party/llvm-build/Release+Asserts/bin/llvm-readelf" --nm="../../third_party/llvm-build/Release+Asserts/bin/llvm-nm" --sofile="./libblink_core.so" --tocfile="./libblink_core.so.TOC" --output="./libblink_core.so" -- ../../third_party/llvm-build/Release+Asserts/bin/clang++ -shared -Wl,-soname="libblink_core.so" -Werror -fuse-ld=lld -Wl,--fatal-warnings -Wl,--build-id -fPIC -Wl,-z,noexecstack -Wl,-z,relro -Wl,--color-diagnostics -Wl,--undefined-version -Wl,--no-call-graph-profile-sort -m64 -no-canonical-prefixes -rdynamic -Wl,-z,defs -Wl,--as-needed -nostdlib++ --sysroot=../../build/linux/debian_bullseye_amd64-sysroot -Wl,-rpath=\$ORIGIN -L../../build/linux/debian_bullseye_amd64-sysroot/usr/lib/x86_64-linux-gnu -o "./libblink_core.so" @"./libblink_core.so.rsp"
ld.lld: error: undefined symbol: blink::CssPropertyID(blink::ExecutionContext const*, WTF::String const&)
>>> referenced by web_element.cc
>>> obj/third_party/blink/renderer/core/exported/exported/web_element.o:(blink::WebElement::GetComputedValue(blink::WebString const&))
>>> referenced by animation_input_helpers.cc
>>> obj/third_party/blink/renderer/core/animation/animation/animation_input_helpers.o:(blink::AnimationInputHelpers::KeyframeAttributeToCSSProperty(WTF::String const&, blink::Document const&))
>>> referenced by animation_input_helpers.cc
>>> obj/third_party/blink/renderer/core/animation/animation/animation_input_helpers.o:(blink::AnimationInputHelpers::KeyframeAttributeToPresentationAttribute(WTF::String const&, blink::Element const*))
>>> referenced 23 more times
ld.lld: error: undefined symbol: blink::GetCSSSampleId(blink::CSSPropertyID)
>>> referenced by use_counter_impl.cc
>>> obj/third_party/blink/renderer/core/core/use_counter_impl.o:(blink::UseCounterImpl::IsCounted(blink::CSSPropertyID, blink::UseCounterImpl::CSSPropertyType) const)
>>> referenced by use_counter_impl.cc
>>> obj/third_party/blink/renderer/core/core/use_counter_impl.o:(blink::UseCounterImpl::Count(blink::CSSPropertyID, blink::UseCounterImpl::CSSPropertyType, blink::LocalFrame const*))
ld.lld: error: undefined symbol: blink::CSSPropertyIDAsAtRuleDescriptor(blink::CSSPropertyID)
>>> referenced by css_property_parser.cc
>>> obj/third_party/blink/renderer/core/core/css_property_parser.o:(blink::CSSPropertyParser::ParseFontFaceDescriptor(blink::CSSPropertyID))
ld.lld: error: undefined symbol: blink::FindProperty(char const*, unsigned int)
>>> referenced by css_property_parser.cc
>>> obj/third_party/blink/renderer/core/core/css_property_parser.o:(blink::CSSPropertyID blink::UnresolvedCSSPropertyID<unsigned char>(blink::ExecutionContext const*, unsigned char const*, unsigned int, blink::CSSParserMode))
>>> referenced by css_property_parser.cc
>>> obj/third_party/blink/renderer/core/core/css_property_parser.o:(blink::CSSPropertyID blink::UnresolvedCSSPropertyID<unsigned char>(blink::ExecutionContext const*, unsigned char const*, unsigned int, blink::CSSParserMode))
>>> referenced by css_property_parser.cc
>>> obj/third_party/blink/renderer/core/core/css_property_parser.o:(blink::CSSPropertyID blink::UnresolvedCSSPropertyID<char16_t>(blink::ExecutionContext const*, char16_t const*, unsigned int, blink::CSSParserMode))
>>> referenced 1 more times
ld.lld: error: undefined symbol: blink::AsAtRuleDescriptorID(WTF::StringView)
>>> referenced by css_parser_token.cc
>>> obj/third_party/blink/renderer/core/core/css_parser_token.o:(blink::CSSParserToken::ParseAsAtRuleDescriptorID() const)
ld.lld: error: undefined symbol: blink::AtRuleDescriptorIDAsCSSPropertyID(blink::AtRuleDescriptorID)
>>> referenced by at_rule_descriptor_parser.cc
>>> obj/third_party/blink/renderer/core/core/at_rule_descriptor_parser.o:(blink::AtRuleDescriptorParser::ParseAtRule(blink::StyleRuleBase::RuleType, blink::AtRuleDescriptorID, blink::CSSTokenizedValue const&, blink::CSSParserContext const&, blink::HeapVector<blink::CSSPropertyValue, 64u>&))
>>> referenced by css_property_value_set.cc
>>> obj/third_party/blink/renderer/core/core/css_property_value_set.o:(blink::GetConvertedCSSPropertyID(blink::AtRuleDescriptorID))
>>> referenced by css_property_value_set.cc
>>> obj/third_party/blink/renderer/core/core/css_property_value_set.o:(blink::IsPropertyMatch(blink::CSSPropertyValueMetadata const&, unsigned short, blink::AtRuleDescriptorID))
ld.lld: error: undefined symbol: blink::ResolveCSSPropertyAlias(int)
>>> referenced by abstract_property_set_css_style_declaration.cc
>>> obj/third_party/blink/renderer/core/core/abstract_property_set_css_style_declaration.o:(blink::ResolveCSSPropertyID(blink::CSSPropertyID))
clang++: error: linker command failed with exit code 1 (use -v to see invocation)
ninja: build stopped: subcommand failed.