Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 936107 Details for
Bug 1140146
k3d uses legacy syscall not supported on AArch64
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
patch + spec changeset
0001-inotify_init-is-legacy-syscall-not-supported-on-AArc.patch (text/plain), 2.22 KB, created by
Marcin Juszkiewicz
on 2014-09-10 11:20:16 UTC
(
hide
)
Description:
patch + spec changeset
Filename:
MIME Type:
Creator:
Marcin Juszkiewicz
Created:
2014-09-10 11:20:16 UTC
Size:
2.22 KB
patch
obsolete
>From e9a226e323a590908ec8b921602e34bffa106534 Mon Sep 17 00:00:00 2001 >From: Marcin Juszkiewicz <mjuszkiewicz@redhat.com> >Date: Wed, 10 Sep 2014 13:14:11 +0200 >Subject: [PATCH] inotify_init is legacy syscall not supported on AArch64 > >Signed-off-by: Marcin Juszkiewicz <mjuszkiewicz@redhat.com> >--- > k3d-aarch64.patch | 13 +++++++++++++ > k3d.spec | 7 ++++++- > 2 files changed, 19 insertions(+), 1 deletion(-) > create mode 100644 k3d-aarch64.patch > >diff --git a/k3d-aarch64.patch b/k3d-aarch64.patch >new file mode 100644 >index 0000000..be5ea1a >--- /dev/null >+++ b/k3d-aarch64.patch >@@ -0,0 +1,13 @@ >+Index: k3d-source-0.8.0.2/modules/inotify/inotify-cxx.h >+=================================================================== >+--- k3d-source-0.8.0.2.orig/modules/inotify/inotify-cxx.h >++++ k3d-source-0.8.0.2/modules/inotify/inotify-cxx.h >+@@ -32,7 +32,7 @@ >+ #include <sys/inotify.h> >+ >+ // Use this if syscalls not defined >+-#ifndef __NR_inotify_init >++#if not defined(__NR_inotify_init) && not defined(__aarch64__) >+ #include <sys/inotify-syscalls.h> >+ #endif // __NR_inotify_init >+ >diff --git a/k3d.spec b/k3d.spec >index 53b067e..d291deb 100644 >--- a/k3d.spec >+++ b/k3d.spec >@@ -1,6 +1,6 @@ > Name: k3d > Version: 0.8.0.2 >-Release: 29%{?dist} >+Release: 30%{?dist} > Summary: A 3D Modeling, Animation and Rendering System > > Group: Applications/Multimedia >@@ -14,6 +14,7 @@ Patch1: k3d-0.8.0.2-cmake.diff > Patch2: k3d-0.8.0.2-gtkmm2.24.diff > Patch3: k3d-0.8.0.2-libpng1.4.patch > Patch4: k3d-0.8.0.2-gcc-4.7.patch >+Patch5: k3d-aarch64.patch > > # This list is alpha sorted. > BuildRequires: boost-devel >@@ -93,6 +94,7 @@ rendering a model written by K-3D. > %patch2 -p1 > %patch3 -p1 > %patch4 -p1 >+%patch5 -p1 > > # binaries in source tarball > rm tests/*.pyc >@@ -180,6 +182,9 @@ update-desktop-database %{_datadir}/applications > /dev/null 2>&1 || : > > > %changelog >+* Wed Sep 10 2014 Marcin Juszkiewicz <mjuszkiewicz@redhat.com> - 0.8.0.2-30 >+- inotify_init is legacy syscall not supported on AArch64 >+ > * Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.0.2-29 > - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild > >-- >2.1.0 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 1140146
: 936107