Andrew Kaster
Andrew Kaster
Eh? How did "-fblocks" get stuck on? I thought we cleared that variable after the checks.
Your configure got completely screwed up by the target flags for BlocksRuntime::BlocksRuntime. But that makes absolutely no sense for a gcc config.. how could it possibly have been found via...
Yeah, something is strange but I'm not quite sure what. It should only be possible for Meta/CMake/FindBlocksRuntime.cmake to succeed in finding the blocks runtime when running a -DENABLE_SWIFT=ON build, with...
Thanks. I'll put that in a patch because it's technically something we should have been doing the whole time
We're crashing in static initializers of skia? Yikes. Since Sam isn't seeing this, I'm guessing this is something that can be fixed or avoided by having some extra package we...
Yeah, it happens in a fresh fedora:42 dockerfile as well. We don't need any more +1s on this issue, I think 😅
This is the same patchelf problem as the older fedora issue. Patchelf is now completely busted on fedora 42, regardless of linker, compiler, or linker options. We need to tell...
Between https://github.com/microsoft/vcpkg/pull/45417 and #4642 this issue should be resolved. The action to take for developers on Fedora 42 wanting to build ladybird is to `dnf install patchelf` to ensure that...
#1484 doesn't solve the general problem here. My compile_commands.json doesn't live in `out` or `build` from the top level in my main work projects. It lives in `Build/` or similar....