Opened 9 years ago

Closed 9 years ago

Last modified 4 years ago

#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 robe, 9 years ago

error is showing this:

checking for library containing GDALAllRegister... no
configure: error: could not find GDAL

before it would just show

checking for library containing GDALAllRegister... none required
checking for library containing OGRRegisterAll... none required
checking for library containing GDALFPolygonize... none required

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.

comment:2 by robe, 9 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 robe, 9 years ago

Resolution: fixed
Status: newclosed

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 robe, 9 years ago

Resolution: fixed
Status: closedreopened

bah almost now failing on can't find libpq in raster tests.

comment:5 by robe, 9 years ago

Resolution: fixed
Status: reopenedclosed

Okay looks like dustymugs fixed it. I see change in postgis_regress at r13490 THANK YOU :).

comment:6 by robe, 4 years ago

Milestone: Management 2.0Website Management, Bots

Milestone renamed

Note: See TracTickets for help on using tickets.