Re: port v7.0 to SGI-IRIX-6.5.7/64

Поиск
Список
Период
Сортировка
От Murad Nayal
Тема Re: port v7.0 to SGI-IRIX-6.5.7/64
Дата
Msg-id 3929B5A1.12004CF9@godel.bioc.columbia.edu
обсуждение исходный текст
Ответ на port v7.0 to SGI-IRIX-6.5.7/64  (Murad Nayal <murad@godel.bioc.columbia.edu>)
Ответы Re: port v7.0 to SGI-IRIX-6.5.7/64  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-bugs
>
> It looks like you neglected to run "make all" before "make runtest".
> Try that and see if it gets better...

ok, you were right. apparently on my last cycle of gmake clean/gmake all
I dropped the gmake all. On a brand new installation (it is amazing how
fast these things go once you figure out all the necessary tweaks :-) )
the testing output does get better. Still I am getting a lot of fails
and most of them seem nontrivial. regress.out is below.

I ran the sequential tests since I actually needed to insert a line in
pg_hba.conf to allow my host to connect: the line
host         all         127.0.0.1     255.255.255.255   trust
wasn't enough for some reason, I had to specify my IP address in an
additional line for the authentication to work.
host         all         156.111.96.29 255.255.255.255   trust
hence, I had to run the postmaster on the modified configuration before
the tests.

anyway, please let me know if failing of any of these tests is
particularly ominous. the regressions.diffs, the postmaster output or
the gmake output are also available if anybody is interested.

Thanks

cat regress.out
=============== Notes...                              =================
postmaster must already be running for the regression tests to succeed.
The time zone is set to PST8PDT for these tests by the client frontend.
Please report any apparent problems to ports@postgresql.org
See regress/README for more information.

=============== dropping old regression database...   =================
ERROR:  DROP DATABASE: Database "regression" does not exist
dropdb: database removal failed
=============== creating new regression database...   =================
CREATE DATABASE
=============== installing languages...               =================
installing PL/pgSQL ..  ok
=============== running regression queries...         =================
boolean ..  ok
char ..  ok
name ..  ok
varchar ..  ok
text ..  ok
int2 ..  failed
int4 ..  failed
int8 ..  failed
oid ..  ok
float4 ..  ok
float8 ..  ok
numeric ..  ok
strings ..  failed
numerology ..  failed
point ..  ok
lseg ..  ok
box ..  ok
path ..  ok
polygon ..  ok
circle ..  ok
interval ..  ok
timestamp ..  ok
reltime ..  ok
tinterval ..  failed
inet ..  ok
comments ..  ok
oidjoins ..  failed
type_sanity ..  failed
opr_sanity ..  failed
abstime ..  failed
geometry ..  failed
horology ..  failed
create_function_1 ..  ok
create_type ..  ok
create_table ..  ok
create_function_2 ..  ok
copy ..  ok
constraints ..  ok
triggers ..  ok
create_misc ..  ok
create_aggregate ..  ok
create_operator ..  ok
create_index ..  ok
create_view ..  ok
sanity_check ..  ok
errors ..  ok
select ..  ok
select_into ..  ok
select_distinct ..  ok
select_distinct_on ..  ok
select_implicit ..  ok
select_having ..  ok
subselect ..  ok
union ..  ok
case ..  ok
join ..  ok
aggregates ..  ok
transactions ..  ok
random ..  ok
portals ..  ok
arrays ..  ok
btree_index ..  ok
hash_index ..  ok
misc ..  ok
select_views ..  ok
alter_table ..  ok
portals_p2 ..  ok
rules ..  failed
foreign_key ..  ok
limit ..  ok
plpgsql ..  ok
temp ..  ok


--
Murad Nayal M.D. Ph.D.
Department of Biochemistry and Molecular Biophysics
College of Physicians and Surgeons of Columbia University
630 West 168th Street. New York, NY 10032
Tel: 212-305-6884    Fax: 212-305-6926

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: port v7.0 to SGI-IRIX-6.5.7/64
Следующее
От: Tom Lane
Дата:
Сообщение: Re: port v7.0 to SGI-IRIX-6.5.7/64