Your message dated Thu, 07 Jun 2012 09:55:39 +0200
with message-id <[email protected]>
and subject line Fixed
has caused the Debian Bug report #625723,
regarding blas FTBFS on i386 in unstable
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.)
--
625723: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=625723
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: blas
Version: 1.2-8
Severity: serious
currently fails to build on i386 with -O2 or -O3. didn't check if it's exposed
by eglibc or gcc, or if some upstream fixes are needed (the upstream site has
some new files dating from April 2011).
the failing test cases show a DIFFERENCE in the expected results in the order of
0.[1-5]e-07.
I see no test failures on amd64, even with -O3.
--- End Message ---
--- Begin Message ---
fixed 625723 1.2.20110419-3~exp3
thanks
See
https://buildd.debian.org/status/package.php?p=blas
It was due to -fwhole-file, default from gfortran 4.6, which was
breaking the blas tests.
I just set back the previous behavior with -fno-whole-file
--- End Message ---