You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bigtop.apache.org by of...@apache.org on 2016/07/29 17:02:51 UTC

[10/51] [abbrv] bigtop git commit: BIGTOP-2427. jsvc build not recognizing ARM as valid platform

BIGTOP-2427. jsvc build not recognizing ARM as valid platform


Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo
Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/413347c9
Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/413347c9
Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/413347c9

Branch: refs/heads/BIGTOP-2253
Commit: 413347c97f5aeefb970b9a8bf72ddf195bc0e996
Parents: 7d7c4b6
Author: Roman Shaposhnik <rv...@apache.org>
Authored: Mon May 23 17:09:58 2016 -0700
Committer: Roman Shaposhnik <rv...@apache.org>
Committed: Mon May 23 17:09:58 2016 -0700

----------------------------------------------------------------------
 ...679f88e690f65a81e4590e172061f0f6be5a4d.patch | 83 --------------------
 ...e679f88e690f65a81e4590e172061f0f6be5a4d.diff | 80 +++++++++++++++++++
 2 files changed, 80 insertions(+), 83 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bigtop/blob/413347c9/bigtop-packages/src/common/bigtop-jsvc/9e679f88e690f65a81e4590e172061f0f6be5a4d.patch
----------------------------------------------------------------------
diff --git a/bigtop-packages/src/common/bigtop-jsvc/9e679f88e690f65a81e4590e172061f0f6be5a4d.patch b/bigtop-packages/src/common/bigtop-jsvc/9e679f88e690f65a81e4590e172061f0f6be5a4d.patch
deleted file mode 100644
index 1b7c4c5..0000000
--- a/bigtop-packages/src/common/bigtop-jsvc/9e679f88e690f65a81e4590e172061f0f6be5a4d.patch
+++ /dev/null
@@ -1,83 +0,0 @@
-From 9e679f88e690f65a81e4590e172061f0f6be5a4d Mon Sep 17 00:00:00 2001
-From: "Gary D. Gregory" <gg...@apache.org>
-Date: Mon, 23 May 2016 17:11:03 +0000
-Subject: [PATCH] [DAEMON-347] Add AArch64 support to
- src/native/unix/support/apsupport.m4.
-
-git-svn-id: https://svn.apache.org/repos/asf/commons/proper/daemon/trunk@1745237 13f79535-47bb-0310-9956-ffa450edef68
----
- src/changes/changes.xml              | 45 ++++++++++++++++++++++++++++++++++++
- src/native/unix/support/apsupport.m4 |  8 ++++++-
- 2 files changed, 52 insertions(+), 1 deletion(-)
- create mode 100644 src/changes/changes.xml
-
-diff --git a/src/changes/changes.xml b/src/changes/changes.xml
-new file mode 100644
-index 0000000..80fe85a
---- /dev/null
-+++ b/src/changes/changes.xml
-@@ -0,0 +1,45 @@
-+<?xml version="1.0"?>
-+<!--
-+  Licensed to the Apache Software Foundation (ASF) under one or more
-+  contributor license agreements. See the NOTICE file distributed with
-+  this work for additional information regarding copyright ownership.
-+  The ASF licenses this file to You under the Apache License, Version 2.0
-+  (the "License"); you may not use this file except in compliance with
-+  the License. You may obtain a copy of the License at
-+
-+  http://www.apache.org/licenses/LICENSE-2.0
-+
-+  Unless required by applicable law or agreed to in writing, software
-+  distributed under the License is distributed on an "AS IS" BASIS,
-+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-+  See the License for the specific language governing permissions and
-+  limitations under the License.
-+-->
-+
-+<!--
-+  This file is used by the maven-changes-plugin to generate the release notes.
-+  Useful ways of finding items to add to this file are:
-+
-+  1. Add items when you fix a bug or add a feature (this makes the
-+  release process easy :-).
-+
-+  2. Do a JIRA search for tickets closed since the previous release.
-+
-+  3. Use the report generated by the maven-changelog-plugin to see all
-+  SVN commits. Set the project.properties' maven.changelog.range
-+  property to the number of days since the last release.
-+
-+
-+  The <action> type attribute can be add,update,fix,remove.
-+-->
-+
-+<document>
-+  <properties>
-+    <title>Release Notes</title>
-+  </properties>
-+  <body>
-+    <release version="1.1.0" date="2016-MM-DD" description="Feature and bug fix release">
-+      <action issue="DAEMON-347" type="update" dev="ggregory" due-to="Ganesh Raju">Add AArch64 support to src/native/unix/support/apsupport.m4</action>
-+    </release>
-+  </body>
-+</document>
-diff --git a/src/native/unix/support/apsupport.m4 b/src/native/unix/support/apsupport.m4
-index db91e32..e03969a 100644
---- a/src/native/unix/support/apsupport.m4
-+++ b/src/native/unix/support/apsupport.m4
-@@ -156,7 +156,13 @@ AC_DEFUN(AP_SUPPORTED_HOST,[
-   arm*)
-     CFLAGS="$CFLAGS -DCPU=\\\"arm\\\""
-     supported_os="arm"
--    HOST_CPU=arm;;
-+    HOST_CPU=arm  
-+    ;;
-+  aarch64*)
-+    CFLAGS="$CFLAGS -DCPU=\\\"aarch64\\\""
-+    supported_os="linux"
-+    HOST_CPU=aarch64
-+    ;;  
-   *)
-     AC_MSG_RESULT([failed])
-     AC_MSG_ERROR([Unsupported CPU architecture "$host_cpu"]);;

