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 ammar2, benjamin.peterson, jeremy.kloth, jkloth, paul.moore, pitrou, schen, steve.dower, tim.golden, vstinner, zach.ware
Date 2017-09-05.16:31:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1504629090.34.0.486932305932.issue30450@psf.upfronthosting.co.za>
In-reply-to
Content
> New changeset 986b7ffc650919b3022ccaa458a843bb8a95d2bd by Zachary Ware in branch '2.7':
> [2.7] bpo-30450: Pull Windows dependencies from GitHub rather than SVN (GH-1783) (GH-3306)

This change also broke compilation on AMD64 Windows10 2.7 buildbot:
http://buildbot.python.org/all/builders/AMD64%20Windows10%202.7/builds/279



"D:\buildarea\2.7.bolen-windows10\build\PCbuild\pcbuild.proj" (Build target) (1) ->
"D:\buildarea\2.7.bolen-windows10\build\PCbuild\pythoncore.vcxproj" (Build target) (2) ->
(Manifest target) -> 
  C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(574,5): error MSB6006: "mt.exe" exited with code -1073741819. [D:\buildarea\2.7.bolen-windows10\build\PCbuild\pythoncore.vcxproj]

    260 Warning(s)
    1 Error(s)
History
Date User Action Args
2017-09-05 16:31:30vstinnersetrecipients: + vstinner, paul.moore, pitrou, tim.golden, benjamin.peterson, jkloth, jeremy.kloth, zach.ware, steve.dower, ammar2, schen
2017-09-05 16:31:30vstinnersetmessageid: <1504629090.34.0.486932305932.issue30450@psf.upfronthosting.co.za>
2017-09-05 16:31:30vstinnerlinkissue30450 messages
2017-09-05 16:31:30vstinnercreate