This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ronaldoussoren
Recipients ned.deily, ronaldoussoren, srid, tarek
Date 2009-06-02.09:07:34
SpamBayes Score 1.6987666e-07
Marked as misclassified No
Message-id <1243933656.27.0.00220704332843.issue6170@psf.upfronthosting.co.za>
In-reply-to
Content
I also cannot reproduce this, using both the py3k branch and the r31rc1 
tag. 

My build procedure:

* cd r31rc1
* mkdir build
* cd build
* ../configure --enable-framework --enable-universalsdk
* make
* make install DESTDIR=$PWD/image

The resulting framework in the $DESTDIR seems to be complete, and I 
don't get errors while building it.
History
Date User Action Args
2009-06-02 09:07:36ronaldoussorensetrecipients: + ronaldoussoren, tarek, ned.deily, srid
2009-06-02 09:07:36ronaldoussorensetmessageid: <1243933656.27.0.00220704332843.issue6170@psf.upfronthosting.co.za>
2009-06-02 09:07:35ronaldoussorenlinkissue6170 messages
2009-06-02 09:07:34ronaldoussorencreate