Your message dated Thu, 23 Jun 2022 01:21:48 +0000
with message-id <[email protected]>
and subject line Bug#1011263: fixed in teem 1.12.0~20160122-5
has caused the Debian Bug report #1011263,
regarding teem: ftbfs on riscv64 arch
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.)
--
1011263: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1011263
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: teem
Version: 1.12.0~20160122-4
Severity: normal
Tags: ftbfs, patch
User: [email protected]
Usertags: riscv64
Dear Maintainer,
The teem package has a ftbfs issue on riscv64 arch:
```
...
24: elapsed[1][10] = 3.87311 ms
32/37 Test #24: probeMulti ....................... Passed 37.77 sec
test 36
Start 36: probeSS_ctmr04
36: Test command: /<<PKGBUILDDIR>>/obj-riscv64-linux-gnu/bin/test_probeSS "-k"
"ctmr" "-supp" "4.0" "-pnum" "1300"
36: Test timeout computed to be: 1500
36: kpack = ctmrsup, ctmrsupD, ctmrsupDD
33/37 Test #35: probeSS_ctmr02 ................... Passed 4.21 sec
test 37
Start 37: probeSS_ctmr10
37: Test command: /<<PKGBUILDDIR>>/obj-riscv64-linux-gnu/bin/test_probeSS "-k"
"ctmr" "-supp" "9.0" "-pnum" "1300"
37: Test timeout computed to be: 1500
37: kpack = ctmrsup, ctmrsupD, ctmrsupDD
36: /<<PKGBUILDDIR>>/obj-riscv64-linux-gnu/bin/test_probeSS: trouble (orig,
orig):
36: [probeSS] probeTask1: on point 0 of kindIdx 0
36: [probeSS] multiAnswerCompare: man1->san[si] 1.2261255947091414e-06 !=
man2->san[si] 1.2261255947091416e-06
34/37 Test #36: probeSS_ctmr04 ...................***Failed 2.83 sec
kpack = ctmrsup, ctmrsupD, ctmrsupDD
/<<PKGBUILDDIR>>/obj-riscv64-linux-gnu/bin/test_probeSS: trouble (orig, orig):
[probeSS] probeTask1: on point 0 of kindIdx 0
[probeSS] multiAnswerCompare: man1->san[si] 1.2261255947091414e-06 !=
man2->san[si] 1.2261255947091416e-06
37: /<<PKGBUILDDIR>>/obj-riscv64-linux-gnu/bin/test_probeSS: trouble (orig,
orig):
37: [probeSS] probeTask1: on point 0 of kindIdx 0
37: [probeSS] multiAnswerCompare: man1->san[si] 8.8328547952638039e-07 !=
man2->san[si] 8.832854795263805e-07
35/37 Test #37: probeSS_ctmr10 ...................***Failed 2.76 sec
kpack = ctmrsup, ctmrsupD, ctmrsupDD
/<<PKGBUILDDIR>>/obj-riscv64-linux-gnu/bin/test_probeSS: trouble (orig, orig):
[probeSS] probeTask1: on point 0 of kindIdx 0
[probeSS] multiAnswerCompare: man1->san[si] 8.8328547952638039e-07 !=
man2->san[si] 8.832854795263805e-07
36/37 Test #28: kernall .......................... Passed 50.42 sec
37/37 Test #34: probeSS_cos10 .................... Passed 32.16 sec
95% tests passed, 2 tests failed out of 37
Total Test time (real) = 54.11 sec
The following tests FAILED:
36 - probeSS_ctmr04 (Failed)
37 - probeSS_ctmr10 (Failed)
Errors while running CTest
make[2]: *** [Makefile:74: test] Error 8
make[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-riscv64-linux-gnu'
rm -fr -- /tmp/dh-xdg-rundir-W_va2KPZ
dh_auto_test: error: cd obj-riscv64-linux-gnu && make -j4 test ARGS\+=--verbose
ARGS\+=-j4
LD_LIBRARY_PATH=/<<BUILDDIR>>/teem-1.12.0\~20160122/obj-riscv64-linux-gnu/bin:D_LIBRARY_PATH
returned exit code 2
make[1]: *** [debian/rules:39: override_dh_auto_test] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:32: binary-arch] Error 2
dpkg-buildpackage: error: debian/rules binary-arch subprocess returned exit
status 2
```
The full buildd log is here:
https://buildd.debian.org/status/fetch.php?pkg=teem&arch=riscv64&ver=1.12.0%7E20160122-4&stamp=1651107454&raw=0
The attached patch is to fix the ftbfs issue and it is ok to build on real
riscv64 arch locally:
```
...
Build Architecture: riscv64
Build Type: binary
Build-Space: 132880
Build-Time: 385
Distribution: unstable
Host Architecture: riscv64
Install-Time: 48
Job: /home/vimer/05/23_teem/teem_1.12.0~20160122-4.dsc
Lintian: warn
Machine Architecture: riscv64
Package: teem
Package-Time: 540
Source-Version: 1.12.0~20160122-4
Space: 132880
Status: successful
Version: 1.12.0~20160122-4
--------------------------------------------------------------------------------
Finished at 2022-05-19T04:18:02Z
Build needed 00:09:00, 132880k disk space
```
Please consider to apply it in next upload, thank you:)
BR,
Bo
fix ftbfs on riscv64 arch
Bo YU <[email protected]>
--- a/debian/rules
+++ b/debian/rules
@@ -23,7 +23,7 @@
ifneq (,$(filter $(DEB_HOST_ARCH_CPU), i386))
export DEB_CFLAGS_MAINT_APPEND = -ffloat-store
endif
-ifneq (,$(filter $(DEB_HOST_ARCH_CPU), arm64 powerpc ppc64 ppc64el s390x))
+ifneq (,$(filter $(DEB_HOST_ARCH_CPU), arm64 powerpc ppc64 ppc64el riscv64
s390x))
export DEB_CFLAGS_MAINT_APPEND = -ffp-contract=off
endif
--- End Message ---
--- Begin Message ---
Source: teem
Source-Version: 1.12.0~20160122-5
Done: Boyuan Yang <[email protected]>
We believe that the bug you reported is fixed in the latest version of
teem, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Boyuan Yang <[email protected]> (supplier of updated teem 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 [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Wed, 22 Jun 2022 20:57:47 -0400
Source: teem
Architecture: source
Version: 1.12.0~20160122-5
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers
<[email protected]>
Changed-By: Boyuan Yang <[email protected]>
Closes: 1011263
Changes:
teem (1.12.0~20160122-5) unstable; urgency=medium
.
* Team upload.
.
[ Bo YU ]
* d/rules: set DEB_CFLAGS_MAINT_APPEND = -ffp-contract=off in riscv64
(Closes: #1011263)
.
[ Boyuan Yang ]
* debian/control: Bump Standards-Version to 4.6.1.
* d/rules: Disable parallel test to circumvent potential random FTBFS.
Checksums-Sha1:
fb3211db4b3082af432936b0254f5fd29817bc03 2118 teem_1.12.0~20160122-5.dsc
cbf24d816e119497a45c2ce34716fd1e774fa873 2082180
teem_1.12.0~20160122.orig.tar.xz
04868894a576a5651a8f2ec7c69580858262f9bd 23372
teem_1.12.0~20160122-5.debian.tar.xz
1000b8f6806706e07d4a3047be41508e44aaaaa8 8003
teem_1.12.0~20160122-5_amd64.buildinfo
Checksums-Sha256:
57c963c258651e65076f45f64458774ddaff87fe2c1a8421c10b5d398573e441 2118
teem_1.12.0~20160122-5.dsc
71ff259dd5331f265bd0875880f6fdf9261c163f1cbed1991a8aa87b13c50513 2082180
teem_1.12.0~20160122.orig.tar.xz
6be8cc7411d0afbd418ca272aacfda4ae9d70727851c759b8691467190364ef3 23372
teem_1.12.0~20160122-5.debian.tar.xz
dbfeec5bdf27f216b17d453b7ea66b7870cda714b5311f3bf3a60f74582326c9 8003
teem_1.12.0~20160122-5_amd64.buildinfo
Files:
a20f31bab5ea93572cd9027618739eb0 2118 science optional
teem_1.12.0~20160122-5.dsc
93d723f46b984e988be74f375898675e 2082180 science optional
teem_1.12.0~20160122.orig.tar.xz
a602b39a96b5cb27b7388ed00ad7e019 23372 science optional
teem_1.12.0~20160122-5.debian.tar.xz
7d1651ba06942ed10dfcaf373504944e 8003 science optional
teem_1.12.0~20160122-5_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEfncpR22H1vEdkazLwpPntGGCWs4FAmKzux4ACgkQwpPntGGC
Ws6VnA//ZUlJEVcKU63Kzf9F989z0NaOg7hEGGWbTxlrD/tF4W988UNSAVEfcPtw
bs+TC3wyJdyNY/zF39Y2YULtgaku79mqjlA1CH2nHq3YYgEiDbjvnxQGBXFhiGcO
/+vXk7s6whSWRWR1zqML/PUc780OZwHBA+iPyWwfSIVNgze0HeXKvxCawrWSH1tw
vJ5w3MeCJnNixtBnSFKgbjBHiOHpoWUiCcy4UA6BF9pXTGDH7qI6zInLNNzZ+yHS
arOxNb4K9vP/9uxobhkpzJrClfCDTMAGF3/aSGGBQN8ZdE9OBW6OPhfco9/F9fsI
Zp4X9wyn5Q+xk4uKla/nabge3ONs3utw2DDCP3SbL/uLXPyH/VzHN2M8M83/kdue
RfIaMcVxIIFHmFEljmUCwep/K9JWGZSS3Uwn4BJstqKyFeO1PV7B8MzXIBAaGRj4
hExu1/l+4r9Hz97F0mItKtqXx8GXbi35T/gPK95/zp28xqu+2WlzfV07a4rffTio
wg3IweWahAE6c56RSzsV7REV3UYoAww4biUp8Q8lhVGdJD8I+qa/iiDJqg5ChRO5
tIS2oUDeSpB3RYs1lpfyp4dbuw6OQ6A5wKbyKwz+28s3PUljXAbJ3JScD979Ebk1
vyqwub4PyfCSz8pUBJ4+5gBbH2mAO+nffGPFtv5bPY0pPjvWsyM=
=tY3D
-----END PGP SIGNATURE-----
--- End Message ---
--
debian-science-maintainers mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers