I tried to dowload from browser the wget package but I didn't find all
package dependencies. However copyng the curl line
"curl --connect-timeout 30 -f -L -A 'fink/0.27.8' -O
http://distfiles.master.finkmirrors.net/wget-1.10.2.tar.gz";
and modifying the timeot at 90 I was able to download the package, but now
the problem:
I launch fink install wget (how can I compile else?) but the script still
looks for package on internet and stops the complete procedure when curl is
timed out after 30 (default value) seconds. How can I set the timing out
curl option to be 90 seconds?
Or how can I compile skipping automatic-dowload phase? But I thik this way I
should dowload all dependencies on hand :(
Thanks,
                      Alex Gabriele

PS: here a sample of timing out   
ilprof:~ alex$ fink install wget
Information about 6303 packages read in 1 seconds.
The following package will be installed or updated:
 wget
The following 5 additional packages will be installed:
 expat expat-shlibs gettext-tools libgettextpo2-shlibs system-openssl-dev
Do you want to continue? [Y/n] 
curl --connect-timeout 30 -f -L -A 'fink/0.27.8' -O
http://distfiles.master.finkmirrors.net/wget-1.10.2.tar.gz

curl: (6) name lookup timed out
### execution of curl failed, exit code 6
Downloading the file "wget-1.10.2.tar.gz" failed.

(1)     Give up
(2)     Retry the same mirror
(3)     Retry another mirror from your continent
(4)     Retry another mirror
(5)     Retry using next mirror set "gnu"

How do you want to proceed? [3]

and so on with all mirrors
 
> 
> 
> [EMAIL PROTECTED] wrote:
> > Hi, new user. I have some problems with curl, that times out (exit
> > code 6) with all mirrors. Today (at university) I dowloaded
> > fink-0.27.8 and installed via bootstrap. I think the base system
> > was installed but when I tried to launch fink selupdate the script
> > blocked. I thought it was problem of university firewall. So at
> > home I tried again with fink selupdate and it was all ok until curl
> >  tried to dowload new fink version (exit code 6, timed out) However
> > the list of packages was updated (I activated the unstable tree)
> > because "fink list" had an output of over 6000 packages (before
> > they were few more than 100). In faq and documentatin I wasn't good
> > to find solution so some question for you, please. At home I have a
> > router with firewall; I never set it up but I use without problems
> > p2p programs as Azureus. Should I open some port? If so which one?
> > In fink configuration I used default options but about the unstable
> > tree. I checked passive mode is ok so what can I do? Reading docs I
> > thought to try downloading via wget but how can I install it with
> > non-working fink? I also copied the line of curl during the
> > dowloading script and added the --insecure option but no good
> > result.. Please some help.
> >
>
>
> I'm assuming that you have 10.5 (since you didn't say).
> 
> In addition to using passive mode for FTP, fink will use HTTP and FTP
> proxies.  You would use whatever port your proxy requires.
> 
> Some users have experienced time-out issues with curl even in the
> absence of a firewall.  It would be useful to see a sample of a failed
> download attempt to see whether the problem is due to a mirror that is
> known to be bad.
> 
> One workaround for not being able to download sources is to download
> them in your browser and move them into /sw/src .  You will have to
> use the exact same version that Fink does.
> 
> 
> 
>  
 --
 Email.it, the professional e-mail, gratis per te: http://www.email.it/f
 
 Sponsor:
 Fiorucci Pin-Up Collection: scopri le nuove fragranze e...vinci 1000 Euro
di shopping in limousine!

 Clicca qui: http://adv.email.it/cgi-bin/foclick.cgi?mid=7261&d=20071214



-------------------------------------------------------------------------
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Fink-beginners mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.beginners

Reply via email to