Changes between Initial Version and Version 3 of Ticket #47621


Ignore:
Timestamp:
May 2, 2015, 8:38:00 PM (9 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #47621

    • Property Component changed from ports to base
  • Ticket #47621 – Description

    initial v3  
    11All ports fail to update with the:
     2{{{
    23Error: org.macports.fetch for port X returned: fetch failed
     4}}}
    35
    46And every time the list of (apr is just an example, but same happens for all ports):
    57
     8{{{
    69Attempting to fetch apr-1.5.2.tar.bz2 from http://lil.fr.distfiles.macports.org/apr
    710Attempting to fetch apr-1.5.2.tar.bz2 from http://mse.uk.distfiles.macports.org/sites/distfiles.macports.org/apr
     
    1417To report a bug, follow the instructions in the guide:
    1518    http://guide.macports.org/#project.tickets
     19}}}
    1620
    1721But if I curl or wget the URL, the file extsits:
     22{{{
    1823pinaud:/ root# wget --spider http://lil.fr.distfiles.macports.org/apr/apr-1.5.2.tar.bz2
    1924converted 'http://lil.fr.distfiles.macports.org/apr/apr-1.5.2.tar.bz2' (ASCII) -> 'http://lil.fr.distfiles.macports.org/apr/apr-1.5.2.tar.bz2' (UTF-8)
     
    2530Taille : 826885 (808K) [application/x-bzip2]
    2631Le fichier distant existe.
     32}}}
    2733
    2834Sorry it's french but you get the "200 OK" message.