Thread: Regression Tests Fail on HP-UX 10.20

Regression Tests Fail on HP-UX 10.20

From
Jim Caley
Date:
============================================================================
                        POSTGRESQL BUG REPORT TEMPLATE
============================================================================


Your name        :    Jim Caley
Your email address    :    caley@chesco.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:
---------------------------------------------------------------------

Re: [PORTS] Regression Tests Fail on HP-UX 10.20

From
Thomas Lockhart
Date:
> 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@alumni.caltech.edu
South Pasadena, California

Re: [PORTS] Regression Tests Fail on HP-UX 10.20

From
Jim Caley
Date:
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@alumni.caltech.edu
> South Pasadena, California