Created attachment 567187 [details] A fix Description of problem: On ppc64, when starting mpd compiled against libjack, I'm getting the following error: $ mpd mpd: error while loading shared libraries: /usr/lib64/libjack.so.0: R_PPC64_ADDR32 fff85e94858 for symbol `' out of range The problem seems to be that two label references need to be stored into two 32-bit field, while they need 64-bit field. An attached patch fixes this in an obvious way. I haven't checked that the impacted functionality (timers) works as expected, but at least now mpd on ppc64 starts and seems to be working well.
Thanks for the patch. Applied in rawhide.