Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

windows tests failing with node v4 #166

Closed
mapsam opened this issue Mar 29, 2017 · 3 comments
Closed

windows tests failing with node v4 #166

mapsam opened this issue Mar 29, 2017 · 3 comments

Comments

@mapsam
Copy link
Contributor

mapsam commented Mar 29, 2017

The appveyor tests are failing on node v4 due to some gdal 403 errors, here's the binary that needs to be installed:

https://mapbox-node-binary.s3.amazonaws.com/gdal/v0.9.4/v140/node-v46-win32-x64.tar.gz

@springmeyer hard to tell if this is actually an AccessDenied or if the binaries just don't exist in the first place.

@springmeyer
Copy link
Contributor

Took a look at this. The binaries do not exist. This is expected since currently node-gdal does not build node v4 windows binaries against the C++11 version of node (which this is, since we see the v140 which distinguishes the custom Visual Studio runtime built by https://github.com/mapbox/node-cpp11).

So, the unfortunate take home here is that mapnik-omnivore is only currently working with node v0.10.x on windows. So the change to the appveyor.yml here will need to be reverted until @springmeyer and @BergWerkGIS come up with a plan to finish node v4 support for windows (or find a way to dodge that work).

@mapsam
Copy link
Contributor Author

mapsam commented Mar 29, 2017

Thanks for investigating @springmeyer! I just changed appveyor back to 0.10.x. Sounds like a pretty big lift for the time being - closing for now.

@mapsam mapsam closed this as completed Mar 29, 2017
@mapsam
Copy link
Contributor Author

mapsam commented Mar 29, 2017

37b6b89

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants