Bug#856560: ppc64el: "Cannot find any VM in Java Home" issue

Breno Leitao brenohl at br.ibm.com
Thu Mar 2 13:48:26 UTC 2017


Hello,

This is a debdiff that fixes this problem on Power.

Thanks

-------------- next part --------------
diff -Nru commons-daemon-1.0.15/debian/changelog commons-daemon-1.0.15/debian/changelog
--- commons-daemon-1.0.15/debian/changelog	2017-01-04 18:56:59.000000000 -0500
+++ commons-daemon-1.0.15/debian/changelog	2017-03-02 07:51:51.000000000 -0500
@@ -1,3 +1,9 @@
+commons-daemon (1.0.15-7.1) unstable; urgency=medium
+
+  * Fixes "Cannot find any VM in Java Home" on ppc64el (Closes: #856560)
+
+ -- Breno Leitao <leitao at debian.org>  Thu, 02 Mar 2017 07:51:51 -0500
+
 commons-daemon (1.0.15-7) unstable; urgency=medium
 
   * Team upload.
diff -Nru commons-daemon-1.0.15/debian/patches/ppc64el.diff commons-daemon-1.0.15/debian/patches/ppc64el.diff
--- commons-daemon-1.0.15/debian/patches/ppc64el.diff	2017-01-04 18:56:59.000000000 -0500
+++ commons-daemon-1.0.15/debian/patches/ppc64el.diff	2017-03-02 07:50:01.000000000 -0500
@@ -1,7 +1,7 @@
 Description: Add ppc64el support
 Author: Colin Watson <cjwatson at ubuntu.com>
-Forwarded: https://issues.apache.org/jira/browse/DAEMON-326
-Last-Update: 2014-11-06
+Forwarded: https://issues.apache.org/jira/browse/DAEMON-358
+Last-Update: 2017-03-02
 
 Index: b/src/native/unix/configure
 ===================================================================
@@ -12,9 +12,9 @@
      HOST_CPU=aarch64
      ;;
 +  powerpc64le)
-+    CFLAGS="$CFLAGS -DCPU=\\\"powerpc64le\\\""
-+    supported_os="powerpc64le"
-+    HOST_CPU=powerpc64le
++    CFLAGS="$CFLAGS -DCPU=\\\"ppc64le\\\""
++    supported_os="ppc64le"
++    HOST_CPU=ppc64le
 +    ;;
    *)
      echo "$as_me:$LINENO: result: failed" >&5
@@ -28,9 +28,9 @@
      HOST_CPU=aarch64
      ;;
 +  powerpc64le)
-+    CFLAGS="$CFLAGS -DCPU=\\\"powerpc64le\\\""
-+    supported_os="powerpc64le"
-+    HOST_CPU=powerpc64le
++    CFLAGS="$CFLAGS -DCPU=\\\"ppc64le\\\""
++    supported_os="ppc64le"
++    HOST_CPU=ppc64le
 +    ;;
    *)
      AC_MSG_RESULT([failed])


More information about the pkg-java-maintainers mailing list