Successful regression testing??? - Mailing list pgsql-admin

From P G
Subject Successful regression testing???
Date
Msg-id 20030307174224.91993.qmail@web13310.mail.yahoo.com
Whole thread Raw
List pgsql-admin
Has anyone gotten Postgresql 7.3.2 to pass the
supplied regression tests after the make?  I am using
Redhat 7.3 and have not been able to get anywhere
close to passing most of the regression tests.  The
last time I built PostgreSQL from scratch was version
7.0.2 or something and I recall only one test failing.
 Is there something else I should do?  Here is the
procedure I have used.

[user]$ su -
[root]# ./configure --prefix=/some/dir
--bindir=/some/dir --datadir=/some/dir
--sysconfigdir=/some/dir --libdir=/some/dir
--includedir=/some/dir --docdir=/some/dir
--mandir=/some/dir --with-pgport=6543 --disable-rpath
--with-perl --without-tk --with-openssl --with-pam
--enable-nls
...
[root]# make
...
All of PostgreSQL is successfully made. Ready to
install.
[root]# cd .. ; chown -R user.user postgresql-7.3.2/ ;
exit
[user]$ make check

...

=====================================================
 47 of 89 tests failed, 1 of these failures ignored.
=====================================================

The differences that caused some tests to fail can be
viewed in the
file `./regression.diffs'.  A copy of the test summary
that you see
above is saved in the file `./regression.out'.

make[2]: *** [check] Error 1
make[2]: Leaving directory
`/home/user/db/postgresql-7.3.2/src/test/regress'make[1]:
*** [check]
Error 2
make[1]: Leaving directory
`/home/user/db/postgresql-7.3.2/src/test'
make: *** [check] Error 2
[user]$

__________________________________________________
Do you Yahoo!?
Yahoo! Tax Center - forms, calculators, tips, more
http://taxes.yahoo.com/

pgsql-admin by date:

Previous
From: Aspire Something
Date:
Subject: Re: Fatal Error
Next
From: Aspire Something
Date:
Subject: Re: Successful regression testing???