#49378 closed defect (wontfix)
mesa @11.0.2: fetch failure
Reported by: | arunava.mukherjee@… | Owned by: | jeremyhu (Jeremy Huddleston Sequoia) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.3.4 |
Keywords: | Cc: | greg.vansickle@… | |
Port: | mesa |
Description (last modified by ryandesign (Ryan Carsten Schmidt))
I upgraded the os of my Macbook Pro from OSX 10.9 (Mavericks) to OSX 10.11 (El Capitan). And then reinstalled the latest Xcode, Macport and Xcode command-line tools. After that, I tried to perform "sudo port -v selfupdate" followed by "sudo port upgrade outdated" from my terminal.
It says the following complains (last few lines):
---> Attempting to fetch mesa-11.0.2.tar.xz from http://cjj.kr.distfiles.macports.org/mesa ---> Attempting to fetch mesa-11.0.2.tar.xz from http://svn.macports.org/repository/macports/distfiles/mesa Error: org.macports.fetch for port mesa returned: fetch failed Please see the log file for port mesa for details: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_x11_mesa/mesa/main.log Error: Unable to upgrade port: 1 To report a bug, follow the instructions in the guide: http://guide.macports.org/#project.tickets Arunavas-MacBook-Pro:~ arunavamukherjee$
Attachments (1)
Change History (9)
Changed 9 years ago by arunava.mukherjee@…
Attachment: | attachment.log added |
---|
comment:1 follow-up: 2 Changed 9 years ago by ryandesign (Ryan Carsten Schmidt)
Description: | modified (diff) |
---|---|
Owner: | changed from macports-tickets@… to jeremyhu@… |
Port: | mesa added |
Summary: | macport X11_mesa 11.0.2 build failure → mesa @11.0.2: fetch failure |
comment:2 follow-up: 3 Changed 9 years ago by deesto (John S. De Stefano Jr.)
Replying to ryandesign@…:
This is the ongoing difficulty of fetching files from ftp servers. An http mirror should be added to the port, if one can be found.
While agreed, this particular case seems to be more than a generic issue with FTP downloads: 6 months after this ticket was filed, the archive still can not be retrieved from remote server; in addition, the remote host (ftp.freedesktop.org) is refusing connections on the ftp port.
comment:3 Changed 9 years ago by jeremyhu (Jeremy Huddleston Sequoia)
Replying to deesto@…:
in addition, the remote host (ftp.freedesktop.org) is refusing connections on the ftp port.
Looks ok to me. You likely have a firewall on your side that is blocking the connection:
~ $ ftp ftp.freedesktop.org Connected to annarchy.freedesktop.org. 220 Welcome to the freedesktop.org FTP server. Name (ftp.freedesktop.org:jeremy): ftp 331 Please specify the password. Password: 230 Login successful. Remote system type is UNIX. Using binary mode to transfer files. ftp> ls 229 Entering Extended Passive Mode (|||5521|). 150 Here comes the directory listing. drwxr-xr-x 4 0 0 4096 Nov 30 2006 pub 226 Directory send OK. ftp>
comment:4 Changed 9 years ago by jeremyhu (Jeremy Huddleston Sequoia)
Resolution: | → worksforme |
---|---|
Status: | new → closed |
comment:5 Changed 9 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | greg.vansickle@… added |
---|---|
Resolution: | worksforme |
Status: | closed → reopened |
Has duplicate #49870. Please add an http mirror. I couldn't find one for 11.0.2, but mesa could be updated to 11.0.6 for which mirrors were easy to find.
comment:6 Changed 9 years ago by jeremyhu (Jeremy Huddleston Sequoia)
Feel free to add a mirror if you can find one.
comment:7 Changed 9 years ago by jeremyhu (Jeremy Huddleston Sequoia)
Resolution: | → wontfix |
---|---|
Status: | reopened → closed |
It should not be the responsibility of port maintainers to workaround users' firewalls by searching for multiplel mirrors. The official location of the tarballs is ftp://ftp.freedesktop.org/pub/mesa/11.0.6, and that is what is defined in the Portfile. There is no official http mirror.
comment:8 Changed 9 years ago by jeremyhu (Jeremy Huddleston Sequoia)
Once #45262 is fixed, the macports mirrors should start mirroring the file for users.
This is the ongoing difficulty of fetching files from ftp servers. An http mirror should be added to the port, if one can be found.