Bug#833572: javatools: java-arch.sh returns wrong result on ppc64el

Julien Cristau jcristau at debian.org
Sat Aug 6 08:53:21 UTC 2016


Source: javatools
Version: 0.48
Severity: grave
Control: fixed -1 0.55

Hi,

javahelper's java-arch.sh returns 'ppc64' on ppc64el, but recent java
versions seem to use 'ppc64le' instead, leading to build failures.  This
needs to be fixed in stable.  I'll send the following diff to the stable
release managers for approval (amended to close this bug).

Cheers,
Julien

diff -Nru javatools-0.48/debian/changelog javatools-0.48+deb8u1/debian/changelog
--- javatools-0.48/debian/changelog	2014-12-12 07:44:41.000000000 +0100
+++ javatools-0.48+deb8u1/debian/changelog	2016-08-06 10:46:49.000000000 +0200
@@ -1,3 +1,10 @@
+javatools (0.48+deb8u1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fixed the arch returned for ppc64el in java-arch.sh
+
+ -- Julien Cristau <jcristau at debian.org>  Sat, 06 Aug 2016 10:46:30 +0200
+
 javatools (0.48) unstable; urgency=medium
 
   * Team upload.
diff -Nru javatools-0.48/java-arch.sh javatools-0.48+deb8u1/java-arch.sh
--- javatools-0.48/java-arch.sh	2014-12-12 07:44:41.000000000 +0100
+++ javatools-0.48+deb8u1/java-arch.sh	2016-08-06 10:46:07.000000000 +0200
@@ -24,7 +24,7 @@
 		echo ppc
 		;;
 	ppc64el)
-		echo ppc64
+		echo ppc64le
 		;;
 	hppa)
 		echo parisc



More information about the pkg-java-maintainers mailing list