Re: Regression Tests

From: Stephan Szabo <sszabo(at)megazone23(dot)bigpanda(dot)com>
To: Paul Juliano <paul(at)edsamail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Regression Tests
Date: 2000-08-17 15:30:39
Message-ID: Pine.BSF.4.10.10008170825340.96893-100000@megazone23.bigpanda.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-hackers


On Thu, 17 Aug 2000, Paul Juliano wrote:

> Hi,
>
> I've installed PostgreSQL 7.0.2 on Solaris following the INSTALL file
> that comes with the source.
>
> When I do:
>
> make runtest
>
> it gives out the following error message in regress.out:
>
> postmaster must already be running for the regression tests to succeed.
> The time zone is set to PST8PDT for these tests by the client frontend.
> Please report any apparent problems to ports(at)postgresql(dot)org
> See regress/README for more information.
>
> =============== dropping old regression database... =================
> DROP DATABASE
> =============== creating new regression database... =================
> CREATE DATABASE
> =============== installing languages... =================
> installing PL/pgSQL .. createlang: missing required argument PGLIB
> directory
> (This is the directory where the interpreter for the procedural
> language is stored. Traditionally, these are installed in whatever
> 'lib' directory was specified at configure time.)
> failed
Do you have a PGLIB environment variable set?
You may need one so that createlang can find the procedural
language information. It's probably /usr/local/pgsql/lib
if you didn't change the locations.

I thought this information was in the INSTALL, but it's not there any
more in any case.

> Also, when I do:
>
> make runcheck
>
> the following message is in the postmaster.log
>
> IpcSemaphoreCreate: semget failed (No space left on device)
> key=65432015, num=16, permission=600
> This type of error is usually caused by an improper
> shared memory or System V IPC semaphore configuration.
> For more information, see the FAQ and platform-specific
> FAQ's in the source directory pgsql/doc or on our
> web site at http://www.postgresql.org.
> FATAL 1: InitProcGlobal: IpcSemaphoreCreate failed

Sounds like you don't have a large enough shared memory block
configured on the machine. I don't know enough about solaris
to help here, but I believe people have posted shared memory
configurations on either -general or -hackers in the past.
You might be able to find more info in the archives.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Stephan Szabo 2000-08-17 15:49:30 Re: [SQL] Beginner problems with functions (Was: Is this the wrong list?)
Previous Message Ross J. Reedstrom 2000-08-17 14:47:00 Re: Unimpletmented features

Browse pgsql-hackers by date

  From Date Subject
Next Message Ross J. Reedstrom 2000-08-17 15:35:47 Re: Large # of Tables, Getting ready for the enterprise
Previous Message Jerome Raupach 2000-08-17 15:26:19 Optimization in C