[postgis-devel] "make check" failure

Bborie Park dustymugs at gmail.com
Fri Oct 28 08:13:03 PDT 2011


On Fri, Oct 28, 2011 at 8:08 AM, David Zwarg <dzwarg+postgis at azavea.com> wrote:
> 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
>

Hey David,

I usually run "make clean" after the ./configure.  If I'm really
paranoid, I'll run "make distclean before I do the svn update.

-bborie



More information about the postgis-devel mailing list