[Debian-med-packaging] Bug#863929: falcon: FTBFS: Test failures ("Task Node(0-rawreads/job_0001) failed with exit-code=256")
Adrian Bunk
bunk at debian.org
Wed Jun 7 12:26:49 UTC 2017
On Wed, Jun 07, 2017 at 01:02:02PM +0200, Andreas Tille wrote:
> Hi,
Hi Andreas,
> NMUs are in any case OK for any Debian Med package. I would have
> uploaded as well if I would know the best solution. So please apply
> what you consider best and upload as soon as possible. Alternatively
> send a patch and I'll hurry up.
I actually got the same error that Andreas got on i386 also on amd64.
It seems you also got the same in the past:
https://lists.debian.org/debian-med/2017/01/msg00085.html
In addition to changing the architecture list, my upload
(debdiff attached) uses for #863929 the big hammer of no
longer running integration-tests.
I'll open a new (non-RC) bug to make it visible that this is
an issue that should be investigated properly.
> Thanks a lot
>
> Andreas.
cu
Adrian
--
"Is there not promise of rain?" Ling Tan asked suddenly out
of the darkness. There had been need of rain for many days.
"Only a promise," Lao Er said.
Pearl S. Buck - Dragon Seed
-------------- next part --------------
diffstat for falcon-1.8.6 falcon-1.8.6
changelog | 10 ++++++++++
control | 2 +-
rules | 2 +-
3 files changed, 12 insertions(+), 2 deletions(-)
diff -Nru falcon-1.8.6/debian/changelog falcon-1.8.6/debian/changelog
--- falcon-1.8.6/debian/changelog 2017-01-24 08:57:51.000000000 +0200
+++ falcon-1.8.6/debian/changelog 2017-06-07 14:56:14.000000000 +0300
@@ -1,3 +1,13 @@
+falcon (1.8.6-1.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * For any actual use, this package requires more memory than would
+ be addressable on a 32-bit system. Change the architecture list
+ from any to a list of all current 64bit architectures.
+ * Don't run integration-tests, they sometimes fail. (Closes: #863929)
+
+ -- Adrian Bunk <bunk at debian.org> Wed, 07 Jun 2017 14:56:14 +0300
+
falcon (1.8.6-1) unstable; urgency=medium
* New upstream release
diff -Nru falcon-1.8.6/debian/control falcon-1.8.6/debian/control
--- falcon-1.8.6/debian/control 2016-12-13 10:29:36.000000000 +0200
+++ falcon-1.8.6/debian/control 2017-06-07 14:56:14.000000000 +0300
@@ -18,7 +18,7 @@
Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/falcon.git
Package: falcon
-Architecture: any
+Architecture: alpha any-amd64 arm64 hppa mips64el ppc64 ppc64el s390x sparc64
Depends:
${shlibs:Depends},
${misc:Depends},
diff -Nru falcon-1.8.6/debian/rules falcon-1.8.6/debian/rules
--- falcon-1.8.6/debian/rules 2016-12-02 10:25:50.000000000 +0200
+++ falcon-1.8.6/debian/rules 2017-06-07 14:56:14.000000000 +0300
@@ -21,7 +21,7 @@
$(FALCON_PREFIX)/pylib
$(MAKE) all
-override_dh_auto_test: unit-tests integration-tests ;
+override_dh_auto_test: unit-tests ;
.PHONY: unit-tests
unit-tests:
More information about the Debian-med-packaging
mailing list