Re: Need help: Some port fetches consistently fail

2014-08-02 Thread Sam Finn
Indeed, this was the problem. I have iterated with Intego and they have fixed the problem in a soon-to-be-released build. Thanks much to all! Sam -- Lee Samuel Finn lsfin...@icloud.com On Jul 29, 2014, at 4:37 AM, Chris Jones jon...@hep.phy.cam.ac.uk wrote: On 29/07/14 03:20, Sam Finn

Re: Need help: Some port fetches consistently fail

2014-07-29 Thread Chris Jones
On 29/07/14 03:20, Sam Finn wrote: I do have Intego’s NetBarrier installed; however, I’ve shut it down for these operations. Remove it completely then try... My suspicion is it is still somehow in the way... -- Lee Samuel Finn lsf...@gmail.com On Jul 28, 2014, at 10:16 PM, Ryan

Need help: Some port fetches consistently fail

2014-07-28 Thread Sam Finn
Hi,Since my upgrade to Mavericks I’ve had a problem with some port fetches consistently running through a long list of mirrors before eventually failing. Your help in resolving this problem will be greatly appreciated.Here is an example of the problem:Appletree [138] Yeah? sudo port install

Re: Need help: Some port fetches consistently fail

2014-07-28 Thread Jeremy Lavergne
According to your log, all your requests are being met with 403 Forbidden from any/all web servers. Are you sure you don’t continue to have something blocking these requests on your end? On Jul 28, 2014, at 14:49, Sam Finn lsf...@gmail.com wrote: Hi, Since my upgrade to Mavericks I’ve

Re: Need help: Some port fetches consistently fail

2014-07-28 Thread Sam Finn
Hi, Doesn’t a 403 indicate that the server received and understood the request, but refused to act on it? In any event, there is no proxy and I’ve checked that my firewalls (the mac os firewall and intego net barrier) are down. Am I missing something? Other information that may (or may not)

Re: Need help: Some port fetches consistently fail

2014-07-28 Thread Jeremy Lavergne
I would employ curl to check headers on a request, though any tool of choice should work: curl -I URL For the superb-dca2 mirror, I see it’s running nginx/0.8.55. Is that what you see? $ curl -I http://superb-dca2.dl.sourceforge.net/project/expat/expat/2.1.0/expat-2.1.0.tar.gz HTTP/1.1 200 OK

Re: Need help: Some port fetches consistently fail

2014-07-28 Thread Sam Finn
Both agree: Appletree [116] Yeah? curl -I http://superb-dca2.dl.sourceforge.net/project/expat/expat/2.1.0/expat-2.1.0.tar.gz HTTP/1.1 200 OK Server: nginx/0.8.55 Date: Mon, 28 Jul 2014 19:31:25 GMT Content-Type: application/x-gzip Content-Length: 562616 Last-Modified: Sat, 24 Mar 2012 19:19:12

Re: Need help: Some port fetches consistently fail

