mingw-cross-env-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Mingw-cross-env-list] Installing in Offline Environment


From: Tony Theodore
Subject: Re: [Mingw-cross-env-list] Installing in Offline Environment
Date: Wed, 18 Sep 2019 13:48:58 +1000


> On 18 Sep 2019, at 01:27, Seth Raymond <address@hidden> wrote:
> […]
> Looks like the first thing it's choking on is gcc-5.5.0.tar.xz, which it's 
> trying to download. The error message says "Download failed or wrong checksum 
> of package gcc!" An interesting note - I confirmed that the package lives in 
> /path/to/mxe/pkg, but when it attempts to download the package, it removes 
> the one I already have dropped in locally.
> 
> Running
> 
>  $ openssl dgst -sha256 local/copy/of/gcc-5.5.0.tar.xz
> gives
> SHA256(/local/copy/of/gcc-5.5.0.tar.xz)= 
> 373ad0a9d0b2274d7db305fa7478ef476ce2e08e98d407dd3c71ccbb37d90359
> 
> I can't confirm if that's the actual SHA256 of the package - again, I don't 
> have access to a networked Linux tower right now. Hopefully I can get one to 
> help debug by the end of the week.

That is certainly the wrong checksum, you can see what is expected in 
src/gcc.mk or with:

    $ make gmsl-print-gcc_CHECKSUM
    gcc_CHECKSUM = 
530cea139d82fe542b358961130c69cfde8b3d14556370b65823d2f91f0ced87

mxe sees this as a corrupted file and will try to download it again.

How did you copy it to the non-networked machine?

Cheers,

Tony




reply via email to

[Prev in Thread] Current Thread [Next in Thread]