Your message dated Sun, 23 Nov 2014 09:01:47 +0100
with message-id <[email protected]>
and subject line Re: Bug#770662: unblock: jblas/1.2.3-5
has caused the Debian Bug report #770662,
regarding unblock: jblas/1.2.3-5
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
770662: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=770662
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: [email protected]
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 <[email protected]> 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: [email protected]
> 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 ---