Re: Massive regression failures

From: "Christopher Kings-Lynne" <chriskl(at)familyhealth(dot)com(dot)au>
To: "Bruce Momjian" <pgman(at)candle(dot)pha(dot)pa(dot)us>, "PostgreSQL-development" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Massive regression failures
Date: 2002-06-17 07:29:04
Message-ID: GNELIHDDFBOCMGBFGEFOKEMKCCAA.chriskl@familyhealth.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I tried testing it on FreeBSD/Alpha and I only got this far:

./configure --prefix=/home/chriskl/local --enable-integer-datetimes --enable
-debug --enable-depend --enable-cassert --with-pam --with-openssl --with-CXX

gmake check

gmake[3]: Entering directory `/home/chriskl/pgsql-head/src/backend/libpq'
gcc -pipe -O -g -Wall -Wmissing-prototypes -Wmissing-declarations -I../../..
/src/include -c -o be-secure.o be-secure.c -MMD
be-secure.c: In function `load_dh_file':
be-secure.c:399: `DEBUG' undeclared (first use in this function)
be-secure.c:399: (Each undeclared identifier is reported only once
be-secure.c:399: for each function it appears in.)
be-secure.c: In function `load_dh_buffer':
be-secure.c:447: `DEBUG' undeclared (first use in this function)
be-secure.c: In function `tmp_dh_cb':
be-secure.c:519: `DEBUG' undeclared (first use in this function)
be-secure.c: In function `info_cb':
be-secure.c:550: `DebugLvl' undeclared (first use in this function)
be-secure.c:556: `DEBUG' undeclared (first use in this function)
be-secure.c: In function `initialize_SSL':
be-secure.c:615: warning: implicit declaration of function `lstat'
be-secure.c:615: `buf' undeclared (first use in this function)
be-secure.c:621: warning: implicit declaration of function `S_ISREG'
be-secure.c: In function `open_server_SSL':
be-secure.c:704: `DEBUG' undeclared (first use in this function)
gmake[3]: *** [be-secure.o] Error 1
gmake[3]: Leaving directory `/home/chriskl/pgsql-head/src/backend/libpq'
gmake[2]: *** [libpq-recursive] Error 2
gmake[2]: Leaving directory `/home/chriskl/pgsql-head/src/backend'
gmake[1]: *** [all] Error 2
gmake[1]: Leaving directory `/home/chriskl/pgsql-head/src'
gmake: *** [all] Error 2

I will now recompile without debug symols or openssl perhaps...?

Chris

> -----Original Message-----
> From: pgsql-hackers-owner(at)postgresql(dot)org
> [mailto:pgsql-hackers-owner(at)postgresql(dot)org]On Behalf Of Bruce Momjian
> Sent: Monday, 17 June 2002 3:04 PM
> To: PostgreSQL-development
> Subject: [HACKERS] Massive regression failures
>
>
> I am seeing massive regression failures on a freshly compiled, initdb'ed
> version of CVS:
>
> 16 of 81 tests failed, 1 of these failures ignored.
>
> The first failure I see is:
>
> COPY COPY_TBL FROM
> '/usr/var/local/src/gen/pgsql/CURRENT/pgsql/src/test/regress/data/
> constrf.data';
> - ERROR: copy: line 2, CopyFrom: rejected due to CHECK
> constraint copy_con
> SELECT * FROM COPY_TBL;
> x | y | z
> ! ---+---------------+---
> ! 4 | !check failed | 5
> ! 6 | OK | 4
> ! (2 rows)
>
> Are others seeing this? Cause?
>
> --
> Bruce Momjian | http://candle.pha.pa.us
> pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
> + If your life is a hard drive, | 830 Blythe Avenue
> + Christ can be your backup. | Drexel Hill, Pennsylvania 19026
>
> ---------------------------(end of broadcast)---------------------------
> TIP 3: if posting/reading through Usenet, please send an appropriate
> subscribe-nomail command to majordomo(at)postgresql(dot)org so that your
> message can get through to the mailing list cleanly
>

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2002-06-17 07:32:51 Re: Massive regression failures
Previous Message Bruce Momjian 2002-06-17 07:04:02 Massive regression failures