Re: [HACKERS] HEAD: Compile issues on UnixWare 7.1.4

2005-06-29 Thread Tom Lane
Andrew Dunstan <[EMAIL PROTECTED]> writes: > 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 t

Re: [HACKERS] HEAD: Compile issues on UnixWare 7.1.4

2005-06-29 Thread Andrew Dunstan
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, o

Re: [HACKERS] HEAD: Compile issues on UnixWare 7.1.4

2005-06-26 Thread Larry Rosenman
Tom Lane wrote: > "Larry Rosenman" writes: >> Did the build system change between 8.0 and HEAD? > > I don't think so --- certainly there are no changes in > template/unixware or makefiles/Makefile.unixware, which is where > you'd expect to find any platform-specific stuff. The ar command > being

Re: [HACKERS] HEAD: Compile issues on UnixWare 7.1.4

2005-06-26 Thread Larry Rosenman
Larry Rosenman wrote: > Trying to set up my 7.1.4 box as a buildfarm member, and can't get > through A build. The latest failure (after removing --with-perl) is: > > $ tail -20 ../../../lastrun-logs/make-contrib.log > cc -O -Kinline -g -K PIC -I. -I../../src/include > -I/usr/local/include -c -

Re: [HACKERS] HEAD: Compile issues on UnixWare 7.1.4

2005-06-26 Thread Tom Lane
"Larry Rosenman" writes: > Did the build system change between 8.0 and HEAD? I don't think so --- certainly there are no changes in template/unixware or makefiles/Makefile.unixware, which is where you'd expect to find any platform-specific stuff. The ar command being complained of looks pretty s