Re: Successful regression testing???

Поиск
Список
Период
Сортировка
От Aspire Something
Тема Re: Successful regression testing???
Дата
Msg-id 00cc01c2e4db$c540bc40$c9c832c0@societykotla
обсуждение исходный текст
Ответ на Successful regression testing???  (P G <pg_dba@yahoo.com>)
Список pgsql-admin
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi PG ,

> 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
 i use this to configure
./configure \--enable-multibyte \--with-perl \--enable-syslog
\--with-CXX \--with-tcl \--with-python \--enable-odbc
note the slashes
Next :
gmake
Here make sure that you gcc is > gcc version 2.96  as RH till 7.2 was
shiped with this bugy gcc
Then do
gmake check
and at last
su -c"gmake install"


Revert back if any prob .
Regards,
V Kashyap


> ...
> [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/
>
> ---------------------------(end of
> broadcast)--------------------------- TIP 6: Have you searched our
> list archives?
>
http://archives.postgresql.org

-----BEGIN PGP SIGNATURE-----
Version: PGPfreeware 7.0.3 for non-commercial use <http://www.pgp.com>

iQA/AwUBPmjsLRFso0LCLkZ5EQJVIACeItdjvKACiCZyv+AAwhTNoP1Ch84AoO/+
JJcZjd7wP14NK8OXXxjsYlH3
=f3ES
-----END PGP SIGNATURE-----



В списке pgsql-admin по дате отправления:

Предыдущее
От: P G
Дата:
Сообщение: Successful regression testing???
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: storage clause