Your message dated Fri, 21 Sep 2018 18:31:00 +0000
with message-id <[email protected]>
and subject line Re: newmat FTCBFS: fails running tests despite
DEB_BUILD_OPTIONS=nocheck
has caused the Debian Bug report #879889,
regarding newmat FTCBFS: fails running tests despite DEB_BUILD_OPTIONS=nocheck
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.)
--
879889: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=879889
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: newmat
Version: 1.10.4-6
Tags: patch
User: [email protected]
Usertags: rebootstrap
newmat fails to cross build from source, because it fails running tests
even though DEB_BUILD_OPTIONS contained nocheck. The tests naturally
fail with an "Exec format error". After skipping tests, newmat cross
builds successfully. Please consider applying the attached patch.
Helmut
diff --minimal -Nru newmat-1.10.4/debian/changelog
newmat-1.10.4/debian/changelog
--- newmat-1.10.4/debian/changelog 2016-12-11 14:23:04.000000000 +0100
+++ newmat-1.10.4/debian/changelog 2017-10-26 21:28:03.000000000 +0200
@@ -1,3 +1,10 @@
+newmat (1.10.4-6.1) UNRELEASED; urgency=medium
+
+ * Non-maintainer upload.
+ * Fix FTCBFS: Honour DEB_BUILD_OPTIONS=nocheck. (Closes: #-1)
+
+ -- Helmut Grohne <[email protected]> Thu, 26 Oct 2017 21:28:03 +0200
+
newmat (1.10.4-6) unstable; urgency=medium
[ Philippe Coval ]
diff --minimal -Nru newmat-1.10.4/debian/rules newmat-1.10.4/debian/rules
--- newmat-1.10.4/debian/rules 2016-12-11 14:23:04.000000000 +0100
+++ newmat-1.10.4/debian/rules 2017-10-26 21:28:01.000000000 +0200
@@ -55,9 +55,11 @@
dh_testdir
$(MAKE)
#{ regression tests
+ifeq ($(filter nocheck,$(DEB_BUILD_OPTIONS)),)
./example
./tmt
./test_exc
+endif
#}
touch $@
--- End Message ---
--- Begin Message ---
Source: newmat
Source-Version: 1.10.4-7
On Thu, 26 Oct 2017 21:30:56 +0200 Helmut Grohne <[email protected]> wrote:
> Source: newmat
> Version: 1.10.4-6
> Tags: patch
> User: [email protected]
> Usertags: rebootstrap
>
> newmat fails to cross build from source, because it fails running tests
> even though DEB_BUILD_OPTIONS contained nocheck. The tests naturally
> fail with an "Exec format error". After skipping tests, newmat cross
> builds successfully. Please consider applying the attached patch.
>
> Helmut
This appears to have been fixed in newmat/1.10.4-7 but not
mentioned/closed properly in the changelog.
Thanks,
~Niels
--- End Message ---
--
debian-science-maintainers mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers