make build failed
-- The CXX compiler identification is GNU 11.2.0 -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /usr/bin/c++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Found Perl: /usr/bin/perl (found version "5.34.0") -- Checking for module 'libunwind-generic' -- Found libunwind-generic, version 1.3.2 -- The ASM compiler identification is GNU -- Found assembler: /usr/bin/cc -- Configuring done -- Generating done -- Build files have been written to: /src/boringssl [ 0%] Building CXX object CMakeFiles/boringssl_gtest.dir/third_party/googletest/src/gtest-all.cc.o In file included from /src/boringssl/third_party/googletest/src/gtest-all.cc:42: /src/boringssl/third_party/googletest/src/gtest-death-test.cc: In function 'bool testing::internal::StackGrowsDown()': /src/boringssl/third_party/googletest/src/gtest-death-test.cc:1287:24: error: 'dummy' may be used uninitialized [-Werror=maybe-uninitialized] 1287 | StackLowerThanAddress(&dummy, &result); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ /src/boringssl/third_party/googletest/src/gtest-death-test.cc:1276:13: note: by argument 1 of type 'const void*' to 'void testing::internal::StackLowerThanAddress(const void*, bool*)' declared here 1276 | static void StackLowerThanAddress(const void* ptr, bool* result) { | ^~~~~~~~~~~~~~~~~~~~~ /src/boringssl/third_party/googletest/src/gtest-death-test.cc:1285:7: note: 'dummy' declared here 1285 | int dummy; | ^~~~~ cc1plus: all warnings being treated as errors make[2]: *** [CMakeFiles/boringssl_gtest.dir/build.make:76: CMakeFiles/boringssl_gtest.dir/third_party/googletest/src/gtest-all.cc.o] Error 1 make[1]: *** [CMakeFiles/Makefile2:286: CMakeFiles/boringssl_gtest.dir/all] Error 2 make: *** [Makefile:91: all] Error 2 The command '/bin/sh -c git clone https://boringssl.googlesource.com/boringssl && cd boringssl && git checkout 251b5169fd44345f455438312ec4e18ae07fd58c && cmake . && make' returned a non-zero code: 2 make: *** [Makefile:123: build] Error 2 root@ubuntu:/usr/local/src/equic#