All HTTP Fetches fail, only FTP working
Hello- I'm having a strange problem where all of the fetch attempts using HTTP fail, but all FTP work fine (see output below). Any ideas what might be going wrong? I've tried uninstalling and reinstalling MacPorts, but the problem persists. Currently, as a workaround, I have to manually download packages and place them in the /opt/local/ directory myself. Thanks -Tico ---> Fetching curl ---> Attempting to fetch curl-7.17.1.tar.bz2 from http:// curl.haxx.se/download/ ---> Attempting to fetch curl-7.17.1.tar.bz2 from ftp://ftp.sunet.se/ pub/www/utilities/curl/ ---> Verifying checksum(s) for curl ---> Extracting curl ---> Configuring curl ---> Building curl with target all ---> Staging curl into destroot ---> Installing curl 7.17.1_0+darwin_8 ---> Activating curl 7.17.1_0+darwin_8 ---> Cleaning curl ---> Fetching openssh ---> Attempting to fetch openssh-4.7p1.tar.gz from http:// mirror.roothell.org/pub/OpenBSD/OpenSSH/portable ---> Attempting to fetch openssh-4.7p1.tar.gz from http://ftp- stud.fht-esslingen.de/pub/OpenBSD/OpenSSH/portable ---> Attempting to fetch openssh-4.7p1.tar.gz from http:// mirror.paranoidbsd.org/pub/OpenBSD/OpenSSH/portable ---> Attempting to fetch openssh-4.7p1.tar.gz from ftp:// ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable ---> Verifying checksum(s) for openssh ---> Extracting openssh ---> Configuring openssh ---> Building openssh with target all ---> Staging openssh into destroot ---> Creating launchd control script ########################################################### # A startup item has been generated that will aid in # starting openssh with launchd. It is disabled # by default. Execute the following command to start it, # and to cause it to launch at startup: # # sudo launchctl load -w /Library/LaunchDaemons/ org.macports.OpenSSH.plist ########################################################### ---> Installing openssh 4.7p1_1+darwin_8 ---> Activating openssh 4.7p1_1+darwin_8 ---> Cleaning openssh ---> Fetching perl5.8 ---> Attempting to fetch perl-5.8.8.tar.bz2 from http://www.cpan.org/ src/5.0/ ---> Attempting to fetch perl-5.8.8.tar.bz2 from http:// svn.macports.org/repository/macports/distfiles/perl5.8 ---> Attempting to fetch perl-5.8.8.tar.bz2 from http:// svn.macports.org/repository/macports/distfiles/general/ ---> Attempting to fetch perl-5.8.8.tar.bz2 from http:// svn.macports.org/repository/macports/downloads/perl5.8 Error: Target org.macports.fetch returned: fetch failed Error: The following dependencies failed to build: p5-error perl5.8 rsync popt Error: Status 1 encountered during processing.
On Jan 14, 2008, at 02:05, Tico Ballagas wrote:
I'm having a strange problem where all of the fetch attempts using HTTP fail, but all FTP work fine (see output below). Any ideas what might be going wrong?
I've tried uninstalling and reinstalling MacPorts, but the problem persists. Currently, as a workaround, I have to manually download packages and place them in the /opt/local/ directory myself.
Tell us more about your network. Work network or home? Restrictive firewall? Proxy?
ballagas@gmail.com (Tico Ballagas) sent forth on 1/14/08:
Hello-
I'm having a strange problem where all of the fetch attempts using HTTP fail, but all FTP work fine (see output below). Any ideas what might be going wrong?
When that happened to me, it turned out that something had set the environment variable 'http_proxy' to something bogus, and curl was honoring that. I never did figure out what was doing that; I wound up having to manually unset it in my .bashrc. Melissa Reid
participants (3)
-
Melissa Reid
-
Ryan Schmidt
-
Tico Ballagas