Bug 1124955 - rxtx must be ported or blacklisted for AArch64.
Summary: rxtx must be ported or blacklisted for AArch64.
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: rxtx
Version: rawhide
Hardware: aarch64
OS: Linux
low
unspecified
Target Milestone: ---
Assignee: Levente Farkas
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: ARM64, F-ExcludeArch-aarch64
TreeView+ depends on / blocked
 
Reported: 2014-07-30 17:41 UTC by Carlos O'Donell
Modified: 2014-09-16 14:44 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of: 1116162
Environment:
Last Closed: 2014-09-16 14:44:32 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

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.


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