http://git-wip-us.apache.org/repos/asf/bigtop/blob/413347c9/bigtop-packages/src/common/bigtop-jsvc/patch-9e679f88e690f65a81e4590e172061f0f6be5a4d.diff
----------------------------------------------------------------------
diff --git a/bigtop-packages/src/common/bigtop-jsvc/patch-9e679f88e690f65a81e4590e172061f0f6be5a4d.diff b/bigtop-packages/src/common/bigtop-jsvc/patch-9e679f88e690f65a81e4590e172061f0f6be5a4d.diff
new file mode 100644
index 0000000..24e6458
--- /dev/null
+++ b/bigtop-packages/src/common/bigtop-jsvc/patch-9e679f88e690f65a81e4590e172061f0f6be5a4d.diff
@@ -0,0 +1,80 @@
+From 9e679f88e690f65a81e4590e172061f0f6be5a4d Mon Sep 17 00:00:00 2001
+From: "Gary D. Gregory" <gg...@apache.org>
+Date: Mon, 23 May 2016 17:11:03 +0000
+Subject: [PATCH] [DAEMON-347] Add AArch64 support to
+ src/native/unix/support/apsupport.m4.
+
+git-svn-id: https://svn.apache.org/repos/asf/commons/proper/daemon/trunk@1745237 13f79535-47bb-0310-9956-ffa450edef68
+---
+ src/changes/changes.xml              | 45 ++++++++++++++++++++++++++++++++++++
+ src/native/unix/support/apsupport.m4 |  8 ++++++-
+ 2 files changed, 52 insertions(+), 1 deletion(-)
+ create mode 100644 src/changes/changes.xml
+
+diff --git a/src/changes/changes.xml b/src/changes/changes.xml
+new file mode 100644
+index 0000000..80fe85a
+--- /dev/null
++++ b/src/changes/changes.xml
+@@ -0,0 +1,45 @@
++<?xml version="1.0"?>
++<!--
++  Licensed to the Apache Software Foundation (ASF) under one or more
++  contributor license agreements. See the NOTICE file distributed with
++  this work for additional information regarding copyright ownership.
++  The ASF licenses this file to You under the Apache License, Version 2.0
++  (the "License"); you may not use this file except in compliance with
++  the License. You may obtain a copy of the License at
++
++  http://www.apache.org/licenses/LICENSE-2.0
++
++  Unless required by applicable law or agreed to in writing, software
++  distributed under the License is distributed on an "AS IS" BASIS,
++  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
++  See the License for the specific language governing permissions and
++  limitations under the License.
++-->
++
++<!--
++  This file is used by the maven-changes-plugin to generate the release notes.
++  Useful ways of finding items to add to this file are:
++
++  1. Add items when you fix a bug or add a feature (this makes the
++  release process easy :-).
++
++  2. Do a JIRA search for tickets closed since the previous release.
++
++  3. Use the report generated by the maven-changelog-plugin to see all
++  SVN commits. Set the project.properties' maven.changelog.range
++  property to the number of days since the last release.
++
++
++  The <action> type attribute can be add,update,fix,remove.
++-->
++
++<document>
++  <properties>
++    <title>Release Notes</title>
++  </properties>
++  <body>
++    <release version="1.1.0" date="2016-MM-DD" description="Feature and bug fix release">
++      <action issue="DAEMON-347" type="update" dev="ggregory" due-to="Ganesh Raju">Add AArch64 support to src/native/unix/support/apsupport.m4</action>
++    </release>
++  </body>
++</document>
+diff --git a/src/native/unix/support/apsupport.m4 b/src/native/unix/support/apsupport.m4
+index db91e32..e03969a 100644
+--- a/unix/support/apsupport.m4
++++ b/unix/support/apsupport.m4
+@@ -166,6 +166,11 @@
+     supported_os="arm"
+     HOST_CPU=arm
+     ;;
++  aarch64*)
++    CFLAGS="$CFLAGS -DCPU=\\\"aarch64\\\""
++    supported_os="linux"
++    HOST_CPU=aarch64
++    ;;
+   *)
+     AC_MSG_RESULT([failed])
+     AC_MSG_ERROR([Unsupported CPU architecture "$host_cpu"]);;