On Thu, Jun 26, 2014 at 6:50 PM, Óscar Fuentes <o...@wanadoo.es> wrote: > Sergey Boldyrev <sergey.boldy...@hrz.tu-darmstadt.de> writes: > >> I've tried to download the latest 4.7.4 version from >> ftp://gcc.gnu.org/pub/gcc/releases/gcc-4.7.4 >> and couldn't successfully check the MD5 sum, >> which is given there in the "md5.sum" file. >> gcc-4.7.4.tar.gz appears OK, >> but gcc-4.7.4.tar.bz2 produces an error. > > Yup. > > $ md5sum gcc-4.7.4.tar.bz2 > 4c696da46297de6ae77a82797d2abe28 gcc-4.7.4.tar.bz2 > > md5.sum contains: > > 50aef90e4c24194451d98170d45d468e gcc-4.7.4.tar.bz2 >
md5.sum is created by a cron job and in this case (happened in the past) it raced with the actual upload. I've removed the file which should re-generate it correctly. I also verified the actual md5sum of the file is the same as for the file I uploaded (so no modification happened). Richard.