Bug 1116239

Summary: python-subprocess32: FTBFS on aarch64
Product: [Fedora] Fedora Reporter: Yaakov Selkowitz <yselkowi>
Component: python-subprocess32Assignee: Toshio Ernie Kuratomi <a.badger>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: a.badger, pbrobinson, yselkowi
Target Milestone: ---Keywords: Patch
Target Release: ---   
Hardware: aarch64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-07-04 15:21:21 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    
Attachments:
Description Flags
Fix FTBFS on aarch64 (#1116239) none

Description Yaakov Selkowitz 2014-07-04 05:01:06 UTC
Your package python-subprocess32 fails to build on rawhide for aarch64: 

http://arm.koji.fedoraproject.org/koji/buildinfo?buildID=205925

The cause is usage of the deprecated SYS_getdents syscall, which is not available on aarch64.  Attaching patch for rawhide.

Comment 1 Yaakov Selkowitz 2014-07-04 05:08:32 UTC
Created attachment 914636 [details]
Fix FTBFS on aarch64 (#1116239)

Successful scratch build:
http://arm.koji.fedoraproject.org/koji/taskinfo?taskID=2473943

Comment 2 Peter Robinson 2014-07-04 15:21:21 UTC
Just upgraded to 3.2.6 rather than dealing with back port patches

Comment 3 Toshio Ernie Kuratomi 2014-07-07 15:23:54 UTC
Thanks Peter!