[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#50666: 28.0.50; Fix native compilation on Cygwin
From: |
Andrea Corallo |
Subject: |
bug#50666: 28.0.50; Fix native compilation on Cygwin |
Date: |
Fri, 24 Sep 2021 07:26:11 +0000 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) |
Eli Zaretskii <eliz@gnu.org> writes:
>> From: ASSI <Stromeko@nexgo.de>
>> Cc: Eli Zaretskii <eliz@gnu.org>, Andrea Corallo <akrl@sdf.org>,
>> Stromeko@nexgo.de, 50666@debbugs.gnu.org, Ken Brown
>> <kbrown@cornell.edu>
>> Date: Fri, 24 Sep 2021 08:04:09 +0200
>>
>> You can't rebase an object that is already loaded on Windows (or load an
>> object that is in the process of getting rebased), so I would not worry
>> about this situation too much at the moment.
>
> This means that the following situation will predictably fail:
>
> . Emacs session A (or just some shell command) rebases a .eln file
> . Emacs session B decides it needs to load that .eln
>
> What kind of failure will session B see in this case? Is it possible
> to figure out somehow that this is the reason, so that we could
> instead try loading the .elc or .el?
>
> Or maybe we should add an automatic fallback on .elc/.el in case
> loading a .eln fails? Andrea, WDYT? will that work?
Yes I think we could have an automatic fallback, we might have
'native-elisp-load' (invoked by 'load') re invoke load itself in case of
failure, not very clean tho.
But aside the fact that is implementable I think it should be limited to
just this specific load failure, otherwise it could easily mask other
issues. And this raise another question: can we identify this specific
kind of load failure?
Andrea
- bug#50666: 28.0.50; Fix native compilation on Cygwin, (continued)
- bug#50666: 28.0.50; Fix native compilation on Cygwin, ASSI, 2021/09/24
- bug#50666: 28.0.50; Fix native compilation on Cygwin, Eli Zaretskii, 2021/09/24
- bug#50666: 28.0.50; Fix native compilation on Cygwin, Andrea Corallo, 2021/09/24
- bug#50666: 28.0.50; Fix native compilation on Cygwin, ASSI, 2021/09/24
- bug#50666: 28.0.50; Fix native compilation on Cygwin, Eli Zaretskii, 2021/09/24
- bug#50666: 28.0.50; Fix native compilation on Cygwin, Eli Zaretskii, 2021/09/25
- bug#50666: 28.0.50; Fix native compilation on Cygwin, Andrea Corallo, 2021/09/23
- bug#50666: 28.0.50; Fix native compilation on Cygwin, Eli Zaretskii, 2021/09/23
- bug#50666: 28.0.50; Fix native compilation on Cygwin, ASSI, 2021/09/24
- bug#50666: 28.0.50; Fix native compilation on Cygwin, Eli Zaretskii, 2021/09/24
- bug#50666: 28.0.50; Fix native compilation on Cygwin,
Andrea Corallo <=
- bug#50666: 28.0.50; Fix native compilation on Cygwin, Eli Zaretskii, 2021/09/24
- bug#50666: 28.0.50; Fix native compilation on Cygwin, Andrea Corallo, 2021/09/24
- bug#50666: 28.0.50; Fix native compilation on Cygwin, ASSI, 2021/09/24
- bug#50666: 28.0.50; Fix native compilation on Cygwin, Eli Zaretskii, 2021/09/24
bug#50666: 28.0.50; Fix native compilation on Cygwin, Eli Zaretskii, 2021/09/19