Opened 4 years ago
Closed 4 years ago
#4903 closed defect (fixed)
All bots red on GEOS
Reported by: | robe | Owned by: | robe |
---|---|---|---|
Priority: | blocker | Milestone: | PostGIS 3.2.0 |
Component: | postgis | Version: | master |
Keywords: | Cc: |
Description
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
Note:
See TracTickets
for help on using tickets.
Should hopefully be fixed at [82ab7bc5a/git]