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 vstinner
Recipients christian.heimes, jkloth, paul.moore, steve.dower, tim.golden, vstinner, zach.ware
Date 2017-06-20.21:57:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1497995835.86.0.436943341132.issue30368@psf.upfronthosting.co.za>
In-reply-to
Content
I checked AMD64 Windows7 SP1 VS9.0 2.7. Before the commit, the build 129 failed badly when building ssl:

http://buildbot.python.org/all/builders/AMD64%20Windows7%20SP1%20VS9.0%202.7/builds/129/steps/compile/logs/stdio

IOError: [Errno 2] No such file or directory: 'crypto\\buildinf_amd64.h'

In the first build with the commit, the compilation of ssl succeeded!

http://buildbot.python.org/all/builders/AMD64%20Windows7%20SP1%20VS9.0%202.7/builds/130

"_ssl - 0 error(s), 375 warning(s)"

... but the compilation step still failed, for other reasons. I see that 2 projects failed:

..\..\Modules\expat\xmlparse.c(13) : fatal error C1083: Cannot open include file: 'sys/time.h': No such file or directory
_elementtree - 1 error(s), 9 warning(s)

and

..\..\Modules\expat\xmlparse.c(13) : fatal error C1083: Cannot open include file: 'sys/time.h': No such file or directory
pyexpat - 1 error(s), 1 warning(s)

It may be related to the recent update of libexpat from 2.1.1 to 2.2.0?
History
Date User Action Args
2017-06-20 21:57:15vstinnersetrecipients: + vstinner, paul.moore, christian.heimes, tim.golden, jkloth, zach.ware, steve.dower
2017-06-20 21:57:15vstinnersetmessageid: <1497995835.86.0.436943341132.issue30368@psf.upfronthosting.co.za>
2017-06-20 21:57:15vstinnerlinkissue30368 messages
2017-06-20 21:57:15vstinnercreate