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 1140104

Summary: incron fails to build on AArch64
Product: [Fedora] Fedora Reporter: Marcin Juszkiewicz <mjuszkie>
Component: incronAssignee: Kevin Fenzi <kevin>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: kevin, rbean, strobert
Target Milestone: ---   
Target Release: ---   
Hardware: aarch64   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-09-10 16:22:29 UTC Type: ---
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
0001-inotify_init-is-legacy-syscall-not-supported-on-AArc.patch none

Description Marcin Juszkiewicz 2014-09-10 10:00:56 UTC

Comment 1 Marcin Juszkiewicz 2014-09-10 10:03:18 UTC
Created attachment 936096 [details]
0001-inotify_init-is-legacy-syscall-not-supported-on-AArc.patch

Comment 2 Marcin Juszkiewicz 2014-09-10 10:05:17 UTC
Sorry for lack of description when created.

incron does not builds on AArch64 architecture due to fact that inotify_init syscall is not supported (but glibc takes care of it).

Version: 0.5.10-7 is what I based on.

Attached patch takes care of everything so package builds now.

Comment 3 Kevin Fenzi 2014-09-10 16:22:29 UTC
Pushed and build fired off in rawhide. 

Thanks!