Re: Third call for platform testing (linux 2.4.x)

From: ncm(at)zembu(dot)com (Nathan Myers)
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Third call for platform testing (linux 2.4.x)
Date: 2001-03-31 01:43:51
Message-ID: 20010330174351.L3797@store.zembu.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


I just built and tested RC1 on Linux 2.4.2, with glibc-2.2.2 and
gcc-2.95.2 on a Debian 2.2+ x86 system. ("+" implying some packages
from "unstable".)

I configured it --with-perl --with-openssl --with-CXX.
It built without errors, but with a few warnings.

This one seemed (portably) odd:
----------
In file included from gram.y:43:
lex.plpgsql_yy.c: In function `plpgsql_yylex':
lex.plpgsql_yy.c:972: warning: label `find_rule' defined but not used
----------

And this:
----------
ar crs libpq.a `lorder fe-auth.o fe-connect.o fe-exec.o fe-misc.o fe-print.o fe-lobj.o pqexpbuffer.o dllist.o pqsignal.o | tsort`
tsort: -: input contains a loop:

tsort: dllist.o
----------

And this:
----------
ar crs libecpg.a `lorder execute.o typename.o descriptor.o data.o error.o prepare.o memory.o connect.o misc.o | tsort`
tsort: -: input contains a loop:

tsort: connect.o
tsort: execute.o
tsort: data.o
----------

And this:

----------
ar crs libplpgsql.a `lorder pl_parse.o pl_handler.o pl_comp.o pl_exec.o pl_funcs.o | tsort`
tsort: -: input contains a loop:

tsort: pl_comp.o
tsort: pl_parse.o
----------

I ran "make check". It said:

----------
All 76 tests passed.
----------

Nathan Myers
ncm(at)zembu(dot)com

On Sat, Mar 31, 2001 at 12:02:35PM +1200, Franck Martin wrote:
> I still don't see an entry for Linux 2.4.x
>
> Cheers.
>
> Thomas Lockhart wrote:
>
> > Unreported or problem platforms:
> >
> > Linux 2.0.x MIPS 7.0 2000-04-13 (Tatsuo has lost machine)
> > mklinux PPC750 7.0 2000-04-13, Tatsuo Ishii
> > NetBSD m68k 7.0 2000-04-10 (Henry has lost machine)
> > NetBSD Sparc 7.0 2000-04-13, Tom I. Helbekkmo
> > QNX 4.25 x86 7.0 2000-04-01, Dr. Andreas Kardos
> > Ultrix MIPS 7.1 2001-??-??, Alexander Klimov
> >
> > mklinux has failed Tatsuo's testing afaicr. Demote to unsupported?
> >
> > Any NetBSD partisans who can do testing or solicit testing from the
> > NetBSD crowd? Same for OpenBSD?
> >
> > QNX is known to have problems with 7.1. Any hope of fixing for 7.1.1? Is
> > there anyone able to work on it? If not, I'll move to the unsupported
> > list.
> >
> > And here are the up-to-date platforms; thanks for the reports:
> >
> > AIX 4.3.3 RS6000 7.1 2001-03-21, Gilles Darold
> > BeOS 5.0.3 x86 7.1 2000-12-18, Cyril Velter
> > BSDI 4.01 x86 7.1 2001-03-19, Bruce Momjian
> > Compaq Tru64 4.0g Alpha 7.1 2001-03-19, Brent Verner
> > FreeBSD 4.3 x86 7.1 2001-03-19, Vince Vielhaber
> > HPUX PA-RISC 7.1 2001-03-19, 10.20 Tom Lane, 11.00 Giles Lean
> > IRIX 6.5.11 MIPS 7.1 2001-03-22, Robert Bruccoleri
> > Linux 2.2.x Alpha 7.1 2001-01-23, Ryan Kirkpatrick
> > Linux 2.2.x armv4l 7.1 2001-03-22, Mark Knox
> > Linux 2.2.18 PPC750 7.1 2001-03-19, Tom Lane
> > Linux 2.2.x S/390 7.1 2000-11-17, Neale Ferguson
> > Linux 2.2.15 Sparc 7.1 2001-01-30, Ryan Kirkpatrick
> > Linux 2.2.16 x86 7.1 2001-03-19, Thomas Lockhart
> > MacOS X Darwin PPC 7.1 2000-12-11, Peter Bierman
> > NetBSD 1.5 alpha 7.1 2001-03-22, Giles Lean
> > NetBSD 1.5E arm32 7.1 2001-03-21, Patrick Welche
> > NetBSD 1.5S x86 7.1 2001-03-21, Patrick Welche
> > OpenBSD 2.8 x86 7.1 2001-03-22, Brandon Palmer
> > SCO OpenServer 5 x86 7.1 2001-03-13, Billy Allie
> > SCO UnixWare 7.1.1 x86 7.1 2001-03-19, Larry Rosenman
> > Solaris 2.7 Sparc 7.1 2001-03-22, Marc Fournier
> > Solaris x86 7.1 2001-03-27, Mathijs Brands
> > SunOS 4.1.4 Sparc 7.1 2001-03-23, Tatsuo Ishii
> > Windows/Win32 x86 7.1 2001-03-26, Magnus Hagander (clients only)
> > WinNT/Cygwin x86 7.1 2001-03-16, Jason Tishler
> >
> > ---------------------------(end of broadcast)---------------------------
> > TIP 2: you can get off all lists at once with the unregister command
> > (send "unregister YourEmailAddressHere" to majordomo(at)postgresql(dot)org)
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 2: you can get off all lists at once with the unregister command
> (send "unregister YourEmailAddressHere" to majordomo(at)postgresql(dot)org)

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Philip Warner 2001-03-31 05:06:33 Re: Re: Changing the default value of an inherited column
Previous Message Hiroshi Inoue 2001-03-31 01:15:59 RE: AW: Re: [SQL] possible row locking bug in 7.0.3 & 7.1