[postgis-devel] regression failures with raster, topology (NetBSD/i386)

Greg Troxel gdt at ir.bbn.com
Mon Jan 23 18:23:38 PST 2012


summary: make check failures in raster and topology - bouncing them off
the list before filing tickets


With r8903, configured

  CPPFLAGS=-I/usr/pkg/include \
  LDFLAGS="-L/usr/pkg/lib -Wl,-R/usr/pkg/lib" \
  ./configure \
      --prefix=${PREFIX} \
      --enable-rpath \
      --with-projdir=/usr/pkg \
      --with-xsldir=${PREFIX}/share/xsl/docbook \
      --with-topology

resulting in:

  PostGIS is now configured for i386-unknown-netbsdelf5.1.

 -------------- Compiler Info ------------- 
  C compiler:           gcc -g -O2
  C++ compiler:         g++ -g -O2

 -------------- Dependencies -------------- 
  GEOS config:          /usr/pkg/bin/geos-config
  GEOS version:         3.3.2
  GDAL config:          /usr/pkg/bin/gdal-config
  GDAL version:         1.8.0
  PostgreSQL config:    /usr/pkg/bin/pg_config
  PostgreSQL version:   PostgreSQL 9.1.2
  PROJ4 version:        47
  Libxml2 config:       /usr/pkg/bin/xml2-config
  Libxml2 version:      2.7.8
  JSON-C support:       no
  PostGIS debug level:  0
  Perl:                 /usr/pkg/bin/perl

 --------------- Extensions --------------- 
  PostGIS Raster:       0.1.6d
  PostGIS Topology:     enabled

 -------- Documentation Generation -------- 
  xsltproc:             /usr/pkg/bin/xsltproc
  xsl style sheets:     /usr/pkg/share/xsl/docbook
  dblatex:              
  convert:              /usr/pkg/bin/convert

regular gmake check:

  1 failure on loader/Latin1 (because I haven't figured out how to make
  the createdb specify an encoding that can handle UTF-8)

  this causes top-level gmake check to stop, so I manually ran it in
  raster and topology:

raster gmake check:

  tests 18, 48 fail with something that looks like fpmask assumptions --
  may be wrong in my environment, but I'm curious if anyone else is
  seeing it.

  --- rt_rotation_expected        2012-01-12 20:47:29.000000000 -0500
  +++ /tmp/pgis_reg_6326/test_18_out      2012-01-23 21:08:08.000000000 -0500
  @@ -1,8 +1,8 @@
  -4|1x1, ip:7.5,2.5 scale:5,5 skew:1,1, srid:-1, width:1, height:1|0.197395559849881
  +4|1x1, ip:7.5,2.5 scale:5,5 skew:1,1, srid:-1, width:1, height:1|NaN
   5|1x1, ip:7.5,2.5 scale:5,5 skew:3,7, srid:-1, width:1, height:1|NaN
   104|5.09901951359278|5.09901951359278|0|0|0
   105|8.60232526704263|5.8309518948453|0|0|0
  -104|3.60555127546399|3.60555127546399|3.60555127546399|3.60555127546399|0.785398163397448
  -105|6.08276253029822|4.12310562561766|4.12310562561766|6.08276253029822|0.785398163397448
  -104|4.41588043316392|4.41588043316392|2.54950975679639|2.54950975679639|0.523598775598299
  -105|7.44983221287567|5.04975246918104|2.91547594742265|4.30116263352131|0.523598775598299
  +104|3.60555127546399|3.60555127546399|3.60555127546399|3.60555127546399|NaN
  +105|6.08276253029822|4.12310562561766|4.12310562561766|6.08276253029822|NaN
  +104|4.41588043316392|4.41588043316392|2.54950975679639|2.54950975679639|NaN
  +105|7.44983221287567|5.04975246918104|2.91547594742265|4.30116263352131|NaN

  --- rt_mapalgebrafctngb_userfunc_expected       2012-01-12 20:47:29.000000000 -0500
  +++ /tmp/pgis_reg_6326/test_48_out      2012-01-23 21:08:14.000000000 -0500
  @@ -26,6 +26,6 @@
   t|t
   t|t
   t|t
  -t|t
  +ERROR:  input is out of range
   t
   t

topology gmake check:

  Upgrading topology

   Something went wrong during db initialization (topology upgrade).
   For details, check /tmp/pgis_reg_26713/regress_log

  psql:/home/gdt/SOFTWARE/POSTGIS/postgis/regress/00-regress-install/share/contrib/postgis/topology_upgrade_20_minor.sql:21
2: ERROR:  schema "topology" already exists
  (which is the "create schema topology" line)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 194 bytes
Desc: not available
URL: <http://lists.osgeo.org/pipermail/postgis-devel/attachments/20120123/30e6b4ee/attachment.sig>


More information about the postgis-devel mailing list