[postgis-users] Re: [postgis-devel] Moving towards a 1.2.2 release?

TECHER David davidtecher at yahoo.fr
Thu May 17 10:36:46 PDT 2007


Hi Michael

I've tried again your patch on a new computer

But the regression tests failed any way.

for example I've attached the diff I've got for ./runtest regress (file 
test.diff) and my messages from PostgreSQL reports (file: pg.log)

I hope this could help

cvs -d :pserver:anoncvs at anoncvs.postgresql.org:/projects/cvsroot login
cvs -z3 -d :pserver:anoncvs at anoncvs.postgresql.org:/projects/cvsroot co 
-P pgsql
cd psql
./configure
make
make install

+ geos 3.0.0 SVN

+ postgis svn + patch

+ proj 4.5.0

TECHER David a écrit :
> Hi Michael,
>
> I don't update my pg cvs
> I did
>
> cvs -d :pserver:anoncvs at anoncvs.postgresql.org:/projects/cvsroot login
> cvs -z3 -d :pserver:anoncvs at anoncvs.postgresql.org:/projects/cvsroot 
> co -P pgsql
>
> I will send you others messages later.
>
> thanks.
>
> Michael Fuhr a écrit :
>> On Wed, May 16, 2007 at 04:06:52PM +0200, TECHER David wrote:
>>  
>>> I apply the patch you give us but without any succeed on
>>> - postgresql 8.3 dev from cvs
>>>     
>>
>> How recently did you update your 8.3 source tree?
>>
>>  
>>> - postgis from svn patched with your patch
>>> - geos from svn OR geos-3.0.0-rc4
>>> and proj 4.5.0
>>>
>>> All my regression tests failed :(.
>>>     
>>
>> Hmmm...I get all tests passed with the latest PostGIS from SVN and
>> the latest PostgreSQL 8.3devel from CVS.
>>
>> postgis=> select postgis_full_version();
>>                                   
>> postgis_full_version                                  
>> ---------------------------------------------------------------------------------------- 
>>
>>  POSTGIS="1.2.2SVN" GEOS="3.0.0rc4-CAPI-1.3.3" PROJ="Rel. 4.5.0, 22 
>> Oct 2006" USE_STATS
>> (1 row)
>>
>> postgis=> select version();
>>                                    
>> version                                    
>> ------------------------------------------------------------------------------ 
>>
>>  PostgreSQL 8.3devel on sparc-sun-solaris2.9, compiled by GCC gcc 
>> (GCC) 3.4.2
>> (1 row)
>>
>> How exactly did you build, install, and test PostgreSQL and PostGIS?
>> Do you have multiple versions of either installed on the same system?
>>
>>  
>>> The regression test for loader (shp2pgsql --> make -C regress)  
>>> implies that my server restarts! Why? I don't know
>>>     
>>
>> What errors appear in the PostgreSQL logs?  Did you get a core dump?
>>
>>  
>>> For example for the tiny SQL instruction
>>>
>>> testgis=# select postgis_full_version();
>>>                                  postgis_full_version
>>> ---------------------------------------------------------------------------------------- 
>>>
>>> POSTGIS="1.2.2SVN" GEOS="3.0.0rc4-CAPI-1.3.3" PROJ="Rel. 4.5.0, 22 
>>> Oct 2006" USE_STATS
>>> (1 ligne)
>>>
>>> testgis=# select 'LINESTRING(1 1, 2 2)'::GEOMETRY ~= 'LINESTRING(2 
>>> 2, 1 1)'::GEOMETRY;
>>> NOTICE:  compute_serialized_box3d called on unknown type 0
>>> NOTICE:  compute_serialized_box3d called on unknown type 0
>>> ERROR:  Unknown geometry type: 0
>>>     
>>
>> Works here:
>>
>> postgis=> select 'LINESTRING(1 1,2 2)'::GEOMETRY ~= 'LINESTRING(2 2,1 
>> 1)'::GEOMETRY;
>>  ?column? ----------
>>  f
>> (1 row)
>>
>> Has anybody else tested the patch I sent against 8.3devel?
>>
>>   
>
>
>     
>
>     
>        
> ___________________________________________________________________________ 
> Yahoo! Mail r�invente le mail ! D�couvrez le nouveau Yahoo! Mail et 
> son interface r�volutionnaire.
> http://fr.mail.yahoo.com
> _______________________________________________
> postgis-devel mailing list
> postgis-devel at postgis.refractions.net
> http://postgis.refractions.net/mailman/listinfo/postgis-devel
>

-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: test.diff
URL: <http://lists.osgeo.org/pipermail/postgis-users/attachments/20070517/749c677f/attachment.ksh>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: pg.log
Type: text/x-log
Size: 19895 bytes
Desc: not available
URL: <http://lists.osgeo.org/pipermail/postgis-users/attachments/20070517/749c677f/attachment.bin>


More information about the postgis-users mailing list