Source: jblas
Severity: normal
Tags: patch
User: debian-powe...@lists.debian.org

Dear Maintainer,

The package jblas fails to build from source on ppc64el, due to tests failure.
These failures are caused by unmatching path definitions, which I adjusted in
the patch attached.

Regards.
Fernando


-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: ppc64el (ppc64le)

Kernel: Linux 3.16-trunk-powerpc64le (SMP w/32 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash
diff -Nru jblas-1.2.3/debian/changelog jblas-1.2.3/debian/changelog
--- jblas-1.2.3/debian/changelog	2014-10-17 04:36:16.000000000 +0000
+++ jblas-1.2.3/debian/changelog	2014-11-19 17:03:45.000000000 +0000
@@ -1,3 +1,9 @@
+jblas (1.2.3-4ppc64el1) UNRELEASED; urgency=medium
+
+  * Changes to debian/rules to fix ftbfs on pp64el. 
+
+ -- Fernando Seiti Furusato <ferse...@br.ibm.com>  Wed, 19 Nov 2014 17:03:09 +0000
+
 jblas (1.2.3-4) unstable; urgency=medium
 
   * Tweak debian/rules for tests on arm64 to resolve FTBFS on that arch.
diff -Nru jblas-1.2.3/debian/rules jblas-1.2.3/debian/rules
--- jblas-1.2.3/debian/rules	2014-10-17 04:36:16.000000000 +0000
+++ jblas-1.2.3/debian/rules	2014-11-19 16:58:23.000000000 +0000
@@ -40,6 +40,9 @@
 else ifeq ($(DEB_BUILD_ARCH_CPU),arm64)
 	export LD_LIBRARY_PATH=$(CURDIR)/src/main/resources/lib/dynamic/Linux/aarch64 \
                && $(DEB_ANT_INVOKE) $(DEB_ANT_CHECK_TARGET)
+else ifeq ($(DEB_BUILD_ARCH_CPU),ppc64el)
+	export LD_LIBRARY_PATH=$(CURDIR)/src/main/resources/lib/dynamic/Linux/ppc64 \
+               && $(DEB_ANT_INVOKE) $(DEB_ANT_CHECK_TARGET)
 else
 	export LD_LIBRARY_PATH=$(CURDIR)/src/main/resources/lib/dynamic/Linux/$(DEB_BUILD_ARCH_CPU) \
 		&& $(DEB_ANT_INVOKE) $(DEB_ANT_CHECK_TARGET)
__
This is the maintainer address of Debian's Java team
<http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers>. 
Please use
debian-j...@lists.debian.org for discussions and questions.

Reply via email to