> On Jul 29, 2019, at 12:49 PM, Pascal <p....@orange.fr> wrote:
> 
> 
>> Le 28 juil. 2019 à 19:22, Pascal <p....@orange.fr> a écrit :
>> 
>> Hello,
>> 
>> I've got a downloading error with ftp.gnome.org:
>> curl --continue-at - -L 
>> ftp://ftp.gnome.org/pub/gnome/sources/gtk-doc/1.29/gtk-doc-1.29.tar.xz -o 
>> /usr/local/src-2019/pkgs/gtk-doc-1.29.tar.xz
>> % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
>>                                Dload  Upload   Total   Spent    Left  Speed
>> 0     0    0     0    0     0      0      0 --:--:--  0:00:08 --:--:--     
>> 0^C*** Error during phase checkout of gtk-doc: ########## Error running curl 
>> --continue-at - -L 
>> ftp://ftp.gnome.org/pub/gnome/sources/gtk-doc/1.29/gtk-doc-1.29.tar.xz -o 
>> /usr/local/src-2019/pkgs/gtk-doc-1.29.tar.xz *** [12/13]
>> 
>> It seems to have shift to https:
>> $ curl -L 
>> https://ftp.gnome.org/pub/GNOME/sources/gtk-doc/1.29/gtk-doc-1.29.tar.xz -o 
>> gtk-doc-1.29.tar.xz
>> % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
>>                                Dload  Upload   Total   Spent    Left  Speed
>> 100  715k  100  715k    0     0   308k      0  0:00:02  0:00:02 --:--:--  
>> 308k
> 
> Same for:
> curl --continue-at - -L ftp://sourceware.org/pub/libffi/libffi-3.2.1.tar.gz 
> -o /usr/local/src-2019/pkgs/libffi-3.2.1.tar.gz
>  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
>                                 Dload  Upload   Total   Spent    Left  Speed
>  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
> curl: (56) response reading failed
> 
> $ curl -L https://sourceware.org/pub/libffi/libffi-3.2.1.tar.gz -o 
> libffi-3.2.1.tar.gz
>  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
>                                 Dload  Upload   Total   Spent    Left  Speed
> 100  918k  100  918k    0     0   162k      0  0:00:05  0:00:05 --:--:--  193k
> 
> But different issue for:
> curl --continue-at - -L 
> ftp://ftp.freedesktop.org/pub/xorg/individual/util/util-macros-1.19.1.tar.bz2 
> -o /usr/local/src-2019/pkgs/util-macros-1.19.1.tar.bz2
>  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
>                                 Dload  Upload   Total   Spent    Left  Speed
>  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
> curl: (56) response reading failed
> *** Error during phase checkout of xorg-util-macros: ########## Error running 
> curl --continue-at - -L 
> ftp://ftp.freedesktop.org/pub/xorg/individual/util/util-macros-1.19.1.tar.bz2 
> -o /usr/local/src-2019/pkgs/util-macros-1.19.1.tar.bz2 *** [14/18]

All of those ftp retrievals work for me, e.g.:
$ Argus:/Users/john> curl --continue-at - -L 
ftp://sourceware.org/pub/libffi/libffi-3.2.1.tar.gz -o 
~/Development/gtk-sources/libffi-3.2.1.tar.gz
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  918k  100  918k    0     0   610k      0  0:00:01  0:00:01 --:--:--  610k
$ Argus:/Users/john>

It would seem that you've broken curl somehow so it won't retrieve with ftp.

BTW, the official http URI for XOrg is 
https://www.x.org/archive/individual/util/util-macros-1.19.1.tar.bz2, but 
ftp://ftp.freedesktop.org is still up-and-running.

Regards,
John Ralls

_______________________________________________
gtk-osx-users-list mailing list
gtk-osx-users-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gtk-osx-users-list

Reply via email to