Your message dated Sat, 05 Jan 2019 15:11:57 +0000
with message-id <e1gfncd-0007jh...@fasolo.debian.org>
and subject line Bug#916961: fixed in octave-symbolic 2.7.1-2
has caused the Debian Bug report #916961,
regarding octave-symbolic FTBFS: test failures
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.)
--
916961: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=916961
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: octave-symbolic
Version: 2.7.1-1
Severity: serious
Tags: ftbfs
Some recent change in unstable makes octave-symbolic FTBFS:
https://tests.reproducible-builds.org/debian/history/octave-symbolic.html
https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/octave-symbolic.html
...
>>>>> /build/1st/octave-symbolic-2.7.1/inst/@sym/linspace.m
***** test
a = linspace(sym(3), 5, 5);
b = [sym(6) 7 8 9 10]/2;
assert (isequal (a, b))
***** test
% performance: want roughly O(1) not O(n)
A = linspace(sym(0), sym(10), 3); % do one first, avoid caching
tic; A = linspace(sym(0), sym(10), 3); t1 = toc();
tic; A = linspace(sym(0), sym(10), 100); t2 = toc();
if (t2 >= 10*t1)
assert (false);
end
!!!!! test failed
assert (false) failed
...
>>>>> /build/1st/octave-symbolic-2.7.1/inst/@double/pochhammer.m
***** error <sizes> pochhammer ([1 2], [1 2 3])
***** error <sizes> pochhammer ([1 2], [1; 2])
***** error <Invalid> pochhammer (1, 2, 3)
***** error <Invalid> pochhammer (1)
***** test
y = sym(11)/10;
t = sym(3);
x = 1.1;
s = 3;
A = pochhammer (x, s);
B = double (pochhammer (y, t));
assert (A, B, -2*eps);
***** test
% maple
A = 256.798558090310131720;
B = pochhammer (18.1, 1.9);
assert (A, B, -20*eps)
***** test
% maple, complex inputs>
A = 2.67921619474318221972 + 1.96716724764630702653*1i;
B = pochhammer (12.1+3.1*i, 0.5+0.2i);
assert (A, B, -4*eps);
***** test
% maple, matrix inputs
A = [5.61467232547723663908 20.6144884613920190965];
B = pochhammer ([0.9 0.8], [3.1 4.2]);
assert (A, B, -eps);
!!!!! test failed
ASSERT errors for: assert (A,B,-eps)
Location | Observed | Expected | Reason
(2) 20.6145 20.6145 Rel err 5.1702e-16 exceeds tol
2.2204e-16 by 3e-16
...
Summary: 2230 tests, 2200 passed, 28 known failures, 0 skipped
Some tests failed. Giving up...
make: *** [debian/rules:5: binary] Error 1
--- End Message ---
--- Begin Message ---
Source: octave-symbolic
Source-Version: 2.7.1-2
We believe that the bug you reported is fixed in the latest version of
octave-symbolic, 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 916...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Rafael Laboissiere <raf...@debian.org> (supplier of updated octave-symbolic
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: Wed, 02 Jan 2019 22:57:58 -0200
Source: octave-symbolic
Binary: octave-symbolic
Architecture: source
Version: 2.7.1-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Octave Group <team+pkg-octave-t...@tracker.debian.org>
Changed-By: Rafael Laboissiere <raf...@debian.org>
Description:
octave-symbolic - symbolic package for Octave
Closes: 916961
Changes:
octave-symbolic (2.7.1-2) unstable; urgency=medium
.
[ Mike Miller ]
* Use Python 3 by default
- d/control: Adjust dependencies to python3-sympy.
- d/p/python3.patch: New patch to set default Python interpreter.
* Fix newly failing unit tests
- d/p/linspace-drop-test.patch: New patch from upstream git.
- d/p/pochhammer-test-tolerance.patch: New patch from upstream git.
(Closes: #916961)
.
[ Rafael Laboissiere ]
* d/control:
+ Bump Standards-Version to 4.3.0 (no changes needed)
+ Bump to debhelper compat level 12
* Build-depend on debhelper-compat instead of using d/compat
Checksums-Sha1:
e34bd66074a7b8bfdd16ab7cf9175b8b06bbd698 2123 octave-symbolic_2.7.1-2.dsc
6cab8983a0bc88128125f8d626f60446eb1bb5ba 5568
octave-symbolic_2.7.1-2.debian.tar.xz
bcfc68bf840934c7dd5906ea3e7ce934ea6f7334 16035
octave-symbolic_2.7.1-2_amd64.buildinfo
Checksums-Sha256:
625d51dee173cbad08f6bc8688a8efa921652426a7c06ee7830b217ed422a6c1 2123
octave-symbolic_2.7.1-2.dsc
76d09b57f56d769d9b2c100ad38c8dbee627d8258f37cb779110c12b94864f5c 5568
octave-symbolic_2.7.1-2.debian.tar.xz
7fffadf222967016a3a6eb1acea380913c4620abc67c4cc3d3fb134b724bc856 16035
octave-symbolic_2.7.1-2_amd64.buildinfo
Files:
b84778aa82de26102208772f440cdbac 2123 math optional octave-symbolic_2.7.1-2.dsc
332a3722f6d31d22c63e40f1d4dec8f2 5568 math optional
octave-symbolic_2.7.1-2.debian.tar.xz
8048fe1d681596f6fa4c9b1ce06db019 16035 math optional
octave-symbolic_2.7.1-2_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEEP0ZDkUmP6HS9tdmPISSqGYN4XJAFAlwvP50ACgkQISSqGYN4
XJB7Xw//fmUSuedxwYIYcZqA57QdFWf5T3gDL7ou84/bE810Xijy3AhViOzEsJI1
bCl9t6ycU49fq54WXRQZhGAaEm3rfu/ZEtVxVygBBPlBJcjcY1V9onPwOAJ0Kg5P
vwBEQj5P9AtqRt/zk5orjeVZXaZsyah87thmbulHcyADEIkTUgJePD4XnyihdjFq
zt0dCpYkpP8XzDe0OdYQlgIw4sy8EcaDVxgsUYITK4upP9FgoQPHSseHJfJnJmvp
gvXp3ghpQq4esQMGYcoBNiGT9C/ASDVAq6PaWC9uu/5HyxxNn6XgPJTxspXz4BtZ
rClYZ5MlDKHWgltvFut8ai+iYUDXf7QTkVV6CYFjInAY/2pajAr7RSSkiTWvvjW4
DilpjFuQMfgyLKp68FBwLBdY9R1b7lBIAVBfDjWV89Snejtr1QHfwxlKw0A83v0w
3ZY1FMM2EGruuyBq3NrY2OYRNXzR6egvEiRLddLlxV0l/D+HIhY8SKDgh8KC5xsj
UzeTQjfp5xENEZPIlT80kqPkAizmdnWLhZ0KXzzK1EEjlWMumetHb4BdFZolZ38D
cMe1bN5n6usdssAqyc7bAmMiwgL+8w3q05o1qQP2SxH+pyu6wDXDwmH8+xwbhs95
DNdzgJuomR49UZjkw6fskx2KNSUAKD1v2crnfrBPrSwM1MEkSTQ=
=wYu2
-----END PGP SIGNATURE-----
--- End Message ---