Opened 9 years ago
Closed 9 years ago
#3383 closed defect (fixed)
PostGIS 2.0 failing on both debbie and travis
Reported by: | robe | Owned by: | robe |
---|---|---|---|
Priority: | blocker | Milestone: | PostGIS 2.0.8 |
Component: | QA/buildbots | Version: | 2.0.x |
Keywords: | Cc: |
Description
Debbie is throwing:
After commit of r14454
http://debbie.postgis.net:8080/job/PostGIS_Regress/2374/console
Debbie is complaining, and failing on compile -- which is rare. Though given the change on that commit, I doubt it's the culprit and may have more to do with my recent changes.
libtool: link: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I../rt_core -I../../liblwgeom -I/var/lib/jenkins/workspace/pg/rel/pg9.0w64/include -I/var/lib/jenkins/workspace/gdal/rel-1.11w64/include -I/var/lib/jenkins/workspace/geos/rel-3.5.1devw64/include raster2pgsql.o -o .libs/raster2pgsql ../rt_core/librtcore.a ../../liblwgeom/.libs/liblwgeom.so -L/var/lib/jenkins/workspace/pg/rel/pg9.0w64/lib -lpq -L/var/lib/jenkins/workspace/gdal/rel-1.11w64/lib /var/lib/jenkins/workspace/gdal/rel-1.11w64/lib/libgdal.so -L/var/lib/jenkins/workspace/geos/rel-3.5.1devw64/lib /var/lib/jenkins/workspace/geos/rel-3.5.1devw64/lib/libgeos_c.so -lc -lm -Wl,-rpath -Wl,/var/lib/jenkins/workspace/gdal/rel-1.11w64/lib -Wl,-rpath -Wl,/var/lib/jenkins/workspace/geos/rel-3.5.1devw64/lib ../../liblwgeom/.libs/liblwgeom.so: undefined reference to `getPoint2d_cp' collect2: error: ld returned 1 exit status Makefile:92: recipe for target 'raster2pgsql' failed make[2]: *** [raster2pgsql] Error 1 make[2]: Leaving directory '/var/lib/jenkins/workspace/postgis/branches/2.0/raster/loader' Makefile:34: recipe for target 'rtloader' failed make[1]: *** [rtloader] Error 2 make[1]: Leaving directory '/var/lib/jenkins/workspace/postgis/branches/2.0/raster' GNUmakefile:14: recipe for target 'all' failed make: *** [all] Error 1
Change History (3)
comment:1 by , 9 years ago
Summary: | PostGIS 2.0 failing on debbie → PostGIS 2.0 failing on both debbie and travis |
---|
comment:2 by , 9 years ago
Looks like the #2232 fix used getPoint2d_cp which wasn't introduced until 2.1?
comment:3 by , 9 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Well ain't this interesting. Travis is failing to and on the same spot as debbie.
https://travis-ci.org/postgis/postgis/builds/93973158
again for the #2232 fix. Hmm don't see how those changes could affect raster.