https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=271228
--- Comment #2 from Robert Clausecker <[email protected]> --- This indeed gets us further, but now the build fails here: [ 72% 21685/30031] LINK host/root_store_tool FAILED: host/root_store_tool /usr/local/bin/python3.9 "../../../../../qtwebengine-everywhere-src-6.4.2/src/3rdparty/chromium/build/toolchain/gcc_lin k_wrapper.py" --output="host/root_store_tool" -- /usr/local/libexec/ccache/c++ -Wl,--build-id=sha1 -fPIC -Wl,-z,noexecs tack -Wl,-z,relro -Wl,-z,now -no-canonical-prefixes -Wl,-O2 -Wl,--gc-sections -rdynamic -pie -Wl,--disable-new-dtags -L /usr/local/lib -fstack-protector-strong -L/usr/local/lib -o "host/root_store_tool" -Wl,--start-group @"host/root_stor e_tool.rsp" -Wl,--end-group -lpthread -lkvm -lexecinfo -lutil -levent -lnss3 -lsmime3 -lnssutil3 -lplds4 -lplc4 -lnsp r4 -ldl -lz ld: error: undefined symbol: OPENSSL_cpuid_setup >>> referenced by crypto.c >>> >>> boringssl/crypto.o:(.text+0x0) in archive >>> host/obj/third_party/boringssl/libboringssl.a c++: error: linker command failed with exit code 1 (use -v to see invocation) This looks like something I can patch though. Will investigate and report back when I'm done. -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug.
