[issue9069] test_float failure on Solaris

Mark Dickinson report at bugs.python.org
Sat Jun 26 10:52:56 CEST 2010


Mark Dickinson <dickinsm at gmail.com> added the comment:

David, I'm still missing some easy answers that would really help.  Please could you answer the question about whether __EXTENSIONS__ is defined in your pyconfig.h; it would help determine what we should be investigating.

There shouldn't be any need for the -std=c99 option: the Python configure script defines __EXTENSIONS__ exactly to make these c99 functions available.  So either that isn't happening on your machines, in which case we should be looking for a problem with the configure script, or it *is* happening, in which case copysign is being properly declared on your machine and we have to look elsewhere (library mismatch? compiler optimization bug?) for the cause of failure.

Still no joy with an -m64 build.  I've attached a transcript showing the precise steps I used.

[I'm tempted to close this issue as 'works for me';  I'm not seeing any test_math failure in OpenSolaris, and neither is the Solaris/SPARC buildbot.]

----------
Added file: http://bugs.python.org/file17774/opensolaris_python_buildlog.txt

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue9069>
_______________________________________


More information about the Python-bugs-list mailing list