Lists: | pgsql-ports |
---|
From: | Jim Caley <caley(at)chesco(dot)com> |
---|---|
To: | pgsql-ports(at)postgresql(dot)org |
Subject: | Regression Tests Fail on HP-UX 10.20 |
Date: | 1999-05-20 13:25:46 |
Message-ID: | 37440D5A.763E7AC4@chesco.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Lists: | pgsql-ports |
============================================================================
POSTGRESQL BUG REPORT TEMPLATE
============================================================================
Your name : Jim Caley
Your email address : caley(at)chesco(dot)com
System Configuration
---------------------
Architecture (example: Intel Pentium) : PA-RISC
Operating System (example: Linux 2.0.26 ELF) : HP-UX 10.20
PostgreSQL version (example: PostgreSQL-6.4.2) : PostgreSQL-6.4.2
Compiler used (example: gcc 2.8.0) : gcc 2.8.0
Please enter a FULL description of your problem:
------------------------------------------------
Attempting to run regressions tests using "gmake all runtest" results in
the following error:
gmake: *** No rule to make target 'regress.sl', needed by 'all'. Stop.
Please describe a way to repeat the problem. Please try to provide a
concise reproducible example, if at all possible:
----------------------------------------------------------------------
cd to ../src/test/regress and run "gmake all runtest"
If you know how this problem might be fixed, list the solution below:
---------------------------------------------------------------------
From: | Thomas Lockhart <lockhart(at)alumni(dot)caltech(dot)edu> |
---|---|
To: | Jim Caley <caley(at)chesco(dot)com> |
Cc: | pgsql-ports(at)postgreSQL(dot)org |
Subject: | Re: [PORTS] Regression Tests Fail on HP-UX 10.20 |
Date: | 1999-05-20 13:41:14 |
Message-ID: | 374410FA.A5C0A305@alumni.caltech.edu |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Lists: | pgsql-ports |
> PA-RISC
> HP-UX 10.20
> PostgreSQL-6.4.2
> gcc 2.8.0
> ------------------------------------------------
> Attempting to run regressions tests using "gmake all
> runtest" results in the following error:
> gmake: *** No rule to make target 'regress.sl',
> needed by 'all'. Stop.
HP-UX is peculiar. Does doc/FAQ_HPUX mention anything about building
shared libraries?
- Thomas
--
Thomas Lockhart lockhart(at)alumni(dot)caltech(dot)edu
South Pasadena, California
From: | Jim Caley <caley(at)chesco(dot)com> |
---|---|
To: | Thomas Lockhart <lockhart(at)alumni(dot)caltech(dot)edu> |
Cc: | pgsql-ports(at)postgreSQL(dot)org |
Subject: | Re: [PORTS] Regression Tests Fail on HP-UX 10.20 |
Date: | 1999-05-20 15:47:20 |
Message-ID: | 37442E88.73480582@chesco.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Lists: | pgsql-ports |
doc/FAQ_HPUX (as well as the other platform-specific FAQ's in doc/)
seems to just be a regular text copy of
http://postgresql.nextpath.com/docs/index.html . I guess the idea is to
point you to the web page for the FAQ's.
But to answer your question, if you look at the HP-UX FAQ on the web
site, no it doesn't mention building shared libraries. It does have a
section on regression tests failing, but it assumes that "gmake all
runtest" is working in the first place, so it only addresses HP-UX
differences in specific tests.
Thanks,
Jim
--
Thomas Lockhart wrote:
>
> > PA-RISC
> > HP-UX 10.20
> > PostgreSQL-6.4.2
> > gcc 2.8.0
> > ------------------------------------------------
> > Attempting to run regressions tests using "gmake all
> > runtest" results in the following error:
> > gmake: *** No rule to make target 'regress.sl',
> > needed by 'all'. Stop.
>
> HP-UX is peculiar. Does doc/FAQ_HPUX mention anything about building
> shared libraries?
>
> - Thomas
>
> --
> Thomas Lockhart lockhart(at)alumni(dot)caltech(dot)edu
> South Pasadena, California