From: | Andrew Dunstan <andrew(at)dunslane(dot)net> |
---|---|
To: | Larry Rosenman <ler(at)lerctr(dot)org> |
Cc: | "'Tom Lane'" <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: HEAD: Compile issues on UnixWare 7.1.4 |
Date: | 2005-06-30 03:49:45 |
Message-ID: | 42C36BD9.6040305@dunslane.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Larry Rosenman wrote:
>I'll play some more, but I'm at a loss. Especially since REL8_0_STABLE
>fails as well :(
>
>
It was a PATH problem, as Larry discovered. With the patch I posted
tonight both these branches run fine on Larry's machine (see below)
FYI, I notice that, on this platform, on both HEAD and REL8_0_STABLE,
the contrib/intarray tests run *extremely* slowly on both branches,
apparently taking huge amounts of time over the last two gist index
creation statements. It ran so slowly that I thought it was hung.
cheers
andrew
bash-2.05a$ ./run_build.pl --verbose --nosend --nostatus --keepall
REL8_0_STABLE
checking out source ...
checking if build run needed ...
copying source to pgsql.12761 ...
running configure ...
running make ...
running make check ...
running make contrib ...
running make install ...
setting up db cluster ...
starting db ...
running make installcheck ...
restarting db ...
running make contrib install ...
running make contrib installcheck ...
stopping db ...
OK
Branch: REL8_0_STABLE
All stages succeeded
bash-2.05a$ ./run_build.pl --verbose --nosend --nostatus
--keepall
checking out source ...
checking if build run needed ...
copying source to pgsql.7066 ...
running configure ...
running make ...
running make check ...
running make contrib ...
running make install ...
setting up db cluster ...
starting db ...
running make installcheck ...
restarting db ...
running make PL installcheck ...
restarting db ...
running make contrib install ...
running make contrib installcheck ...
stopping db ...
OK
Branch: HEAD
All stages succeeded
bash-2.05a$
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2005-06-30 03:52:18 | Re: HEAD: Compile issues on UnixWare 7.1.4 |
Previous Message | Tom Lane | 2005-06-30 03:49:34 | Re: Open items |