On 2/11/11 12:31 AM, Dr. Madhurjya P. Bora wrote:
> ......cut......
>> You would have to have access to CVS. But see below.
>
>>> The ./bootstrap command asked for my proxy information and I have
>>> entered it correctly.
>>>
>>> Any help would be welcome
>>>
>>> ---- Madhurjya
>>>
>>>
>
>> Our CVS server is down, supposedly until the end of the week. However,
>> your error looks to me like a problem with a nameserver on your end:
>
>> $ cvs up fink
>> ssh: connect to host fink.cvs.sourceforge.net port 22: Connection refused
>> cvs [update aborted]: end of file from server (consult above messages if
>> any)
>
> When the CVS server comes up, what is my procedure for updating with
> selfupdate-cvs and download the cvs-proxy or
> something like that?
> Regards,
>
> --- Madhurjya
>
>
CVS is back up. Check if you can use selfupdate-cvs now.
cvs-proxy doesn't work anymore, according to reports. The current
version of cvs (1.12.13) has HTTP proxy support built in, however. If
you can't update through your firewall just using cvs, there are a
couple of patches that should implement the built-in proxy support in
Fink. Download CVS.pm from
http://fink.cvs.sourceforge.net/viewvc/fink/experimental/alexkhansen/3rdparty/fink/perlmod/Fink/SelfUpdate/CVS.pm?revision=1.1
and replace /sw/lib/perl5/Fink/SelfUpdate/CVS.pm with the new file.
Then you will also need to edit /sw/lib/fink/mirror/postinstall.pl and
change the line that has
if (/^(:\w+:\w+)@(.+)$/) {
to use
if (/^(:\S+:\S+)@(.+)$/) {
instead.
----------
Thanks! Just done that as you advised. But now the following error!
--------
$ fink selfupdate-cvs
....
....
Checking to see if we can use hard links to merge the existing tree. Please
ignore errors
on the next few lines.
Now logging into the CVS server. When CVS asks you for a password, just press
return
(i.e. the password is empty).
/usr/bin/su mpb -c 'cvs
-d":pserver;proxy=10.10.127.3;proxyport=3128:[email protected]:/cvsroot/fink"
login'
Logging in to :pserver:[email protected]:2401/cvsroot/fink
CVS password:
cvs [login aborted]: proxy server 10.10.127.3:3128 does not support http
tunnelling
### execution of /usr/bin/su failed, exit code 1
Failed: Logging into the CVS server for anonymous read-only access failed.
--------
HHTP tunneling error! What to do now? Regards,
--- Madhurjya
____________________________________________________________________________________
Need Mail bonding?
Go to the Yahoo! Mail Q&A for great tips from Yahoo! Answers users.
http://answers.yahoo.com/dir/?link=list&sid=396546091------------------------------------------------------------------------------
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb
_______________________________________________
Fink-beginners mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.beginners