Greetings,<br><br>I just did an update (r8025), and I am getting failures from "make check" here:<br><br><span style="font-family:courier new,monospace">Testing rt_raster_same_alignment</span><br style="font-family:courier new,monospace">


<span style="font-family:courier new,monospace">ERROR: rt_raster_same_alignment: The two raster provided have different scales on the X axis</span><br style="font-family:courier new,monospace"><span style="font-family:courier new,monospace">Check failed on line 2083</span><br>

<br>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.<br><br>My system is:<br><br> PostgreSQL 9.0.4 on i686-pc-linux-gnu, compiled by GCC gcc (Ubuntu 4.4.3-4ubuntu5) 4.4.3, 32-bit<br>

 Postgis 2.0.0SVN - 2011-10-01 10:32:22<br>   GEOS: 3.2.2-CAPI-1.6.2<br>   PROJ: Rel. 4.7.1, 23 September 2009<br>   GDAL: GDAL 1.8.0, released 2011/01/12<br><br>My shell process for checking these builds is:<br><br>svn update -r 7995<br>

./autogen.sh<br>./configure --with-pgconfig=/usr/local/pgsql/bin/pg_config<br>make<br>sudo make install<br>pg_ctl -D /usr/local/pgsql/data stop<br>pg_ctl -D /usr/local/pgsql/data start<br>cd raster<br>make check<br>cd ..<br>


<br>Am I doing something wacky here?<br>David<br>