Your message dated Fri, 13 Oct 2017 23:06:00 +0000
with message-id <e1e391k-000hik...@fasolo.debian.org>
and subject line Bug#878329: fixed in sonic-visualiser 3.0.3-1
has caused the Debian Bug report #878329,
regarding sonic-visualiser FTBFS on i386: FAIL!  : 
TestScaleTickIntervals::linear_m1_1_10() Compared values are not the same
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 ow...@bugs.debian.org
immediately.)


-- 
878329: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=878329
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: sonic-visualiser
Version: 3.0.3~repack1-1
Severity: serious
Tags: patch

sonic-visualiser FTBFS on i386:

https://buildd.debian.org/status/fetch.php?pkg=sonic-visualiser&arch=i386&ver=3.0.3~repack1-1&stamp=1507156321&raw=0

...
Have 10 ticks, expected 11
0: have -0.9 "-0.9", expected -1 "-1.0"
1: have -0.7 "-0.7", expected -0.8 "-0.8"
2: have -0.5 "-0.5", expected -0.6 "-0.6"
3: have -0.3 "-0.3", expected -0.4 "-0.4"
4: have -0.1 "-0.1", expected -0.2 "-0.2"
5: have 0.1 "0.1", expected 0 "0.0"
6: have 0.3 "0.3", expected 0.2 "0.2"
7: have 0.5 "0.5", expected 0.4 "0.4"
8: have 0.7 "0.7", expected 0.6 "0.6"
9: have 0.9 "0.9", expected 0.8 "0.8"
FAIL!  : TestScaleTickIntervals::linear_m1_1_10() Compared values are not the 
same
   Loc: [o/../svcore/base/test/TestScaleTickIntervals.h(71)]
PASS   : TestScaleTickIntervals::linear_221p23_623p7_57p4()
PASS   : TestScaleTickIntervals::linear_sqrt2_pi_7()
PASS   : TestScaleTickIntervals::linear_pi_avogadro_7()
PASS   : TestScaleTickIntervals::linear_2_3_1()
PASS   : TestScaleTickIntervals::linear_2_3_2()
PASS   : TestScaleTickIntervals::linear_2_3_3()
PASS   : TestScaleTickIntervals::linear_2_3_4()
PASS   : TestScaleTickIntervals::linear_2_3_5()
PASS   : TestScaleTickIntervals::linear_2_3_6()
PASS   : TestScaleTickIntervals::linear_1_1_10()
PASS   : TestScaleTickIntervals::linear_0_0_10()
PASS   : TestScaleTickIntervals::linear_0_1_1()
PASS   : TestScaleTickIntervals::linear_0_1_0()
PASS   : TestScaleTickIntervals::linear_0_1_m1()
PASS   : TestScaleTickIntervals::linear_0p465_778_10()
PASS   : TestScaleTickIntervals::log_1_10_2()
PASS   : TestScaleTickIntervals::log_0_10_2()
PASS   : TestScaleTickIntervals::log_pi_avogadro_7()
PASS   : TestScaleTickIntervals::log_0p465_778_10()
PASS   : TestScaleTickIntervals::cleanupTestCase()
Totals: 35 passed, 1 failed, 0 skipped, 0 blacklisted, 4ms
********* Finished testing of TestScaleTickIntervals *********

********* 1 test suite(s) failed!

Makefile.test-svcore-base:919: recipe for target 'test-svcore-base' failed
make[3]: *** [test-svcore-base] Error 1


If exact results are required, the following fixes the FTBFS:

--- debian/rules.old    2017-10-12 18:09:36.000000000 +0000
+++ debian/rules        2017-10-12 18:11:38.000000000 +0000
@@ -12,6 +12,11 @@
 
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 
+ifneq (,$(filter $(DEB_HOST_ARCH), i386))
+    export DEB_CXXFLAGS_MAINT_APPEND=-ffloat-store
+    export DEB_CFLAGS_MAINT_APPEND=-ffloat-store
+endif
+
 LDFLAGS+=$(shell dpkg-buildflags --get LDFLAGS)
 CXXFLAGS+=$(shell dpkg-buildflags --get CXXFLAGS)
 CXXFLAGS+=$(shell dpkg-buildflags --get CPPFLAGS)

--- End Message ---
--- Begin Message ---
Source: sonic-visualiser
Source-Version: 3.0.3-1

