[postgis-devel] Vote for 1.4 Release
Kevin Neufeld
kneufeld at refractions.net
Wed Jul 22 14:58:47 PDT 2009
I just tried to run regress on a different box and I get the same errors running regression as I do with trunk:
[postgres at turtle regress]$ psql --version
psql (PostgreSQL) 8.3.7
[postgres at turtle regress]$ psql -l
List of databases
Name | Owner | Encoding
-----------+----------+----------
postgres | postgres | UTF8
template0 | postgres | UTF8
template1 | postgres | UTF8
(3 rows)
[postgres at turtle regress]$ make
make -C ../postgis
make[1]: Entering directory `/usr/local/src/postgresql-8.3.7/contrib/postgis-1.4/postgis'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/usr/local/src/postgresql-8.3.7/contrib/postgis-1.4/postgis'
cp ../postgis/postgis.sql .
./run_test: line 388: psql: command not found
Creating spatial db postgis_reg
./run_test: line 395: createdb: command not found
./run_test: line 396: createlang: command not found
./run_test: line 415: psql: command not found
Something went wrong (no postgis installed in postgis_reg).
For details, check /tmp/pgis_reg_5561/regress_log
Why is it not detecting psql which is available on the path?
[postgres at turtle regress]$ echo $PATH
/usr/local/bin:/bin:/usr/bin:/opt/pgsql837/bin
I get no issues actually installing postgis.sql in a new database.
-- Kevin
Paul Ramsey wrote:
> I think you have clock issues. Everything fails from regress because
> regress calls this:
>
> make -C ../postgis
>
> Which means regress thinks that postgis is out of date (even though
> you just built it) which indicates you've got some sync issues.
>
> P.
>
More information about the postgis-devel
mailing list