[postgis-users] regress_ogc failed
Florian Kindl
florian.kindl at uibk.ac.at
Wed Dec 28 11:33:57 PST 2005
Hello list!
Installing Postgis 1.1.0 on PostgreSQL 8.0.4 got through the steps in
chapter 2.2 of the docs without errors.
However, the regression test yielded the following error:
+++
# as user postgres
bash-3.00$ make test
make -C regress test
make[1]: Entering directory `/home/c716322/download/postgis-1.1.0/
regress'
PostgreSQL 8.0.4 on i386-redhat-linux-gnu, compiled by GCC i386-
redhat-linux-gcc (GCC) 4.0.1 20050727 (Red Hat 4.0.1-5)
Postgis 1.1.0 - 2005-12-28 18:06:58
GEOS: 2.1.4
PROJ: Rel. 4.4.9, 29 Oct 2004
Running tests
regress: Ok.
regress_index: Ok.
lwgeom_regress: Ok.
regress_lrs: Ok.
removepoint: Ok.
setpoint: Ok.
regress_ogc: Failed (diff /tmp/regress_regress_ogc_diff_14246)
regress_bdpoly: Ok.
regress_proj: Ok.
Run tests: 9
Successful: 8
Failed: 1
+++
and:
+++
bash-3.00$ cat /tmp/regress_regress_ogc_diff_14246
35c35,36
< polygonize_garray|GEOMETRYCOLLECTION EMPTY
---
> NOTICE: IllegalArgumentException: point array must contain 0 or
>1 elements
> polygonize_garray|
+++
Any ideas why that is?
-Flo.
More information about the postgis-users
mailing list