[Stackless] Stackless Python 3.2

Aleksandar Radulovic alex at a13x.net
Fri Mar 11 18:42:04 CET 2011


Hi Richard,

Sorry, I forgot to paste in the output of the make command. After
buildscript failed, I went to /tmp/_py/_bld/python, did "make" there
and got this:
air:python alex$ make
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
lipo: can't create output file: Stackless/core/cframeobject.o (No such
file or directory)
make: *** [Stackless/core/cframeobject.o] Error 1

Directory Stackless in /tmp/_py/_bld/python does not exist (I assume
it hasn't been created at this point), that might throw the "No such
file or directory" error?

I "make" cleaned and started make again, but the same error as above comes.

I've attached the output of "make -d", maybe it provides a better insight.

-alex.

On Fri, Mar 11, 2011 at 1:39 AM, Richard Tew <richard.m.tew at gmail.com> wrote:
> On Thu, Mar 10, 2011 at 11:28 PM, Aleksandar Radulovic <alex at a13x.net>
> wrote:
>>
>> 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 Stackless/core/cframeobject.o
>> /Users/alex/Downloads/python-3.2-stackless/Stackless/core/cframeobject.c
>
> Hi Alex,
> Isn't this trying to build core/cframeobject.c into core/cframeobject.o?  In
> which case.. why make is failing is not obvious from the information you are
> giving.  If so, you'll need to do some more digging I am afraid :-)
> Maybe the error messages from the compilation of cframeobject.c are not
> being displayed for some reason?
> Cheers,
> Richard.
> _______________________________________________
> Stackless mailing list
> Stackless at stackless.com
> http://www.stackless.com/mailman/listinfo/stackless
>



-- 
a lex 13 x
http://www.a13x.info
-------------- next part --------------
A non-text attachment was scrubbed...
Name: maked.txt.zip
Type: application/zip
Size: 82361 bytes
Desc: not available
URL: <http://www.stackless.com/pipermail/stackless/attachments/20110311/4916bf5d/attachment-0001.zip>


More information about the Stackless mailing list