Opened 13 years ago

Closed 13 years ago

#30259 closed defect (fixed)

xv fetch failure due to FTP-only master_sites

Reported by: dfox@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.9.2
Keywords: Cc: ryandesign (Ryan Carsten Schmidt)
Port: xv

Description

The "xv-3.10a.tar.gz" tarball is currently located in

http://distfiles.macports.org/xv

as "http://distfiles.macports.org/xv/xv-3.10a.tar.gz", but "port" is looking for it in:

http://distfiles.macports.org/xv/3.10a_1

which is an empty directory.

There appear to be issues with downloading the tarball from alternate/mirror sites, as well (see log).

Cheers, Derek

[dhcp13.ifa.hawaii.edu|36] sudo port install xv
Password:
--->  Computing dependencies for xv
--->  Fetching xv
--->  Attempting to fetch xv-3.10a.tar.gz from http://distfiles.macports.org/xv/3.10a_1
--->  Attempting to fetch xv-3.10a.tar.gz from http://aarnet.au.distfiles.macports.org/pub/macports/mpdistfiles/xv/3.10a_1
--->  Attempting to fetch xv-3.10a.tar.gz from http://ykf.ca.distfiles.macports.org/MacPorts/mpdistfiles/xv/3.10a_1
--->  Attempting to fetch xv-3.10a.tar.gz from ftp://ftp.trilon.com/pub/xv/
--->  Attempting to fetch xv-3.10a.tar.gz from http://lil.fr.distfiles.macports.org/xv/3.10a_1
--->  Attempting to fetch xv-3.10a.tar.gz from http://sea.us.distfiles.macports.org/macports/mpdistfiles/xv/3.10a_1
--->  Attempting to fetch xv-3.10a.tar.gz from http://svn.macports.org/repository/macports/distfiles/xv
Error: Target org.macports.fetch returned: fetch failed
Log for xv is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_ykf.ca.distfiles.macports.org_mprelease_ports_graphics_xv/main.log
Error: Status 1 encountered during processing.
To report a bug, see <http://guide.macports.org/#project.tickets>

Change History (2)

comment:1 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)

Cc: ryandesign@… added
Summary: xv @3.10a tarball missing / misplacedxv fetch failure due to FTP-only master_sites

The file you found at http://distfiles.macports.org/xv/xv-3.10a.tar.gz is not the same file as the one the port now needs; this is because the developers of xv stealth-updated their file.

The file the port needs is right there where it's supposed to be:

ftp://ftp.trilon.com/pub/xv/xv-3.10a.tar.gz

The reason you're not able to fetch it is presumably that on your network you are not able to access FTP servers. That is a matter to take up with your network administrator.

Our distfiles mirrors also cannot access FTP servers, which is why the file was not copied to any of our mirrors.

I will see if we can locate a copy of the file on an HTTP server somewhere so that we can mirror it.

comment:2 in reply to:  1 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: fixed
Status: newclosed

Replying to ryandesign@…:

I will see if we can locate a copy of the file on an HTTP server somewhere so that we can mirror it.

Added in r80905. Our main distfiles mirror has mirrored it; the others should within a day or so.

Note: See TracTickets for help on using tickets.