Opened 8 years ago

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

Summary: PostGIS 2.0 failing on debbiePostGIS 2.0 failing on both debbie and travis

Well ain't this interesting. Travis is failing to and on the same spot as debbie.

https://travis-ci.org/postgis/postgis/builds/93973158

/bin/bash ../../libtool --mode=link gcc -g -O2  -fPIC -DPIC  -Wall -Wmissing-prototypes -I../rt_core -I../../liblwgeom  -I/usr/include/postgresql -I/usr/include/gdal -I/usr/include   raster2pgsql.o ../rt_core/librtcore.a ../rt_core/librtcore.a ../../liblwgeom/liblwgeom.la -L/usr/lib -lpq -L/usr/lib -lgdal -L/usr/lib -lgeos_c  -lc -lm -o raster2pgsql

libtool: link: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I../rt_core -I../../liblwgeom -I/usr/include/postgresql -I/usr/include/gdal -I/usr/include raster2pgsql.o -o .libs/raster2pgsql  ../rt_core/librtcore.a ../../liblwgeom/.libs/liblwgeom.so -L/usr/lib -lpq -lgdal -lgeos_c -lc -lm

../../liblwgeom/.libs/liblwgeom.so: undefined reference to `getPoint2d_cp'

collect2: ld returned 1 exit status

make[2]: *** [raster2pgsql] Error 1

make[2]: Leaving directory `/home/travis/build/postgis/postgis/raster/loader'

make[1]: *** [rtloader] Error 2

make[1]: Leaving directory `/home/travis/build/postgis/postgis/raster'

make: *** [all] Error 1

again for the #2232 fix. Hmm don't see how those changes could affect raster.

comment:2 by dbaston, 8 years ago

Looks like the #2232 fix used getPoint2d_cp which wasn't introduced until 2.1?

comment:3 by pramsey, 8 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.