Skip to content

Cannot build CEMU since the upgrade to Fedora 42. #1544

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
yannboyer7862 opened this issue Apr 23, 2025 · 0 comments
Open

Cannot build CEMU since the upgrade to Fedora 42. #1544

yannboyer7862 opened this issue Apr 23, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@yannboyer7862
Copy link

Current Behavior

Hello, I want to report a problem that I can't seem to fix... It is now impossible for me to build CEMU since I upgraded from Fedora 41 to Fedora 42, Fedora 41 had GCC 14 and Clang 19, while Fedora 42 has Clang 20 and GCC 15.

Basically, when compiling with VCPKG enabled it will fails at the SDL2 package, the error has been fixed in upstream VCPKG for a long time now, the problem was caused by PipeWire 1.4(Fedora 41 had PipeWire 1.2).
If you choose to build without VCPKG then it'll compile fine but it'll fail at link time because of multiple undefined reference to glslang/spirv-tools functions(happens with GCC/Clang ld/lld).
(Fedora 42 has GLSLANG 15.1)

Expected Behavior

Successful build of CEMU on Fedora 42.

Steps to Reproduce

Install Fedora 42 in a VM.
Try to build CEMU, both with and without VCPKG.
See the build fails.

System Info (Optional)

OS: Fedora Linux 42 KDE Plasma Edition
GPU: RTX 4060 8GB Laptop GPU
CPU: Ryzen 7 7435HS 8C/16T 4.55GHz
RAM: 40GB DDR5 4800MHz

Emulation Settings (Optional)

No response

Logs (Optional)

No response

@yannboyer7862 yannboyer7862 added the bug Something isn't working label Apr 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant