Re: [postgis-users] PostGIS 1.5.5 and PostgreSQL 9.2

2012-10-30 Thread Paul Ramsey
No, we don't have a calendrical release schedule, but the backlog of
fixes complete for 1.5.6 is actually a pretty impressive nest of
crashers and improvements, so I'm sure we could be poked into it...

 - Bug Fixes
   - #547, ST_Contains memory problems, the remake
   - #1957, ST_Distance to a one-point LineString returns NULL
   - #1936, ST_GeomFromGML on CurvePolygon causes server crash
   - #1953, Segfault on GEOS calls with empty polygon
   - #1976, Geography point-in-ring code overhauled for more reliability
   - #2071, Add PgSQL 9.2 support

P.



On Tue, Oct 30, 2012 at 5:15 AM, Ilie, Radu  wrote:
> Thank you very much for the prompt response. Do you have at least a rough 
> estimate for when the next patch release is going to be?
>
> Radu Ilie
>
> -Original Message-
> From: postgis-users-boun...@postgis.refractions.net 
> [mailto:postgis-users-boun...@postgis.refractions.net] On Behalf Of Paul 
> Ramsey
> Sent: Monday, October 29, 2012 2:04 PM
> To: PostGIS Users Discussion
> Subject: Re: [postgis-users] PostGIS 1.5.5 and PostgreSQL 9.2
>
> No, it was not supported, it is in svn now, and will be at next patch release
>
> http://trac.osgeo.org/postgis/ticket/2071
>
> P.
>
> On Mon, Oct 29, 2012 at 7:04 AM, Ilie, Radu  wrote:
>> Yes, I did. The error is this:
>>
>>
>>
>> gcc -O2 -Wall -Wmissing-prototypes -Wpointer-arith
>> -Wdeclaration-after-statement -Wendif-labels
>> -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing
>> -fwrapv -g -fpic
>> -I/perforce/DATARC_auto/DATARC/products/AggServer/dev/main/BUILD_AREA/
>> INSTALL/usr/local/pgsql/include
>> -I/perforce/DATARC_auto/DATARC/products/AggServer/dev/main/BUILD_AREA/
>> INSTALL/usr/local/pgsql/include
>> -I/usr/include/libxml2 -I../liblwgeom -I. -I.
>> -I/perforce/DATARC_auto/DATARC/products/AggServer/dev/main/BUILD_AREA/
>> INSTALL/usr/local/pgsql/include/server
>> -I/perforce/DATARC_auto/DATARC/products/AggServer/dev/main/BUILD_AREA/INSTALL/usr/local/pgsql/include/internal
>> -D_GNU_SOURCE -I/usr/include/libxml2   -c -o lwgeom_estimate.o
>> lwgeom_estimate.c
>>
>> lwgeom_estimate.c: In function 'LWGEOM_gist_joinsel':
>>
>> lwgeom_estimate.c:318: error: 'Form_pg_class' undeclared (first use in
>> this
>> function)
>>
>> lwgeom_estimate.c:318: error: (Each undeclared identifier is reported
>> only once
>>
>> lwgeom_estimate.c:318: error: for each function it appears in.)
>>
>> lwgeom_estimate.c:318: error: expected ';' before 'reltup'
>>
>> lwgeom_estimate.c:319: error: 'reltup' undeclared (first use in this
>> function)
>>
>> lwgeom_estimate.c:330: error: expected ';' before 'reltup'
>>
>> make[1]: *** [lwgeom_estimate.o] Error 1
>>
>>
>>
>> Radu
>>
>>
>>
>> From: postgis-users-boun...@postgis.refractions.net
>> [mailto:postgis-users-boun...@postgis.refractions.net] On Behalf Of
>> Jeff Lake
>> Sent: Monday, October 29, 2012 9:59 AM
>> To: PostGIS Users Discussion
>> Subject: Re: [postgis-users] PostGIS 1.5.5 and PostgreSQL 9.2
>>
>>
>>
>> Did you specify the path to pg_config ??
>> eg:
>> ./configure --with-pgconfig=/usr/pgsql-9.2/bin/pg_config
>>
>> Jeff Lake
>> MichiganWxSystem
>> AllisonHouse
>> GRLevelXStuff
>>
>> On 10/29/2012 9:49, Ilie, Radu wrote:
>>
>> Hi,
>>
>>
>>
>> I am getting build errors when trying to build PostGIS 1.5.5 against
>> PostgreSQL 9.2.1. Is this a known problem? If yes, do you know when it
>> will be fixed?
>>
>>
>>
>> Thank you,
>>
>>
>>
>> Radu Ilie
>>
>>
>>
>>
>>
>>
>> ___
>>
>> postgis-users mailing list
>>
>> postgis-users@postgis.refractions.net
>>
>> http://postgis.refractions.net/mailman/listinfo/postgis-users
>>
>>
>>
>>
>> ___
>> postgis-users mailing list
>> postgis-users@postgis.refractions.net
>> http://postgis.refractions.net/mailman/listinfo/postgis-users
>>
> ___
> postgis-users mailing list
> postgis-users@postgis.refractions.net
> http://postgis.refractions.net/mailman/listinfo/postgis-users
>
>
> ___
> postgis-users mailing list
> postgis-users@postgis.refractions.net
> http://postgis.refractions.net/mailman/listinfo/postgis-users
___
postgis-users mailing list
postgis-users@postgis.refractions.net
http://postgis.refractions.net/mailman/listinfo/postgis-users


Re: [postgis-users] PostGIS 1.5.5 and PostgreSQL 9.2

2012-10-30 Thread Ilie, Radu
Thank you very much for the prompt response. Do you have at least a rough 
estimate for when the next patch release is going to be?

Radu Ilie

-Original Message-
From: postgis-users-boun...@postgis.refractions.net 
[mailto:postgis-users-boun...@postgis.refractions.net] On Behalf Of Paul Ramsey
Sent: Monday, October 29, 2012 2:04 PM
To: PostGIS Users Discussion
Subject: Re: [postgis-users] PostGIS 1.5.5 and PostgreSQL 9.2

No, it was not supported, it is in svn now, and will be at next patch release

http://trac.osgeo.org/postgis/ticket/2071

P.

On Mon, Oct 29, 2012 at 7:04 AM, Ilie, Radu  wrote:
> Yes, I did. The error is this:
>
>
>
> gcc -O2 -Wall -Wmissing-prototypes -Wpointer-arith 
> -Wdeclaration-after-statement -Wendif-labels 
> -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing 
> -fwrapv -g -fpic 
> -I/perforce/DATARC_auto/DATARC/products/AggServer/dev/main/BUILD_AREA/
> INSTALL/usr/local/pgsql/include 
> -I/perforce/DATARC_auto/DATARC/products/AggServer/dev/main/BUILD_AREA/
> INSTALL/usr/local/pgsql/include
> -I/usr/include/libxml2 -I../liblwgeom -I. -I.
> -I/perforce/DATARC_auto/DATARC/products/AggServer/dev/main/BUILD_AREA/
> INSTALL/usr/local/pgsql/include/server
> -I/perforce/DATARC_auto/DATARC/products/AggServer/dev/main/BUILD_AREA/INSTALL/usr/local/pgsql/include/internal
> -D_GNU_SOURCE -I/usr/include/libxml2   -c -o lwgeom_estimate.o
> lwgeom_estimate.c
>
> lwgeom_estimate.c: In function 'LWGEOM_gist_joinsel':
>
> lwgeom_estimate.c:318: error: 'Form_pg_class' undeclared (first use in 
> this
> function)
>
> lwgeom_estimate.c:318: error: (Each undeclared identifier is reported 
> only once
>
> lwgeom_estimate.c:318: error: for each function it appears in.)
>
> lwgeom_estimate.c:318: error: expected ';' before 'reltup'
>
> lwgeom_estimate.c:319: error: 'reltup' undeclared (first use in this
> function)
>
> lwgeom_estimate.c:330: error: expected ';' before 'reltup'
>
> make[1]: *** [lwgeom_estimate.o] Error 1
>
>
>
> Radu
>
>
>
> From: postgis-users-boun...@postgis.refractions.net
> [mailto:postgis-users-boun...@postgis.refractions.net] On Behalf Of 
> Jeff Lake
> Sent: Monday, October 29, 2012 9:59 AM
> To: PostGIS Users Discussion
> Subject: Re: [postgis-users] PostGIS 1.5.5 and PostgreSQL 9.2
>
>
>
> Did you specify the path to pg_config ??
> eg:
> ./configure --with-pgconfig=/usr/pgsql-9.2/bin/pg_config
>
> Jeff Lake
> MichiganWxSystem
> AllisonHouse
> GRLevelXStuff
>
> On 10/29/2012 9:49, Ilie, Radu wrote:
>
> Hi,
>
>
>
> I am getting build errors when trying to build PostGIS 1.5.5 against 
> PostgreSQL 9.2.1. Is this a known problem? If yes, do you know when it 
> will be fixed?
>
>
>
> Thank you,
>
>
>
> Radu Ilie
>
>
>
>
>
>
> ___
>
> postgis-users mailing list
>
> postgis-users@postgis.refractions.net
>
> http://postgis.refractions.net/mailman/listinfo/postgis-users
>
>
>
>
> ___
> postgis-users mailing list
> postgis-users@postgis.refractions.net
> http://postgis.refractions.net/mailman/listinfo/postgis-users
>
___
postgis-users mailing list
postgis-users@postgis.refractions.net
http://postgis.refractions.net/mailman/listinfo/postgis-users


