ninja: Entering directory `out/gn' [1/4] CXX obj/llvm/lib/CAS/CAS.OnDiskTrieRawHashMap.o FAILED: obj/llvm/lib/CAS/CAS.OnDiskTrieRawHashMap.o ../../../chrome/src/third_party/llvm-build/Release+Asserts/bin/clang++ -MMD -MF obj/llvm/lib/CAS/CAS.OnDiskTrieRawHashMap.o.d -o obj/llvm/lib/CAS/CAS.OnDiskTrieRawHashMap.o -c ../../llvm/lib/CAS/OnDiskTrieRawHashMap.cpp -I../../llvm/include -Igen/llvm/include -O3 -fdiagnostics-color -Wall -Wextra -Wno-unused-parameter -Wdelete-non-virtual-dtor -Wstring-conversion -no-canonical-prefixes -Werror=date-time -fdebug-compilation-dir=. --sysroot=../../sysroot -Wpoison-system-directories -fPIC -Wcovered-switch-default -std=c++17 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti ../../llvm/lib/CAS/OnDiskTrieRawHashMap.cpp:1139:32: error: no member named 'pointer' in 'llvm::cas::OnDiskTrieRawHashMap' 1139 | Expected | ~~~~~~~~~~~~~~~~~~~~~~^ ../../llvm/lib/CAS/OnDiskTrieRawHashMap.cpp:1143:10: error: no viable conversion from returned value of type 'Error' to function return type 'int' 1143 | return createStringError(make_error_code(std::errc::not_supported), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1144 | "OnDiskTrieRawHashMap is not supported"); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../llvm/lib/CAS/OnDiskTrieRawHashMap.cpp:1147:32: error: no member named 'const_pointer' in 'llvm::cas::OnDiskTrieRawHashMap' 1147 | Expected | ~~~~~~~~~~~~~~~~~~~~~~^ ../../llvm/lib/CAS/OnDiskTrieRawHashMap.cpp:1149:10: error: no viable conversion from returned value of type 'Error' to function return type 'int' 1149 | return createStringError(make_error_code(std::errc::not_supported), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1150 | "OnDiskTrieRawHashMap is not supported"); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../llvm/lib/CAS/OnDiskTrieRawHashMap.cpp:1153:23: error: no type named 'const_pointer' in 'llvm::cas::OnDiskTrieRawHashMap' 1153 | OnDiskTrieRawHashMap::const_pointer | ~~~~~~~~~~~~~~~~~~~~~~^ ../../llvm/lib/CAS/OnDiskTrieRawHashMap.cpp:1155:10: error: use of undeclared identifier 'const_pointer'; did you mean 'MD5::MD5Result::const_pointer'? 1155 | return const_pointer(); | ^ ../../sysroot/lib/gcc/x86_64-linux-gnu/14/../../../../include/c++/14/array:104:55: note: 'MD5::MD5Result::const_pointer' declared here 104 | typedef const value_type* const_pointer; | ^ 6 errors generated. [2/4] CXX obj/llvm/unittests/CAS/CASTests.OnDiskTrieRawHashMapTest.o ninja: build stopped: subcommand failed. Command '['ninja', '-C', 'out/gn']' returned non-zero exit status 1.