[postgis-tickets] [PostGIS] #3121: PostgreSQL 9.5 fails compiling against 2.2 in twkb
PostGIS
trac at osgeo.org
Sun May 17 17:59:50 PDT 2015
#3121: PostgreSQL 9.5 fails compiling against 2.2 in twkb
----------------------+---------------------------
Reporter: robe | Owner: nicklas
Type: defect | Status: new
Priority: blocker | Milestone: PostGIS 2.2.0
Component: postgis | Version: trunk
Resolution: | Keywords:
----------------------+---------------------------
Description changed by robe:
Old description:
> Yikes -- can't have this. Started happening with pull this weekend.
>
> {{{
> /lib/jenkins/workspace/pg/rel/pg9.5w64/include/postgresql/internal
> -D_GNU_SOURCE -c -o lwgeom_inout.o lwgeom_inout.c
> lwgeom_inout.c: In function ‘TWKBFromLWGEOMArray’:
> lwgeom_inout.c:538: error: too few arguments to function
> ‘array_create_iterator’
> lwgeom_inout.c:539: error: too few arguments to function
> ‘array_create_iterator’
> make[1]: *** [lwgeom_inout.o] Error 1
> make[1]: Leaving directory
> `/var/lib/jenkins/workspace/postgis/regress_pgdev/branches/2.2/postgis'
> }}}
New description:
Yikes -- can't have this. Started happening with pull this weekend.
{{{
/lib/jenkins/workspace/pg/rel/pg9.5w64/include/postgresql/internal
-D_GNU_SOURCE -c -o lwgeom_inout.o lwgeom_inout.c
lwgeom_inout.c: In function ‘TWKBFromLWGEOMArray’:
lwgeom_inout.c:538: error: too few arguments to function
‘array_create_iterator’
lwgeom_inout.c:539: error: too few arguments to function
‘array_create_iterator’
make[1]: *** [lwgeom_inout.o] Error 1
make[1]: Leaving directory
`/var/lib/jenkins/workspace/postgis/regress_pgdev/branches/2.2/postgis'
}}}
I suspect it was this commit of Tom's that broke our build:
https://github.com/postgres/postgres/commit/1dc5ebc9077ab742079ce5dac9a6664248d42916
--
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/3121#comment:1>
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