[issue35437] Almost all Windows buildbots are failing to compile

2018-12-07 Thread STINNER Victor


STINNER Victor  added the comment:

I revert the changes, so buildbots should go back to green. I asked Steve Dower 
to use a custom build to avoid such hiccup on the next attempt to merge his 
change.

--
priority: release blocker -> 
resolution:  -> fixed
stage:  -> resolved
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue35437] Almost all Windows buildbots are failing to compile

2018-12-07 Thread Pablo Galindo Salgado


Pablo Galindo Salgado  added the comment:

@Steve Notice that 468a15aaf9206448a744fc5eab3fc21f51966aad is currently 
reverted, so you need to push it again if you plan to add something on top of 
it.

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue35437] Almost all Windows buildbots are failing to compile

2018-12-07 Thread Steve Dower


Steve Dower  added the comment:

Okay, so apparently the buildbots are still building with VS 2015, and not VS 
2017.

I'll add a check for the new executable and repush. This was caused solely by 
the new code and not by any of the changes to existing code.

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue35437] Almost all Windows buildbots are failing to compile

2018-12-07 Thread STINNER Victor


STINNER Victor  added the comment:

See also bpo-35433: "Correctly detect installed SDK versions".

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue35437] Almost all Windows buildbots are failing to compile

2018-12-07 Thread STINNER Victor


STINNER Victor  added the comment:

> https://buildbot.python.org/all/#/builders/17/builds/494

 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.15063.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.6.kloth-win64\build\PCbuild\pythoncore.vcxproj]

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue35437] Almost all Windows buildbots are failing to compile

2018-12-07 Thread STINNER Victor


STINNER Victor  added the comment:

> https://buildbot.python.org/all/#/builders/121/builds/782

41>d:\buildarea\3.7.bolen-windows10\build\pc\python_uwp.cpp(9): fatal error 
C1083: Cannot open include file: 'winrt\Windows.ApplicationModel.h': No such 
file or directory 
[D:\buildarea\3.7.bolen-windows10\build\PCbuild\python_uwp.vcxproj]

--
nosy: +vstinner

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue35437] Almost all Windows buildbots are failing to compile

2018-12-07 Thread Pablo Galindo Salgado


Pablo Galindo Salgado  added the comment:

More broken buildbots:
https://buildbot.python.org/all/#/builders/32/builds/1867

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue35437] Almost all Windows buildbots are failing to compile

2018-12-07 Thread Pablo Galindo Salgado


Pablo Galindo Salgado  added the comment:

Reverting that commit seem to work:

https://buildbot.python.org/all/#/builders/91/builds/9

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue35437] Almost all Windows buildbots are failing to compile

2018-12-07 Thread Pablo Galindo Salgado


Pablo Galindo Salgado  added the comment:

https://github.com/python/cpython/commit/468a15aaf9206448a744fc5eab3fc21f51966aad

--
versions:  -Python 3.6

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue35437] Almost all Windows buildbots are failing to compile

2018-12-07 Thread Pablo Galindo Salgado


Change by Pablo Galindo Salgado :


--
nosy: +ned.deily
versions: +Python 3.6, Python 3.7

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue35437] Almost all Windows buildbots are failing to compile

2018-12-07 Thread Pablo Galindo Salgado


New submission from Pablo Galindo Salgado :

Almost all Windows buildbots are failing to compile Python:

https://buildbot.python.org/all/#/builders/130/builds/525
https://buildbot.python.org/all/#/builders/113/builds/825
https://buildbot.python.org/all/#/builders/121/builds/782
https://buildbot.python.org/all/#/builders/58/builds/1680
https://buildbot.python.org/all/#/builders/17/builds/494
...

I suspect that is due to this commit:

468a15a 

and its backports.

--
components: Interpreter Core, Windows
messages: 331283
nosy: pablogsal, paul.moore, steve.dower, tim.golden, zach.ware
priority: release blocker
severity: normal
status: open
title: Almost all Windows buildbots are failing to compile
versions: Python 3.8

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com