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 steve.dower
Recipients steve.dower, tim.golden, zach.ware
Date 2014-11-22.21:56:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1416693381.81.0.447771047582.issue22919@psf.upfronthosting.co.za>
In-reply-to
Content
Oh, one other thing I just thought of: the current release of nmake (in VS 2015) has a regression that will make TCL and TK fail to build, but I have a workaround for their makefile. OpenSSL also had a problem with VC14 but their fix isn't in the build we've got on svn.python.org.

If possible, I'd like to get the workarounds into our sources for those before this is checked in, so that the buildbots (currently there's one that I know of with VS 2015 Preview installed) can pick up those fixes and won't fail because of these.

The nmake issue should be fixed for VS 2015 RC and the OpenSSL issue is already fixed (in their 1.1 branch, IIRC). I've attached a patch listing the changes needed.
History
Date User Action Args
2014-11-22 21:56:21steve.dowersetrecipients: + steve.dower, tim.golden, zach.ware
2014-11-22 21:56:21steve.dowersetmessageid: <1416693381.81.0.447771047582.issue22919@psf.upfronthosting.co.za>
2014-11-22 21:56:21steve.dowerlinkissue22919 messages
2014-11-22 21:56:21steve.dowercreate