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 1124955

Summary: rxtx must be ported or blacklisted for AArch64.
Product: [Fedora] Fedora Reporter: Carlos O'Donell <codonell>
Component: rxtxAssignee: Levente Farkas <lfarkas>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: low    
Version: rawhideCC: lfarkas, pbrobinson
Target Milestone: ---   
Target Release: ---   
Hardware: aarch64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: 1116162 Environment:
Last Closed: 2014-09-16 14:44:32 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 922257    

Description Carlos O'Donell 2014-07-30 17:41:36 UTC
The package uses sys/io.h on an architecture that doesn't support it.

The sys/io.h header is architecture-dependent and therefore rxtx needs to be ported to AArch64 or placed on the blacklist.

Particularly src/portmode.c and src/RawImp.c unconditionally include sys/io.h without checking if the non-portable header is present and disabling the functionality that requires ioperm et. al.