Ports -> gzdoom.sh fails to build from source on Bookworm
RapidEdwin08 opened this issue · 1 comments
RapidEdwin08 commented
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"
cmitu commented
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.