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 jkloth, paul.moore, steve.dower, tim.golden, vstinner, zach.ware
Date 2018-12-07.14:56:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1544194584.79.0.788709270274.issue35433@psf.upfronthosting.co.za>
In-reply-to
Content
After I reverted bpo-34977 change, most Windows buildbots are back to green.

> In the process of eliminating compiler warnings on my buildbot, I needed to update VS2015 to the latest toolset (VS2015 Update 3).  This in turn now causes an error due about not having the required version of Windows SDK installed.

Is it a warning or an error? What is the warning/error message? What is your buildbot?

Right now, it seems like only "AMD64 Windows7 SP1 3.x" is still red:

"2>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Platforms\x64\PlatformToolsets\v140\Toolset.targets(36,5): error MSB8036: The Windows SDK version 10.0.17134.0 was not found. Install the required version of Windows SDK or change the SDK version in the project property pages or by right-clicking the solution and selecting "Retarget solution". [C:\buildbot.python.org\3.x.kloth-win64\build\PCbuild\pythoncore.vcxproj]"

https://buildbot.python.org/all/#/builders/40/builds/1322

Are you talking about this error?
History
Date User Action Args
2018-12-07 14:56:24vstinnersetrecipients: + vstinner, paul.moore, tim.golden, jkloth, zach.ware, steve.dower
2018-12-07 14:56:24vstinnersetmessageid: <1544194584.79.0.788709270274.issue35433@psf.upfronthosting.co.za>
2018-12-07 14:56:24vstinnerlinkissue35433 messages
2018-12-07 14:56:24vstinnercreate