___
postgis-users mailing list
postgis-users@postgis.refractions.net
http://postgis.refractions.net/mailman/listinfo/postgis-users


Re: [postgis-users] PostGIS 1.5.5 and PostgreSQL 9.2

2012-10-29 Thread Paul Ramsey
No, it was not supported, it is in svn now, and will be at next patch release

http://trac.osgeo.org/postgis/ticket/2071

P.

On Mon, Oct 29, 2012 at 7:04 AM, Ilie, Radu  wrote:
> Yes, I did. The error is this:
>
>
>
> gcc -O2 -Wall -Wmissing-prototypes -Wpointer-arith
> -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute
> -Wformat-security -fno-strict-aliasing -fwrapv -g -fpic
> -I/perforce/DATARC_auto/DATARC/products/AggServer/dev/main/BUILD_AREA/INSTALL/usr/local/pgsql/include
> -I/perforce/DATARC_auto/DATARC/products/AggServer/dev/main/BUILD_AREA/INSTALL/usr/local/pgsql/include
> -I/usr/include/libxml2 -I../liblwgeom -I. -I.
> -I/perforce/DATARC_auto/DATARC/products/AggServer/dev/main/BUILD_AREA/INSTALL/usr/local/pgsql/include/server
> -I/perforce/DATARC_auto/DATARC/products/AggServer/dev/main/BUILD_AREA/INSTALL/usr/local/pgsql/include/internal
> -D_GNU_SOURCE -I/usr/include/libxml2   -c -o lwgeom_estimate.o
> lwgeom_estimate.c
>
> lwgeom_estimate.c: In function ‘LWGEOM_gist_joinsel’:
>
> lwgeom_estimate.c:318: error: ‘Form_pg_class’ undeclared (first use in this
> function)
>
> lwgeom_estimate.c:318: error: (Each undeclared identifier is reported only
> once
>
> lwgeom_estimate.c:318: error: for each function it appears in.)
>
> lwgeom_estimate.c:318: error: expected ‘;’ before ‘reltup’
>
> lwgeom_estimate.c:319: error: ‘reltup’ undeclared (first use in this
> function)
>
> lwgeom_estimate.c:330: error: expected ‘;’ before ‘reltup’
>
> make[1]: *** [lwgeom_estimate.o] Error 1
>
>
>
> Radu
>
>
>
> From: postgis-users-boun...@postgis.refractions.net
> [mailto:postgis-users-boun...@postgis.refractions.net] On Behalf Of Jeff
> Lake
> Sent: Monday, October 29, 2012 9:59 AM
> To: PostGIS Users Discussion
> Subject: Re: [postgis-users] PostGIS 1.5.5 and PostgreSQL 9.2
>
>
>
> Did you specify the path to pg_config ??
> eg:
> ./configure --with-pgconfig=/usr/pgsql-9.2/bin/pg_config
>
> Jeff Lake
> MichiganWxSystem
> AllisonHouse
> GRLevelXStuff
>
> On 10/29/2012 9:49, Ilie, Radu wrote:
>
> Hi,
>
>
>
> I am getting build errors when trying to build PostGIS 1.5.5 against
> PostgreSQL 9.2.1. Is this a known problem? If yes, do you know when it will
> be fixed?
>
>
>
> Thank you,
>
>
>
> Radu Ilie
>
>
>
>
>
>
> ___
>
> postgis-users mailing list
>
> postgis-users@postgis.refractions.net
>
> http://postgis.refractions.net/mailman/listinfo/postgis-users
>
>
>
>
> ___
> postgis-users mailing list
> postgis-users@postgis.refractions.net
> http://postgis.refractions.net/mailman/listinfo/postgis-users
>
___
postgis-users mailing list
postgis-users@postgis.refractions.net
http://postgis.refractions.net/mailman/listinfo/postgis-users


