[postgis-devel] Vote for 1.4 Release

Paragon Corporation lr at pcorp.us
Wed Jul 22 15:06:20 PDT 2009


Strange.  Did you do a fresh download of the source (not just an svn update
but a full delete and svn checkout?).  Thes al seem like old errors I
experienced before.

For psql I would think maybe it can't find libpq.so but didn't know the
others relied on that. 

-----Original Message-----
From: postgis-devel-bounces at postgis.refractions.net
[mailto:postgis-devel-bounces at postgis.refractions.net] On Behalf Of Kevin
Neufeld
Sent: Wednesday, July 22, 2009 5:59 PM
To: PostGIS Development Discussion
Subject: Re: [postgis-devel] Vote for 1.4 Release

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.
> 
_______________________________________________
postgis-devel mailing list
postgis-devel at postgis.refractions.net
http://postgis.refractions.net/mailman/listinfo/postgis-devel





More information about the postgis-devel mailing list