[postgis-tickets] [PostGIS] #5100: PostgreSQL 15 failure
PostGIS
trac at osgeo.org
Thu Feb 17 14:20:53 PST 2022
#5100: PostgreSQL 15 failure
---------------------+---------------------------
Reporter: robe | Owner: pramsey
Type: defect | Status: new
Priority: blocker | Milestone: PostGIS 3.3.0
Component: postgis | Version: 3.2.x
Keywords: |
---------------------+---------------------------
I think this is a PostgreSQL 15 new issue.
Debbie is complaining when compiling against PG 15
{{{
17:17:47 gserialized_typmod.c: In function ‘gserialized_typmod_in’:
17:17:47 gserialized_typmod.c:275:19: warning: implicit declaration of
function ‘pg_atoi’; did you mean ‘pg_ltoa’? [-Wimplicit-function-
declaration]
17:17:47 275 | int32_t srid =
pg_atoi(DatumGetCString(elem_values[i]), sizeof(int32), '\0');
17:17:47 | ^~~~~~~
17:17:47 | pg_ltoa
17:02:23 psql:/var/lib/jenkins/workspace/postgis/branches/3.3/regress/00
-regress-install/share/contrib/postgis/postgis.sql:138: ERROR: could not
load library "/var/lib/jenkins/workspace/postgis/branches/3.3/regress/00
-regress-install/lib/postgis-3.so":
/var/lib/jenkins/workspace/postgis/branches/3.3/regress/00-regress-
install/lib/postgis-3.so: undefined symbol: pg_atoi
17:02:23
-----------------------------------------------------------------------------
17:02:23 failed (Error encountered loading
/var/lib/jenkins/workspace/postgis/branches/3.3/regress/00-regress-
install/share/contrib/postgis/postgis_comments.sql:
/var/lib/jenkins/workspace/postgis/tmp/3_3_pg15w64/regress_log)
17:02:23
-----------------------------------------------------------------------------
17:02:23 NOTICE: schema "public" already exists, skipping
}}}
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/5100>
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