[MacPorts] #47314: Error: org.macports.fetch for port mesa returned: fetch failed
MacPorts
noreply at macports.org
Mon Apr 27 02:35:48 PDT 2015
#47314: Error: org.macports.fetch for port mesa returned: fetch failed
-------------------------+-------------------
Reporter: diochnos@… | Owner: jmr@…
Type: defect | Status: new
Priority: Normal | Milestone:
Component: base | Version: 2.3.3
Resolution: | Keywords: ftp
Port: curl |
-------------------------+-------------------
Comment (by russ.bubley@…):
Since it was working with wget but not curl, I looked to see what ftp
commands they were both sending:
Curl was "Connected to ftp.freedesktop.org (131.252.210.176)"
and was then sending:
{{{
USER anonymous
PASS ftp at example.com
PWD
CWD pub
CWD mesa
CWD 10.4.7
EPSV
}}}
...and then it waited for 5 minutes, and then
{{{
421 Timeout. 0 0 0 0 0 0 --:--:-- 0:05:00 --:--:--
0< 229 Entering Extended Passive Mode (|||12853|)
* Connection time-out
* Failed EPSV attempt. Disabling EPSV
> PASV
0 0 0 0 0 0 0 0 --:--:-- 0:05:01 --:--:--
0* response reading failed
* Closing connection 0
}}}
wget was sending:
{{{
USER anonymous
PASS -wget@
SYST
PWD
TYPE I
CWD /pub/mesa/10.4.7
SIZE /pub/mesa/10.4.7
PASV
RETR MesaLib-10.4.7.tar.bz2
}}}
Ftping directly into ftp.freedesktop.org and issuing the same commands as
curl:
{{{
...
ftp> quote EPSV
229 Entering Extended Passive Mode (|||25232|)421 Service not available,
remote server timed out. Connection closed.
}}}
--
Ticket URL: <https://trac.macports.org/ticket/47314#comment:17>
MacPorts <https://www.macports.org/>
Ports system for OS X
More information about the macports-tickets
mailing list