Opened 9 years ago

Last modified 9 years ago

#47621 closed defect

fetch failed, but should not — at Version 3

Reported by: bolet@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: base Version: 2.3.3
Keywords: Cc:
Port:

Description (last modified by ryandesign (Ryan Carsten Schmidt))

All ports fail to update with the:

Error: org.macports.fetch for port X returned: fetch failed

And every time the list of (apr is just an example, but same happens for all ports):

Attempting to fetch apr-1.5.2.tar.bz2 from http://lil.fr.distfiles.macports.org/apr
Attempting to fetch apr-1.5.2.tar.bz2 from http://mse.uk.distfiles.macports.org/sites/distfiles.macports.org/apr
...
...
Error: org.macports.fetch for port apr returned: fetch failed
Please see the log file for port apr for details:
    /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_apr/apr/main.log
Error: Unable to upgrade port: 1
To report a bug, follow the instructions in the guide:
    http://guide.macports.org/#project.tickets

But if I curl or wget the URL, the file extsits:

pinaud:/ root# wget --spider http://lil.fr.distfiles.macports.org/apr/apr-1.5.2.tar.bz2
converted '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)
Mode « spider » activé. Vérification de l'existence d'un fichier distant.
--2015-05-02 17:42:57--  http://lil.fr.distfiles.macports.org/apr/apr-1.5.2.tar.bz2
Résolution de lil.fr.distfiles.macports.org (lil.fr.distfiles.macports.org)… 87.98.244.45
Connexion à lil.fr.distfiles.macports.org (lil.fr.distfiles.macports.org)|87.98.244.45|:80… connecté.
requête HTTP transmise, en attente de la réponse… 200 OK
Taille : 826885 (808K) [application/x-bzip2]
Le fichier distant existe.

Sorry it's french but you get the "200 OK" message.

What's wrong?

PS : running on 10.4.11, MacPorts is at 2.3.3

Change History (4)

comment:1 Changed 9 years ago by bolet@…

All ports fail to update with the: Error: org.macports.fetch for port X returned: fetch failed

--->  Attempting to fetch apr-1.5.2.tar.bz2 from http://lil.fr.distfiles.macports.org/apr
--->  Attempting to fetch apr-1.5.2.tar.bz2 from http://mse.uk.distfiles.macports.org/sites/distfiles.macports.org/apr
...
Error: org.macports.fetch for port apr returned: fetch failed
Please see the log file for port apr for details:
    /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_apr/apr/main.log
Error: Unable to upgrade port: 1
To report a bug, follow the instructions in the guide:
    http://guide.macports.org/#project.tickets

But if I curl or wget the URL, the file extsits:

pinaud:~/bin root# wget --spider http://lil.fr.distfiles.macports.org/apr/apr-1.5.2.tar.bz2
converted '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)
Mode « spider » activé. Vérification de l'existence d'un fichier distant.
--2015-05-02 17:42:57--  http://lil.fr.distfiles.macports.org/apr/apr-1.5.2.tar.bz2
Résolution de lil.fr.distfiles.macports.org (lil.fr.distfiles.macports.org)… 87.98.244.45
Connexion à lil.fr.distfiles.macports.org (lil.fr.distfiles.macports.org)|87.98.244.45|:80… connecté.
requête HTTP transmise, en attente de la réponse… 200 OK
Taille : 826885 (808K) [application/x-bzip2]
Le fichier distant existe.

Sorry it's french but you get the "200 OK" message.

What's wrong?

PS : running on 10.4.11, MacPorts is at 2.3.3

comment:2 Changed 9 years ago by IvoClarysse (Ivo Clarysse)

Could you share the contents of

/opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_apr/apr/main.log

Changed 9 years ago by bolet@…

Attachment: apr_main.log added

original path: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_apr/apr/main.log

comment:3 Changed 9 years ago by ryandesign (Ryan Carsten Schmidt)

Component: portsbase
Description: modified (diff)
Note: See TracTickets for help on using tickets.