Re: [postgis-users] PostGIS 1.5.5 and PostgreSQL 9.2

2012-10-29 Thread Ilie, Radu
Yes, I did. The error is this:

gcc -O2 -Wall -Wmissing-prototypes -Wpointer-arith 
-Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute 
-Wformat-security -fno-strict-aliasing -fwrapv -g -fpic 
-I/perforce/DATARC_auto/DATARC/products/AggServer/dev/main/BUILD_AREA/INSTALL/usr/local/pgsql/include
 
-I/perforce/DATARC_auto/DATARC/products/AggServer/dev/main/BUILD_AREA/INSTALL/usr/local/pgsql/include
 -I/usr/include/libxml2 -I../liblwgeom -I. -I. 
-I/perforce/DATARC_auto/DATARC/products/AggServer/dev/main/BUILD_AREA/INSTALL/usr/local/pgsql/include/server
 
-I/perforce/DATARC_auto/DATARC/products/AggServer/dev/main/BUILD_AREA/INSTALL/usr/local/pgsql/include/internal
 -D_GNU_SOURCE -I/usr/include/libxml2   -c -o lwgeom_estimate.o 
lwgeom_estimate.c
lwgeom_estimate.c: In function 'LWGEOM_gist_joinsel':
lwgeom_estimate.c:318: error: 'Form_pg_class' undeclared (first use in this 
function)
lwgeom_estimate.c:318: error: (Each undeclared identifier is reported only once
lwgeom_estimate.c:318: error: for each function it appears in.)
lwgeom_estimate.c:318: error: expected ';' before 'reltup'
lwgeom_estimate.c:319: error: 'reltup' undeclared (first use in this function)
lwgeom_estimate.c:330: error: expected ';' before 'reltup'
make[1]: *** [lwgeom_estimate.o] Error 1

Radu

From: postgis-users-boun...@postgis.refractions.net 
[mailto:postgis-users-boun...@postgis.refractions.net] On Behalf Of Jeff Lake
Sent: Monday, October 29, 2012 9:59 AM
To: PostGIS Users Discussion
Subject: Re: [postgis-users] PostGIS 1.5.5 and PostgreSQL 9.2

Did you specify the path to pg_config ??
eg:
./configure --with-pgconfig=/usr/pgsql-9.2/bin/pg_config

Jeff Lake
MichiganWxSystem<http://www.michiganwxsystem.com>
AllisonHouse<http://www.allisonhouse.com>
GRLevelXStuff<http://www.grlevelxstuff.com>
On 10/29/2012 9:49, Ilie, Radu wrote:
Hi,

I am getting build errors when trying to build PostGIS 1.5.5 against PostgreSQL 
9.2.1. Is this a known problem? If yes, do you know when it will be fixed?

Thank you,

Radu Ilie





___

postgis-users mailing list

postgis-users@postgis.refractions.net<mailto:postgis-users@postgis.refractions.net>

http://postgis.refractions.net/mailman/listinfo/postgis-users

___
postgis-users mailing list
postgis-users@postgis.refractions.net
http://postgis.refractions.net/mailman/listinfo/postgis-users


Re: [postgis-users] PostGIS 1.5.5 and PostgreSQL 9.2

2012-10-29 Thread Jeff Lake

Did you specify the path to pg_config ??
eg:
./configure --with-pgconfig=/usr/pgsql-9.2/bin/pg_config


*Jeff Lake*
MichiganWxSystem 
AllisonHouse 
GRLevelXStuff 
On 10/29/2012 9:49, Ilie, Radu wrote:


Hi,

I am getting build errors when trying to build PostGIS 1.5.5 against 
PostgreSQL 9.2.1. Is this a known problem? If yes, do you know when it 
will be fixed?


Thank you,

Radu Ilie



___
postgis-users mailing list
postgis-users@postgis.refractions.net
http://postgis.refractions.net/mailman/listinfo/postgis-users


___
postgis-users mailing list
postgis-users@postgis.refractions.net
http://postgis.refractions.net/mailman/listinfo/postgis-users


[postgis-users] PostGIS 1.5.5 and PostgreSQL 9.2

2012-10-29 Thread Ilie, Radu
Hi,

I am getting build errors when trying to build PostGIS 1.5.5 against PostgreSQL 
9.2.1. Is this a known problem? If yes, do you know when it will be fixed?

Thank you,

Radu Ilie

___
postgis-users mailing list
postgis-users@postgis.refractions.net
http://postgis.refractions.net/mailman/listinfo/postgis-users