Re: Buildfarm issues on specific machines - Mailing list pgsql-hackers

From Pete St. Onge
Subject Re: Buildfarm issues on specific machines
Date
Msg-id 20050717034538.GX4661@manitas.economics.utoronto.ca
Whole thread Raw
In response to Buildfarm issues on specific machines  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
First off, thanks for looking into this, Tom, and thanks to Andrew for
all the stellar work on the buildfarm, I'm glad to be a part of it.

Perhaps this will help in the diagnosis of why REL7_2_STABLE fails on
arbor (aka caribou). Please let me know if there is anything I can try
on this side, or if there is any other info you could use.

Thanks,

Pete

arbor:~# whereis flex
flex: /usr/bin/flex /usr/share/man/man1/flex.1.gz
arbor:~# whereis gcc
gcc: /usr/bin/gcc /usr/share/man/man1/gcc.1.gz

pete@arbor:~$ flex -V
flex 2.5.31

arbor:~# crontab -l
30 2 * * * PATH=/bin:/usr/bin:/home/pete/bin:/home/pete/projects/pg_build_farm/build-farm-2.05 cd
~/projects/pg_build_farm/build-farm-2.05&& for foo in HEAD REL7_2_STABLE REL7_3_STABLE REL7_4_STABLE REL8_0_STABLE
REL8_1_STABLE;do ./run_build.pl --verbose $foo; done
 


On Sat, Jul 16, 2005 at 11:17:29PM -0400, Tom Lane wrote:
[Clip]

> caribou [7.2]: no "flex" installed
> 
> This looks like pilot error as well, though again I don't understand why the
> later branches seem to work.  Are we sure the same PATH is being used for
> every branch here?  Why doesn't the buildfarm report for 7.2 show the PATH?
> 
>             regards, tom lane

-- 
Peter D. St. Onge,                  http://pete.economics.utoronto.ca/
IT Admin, Department of Economics           pete@economics.utoronto.ca
SB01, 150 St. George, University of Toronto               416-946-3594


pgsql-hackers by date:

Previous
From: Hiroki Kataoka
Date:
Subject: Re: Changes improve the performance of INSERT and UPDATE
Next
From: Hiroki Kataoka
Date:
Subject: Changes improve the performance of INSERT and UPDATE