-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 11/18/11 5:18 PM, Kurt Tappe wrote: > When bootstrapping fink 0.31.4, I specify that I have a proxy > server and I enter the full address and port. > > However, after all user-input has been provided and bootstrap > starts to download items, it issues this command: > > curl --connect-timeout 30 -f -L -A 'fink/0.31.4' -P - -O > <http://distfiles.sjc.ca.us.finkmirrors.net/dpkg_1.10.21.tar.gz>http://distfiles.sjc.ca.us.finkmirrors.net/dpkg_1.10.21.tar.gz > > Note the lack of a "--proxy" (or "-x") option. And thus this > command fails with a "no response from server" error. If I copy it > and reissue it manually with "--proxy > <http://[ourproxyserver]:8443>http://[ourproxyserver]:8443" > inserted, it works a charm. > > So why is bootstrap not using the proxy info I provide it? > > -Kurt > > >
After delving a bit into the fink code I have an answer. The proxy information is used when running the "fink" tool. However, in the first stage of the bootstrap, packages are being downloaded without actually using the full "fink tool", and the proxy information isn't being given to the download method. Unfortunately, since fink uses somewhat abstract methods for flexibility, I haven't quite figured out how to make this fix yet. :-) However, what I _can_ do in the short term is make up a tarball of a Fink installation and put it online so that you can download it and install that. What OS version and architecture are you using? - -- Alexander Hansen, Ph.D. Fink User Liaison http://finkakh.wordpress.com/ -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk7H/EAACgkQB8UpO3rKjQ+L3ACeNXU9rer0CMVdisg0pNWqfgh2 w60An0VmQNBrPrzlqF7Z58zDFjVuNrt8 =YWiV -----END PGP SIGNATURE----- ------------------------------------------------------------------------------ All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-novd2d _______________________________________________ Fink-beginners mailing list [email protected] List archive: http://news.gmane.org/gmane.os.apple.fink.beginners Subscription management: https://lists.sourceforge.net/lists/listinfo/fink-beginners
