mapbox / windows-builds

DEPRECATED! build scripts for mapnik dependencies, mapnik, node-mapnik, node, libosmiom, osmium-tool
38 stars 22 forks source link

Curl missing #73

Closed springmeyer closed 8 years ago

springmeyer commented 8 years ago

Seeing:

x64|||2016-01-06 20:24:40|||stdout|||Starting: [settings "MAPNIKGYPBRANCH=python-glob" "PUBLISHMAPNIKSDK=1" "FASTBUILD=0" && del /q packages\*.* && clean && scripts\build]
x64|||2016-01-06 20:24:40|||stdout|||setting "MAPNIKGYPBRANCH=python-glob"
x64|||2016-01-06 20:24:40|||stdout|||setting "PUBLISHMAPNIKSDK=1"
x64|||2016-01-06 20:24:40|||stdout|||setting "FASTBUILD=0"
x64|||2016-01-06 20:24:54|||stderr|||'curl' is not recognized as an internal or external command,
x64|||2016-01-06 20:24:54|||stderr|||operable program or batch file.
x64|||2016-01-06 20:24:55|||stderr|||'windows-builds-tmp-bin.exe' is not recognized as an internal or external command,
x64|||2016-01-06 20:24:55|||stdout|||!!!!!!!! ===== ERROR ==== !!!!!!!!
x64|||2016-01-06 20:24:55|||stderr|||operable program or batch file.
x64|||2016-01-06 20:24:55|||stdout|||builds cannot be run unless settings.bat finished successfully
x64|||2016-01-06 20:24:55|||stderr|||ERROR:NULL
x64|||2016-01-06 20:24:55|||stdout|||DATA:NULL
x64|||2016-01-06 20:24:56||||||duration: 0.26 minutes, start: 2016-01-06 20:24:40, stop: 2016-01-06 20:24:55

Guessing this regressed in https://github.com/mapbox/windows-builds/commit/49a06ac06d1cb8ab8b0925658866682b83f648b3 /cc @BergWerkGIS

springmeyer commented 8 years ago

tried reverting https://github.com/mapbox/windows-builds/commit/9bdcb728008fcc0934f4dedcfed40ce5700e7cdc in my updated branch but still hitting this error. @BergWerkGIS any idea what changed?