Peter0x44

Results 134 comments of Peter0x44

This reproduces for me too.

``` .\msys2-x86_64-20250221.exe -d -d -d IFW Version: 4.8.1, built with Qt 6.8.0. Build date: Feb 2 2025 Installer Framework SHA1: 12eab2bbe525fd6533b498f09f6a30c64c75d8b1 [0] Arguments: C:\Users\\Downloads\msys2-x86_64-20250221.exe, -d, -d, -d [0] Resource tree:...

I believe that is this upstream gcc bug: https://gcc.gnu.org/PR106103 Try not using LTO

@badrelmers what it's saying is you need to static link ucrt for this to work, which for "mingw" is currently not possible. It is not clear if Microsoft's license allows...

There's also a third json in that directory which seems definitely wrong: gfxstream_vk_icd.x86_64.json ``` { "ICD": { "api_version": "1.1.311", "library_path": "/ucrt64/lib/libvulkan_gfxstream.so" }, "file_format_version": "1.0.0" } ``` But I'm not going...

Works on my machine

Yes, it would help. Preprocessed source is really what we are after.

I guess an argument is that it never makes sense to invoke 7z.sfx yourself. So it shouldn't be on your PATH.