Thread: make check fails

make check fails

From
Bruce Momjian
Date:
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
acceptingconnections 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,
Pennsylvania19026
 


Re: make check fails

From
Tom Lane
Date:
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


Re: make check fails

From
Bruce Momjian
Date:
> 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,
Pennsylvania19026