Re: [Pgbuildfarm-members] Error testing

From: Jamie Madden <jamie(at)digitalchild(dot)org>
To: Andrew Dunstan <andrew(at)dunslane(dot)net>
Cc: pgbuildfarm-members(at)pgfoundry(dot)org
Subject: Re: [Pgbuildfarm-members] Error testing
Date: 2004-12-06 22:53:00
Message-ID: 9459425A-47D9-11D9-A2B4-000A95791D64@digitalchild.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: buildfarm-members

OK,

Running "./run_build.pl --nosend --nostatus --verbose=2"

checking out source ...
======== cvs update log ===========
cvs checkout: cannot find password
cvs [checkout aborted]: use "cvs login" to log in first
======== log passed to send_result ===========
cvs checkout: cannot find password
cvs [checkout aborted]: use "cvs login" to log in first
Branch: HEAD
Stage CVS failed with status 1

i run version on my cvs client. and it returns.

Concurrent Versions System (CVS) 1.10 `Halibut' (client/server)

If I remove the 2401 from run_build.pl as specified below and then it
works.

After that the only problem I had was the lack of ccache not being
installed, nothing fink can't fix. And I have to specify

--with-includes=/sw/include/ --with-libraries=/sw/lib as configure
options to get it to like where readline is installed.

It's currently 'running make' which is a good sign, i think.

thanks,

Jamie

On 07/12/2004, at 3:37 AM, Andrew Dunstan wrote:

>
>
> Jamie Madden wrote:
>
>> hello,
>>
>> I am new to the farm and have been following the instructions in the
>> how-to. I've got up to the part about running
>>
>> "./run_build.pl --nosend --nostatus --verbose"
>>
>> and I get the following...
>>
>> checking out source ...
>> Branch: HEAD
>> Stage CVS failed with status 1
>>
>> I checked the run_build.pl and the perl doesn't make much sense to
>> me. It's been too long. Any help would be greatly appreciated.
>>
>>
>
> Please try with a higher verbose setting like this:
>
> ./run_build.pl --nosend --nostatus --verbose=2
>
> That should make sure you see the error properly.
>
> thanks
>
> andrew

In response to

Responses

Browse buildfarm-members by date

  From Date Subject
Next Message Andrew Dunstan 2004-12-06 23:05:26 Re: [Pgbuildfarm-members] Introduction and float problem
Previous Message Andrew Dunstan 2004-12-06 21:45:58 Re: [Pgbuildfarm-members] Error testing