Bug 799552 - R_PPC64_ADDR32 fff85e94858 for symbol `' out of range
Summary: R_PPC64_ADDR32 fff85e94858 for symbol `' out of range
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: jack-audio-connection-kit
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Orcan Ogetbil
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-03-02 23:15 UTC by Petr Machata
Modified: 2015-05-05 01:36 UTC (History)
4 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2012-03-03 15:27:55 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
A fix (771 bytes, patch)
2012-03-02 23:15 UTC, Petr Machata
no flags Details | Diff

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.


Note You need to log in before you can comment on or make changes to this bug.