Bug 799552

Summary: R_PPC64_ADDR32 fff85e94858 for symbol `' out of range
Product: [Fedora] Fedora Reporter: Petr Machata <pmachata>
Component: jack-audio-connection-kitAssignee: Orcan Ogetbil <oget.fedora>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: brendan.jones.it, green, mnewsome, oget.fedora
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-03-03 15:27:55 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
A fix none

Description Petr Machata 2012-03-02 23:15:46 UTC
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.

Comment 1 Orcan Ogetbil 2012-03-03 15:27:55 UTC
Thanks for the patch. Applied in rawhide.