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

Unable to find PostGIS dependency on build #2986

Closed
benboughton1 opened this issue Jul 18, 2015 · 2 comments
Closed

Unable to find PostGIS dependency on build #2986

benboughton1 opened this issue Jul 18, 2015 · 2 comments
Milestone

Comments

@benboughton1
Copy link

Download snapshot

python scons/scons.py configure INPUT_PLUGINS='all'

All dependencies met

make

Get error: Notice: dependencies not met for plugin 'postgis', not building...

mapnik continues to build

Terminal output available here: https://gist.github.com/benboughton1/e89ddda0c685b1c3f463

I have PostgreSQL and PostGIS running with data able to be read in QGIS.

SELECT PostGIS_full_version();

"POSTGIS="2.1.7 r13414" GEOS="3.4.2-CAPI-1.8.2 r3921" PROJ="Rel. 4.8.0, 6 March 2012" GDAL="GDAL 1.10.1, released 2013/08/26" LIBXML="2.9.1" LIBJSON="UNKNOWN" (core procs from "2.1.2 r12389" need upgrade) RASTER (raster procs from "2.1.2 r12389" need upgrad (...)"

What am I missing?

@benboughton1
Copy link
Author

Relocated mapnik/mapnik-support#47

@springmeyer
Copy link
Member

Thanks for the catch - This is happening because the scons scripts are dumb and cannot by default handle building two plugins with the same dependency (in this case libpq). Should be fixed by 6f61c0e.

@springmeyer springmeyer added this to the Mapnik 3.0.1 milestone Jul 28, 2015
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