> 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]

It seems to be hosted now on:

https://github.com/freedesktop/xorg-macros/archive/util-macros-1.19.1.tar.gz

HTH, Pascal.
http://blady.pagesperso-orange.fr


_______________________________________________
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