mapbox / windows-builds

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

Mapnik builds fails on AppVeyor #87

Closed wilhelmberg closed 8 years ago

wilhelmberg commented 8 years ago

Mapnik builds started to fail on AppVeyor today: https://ci.appveyor.com/project/Mapbox/mapnik/build/1.0.943#L114

creating template_postgis
CREATE DATABASE
creating extension postgis
ERROR:  could not load library "C:/Program Files/PostgreSQL/9.4/lib/rtpostgis-2.2.dll": The specified procedure could not be found.

error creating extension postgis

Seems that PostgreSQL was updated to the latest patch version and there is a problem with OpenSSL and curl included in the PostGIS extension:

http://gis.stackexchange.com/questions/187581/could-not-load-library-c-rtpostgis-2-2-dll


Next steps

Adjust build scripts to additionally download libcurl and replace libcurl-4.dll in the PostGIS package.

/cc @springmeyer @artemp

wilhelmberg commented 8 years ago

PostGIS install seems to work again: https://ci.appveyor.com/project/Mapbox/mapnik/build/1.0.960#L115

but 22 other errors, e.g.: https://ci.appveyor.com/project/Mapbox/mapnik/build/1.0.960#L593 https://ci.appveyor.com/project/Mapbox/mapnik/build/1.0.960#L929 https://ci.appveyor.com/project/Mapbox/mapnik/build/1.0.960#L950 https://ci.appveyor.com/project/Mapbox/mapnik/build/1.0.960#L967 ....

/cc @artemp @springmeyer