Issue 33675: Buildbot AMD64 Windows10 3.6 fails to compile: Cannot locate MSBuild.exe on PATH or as MSBUILD variable (original) (raw)

Created on 2018-05-28 22:41 by pablogsal, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Messages (8)

msg317937 - (view)

Author: Pablo Galindo Salgado (pablogsal) * (Python committer)

Date: 2018-05-28 22:41

It seems that since c489a767af46f33e73d96a5746e46a7365814db2 the AMD64 Windows10 buildbot for Python3.6 fails to compile. Error log:

Using "C:\Program Files (x86)\MSBuild\14.0\bin\msbuild.exe" (found in the registry) Cannot locate MSBuild.exe on PATH or as MSBUILD variable Deleting .pyc/.pyo files ... Deleting test leftovers ... Could Not Find D:\buildarea\3.6.bolen-windows10\build\Lib*.pyc The system cannot find the file specified. Could Not Find D:\buildarea\3.6.bolen-windows10\build\PCbuild\python*.zip Using "D:\buildarea\3.6.bolen-windows10\build\PCbuild\..\externals\pythonx86\tools\python.exe" (found in externals directory) Fetching external libraries... bzip2-1.0.6 already exists, skipping. openssl-1.0.2o already exists, skipping. sqlite-3.21.0.0 already exists, skipping. tcl-core-8.6.6.0 already exists, skipping. tk-8.6.6.0 already exists, skipping. tix-8.4.3.6 already exists, skipping. xz-5.2.2 already exists, skipping. Fetching external binaries... nasm-2.11.06 already exists, skipping. Finished. Using "C:\Program Files (x86)\MSBuild\14.0\bin\msbuild.exe" (found in the registry) Cannot locate MSBuild.exe on PATH or as MSBUILD variable program finished with exit code 2 elapsedTime=1.953000

msg317938 - (view)

Author: Pablo Galindo Salgado (pablogsal) * (Python committer)

Date: 2018-05-28 22:43

http://buildbot.python.org/all/#/builders/31/builds/321

msg317940 - (view)

Author: Ned Deily (ned.deily) * (Python committer)

Date: 2018-05-28 22:46

If it's a problem with a Windows build, you should add the Windows component so the Windows team is nosied. But, in this case, I think Steve has already fixed this.

msg317945 - (view)

Author: Pablo Galindo Salgado (pablogsal) * (Python committer)

Date: 2018-05-28 22:59

Could http://buildbot.python.org/all/#/builders/90/builds/350 be related to this?

msg317949 - (view)

Author: STINNER Victor (vstinner) * (Python committer)

Date: 2018-05-28 23:08

It seems like a regression of bpo-33614.

msg317951 - (view)

Author: STINNER Victor (vstinner) * (Python committer)

Date: 2018-05-28 23:10

Similar failure on x86 Windows7 3.6: http://buildbot.python.org/all/#builders/90/builds/350 "Cannot locate MSBuild.exe on PATH or as MSBUILD variable"

msg317952 - (view)

Author: STINNER Victor (vstinner) * (Python committer)

Date: 2018-05-28 23:12

AMD64 Windows10 3.7: http://buildbot.python.org/all/#/builders/121/builds/256 "Cannot locate MSBuild.exe on PATH or as MSBUILD variable"

msg317956 - (view)

Author: Steve Dower (steve.dower) * (Python committer)

Date: 2018-05-28 23:18

Already fixed in GH-7169, GH-7176 and GH-7177

History

Date

User

Action

Args

2022-04-11 14:59:01

admin

set

github: 77856

2018-05-28 23🔞38

steve.dower

set

status: open -> closed
superseder: Compilation of Python fails on AMD64 Windows8.1 Refleaks 3.x
messages: +

resolution: duplicate
stage: resolved

2018-05-28 23:12:29

vstinner

set

messages: +

2018-05-28 23:11:05

vstinner

set

title: Buildbot AMD64 Windows10 3.6 fails to compile -> Buildbot AMD64 Windows10 3.6 fails to compile: Cannot locate MSBuild.exe on PATH or as MSBUILD variable

2018-05-28 23:10:55

vstinner

set

messages: +

2018-05-28 23:08:55

vstinner

set

nosy: + vstinner
messages: +

2018-05-28 22:59:59

pablogsal

set

messages: +

2018-05-28 22:46:13

ned.deily

set

nosy: + ned.deily, paul.moore, tim.golden, zach.ware, steve.dower
messages: +
components: + Windows

2018-05-28 22:43:20

pablogsal

set

messages: +

2018-05-28 22:41:18

pablogsal

create