Bug 502883 - towhee fails to build: operand out of range error
Summary: towhee fails to build: operand out of range error
Keywords:
Status: CLOSED CANTFIX
Alias: None
Product: Fedora
Classification: Fedora
Component: gcc
Version: 11
Hardware: All
OS: Linux
low
medium
Target Milestone: ---
Assignee: Jakub Jelinek
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2009-05-27 15:49 UTC by Susi Lehtola
Modified: 2009-07-22 22:38 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2009-07-22 22:38:40 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Susi Lehtola 2009-05-27 15:49:41 UTC
Build of towhee fails due to

{standard input}:280865: Error: operand out of range (0x0000000000008008 is not between 0xffffffffffff8000 and 0x0000000000007fff)

both on F10 and F11 on ppc64 architecture, see

http://koji.fedoraproject.org/koji/getfile?taskID=1379583&name=build.log
http://koji.fedoraproject.org/koji/getfile?taskID=1379646&name=build.log

The object files that are to be linked are 13k and 82k on x86_64 architecture, so it shouldn't fail on too big a file.

On EL5 the package builds fine (no ppc64 architecture).

Comment 1 Bug Zapper 2009-06-09 16:39:11 UTC
This bug appears to have been reported against 'rawhide' during the Fedora 11 development cycle.
Changing version to '11'.

More information and reason for this action is here:
http://fedoraproject.org/wiki/BugZappers/HouseKeeping

Comment 2 Jakub Jelinek 2009-06-16 15:15:09 UTC
Try -mminimal-toc or splitting the sources.  It is not about size of object files, but a TOC section overflow.

Comment 3 Susi Lehtola 2009-07-22 22:38:40 UTC
-mminimal-toc doesn't work. I've excluded ppc64 for now. Closing.


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