[postgis-tickets] [PostGIS] #4903: All bots red on GEOS
PostGIS
trac at osgeo.org
Sun May 2 00:35:46 PDT 2021
#4903: All bots red on GEOS
---------------------+---------------------------
Reporter: robe | Owner: robe
Type: defect | Status: assigned
Priority: blocker | Milestone: PostGIS 3.2.0
Component: postgis | Version: master
Keywords: |
---------------------+---------------------------
I think bots are failing because of this commit:
https://git.osgeo.org/gitea/postgis/postgis/commit/28bd4bbcffb08c9098e2ecc6b8f17b8945ffec31
The geos guard doesn't seem to be following the new convention.
{{{
18:22:35 make[2]: Entering directory
'/home/jenkins/workspace/PostGIS_Worker_Run/label/berrie/4e56592f075659afa28ed1650801bdb875f62212/raster/loader'
18:22:35 /bin/bash ../../libtool --mode=link gcc -std=gnu99 -g -O2 -fno-
math-errno -fno-signed-zeros -fPIC -DPIC -I../rt_core -I../../liblwgeom
-I/usr/include/gdal -I/usr/include ../rt_core/librtcore.a raster2pgsql.o
-lm -static ../../liblwgeom/liblwgeom.la -L/usr/lib -lgdal -L/usr/lib
/arm-linux-gnueabihf -lgeos_c -lc -o raster2pgsql
18:22:35 libtool: link: gcc -std=gnu99 -g -O2 -fno-math-errno -fno-signed-
zeros -fPIC -DPIC -I../rt_core -I../../liblwgeom -I/usr/include/gdal
-I/usr/include raster2pgsql.o -o raster2pgsql ../rt_core/librtcore.a
../../liblwgeom/.libs/liblwgeom.a -lm -L/usr/lib/arm-linux-gnueabihf
/usr/lib/arm-linux-gnueabihf/libproj.so -ljson-c -L/usr/lib -lgdal
-lgeos_c -lc
18:22:36 /usr/bin/ld: ../../liblwgeom/.libs/liblwgeom.a(lwgeom_geos.o): in
function `ptarray_from_GEOSCoordSeq':
18:22:36
/home/jenkins/workspace/PostGIS_Worker_Run/label/berrie/4e56592f075659afa28ed1650801bdb875f62212/liblwgeom/lwgeom_geos.c:147:
undefined reference to `GEOSCoordSeq_copyToBuffer'
18:22:36 /usr/bin/ld: ../../liblwgeom/.libs/liblwgeom.a(lwgeom_geos.o): in
function `ptarray_to_GEOSCoordSeq':
18:22:36
/home/jenkins/workspace/PostGIS_Worker_Run/label/berrie/4e56592f075659afa28ed1650801bdb875f62212/liblwgeom/lwgeom_geos.c:280:
undefined reference to `GEOSCoordSeq_copyFromBuffer'
18:22:36 collect2: error: ld returned 1 exit status
18:22:36 make[2]: *** [Makefile:84: raster2pgsql] Error 1
18:22:36 make[2]: Leaving directory
'/home/jenkins/workspace/PostGIS_Worker_Run/label/berrie/4e56592f075659afa28ed1650801bdb875f62212/raster/loader'
18:22:36 make[1]: *** [Makefile:35: rtloader] Error 2
18:22:36 make[1]: Leaving directory
'/home/jenkins/workspace/PostGIS_Worker_Run/label/berrie/4e56592f075659afa28ed1650801bdb875f62212/raster'
18:22:36 make: *** [GNUmakefile:22: all] Error 1
}}}
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/4903>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-tickets
mailing list