[postgis-devel] "make check" failure

David Zwarg dzwarg+postgis at azavea.com
Fri Oct 28 08:08:48 PDT 2011


Greetings,

I just did an update (r8025), and I am getting failures from "make check"
here:

Testing rt_raster_same_alignment
ERROR: rt_raster_same_alignment: The two raster provided have different
scales on the X axis
Check failed on line 2083

The last good revision that passes all the tests for me is r7995; r7997
fails 4 sql regression tests; r7998 fails 6 regresson tests; r7999 fails
with the above.

My system is:

 PostgreSQL 9.0.4 on i686-pc-linux-gnu, compiled by GCC gcc (Ubuntu
4.4.3-4ubuntu5) 4.4.3, 32-bit
 Postgis 2.0.0SVN - 2011-10-01 10:32:22
   GEOS: 3.2.2-CAPI-1.6.2
   PROJ: Rel. 4.7.1, 23 September 2009
   GDAL: GDAL 1.8.0, released 2011/01/12

My shell process for checking these builds is:

svn update -r 7995
./autogen.sh
./configure --with-pgconfig=/usr/local/pgsql/bin/pg_config
make
sudo make install
pg_ctl -D /usr/local/pgsql/data stop
pg_ctl -D /usr/local/pgsql/data start
cd raster
make check
cd ..

Am I doing something wacky here?
David
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/postgis-devel/attachments/20111028/f61f7155/attachment.html>


More information about the postgis-devel mailing list