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 828604 Details for
Bug 1034162
fails to build for 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]
fix for AArch64 architecture
apache-commons-daemon.diff (text/plain), 2.33 KB, created by
Marcin Juszkiewicz
on 2013-11-25 11:14:02 UTC
(
hide
)
Description:
fix for AArch64 architecture
Filename:
MIME Type:
Creator:
Marcin Juszkiewicz
Created:
2013-11-25 11:14:02 UTC
Size:
2.33 KB
patch
obsolete
>diff --git a/apache-commons-daemon-aarch64.patch b/apache-commons-daemon-aarch64.patch >new file mode 100644 >index 0000000..be385bf >--- /dev/null >+++ b/apache-commons-daemon-aarch64.patch >@@ -0,0 +1,39 @@ >+--- >+ src/native/unix/configure | 4 ++++ >+ src/native/unix/support/apsupport.m4 | 4 ++++ >+ 2 files changed, 8 insertions(+) >+ >+--- commons-daemon-1.0.15-src.orig/src/native/unix/configure >++++ commons-daemon-1.0.15-src/src/native/unix/configure >+@@ -2695,10 +2695,14 @@ echo "$as_me: error: Unsupported operati >+ arm*) >+ CFLAGS="$CFLAGS -DCPU=\\\"arm\\\"" >+ supported_os="arm" >+ HOST_CPU=arm >+ ;; >++ aarch64*) >++ CFLAGS="$CFLAGS -DCPU=\\\"aarch64\\\"" >++ supported_os="aarch64" >++ HOST_CPU=aarch64;; >+ *) >+ echo "$as_me:$LINENO: result: failed" >&5 >+ echo "${ECHO_T}failed" >&6 >+ { { echo "$as_me:$LINENO: error: Unsupported CPU architecture \"$host_cpu\"" >&5 >+ echo "$as_me: error: Unsupported CPU architecture \"$host_cpu\"" >&2;} >+--- commons-daemon-1.0.15-src.orig/src/native/unix/support/apsupport.m4 >++++ commons-daemon-1.0.15-src/src/native/unix/support/apsupport.m4 >+@@ -164,10 +164,14 @@ AC_DEFUN(AP_SUPPORTED_HOST,[ >+ arm*) >+ CFLAGS="$CFLAGS -DCPU=\\\"arm\\\"" >+ supported_os="arm" >+ HOST_CPU=arm >+ ;; >++ aarch64*) >++ CFLAGS="$CFLAGS -DCPU=\\\"aarch64\\\"" >++ supported_os="aarch64" >++ HOST_CPU=aarch64;; >+ *) >+ AC_MSG_RESULT([failed]) >+ AC_MSG_ERROR([Unsupported CPU architecture "$host_cpu"]);; >+ esac >+ >diff --git a/apache-commons-daemon.spec b/apache-commons-daemon.spec >index a3d12e0..9bacffd 100644 >--- a/apache-commons-daemon.spec >+++ b/apache-commons-daemon.spec >@@ -13,6 +13,7 @@ Source0: http://archive.apache.org/dist/commons/%{base_name}/source/%{sho > Patch1: apache-commons-daemon-JAVA_OS.patch > # backport from https://fisheye6.atlassian.com/changelog/commons?cs=1458896 > Patch2: apache-commons-daemon-secondary.patch >+Patch3: apache-commons-daemon-aarch64.patch > BuildRequires: maven-local > BuildRequires: java-devel >= 1:1.6.0 > BuildRequires: jpackage-utils >@@ -61,6 +62,7 @@ Obsoletes: jakarta-%{short_name}-javadoc <= 1:1.0.1 > %setup -q -n %{short_name}-%{version}-src > %patch1 -p1 -b .java_os > %patch2 -p1 -b .secondary >+%patch3 -p1 -b .aarch64 > > # remove java binaries from sources > rm -rf src/samples/build/
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1034162
:
828604
|
828678