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

From: Murad Nayal <murad(at)godel(dot)bioc(dot)columbia(dot)edu>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-ports(at)postgresql(dot)org, bugs(at)postgresql(dot)org
Subject: Re: port v7.0 to SGI-IRIX-6.5.7/64
Date: 2000-05-22 22:33:05
Message-ID: 3929B5A1.12004CF9@godel.bioc.columbia.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin pgsql-bugs pgsql-hackers pgsql-ports


>
> 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(at)postgresql(dot)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

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Tom Lane 2000-05-22 23:35:46 Re: port v7.0 to SGI-IRIX-6.5.7/64
Previous Message Murad Nayal 2000-05-22 21:28:16 Re: port v7.0 to SGI-IRIX-6.5.7/64

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2000-05-22 23:35:46 Re: port v7.0 to SGI-IRIX-6.5.7/64
Previous Message Murad Nayal 2000-05-22 21:28:16 Re: port v7.0 to SGI-IRIX-6.5.7/64

Browse pgsql-hackers by date

  From Date Subject
Next Message Roderick A. Anderson 2000-05-22 23:13:31 Re: [PORTS] Logging (was Re: PostgreSQL 7.0-2 RPMset released.)
Previous Message Peter Eisentraut 2000-05-22 21:58:33 Re: [PORTS] Logging (was Re: PostgreSQL 7.0-2 RPMset released.)

Browse pgsql-ports by date

  From Date Subject
Next Message Roderick A. Anderson 2000-05-22 23:13:31 Re: [PORTS] Logging (was Re: PostgreSQL 7.0-2 RPMset released.)
Previous Message Peter Eisentraut 2000-05-22 21:58:33 Re: [PORTS] Logging (was Re: PostgreSQL 7.0-2 RPMset released.)