make check fails

Started by Bruce Momjianalmost 25 years ago3 messageshackers
Jump to latest
#1Bruce Momjian
bruce@momjian.us

I have a report from BSD/OS developers that 'make check' fails during
the initdb stage. Any ideas?

/bin/sh ./pg_regress --temp-install --top-builddir=../../.. --schedule=./parallel_schedule --multibyte=
============== removing existing temp installation ==============
============== creating temporary installation ==============
============== initializing database system ==============
============== starting postmaster ==============
running on port 65432 with pid 14870
============== creating database "regression" ==============
psql: connectDBStart() -- connect() failed: No such file or directory
Is the postmaster running locally
and accepting connections on Unix socket '/tmp/.s.PGSQL.65432'?
createdb: database creation failed
pg_regress: createdb failed
kill: 14870: No such process
gmake[2]: Leaving directory `/usr/var/local/src/gen/pgsql/CURRENT/pgsql/src/test/regress'
gmake[1]: Leaving directory `/usr/var/local/src/gen/pgsql/CURRENT/pgsql/src/test'

-- 
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026
#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Bruce Momjian (#1)
Re: make check fails

Bruce Momjian <pgman@candle.pha.pa.us> writes:

I have a report from BSD/OS developers that 'make check' fails during
the initdb stage. Any ideas?

What's left in the logfiles, particularly the postmaster log?
(See src/test/regress/log/)

regards, tom lane

#3Bruce Momjian
bruce@momjian.us
In reply to: Tom Lane (#2)
Re: make check fails

Bruce Momjian <pgman@candle.pha.pa.us> writes:

I have a report from BSD/OS developers that 'make check' fails during
the initdb stage. Any ideas?

What's left in the logfiles, particularly the postmaster log?
(See src/test/regress/log/)

I had him test it on BSD/OS 4.2 and it worked fine. Seems it is a bug
in BSD/OS 4.3 alpha/beta.

-- 
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026