[Stackless] Stackless Python 3.2

Aleksandar Radulovic alex at a13x.net
Thu Mar 10 16:28:26 CET 2011


Hi Richard,

I'm building 3.2 for Mac using the build-script.py, but it throws an
error. Here are the last few lines of the output:

gcc-4.2 -c -I. -IInclude
-I/Users/alex/Downloads/python-3.2-stackless/Include
-I/Users/alex/Downloads/python-3.2-stackless/Stackless
-fno-strict-aliasing -fno-common -dynamic -DNDEBUG -g -O3
-I/tmp/_py/libraries/usr/local/include -arch i386 -arch x86_64
-isysroot /    -I. -IInclude
-I/Users/alex/Downloads/python-3.2-stackless/Include
-I/Users/alex/Downloads/python-3.2-stackless/Stackless
-DPy_BUILD_CORE -o Python/ceval.o
/Users/alex/Downloads/python-3.2-stackless/Python/ceval.c
gcc-4.2 -c -I. -IInclude
-I/Users/alex/Downloads/python-3.2-stackless/Include
-I/Users/alex/Downloads/python-3.2-stackless/Stackless
-fno-strict-aliasing -fno-common -dynamic -DNDEBUG -g -O3
-I/tmp/_py/libraries/usr/local/include -arch i386 -arch x86_64
-isysroot /    -I. -IInclude
-I/Users/alex/Downloads/python-3.2-stackless/Include
-I/Users/alex/Downloads/python-3.2-stackless/Stackless
-DPy_BUILD_CORE -o Stackless/core/cframeobject.o
/Users/alex/Downloads/python-3.2-stackless/Stackless/core/cframeobject.c
Traceback (most recent call last):
  File "./build-installer.py", line 1223, in <module>
    main()
  File "./build-installer.py", line 1182, in main
    buildPython()
  File "./build-installer.py", line 801, in buildPython
    runCommand("make")
  File "./build-installer.py", line 373, in runCommand
    raise RuntimeError, "command failed: %s"%(commandline,)
RuntimeError: command failed: make

Indeed, there's no Stackless/core/cframeobject.o or anything Stackless
related. I'm pretty sure this is some silly problem I've overlooked,
but I don't think it hurts to check with you guys :).. Could it be
some ordering of files during compilation?

I ran the script like this:

$ ./build-script --sdk-path=/ --dep-target=10.6 --universal-archs=intel
(the reason I build only for 10.6 is that I don't have the SDK for
10.5 installed).

Regards,
alex.


On Thu, Mar 3, 2011 at 11:03 AM, Richard Tew <richard.m.tew at gmail.com> wrote:
> Hi,
> Stackless Python 3.2 has been officially released.  It was ready to release
> when Python 3.2 was released, but due to both unforeseen demands on my time
> and the inability to get the Windows installer to generate, I was unable to
> complete the release process.   You can get it in the usual place:
>   http://www.stackless.com/Members/rmtew/News%20Archive/3.2
> I'd appreciate it if people could download it and give it a shot in any of
> the following ways:
>  - Download and install the Windows installer and report back if it installs
> and works without error.
>  - Download and build the source code and ensure the unit tests pass on your
> platform.  If you get failures, download and build the source code of
> regular Python 3.2 and  see whether you get the same failures there.  Run
> both the Python unit tests (Lib/test/regrtest.py) and the Stackless unit
> tests (Stackless/unittests/runAll.py).
> Any help with testing this would be appreciated! :-)
> Cheers,
> Richard.
> _______________________________________________
> Stackless mailing list
> Stackless at stackless.com
> http://www.stackless.com/mailman/listinfo/stackless
>



-- 
a lex 13 x
http://www.a13x.info



More information about the Stackless mailing list