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 doko
Recipients Arfrever, BreamoreBoy, David.Kern, Greg.Hellings, Ray.Donnelly, WhiteTiger, doko, eric.araujo, kalev, marqvar, python-dev, rpetrov, tarek, vapier, wrobell
Date 2012-06-30.13:51:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1341064284.51.0.0455923910625.issue3754@psf.upfronthosting.co.za>
In-reply-to
Content
some chunks of the python-py3k-20120607-CROSS.patch patch are now checked in.

I didn't see any issues with the symlinks, and generating the posix vars, so maybe these bits should be dropped from the patch.

remaining issues are:

 - the readline/ncurses configury. maybe this should be done
   in the configure.ac using the host tools, and then provided
   to setup.py by a Makefile macro?

 - why are the Makefile changes for setup.info, pyconfig.h needed?

 - is the _testembed change still needed?

 - does Python/importlib.h really need a rebuild if it's there?
   I think this should just fail, not removed for the cross build.

 - why is the ac_cv_thread vs. ac_cv_pthread change needed?
History
Date User Action Args
2012-06-30 13:51:24dokosetrecipients: + doko, wrobell, vapier, tarek, eric.araujo, rpetrov, Arfrever, WhiteTiger, BreamoreBoy, python-dev, David.Kern, Greg.Hellings, kalev, marqvar, Ray.Donnelly
2012-06-30 13:51:24dokosetmessageid: <1341064284.51.0.0455923910625.issue3754@psf.upfronthosting.co.za>
2012-06-30 13:51:23dokolinkissue3754 messages
2012-06-30 13:51:23dokocreate