On Tue, 22 Mar 2022 at 06:58, Sagar Gantlana via Gcc <gcc@gcc.gnu.org> wrote: > > Hi gcc, > > I tried downloading gcc-11.2.0-tar.gz from Japan server > <https://ftp.tsukuba.wide.ad.jp/software/gcc/>. It did not match the > checksum SHA512. I found the link from this gcc page > <https://gcc.gnu.org/mirrors.html>. > > I tried downloading from the Japan server a second time. Besides not > matching the checksum, the file size was different from the first download, > i.e. comparing the two files using command prompt says that they do not > match because the file sizes were different.
Thanks for letting us know, but I tried a few times and it always works fine from here: $ wget --quiet http://ftp.tsukuba.wide.ad.jp/software/gcc/releases/gcc-11.2.0/gcc-11.2.0.tar.gz $ wget --quiet http://ftp.tsukuba.wide.ad.jp/software/gcc/releases/gcc-11.2.0/sha512.sum $ sha512sum -c sha512.sum --ignore-missing gcc-11.2.0.tar.gz: OK