[issue3786] _curses, _curses_panel & _multiprocessing can't be build in 2.6b3 w/ SunStudio 12

2008-09-09 Thread Michael Schmarck
Michael Schmarck <[EMAIL PROTECTED]> added the comment: Yes, I would _like_ to do that, but I fear that I lack the necessary skills... ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue3786] _curses, _curses_panel & _multiprocessing can't be build in 2.6b3 w/ SunStudio 12

2008-09-07 Thread Michael Schmarck
Michael Schmarck <[EMAIL PROTECTED]> added the comment: I filed that as a bug against Python 2.6, because in 2.5.2, the curses modules could be built just fine. ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue3784] Incorrect compiler options used for cc of Sun Studio 12

2008-09-07 Thread Michael Schmarck
Michael Schmarck <[EMAIL PROTECTED]> added the comment: Attaching a log of the complete build process of Python 2.5.2. Added file: http://bugs.python.org/file11420/build-Python-2.5.2.log ___ Python tracker <[EMAIL PROTECTED]> <http://

[issue3784] Incorrect compiler options used for cc of Sun Studio 12

2008-09-07 Thread Michael Schmarck
Michael Schmarck <[EMAIL PROTECTED]> added the comment: It's a warning. Added file: http://bugs.python.org/file11419/config.log ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.

[issue3786] _curses, _curses_panel & _multiprocessing can't be build in 2.6b3 w/ SunStudio 12

2008-09-05 Thread Michael Schmarck
Michael Schmarck <[EMAIL PROTECTED]> added the comment: Yes, the multiprocessing problem has been fixed by the patch in Issue3110. ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue3786] _curses, _curses_panel & _multiprocessing can't be build in 2.6b3 w/ SunStudio 12

2008-09-05 Thread Michael Schmarck
New submission from Michael Schmarck <[EMAIL PROTECTED]>: I'm trying to compile Python 2.6b3 using Sun Studio 12 on a Solaris 10 sparc system. It fails. [...] *** WARNING: renaming "_curses" since importing it failed: ld.so.1: python: fatal: relocation error: file build/l

[issue3785] Can't build ctypes of Python 2.5.2 with Sun Studio 12

2008-09-05 Thread Michael Schmarck
Michael Schmarck <[EMAIL PROTECTED]> added the comment: It works fine in 2.6b3, however (I only tested Sun Studio 12). ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue3785] Can't build ctypes of Python 2.5.2 with Sun Studio 12

2008-09-05 Thread Michael Schmarck
Michael Schmarck <[EMAIL PROTECTED]> added the comment: This does not happen when I use GCC to build Python. --($ ~/Source/gccPy/Python-2.5.2)-- /usr/sfw/bin/gcc -v Reading specs from /usr/sfw/lib/gcc/sparc-sun-solaris2.10/3.4.3/specs Configured with: /sfw10/builds/build/sfw10-patch/usr/s

[issue3785] Can't build ctypes of Python 2.5.2 with Sun Studio 12

2008-09-05 Thread Michael Schmarck
New submission from Michael Schmarck <[EMAIL PROTECTED]>: Compilation of ctypes fails: cc -G build/temp.solaris-2.10-sun4u-2.5/export/home/webservd/Source/Python-2.5.2/Modules/_ctypes/_ctypes.o build/temp.solaris-2.10-sun4u-2.5/export/home/webservd/Source/Python-2.5.2/Modules/_

[issue3784] Incorrect compiler options used for cc of Sun Studio 12

2008-09-05 Thread Michael Schmarck
New submission from Michael Schmarck <[EMAIL PROTECTED]>: While compiling Python 2.5.2, I stumbled upon this: cc -G -R/export/home/webservd/.software/Python-2.5.2/lib build/temp.solaris-2.10-sun4u-2.5/export/home/webservd/Source/Python-2.5.2/Modules/_ctypes/_ctypes.o build/temp.solari

[issue877121] configure detects incorrect compiler optimization

2008-09-04 Thread Michael Schmarck
Changes by Michael Schmarck <[EMAIL PROTECTED]>: -- versions: +Python 2.4, Python 2.6, Python 3.0 ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.python.

[issue877121] configure detects incorrect compiler optimization

2008-09-04 Thread Michael Schmarck
Michael Schmarck <[EMAIL PROTECTED]> added the comment: This still happens with Python 2.6b3, 3.0b3 and 2.5.2 and Sun Studio 12 on Solaris Sparc. Like mentioned in Issue1162001, the problem seems to be, that cc returns 0 if -OPT:Olimit=0 is used: --($ ~)-- cc -OPT:Olimit=0 test1.c; echo