Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.
Bug 245461 - g-wrap-ffiexecstack.patch breaks g-wrap build on arm
Summary: g-wrap-ffiexecstack.patch breaks g-wrap build on arm
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: g-wrap
Version: rawhide
Hardware: arm9
OS: Linux
low
low
Target Milestone: ---
Assignee: Bill Nottingham
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: ARMTracker
TreeView+ depends on / blocked
 
Reported: 2007-06-23 16:08 UTC by Lennert Buytenhek
Modified: 2014-03-17 03:07 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2007-06-25 16:37:26 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Lennert Buytenhek 2007-06-23 16:08:04 UTC
The g-wrap-ffiexecstack.patch which Fedora ships breaks the build on arm
because '@' starts a comment in ARM assembler, and the execstack diff adds
the following line to libffi/src/arm/sysv.S:

+       .section        .note.GNU-stack,"",@progbits

Changing @progbits to %progbits fixes the build.  Could you please apply
this change?

Thanks for your time.

Comment 1 Bill Nottingham 2007-06-25 16:37:26 UTC
Fixed in CVS. Note that g-wrap is going away soon.


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