RetroPie / RetroPie-Setup

Shell script to set up a Raspberry Pi/Odroid/PC with RetroArch emulator and various cores
Other
10.04k stars 1.38k forks source link

Ports -> gzdoom.sh fails to build from source on Bookworm #3935

Closed RapidEdwin08 closed 3 months ago

RapidEdwin08 commented 3 months ago

Pi5 with Bookworm fails to compile GZDoom from source with this error: Could not successfully install GZDoom is a feature centric port for all Doom engine games, based on ZDoom (/home/pi/RetroPie-Setup/tmp/build/gzdoom/release/zmusic/lib/libzmusic.so.1.1.12 not found).

Was able to look at log and see libzmusic.so.1.1.13 instead of libzmusic.so.1.1.12. Updating Line#75 to 1.1.13 seems to resolve.

Current Line#75: "release/zmusic/lib/libzmusic.so.1.1.12" Proposal Line#75: "release/zmusic/lib/libzmusic.so.1.1.13"

gzdoom.sh Line#75

cmitu commented 3 months ago

Thank you for the heads up, upstream probably bumped the ZMusic api version. I'll fix it the module, in the future please use the forum to report the error.