#3114 closed defect (fixed)
debbie can't find gdal
Reported by: | robe | Owned by: | robe |
---|---|---|---|
Priority: | blocker | Milestone: | Website Management, Bots |
Component: | management | Version: | 2.1.x |
Keywords: | Cc: |
Description
This most likely is caused because I did an upgrade and also upgraded jenkins.
Have to check what went wrong.
anyway she's failing on all the builds involving gdal at moment.
Change History (6)
comment:1 by , 10 years ago
comment:2 by , 10 years ago
Okay got closer to understanding by looking at the config logs
configure:19332: gcc -o conftest -I/var/lib/jenkins/workspace/gdal/rel-1.11w64/include conftest.c -L/var/lib/jenkins/workspace/gdal/rel-1.11w64/lib -lgdal >&5 /usr/bin/ld: warning: libpq.so.5, needed by /var/lib/jenkins/workspace/gdal/rel-1.11w64/lib/libgdal.so, not found (try using -rpath or -rpath-link)
have to see how I even got postgres in there. Perhaps I accidentally installed postgres on the server.
comment:3 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
I guess somehow my update change the way it processes rpath or something. For now I just changed GDAL to not build with postgresql support. I don't think even in the GDAL regress tests I ever do postgresql tests, so it's an unnecessary dependency and since we build with multiple versions of PostGIS/PostgreSQL probably a mess anyway since we use the same GDAL for all. Thinking of removing GEOS as well, but left that in for now.
comment:4 by , 10 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
bah almost now failing on can't find libpq in raster tests.
comment:5 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
Okay looks like dustymugs fixed it. I see change in postgis_regress at r13490 THANK YOU .
error is showing this:
before it would just show
GDAL version is still being picked up however and I tried both GDAL 1.11 branch and trunk. I'm just going to try to flush out GDAL build folder and rebuild.