[postgis-devel] ready for 1.1.6 ?

Ingo Klinkmann ingo at logix-tt.com
Tue Oct 31 07:53:39 PST 2006


strk at refractions.net wrote:
> Changes since 1.1.5:
> 
>         - fixed CAPI change that broke 64-bit platforms
>         - use Z ordinate in reprojections
>         - spatial_ref_sys.sql updated to EPSG 6.11.1
>         - Simplified Version.config infrastructure to use a single
>           pack of version variables for everything.
>         - Include the Version.config in loader/dumper USAGE messages
>         - Replace hand-made, fragile JDBC version parser with Properties
>         - loader/dumper: fixed regression tests and usage output
> 
> The 64-bit break is the most critical, thus the new release.
> Anything left ?
> 

Hi,

I reactivated a PPC-linux box (g4 mac mini) to run the regression tests:

with geos2.2.1 and postgres 8.1:
both 1.1.5 and 1.1.6-cvs (rev. 2520) did run fine.

But there are two compiler-warnings which are not there on amd64/i386:

 lwgeom_api.c: In function 'lwgeom_serialized_construct':
 lwgeom_api.c:1303: warning: comparison is always false due to limited range of data type
 wktunparse.c: In function 'unparse_WKB':
 wktunparse.c:580: warning: comparison is always false due to limited range of data type


Greetings
Ingo Klinkmann


Full output of "make test":

 PostgreSQL 8.1.4 on powerpc-unknown-linux-gnu, compiled by GCC cc (GCC) 4.1.2 20060920 (prerelease) (Debian 4.1.1-14)
 Postgis 1.1.6-CVS - 2006-10-26 08:56:39
   GEOS: 2.2.1-CAPI-1.0.1
   PROJ: Rel. 4.4.9, 29 Oct 2004

Running tests

 loader/Point.............. ok
 loader/PointM.............. ok
 loader/PointZ.............. ok
 loader/MultiPoint.............. ok
 loader/MultiPointM.............. ok
 loader/MultiPointZ.............. ok
 loader/Arc.............. ok
 loader/ArcM.............. ok
 loader/ArcZ.......... ok
 loader/Polygon.............. ok
 loader/PolygonM.............. ok
 loader/PolygonZ.............. ok
 regress. ok
 regress_index. ok
 lwgeom_regress. ok
 regress_lrs. ok
 removepoint. ok
 setpoint. ok
 simplify. ok
 snaptogrid. ok
 affine. ok
 wkt. ok
 measures. ok
 long_xact. ok
 ctors. ok
 regress_ogc. ok
 regress_bdpoly. ok
 regress_proj. ok

Run tests: 28
Failed: 0



More information about the postgis-devel mailing list