Summary: | www-client/chromium-125.0.6422.112[system-toolchain]: "LLVM ERROR: Do not know how to split this operator's operand!" with sys-devel/clang-18.1.6 | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Matt Whitlock <gentoo> |
Component: | Current packages | Assignee: | Chromium Project <chromium> |
Status: | RESOLVED WORKSFORME | ||
Severity: | normal | CC: | gentoo, kangie |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | chromium-125.0.6422.112-skia-xnnpack-disable-avx512.patch |
Description
Matt Whitlock
2024-06-08 14:31:55 UTC
The build.log, even compressed with 'lzip -9', is too large to attach to Bugzilla. Please find it here: https://www.mattwhitlock.com/chromium-125.0.6422.112-build.log.lz Created attachment 895782 [details, diff] chromium-125.0.6422.112-skia-xnnpack-disable-avx512.patch Due to the outstanding security vulnerabilities in Chromium 124, my priority was to get 125 installed ASAP, so I built it using the attached patch, which I adapted from attachment 892627 [details, diff], that strips out the problematic AVX512 code entirely. That build just completed successfully. Now I am building again, this time without the patch. This should (hopefully) go quicker since I am once again allowing ccache to reuse the cached objects that the previous, successful build emitted, with the only difference between the builds being the re-addition of the AVX512 code. Sorry that took so long. I got an abysmal 0.30% ccache hit rate somehow. But the build did complete successfully, so it looks like sys-devel/clang-18.1.7 fixed the problem. |