Emulator Issues #13169
closedCompilation error on Fedora Linux - minizip vs minizip-ng
0%
Description
What's the problem? Describe what went wrong.
Greetings. So I've been manually compiling Dolphin on my Fedora KDE installation, for over 6 months, with no issues. The last version I was able to compile successfully was 5.0-18143. There was a break of several weeks since I tried compiling a newer version but it encounters an error when attempting to do so now.
What steps will reproduce the problem?
- Run Fedora 37 KDE and install related dependencies.
- Grab a copy of dolphin via git clone --recursive https://github.com/dolphin-emu/dolphin.git.
- Create the 'build' folder in dolphin and compile via cmake .. -DLINUX_LOCAL_DEV=true -DENCODE_FRAMEDUMPS=OFF -DUSE_SHARED_ENET=ON -DUSE_DISCORD_PRESENCE=OFF and make
Is the issue present in the latest development version? For future reference, please also write down the version number of the latest development version.
The issue occurs between 5.0-18143 and the most recent build. Additionally, I am attempting to figure out git bisect in order to help narrow down the culprit.
What are your PC specifications? (CPU, GPU, Operating System, more)
Fedora 37 KDE (Wayland)
AMD Ryzen 9 5900HX
AMD Radeon RX 6800M (running Mesa 23.1.0-devel)
32GB RAM
Is there anything else that can help developers narrow down the issue? (e.g. logs, screenshots,
configuration files, savefiles, savestates)
Attached is the terminal log for the compilation attempt. Of course, if there's any further info required, I'll be more than happy to provide.
Files