--- Begin Message ---
Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: unblock
Dear Release Team:
Please unblock package jblas.
This upload addresses #770203, FTBFS on ppc64el during test execution.
The debdiff is attached.
Thank you for your consideration,
tony
unblock jblas/1.2.3-5
-- System Information:
Debian Release: jessie/sid
APT prefers testing
APT policy: (900, 'testing'), (300, 'unstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
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-16 21:36:16.000000000 -0700
+++ jblas-1.2.3/debian/changelog 2014-11-19 23:00:00.000000000 -0800
@@ -1,3 +1,10 @@
+jblas (1.2.3-5) unstable; urgency=medium
+
+ * Tweak debian/rules to address FTBFS (tests) on ppc64el.
+ - Thanks to Fernando Seiti Furusato. (Closes: #770203)
+
+ -- tony mancill <tmancill@debian.org> Wed, 19 Nov 2014 22:58:37 -0800
+
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-16 21:36:16.000000000 -0700
+++ jblas-1.2.3/debian/rules 2014-11-19 23:00:00.000000000 -0800
@@ -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)
--- End Message ---
--- Begin Message ---
On 2014-11-23 05:05, tony mancill wrote:
> Package: release.debian.org
> Severity: normal
> User: release.debian.org@packages.debian.org
> Usertags: unblock
>
> Dear Release Team:
>
> Please unblock package jblas.
>
> This upload addresses #770203, FTBFS on ppc64el during test execution.
> The debdiff is attached.
>
> Thank you for your consideration,
> tony
>
> unblock jblas/1.2.3-5
>
> [...]
Unblocked, thanks.
~Niels
--- End Message ---