make check fails - Mailing list pgsql-hackers

From Bruce Momjian
Subject make check fails
Date
Msg-id 200106070500.f5750tq14944@candle.pha.pa.us
Whole thread Raw
Responses Re: make check fails  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
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
 


pgsql-hackers by date:

Previous
From: Stephan Szabo
Date:
Subject: Re: [SQL] behavior of ' = NULL' vs. MySQL vs. Standards
Next
From: "Joe Conway"
Date:
Subject: Re: Re: [PATCHES] Fw: Isn't pg_statistic a security hole - Solution Proposal