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
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
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://
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.
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
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
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
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
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/_
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
Changes by Michael Schmarck <[EMAIL PROTECTED]>:
--
versions: +Python 2.4, Python 2.6, Python 3.0
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.python.
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
12 matches
Mail list logo