8.0.0rc1 on hppa2.0w-hp-hpux11.00

From: Christoph Haller <ch(at)rodos(dot)fzk(dot)de>
To: pgsql-bugs(at)postgresql(dot)org
Subject: 8.0.0rc1 on hppa2.0w-hp-hpux11.00
Date: 2004-12-15 13:22:33
Message-ID: 41C03A99.BF7FAEF7@rodos.fzk.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

gmake check result

template1=# select version();
version
-------------------------------------------------------------------------------
PostgreSQL 8.0.0rc1 on hppa2.0w-hp-hpux11.00, compiled by GCC gcc (GCC)
3.3.1
(1 row)

1 of 96 tests failed

test stats ... FAILED

Please find attached

src/test/regress/regression.out
src/test/regress/regression.diffs

BTW, as mentioned the other day I had to do configure as

configure LIBS="-ltermcap" ...

From my previous mail

I have successfully compiled and installed 7.4.5 yesterday.
After doing 'make' I saw the line "Ready to install".
template1=# select version();
version
--------------------------------------------------------
PostgreSQL 7.4.5 on hppa2.0w-hp-hpux11.00, compiled by GCC gcc (GCC)
3.3.1
(1 row)

But when I started psql it immediately core dumped with
libreadline.sl.5 Unresolved external: tgetent

I did a search on the mailing list archives and got 63 hits on
'tgetent',
dating from 1997 to 2004, all having the same problem,
the missing '-ltermcap' in LIBS in src/Makefile.global.

After distclean and doing configure LIBS="-ltermcap" ...
and make again it finally worked.

In http://archives.postgresql.org/pgsql-bugs/2001-09/msg00023.php
Peter Eisentraut writes
> LIBS = -lz -lresolv -lcompat -lm -lutil -ltermcap -lreadline

That's a good fix.

The current CVS tip also works around this problem.

But the 7.4.5 src/Makefile.global still has this:
LIBS = -lz -lreadline -lPW -lgen -lBSD -ldld -lnsl -lm

So it appears this fix must have been lost anywhere.

And it is not fixed in 8.0.0rc1.
8.0.0rc1 src/Makefile.global still has this:
LIBS = -lz -lreadline -lPW -lgen -lBSD -ldld -lnsl -lm

Regards, Christoph

Attachment Content-Type Size
regression.diffs text/plain 1.4 KB
regression.out text/plain 4.0 KB

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Jaime Casanova 2004-12-15 17:47:05 pg_dump in 7.4.2
Previous Message Tom Lane 2004-12-15 03:56:48 Re: Checkpoints occur too frequently