Opened 14 years ago
Closed 14 years ago
#25857 closed defect (worksforme)
mesa: Fetch Failure
Reported by: | jxzhu@… | Owned by: | jeremyhu (Jeremy Huddleston Sequoia) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.9.1 |
Keywords: | Cc: | ryandesign (Ryan Carsten Schmidt) | |
Port: | mesa |
Description (last modified by ryandesign (Ryan Carsten Schmidt))
1./ I did first
sudp port selfupdate
---> Updating the ports tree ---> Updating MacPorts base sources using rsync MacPorts base version 1.9.1 installed, MacPorts base version 1.9.1 downloaded. ---> MacPorts base is already the latest version The ports tree has been updated. To upgrade your installed ports, you should run port upgrade outdated
2./
I then executed ---
sudo port install mesa
Here is the output
---> Computing dependencies for mesa ---> Fetching mesa ---> Attempting to fetch MesaLib-7.8.2.tar.bz2 from http://distfiles.macports.org/mesa ---> Attempting to fetch MesaLib-7.8.2.tar.bz2 from ftp://ftp.freedesktop.org/pub/mesa/7.8.2/ ---> Attempting to fetch MesaLib-7.8.2.tar.bz2 from http://lil.fr.distfiles.macports.org/mesa ---> Attempting to fetch MesaLib-7.8.2.tar.bz2 from http://aarnet.au.distfiles.macports.org/pub/macports/mpdistfiles/mesa ---> Attempting to fetch MesaLib-7.8.2.tar.bz2 from http://www.buraphalinux.org/download/bls1.4/dvd/source/x11/xserver/mesa/ ---> Attempting to fetch MesaLib-7.8.2.tar.bz2 from http://sea.us.distfiles.macports.org/macports/mpdistfiles/mesa ---> Attempting to fetch MesaLib-7.8.2.tar.bz2 from http://svn.macports.org/repository/macports/distfiles/mesa ---> Attempting to fetch MesaLib-7.8.2.tar.bz2 from http://svn.macports.org/repository/macports/distfiles/general/ Error: Target org.macports.fetch returned: fetch failed Log for mesa is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_mesa/main.log Error: Status 1 encountered during processing.
Change History (3)
comment:1 Changed 14 years ago by jxzhu@…
comment:2 Changed 14 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | ryandesign@… added |
---|---|
Description: | modified (diff) |
Owner: | changed from macports-tickets@… to jeremyhu@… |
Port: | mesa added |
Priority: | High → Normal |
Summary: | MesaLib-7.8.2 Fetch Failure → mesa: Fetch Failure |
Please remember to use WikiFormatting when pasting shell commands and output.
The file does exist in ftp://ftp.freedesktop.org/pub/mesa/7.8.2/. Perhaps you are unable to fetch from FTP servers on your network?
The file also exists in http://www.buraphalinux.org/download/bls1.4/dvd_source/source/x11/xserver/mesa/ but we had the location wrong in the portfile; I fixed it in r70063. Please let us know if it works now.
Because the only working fetch location was FTP, the distfile also had not been copied to our distfiles mirrors. The primary distfiles mirror cannot fetch from FTP servers, and the backup distfiles mirrors sync from the primary one. Now that the port has a working http download location again, the file has already been copied to the primary distfiles mirror, and should soon appear on the backups.
comment:3 Changed 14 years ago by jmroot (Joshua Root)
Resolution: | → worksforme |
---|---|
Status: | new → closed |
The http location was previously correct, so I guess buraphalinux.org reorganised. Sure would be nice if freedesktop.org offered a http source…
I am running on Mac Intel under Snow Leopard 10.6.4.
Thanks,
JX