We believe that the bug you reported is fixed in the latest version of
sonic-visualiser, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 878...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
IOhannes m zmölnig (Debian/GNU) <umlae...@debian.org> (supplier of updated 
sonic-visualiser package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Fri, 13 Oct 2017 23:13:55 +0200
Source: sonic-visualiser
Binary: sonic-visualiser
Architecture: source
Version: 3.0.3-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Multimedia Maintainers 
<pkg-multimedia-maintainers@lists.alioth.debian.org>
Changed-By: IOhannes m zmölnig (Debian/GNU) <umlae...@debian.org>
Description:
 sonic-visualiser - viewing and analysing the contents of music audio files
Closes: 878329
Changes:
 sonic-visualiser (3.0.3-1) unstable; urgency=medium
 .
   [ IOhannes m zmölnig (Debian/GNU) ]
   * Reimport upstream as version 3.0.3
     - There's really no need to repack
   * Install helpers in /usr/lib/sonic-visualiser/
   * Install light icon
   * Fixed exporting of CXXFLAGS/LDFLAGS
   * Use "-ffloat-store" on i386.
     Thanks to Adrian Bunk <b...@debian.org> (Closes: #878329)
   * Add CITATION to the docs
   * Update URL to online-documentation in manpage
   * Put sonic-visualiser to top of d/install
   * Get rid for "get-orig-source" target
   * Switch d/watch to https://
   * Add Debian copyright holders to d/copyright
 .
   [ Jaromír Mikeš ]
   * Update copyright file.
   * Introduce postclone.sh script to ignore .pc/ dir.
   * Renumber patches.
Checksums-Sha1:
 adf0e257a3b0a0309c761226bf70deb747566f9b 2559 sonic-visualiser_3.0.3-1.dsc
 086c0d06f375b8f59a73a47653b347294b1b5479 5127931 
sonic-visualiser_3.0.3.orig.tar.gz
 849c6ba4b09ba4e193ce029ba9b52717dace4154 17536 
sonic-visualiser_3.0.3-1.debian.tar.xz
 8ec10fca99415615721c403fe8657d0c430ce0e0 14048 
sonic-visualiser_3.0.3-1_amd64.buildinfo
Checksums-Sha256:
 905b036983db1d3407ec61774e5281998bffa429d3c26d259dfe7b2f778db33e 2559 
sonic-visualiser_3.0.3-1.dsc
 bed25e6f88ddc110e4a59e4fed05be4ea026126369d50f17c896c7defef49f87 5127931 
sonic-visualiser_3.0.3.orig.tar.gz
 4faa375b202e895ec5b38feeadb88938f072c177c2760c4eb74bac5e6c90d920 17536 
sonic-visualiser_3.0.3-1.debian.tar.xz
 6601b70908dcc2c651f09270eb545ba69bfb61da7e56911400f51d9b3b527c67 14048 
sonic-visualiser_3.0.3-1_amd64.buildinfo
Files:
 8073b7b3351ee9f83179a8a0e8f639f7 2559 sound optional 
sonic-visualiser_3.0.3-1.dsc
 e0297a5024944f78d0b44ee49c2022de 5127931 sound optional 
sonic-visualiser_3.0.3.orig.tar.gz
 3e9e6c7f3e3ae589adfca7984a829d11 17536 sound optional 
sonic-visualiser_3.0.3-1.debian.tar.xz
 cbd20509db5a3bf268437be570561ed3 14048 sound optional 
sonic-visualiser_3.0.3-1_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEEdAXnRVdICXNIABVttlAZxH96NvgFAlnhM+EACgkQtlAZxH96
NvhpiQ/+JoOyPglV6D7eydS+A8Ws1YHvkITnlqRvs/93WI8lYrlIce5i67WbgerZ
XZirXeetkGjOEb8ByAPqviWcJaiWpiXV/qtLNoPlHFAWw49nilTu9J/3f+gH0imx
E4LOJc5BQkxIaQNf6MlqGeT2cEnNOX3Tt5GuRLoNLiGXkUR4mNrmcL+n646kg5QK
5wDEJ1O1vM1z25HJBwOWnD1jKHgi6m2TCcXTJC/6E3jdtcp0f88SKEFBhfeWRfnD
AQs3zPOrb6gzme08gD3aOjjoybZPnHQ8rz4XQo8CsXO2JbsFbw55lrpWqvFhS5Uk
q7krWOG8rljfMCrUD0Vj4oIR4xuu3HQAfIq6xZl9KcQJ2eJQcxiS6kWGlj8r6D3U
9h/8FVecbrCl4FsdVXwtFvceyJlTwsxqX3w5WhxUB8HOM7eqXQcloitINWh8fka9
JVEOBXT8vvYAwSXUvNjgBbMlVqd159X/jqHSgxbcGsJ1fp7iXMrE+ELP899JLajR
R544toi/FomIACQTbPdxs5P2pg85TtRRnbilLFcz73OBfIs0MexRSZdc3S6nR9jM
+EDjelFbsgOjk0xCiVykGwaFzoKbEAu3Uf100Q8XKLvnUZ+2sE4uSe9L2YejtqwN
kf+i1uSaKoSKUUim9QBP+QtnZCzkXtgVq3Txkd7w8EQnabWIHr8=
=2BX3
-----END PGP SIGNATURE-----

--- End Message ---
_______________________________________________
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers

Reply via email to