2014-07-28 Thread Mihai Moldovan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On 28.07.2014 09:22 pm, Sam Finn wrote: Doesn’t a 403 indicate that the server received and understood the request, but refused to act on it? In any event, there is no proxy and I’ve checked that my firewalls (the mac os firewall and intego net

Re: Need help: Some port fetches consistently fail

2014-07-28 Thread Sam Finn
No 403 error this time: Appletree [122] Yeah? /usr/bin/curl -o /dev/null http://lil.fr.distfiles.macports.org/expat/expat-2.1.0.tar.gz % Total% Received % Xferd Average Speed TimeTime Time Current Dload Upload Total SpentLeft Speed

Re: Need help: Some port fetches consistently fail

2014-07-28 Thread Mihai Moldovan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On 28.07.2014 09:36 pm, Sam Finn wrote: No 403 error this time: Weird. But thanks to toby, here's another idea: /usr/bin/curl -o /dev/null -A MacPorts/2.3.1 libcurl/7.30.0 http://lil.fr.distfiles.macports.org/expat/expat-2.1.0.tar.gz MacPorts

Re: Need help: Some port fetches consistently fail

2014-07-28 Thread Sam Finn
Appletree [126] Yeah? /usr/bin/curl -o /dev/null -A MacPorts/2.3.1 libcurl/7.30.0 http://lil.fr.distfiles.macports.org/expat/expat-2.1.0.tar.gz % Total% Received % Xferd Average Speed TimeTime Time Current Dload Upload Total SpentLeft

Re: Need help: Some port fetches consistently fail

2014-07-28 Thread Mihai Moldovan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On 28.07.2014 09:54 pm, Sam Finn wrote: Thanks very much for all your efforts! Appletree [129] Yeah? /usr/bin/curl -vo /dev/null -A MacPorts/2.3.1 libcurl/7.30.0 http://lil.fr.distfiles.macports.org/expat/expat-2.1.0.tar.gz [...] GET

Re: Need help: Some port fetches consistently fail

2014-07-28 Thread Sam Finn
Appletree [130] Yeah? echo $http_proxy $ALL_PROXY http_proxy: Undefined variable. -- Lee Samuel Finn lsf...@gmail.com On Jul 28, 2014, at 4:10 PM, Mihai Moldovan io...@ionic.de wrote: Signed PGP part On 28.07.2014 09:54 pm, Sam Finn wrote: Thanks very much for all your efforts!

Re: Need help: Some port fetches consistently fail

2014-07-28 Thread Mihai Moldovan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On 28.07.2014 11:01 pm, Sam Finn wrote: In bash, Appletree [132] Yeah? bash bash-3.2$ echo http_proxy: '$http_proxy'; ALL_PROXY: '$ALL_PROXY' http_proxy: ''; ALL_PROXY: '' bash-3.2$ echo $http_proxy $ALL_PROXY bash-3.2$ So there's no

Re: Need help: Some port fetches consistently fail

2014-07-28 Thread Sam Finn
Hi Mihai, No joy. On the plus side, I feel a bit better that I haven’t been able to figure it out myself ;) Thanks much for your help, Sam bash-3.2$ sudo port -v fetch expat Password: --- Fetching distfiles for expat --- expat-2.1.0.tar.gz doesn't seem to exist in

Re: Need help: Some port fetches consistently fail

2014-07-28 Thread Mihai Moldovan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On 28.07.2014 11:46 pm, Sam Finn wrote: No joy. I can only suggest adding -R to the previous curl call. I doubt it changes the result, but who knows... (-R tries to fetch the remote file's time stamp, if possible.) Short of that... no idea...

Re: Need help: Some port fetches consistently fail

2014-07-28 Thread Sam Finn
I did a self update without the flags; I just did one with the -s flag to rebuild from source. I still have the same problem. -- Lee Samuel Finn lsf...@gmail.com On Jul 28, 2014, at 6:41 PM, Mihai Moldovan io...@ionic.de wrote: Signed PGP part On 28.07.2014 11:46 pm, Sam Finn wrote:

Re: Need help: Some port fetches consistently fail

2014-07-28 Thread Ryan Schmidt
On Jul 28, 2014, at 6:01 PM, Sam Finn wrote: On Jul 28, 2014, at 6:41 PM, Mihai Moldovan wrote: You did reinstall or rebuild MacPorts itself after upgrading to Mavericks, right? sudo port -sv selfupdate takes care of that. I did a self update without the flags; I just did one with the -s

Re: Need help: Some port fetches consistently fail

2014-07-28 Thread Sam Finn
Hi, In an effort to make sure that I was working in a “pristine” environment I began this afternoon by blowing away my existing installation (i.e., I rm’d /opt/local) and reinstalled from the installer from the MacPorts web site. I also ran “sudo port selfupdate” immediately afterwards and

Re: Need help: Some port fetches consistently fail

2014-07-28 Thread Ryan Schmidt
Do you have a third-party antivirus program or firewall program or anything else installed that would alter how your computer processes network traffic? ___ macports-users mailing list macports-users@lists.macosforge.org

Re: Need help: Some port fetches consistently fail

2014-07-28 Thread Sam Finn
I do have Intego’s NetBarrier installed; however, I’ve shut it down for these operations. -- Lee Samuel Finn lsf...@gmail.com On Jul 28, 2014, at 10:16 PM, Ryan Schmidt ryandes...@macports.org wrote: Do you have a third-party antivirus program or firewall program or anything else