On Mon, May 24, 2021 at 11:59 AM Jalim Singh <[email protected]> wrote: > > Hi Carl Hansen, > > Thank you so much for your reply. I tried as you mentioned but it is > showing the same error. > > sha256sum: WARNING: 1 computed checksum did NOT match > [checksum] allpatches failed checksum test! > > Best regards > > Jalim > > On 5/24/21 7:36 PM, carl hansen wrote: > > On Mon, May 24, 2021 at 7:34 AM Jalim Singh <[email protected]> wrote: > >> Dear All, > >> > >> I need to install GCC10 using GSRC. I am following the steps mentioned > >> on the website https://www.gnu.org/software/gsrc/ . I am getting error > >> after the command $make -C pkg/gnu/gcc10 ... > >> > >> sha256sum: WARNING: 1 computed checksum did NOT match > >> [checksum] allpatches failed checksum test! > >> > >> This aborts the make. > >> > >> > >> Can you please have some suggestions? > >> > >> Thanking you in advance!! > >> > >> > >> Best regards > >> > >> Jalim Singh > >> > >> > > probably the wrong maillist, > > anyway, try > > cd thegsrcdirectory > > bzr update > > then try again, I just tested it, works for me. here is sha256sum: > > 4f404c1a650f27fc33da242e1f2df54952e3963a49e06e73f6940f3223ac344 > > download/gcc-10.3.0.tar.xz > > 38b618d5e3de8c1bde92547bfb19fd1e7c41c9b7ad715e3a968a516a951fbec2 > > download/gcc-10.3.0.tar.xz.sig
That means your download failed. Check file sizes of the 2 files with sizes on the origin site. Redownload. Alternatively, if you are convinced the download is correct, then you can add NOCHECKSUM = $(DISTFILES) to the MAkefile If that is necessary and works, let me know. something is wrong Carl
