[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [lmi] Advance note about a change to MinGW packages in Debian
From: |
Greg Chicares |
Subject: |
Re: [lmi] Advance note about a change to MinGW packages in Debian |
Date: |
Wed, 11 Jan 2023 02:39:13 +0000 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.3.0 |
On 1/10/23 00:06, Greg Chicares wrote:
> On 1/8/23 15:53, Vadim Zeitlin wrote:
>>
>> Let me start by saying that there is nothing that needs to be done about
>> this right now, but I just wanted to let you know about the following
I finally got the 'lmi_setup_*.sh' suite to run on our GNU/Linux server...
[...which was difficult because if the connection fails even for a second,
the server puTTY session abends, even though the connection is automatically
restored right away...the solution seems to be
nohup one-script-to-invoke-them-all & disown
which lets it continue even if disconnected...]
...and discovered that 'bookworm' has upgraded to MinGW-w64-gcc-12.
We've been using gcc-12 for GNU/Linux native builds, but there's an error
with at least one unit test. Investigating.