From: "Gerd Möllmann" <gerd.moellmann@gmail.com>
To: Eli Zaretskii <eliz@gnu.org>
Cc: larsi@gnus.org, 57309@debbugs.gnu.org, akrl@sdf.org
Subject: bug#57309: 29.0.50; Build error "trying to dump non fixed-up eln file"
Date: Sun, 21 Aug 2022 14:46:32 +0200 [thread overview]
Message-ID: <m2zgfx69xz.fsf@Mini.fritz.box> (raw)
In-Reply-To: <83czctdb9k.fsf@gnu.org> (Eli Zaretskii's message of "Sun, 21 Aug 2022 15:36:07 +0300")
Eli Zaretskii <eliz@gnu.org> writes:
>
>> Cc: 57309@debbugs.gnu.org, Andrea Corallo <akrl@sdf.org>
>> From: Gerd Möllmann <gerd.moellmann@gmail.com>
>> Date: Sun, 21 Aug 2022 14:28:58 +0200
>>
>> Which means that the window.eln cu hasn't been dumped before, which
>> means what?
>
> Did temacs succeed in loading window-0d1b8b93-274db3e2.eln?
Looks like it. After a debugger restart, I can see it being loaded from
loadup
frame #3: 0x00000001001c1154 temacs`Fnative_elisp_load(filename=(struct Lisp_String *) $262 = 0x0000000103913a90, late_load=(struct Lisp_Symbol *) $265 = 0x00000001007c2de0) at comp.c:5547:3 [opt]
5544 LATE_LOAD has to be non-nil when loading for deferred compilation. */)
5545 (Lisp_Object filename, Lisp_Object late_load)
5546 {
-> 5547 CHECK_STRING (filename);
5548 if (NILP (Ffile_exists_p (filename)))
5549 xsignal2 (Qnative_lisp_load_failed, build_string ("file does not exists"),
5550 filename);
(lldb) p *$268
(struct Lisp_String) $269 = {
u = {
s = {
size = 93
size_byte = -1
intervals = NULL
data = 0x00000001040cca58 "/Users/gerd/emacs/master2/native-lisp/29_0_50-2dce7c3a/preloaded/window-0d1b8b93-274db3e2.eln"
}
next = 0x000000000000005d
gcaligned = ']'
}
and there's no error loading it.
next prev parent reply other threads:[~2022-08-21 12:46 UTC|newest]
Thread overview: 41+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-08-20 12:55 bug#57309: 29.0.50; Build error "trying to dump non fixed-up eln file" Gerd Möllmann
2022-08-20 13:07 ` Lars Ingebrigtsen
2022-08-20 13:12 ` Gerd Möllmann
2022-08-20 13:18 ` Lars Ingebrigtsen
2022-08-20 13:21 ` Gerd Möllmann
2022-08-20 13:26 ` Eli Zaretskii
2022-08-20 13:29 ` Lars Ingebrigtsen
2022-08-20 13:45 ` Eli Zaretskii
2022-08-21 11:55 ` Lars Ingebrigtsen
2022-08-20 13:27 ` Lars Ingebrigtsen
2022-08-20 13:37 ` Gerd Möllmann
2022-08-20 14:32 ` Gerd Möllmann
2022-08-20 15:08 ` Gerd Möllmann
2022-08-21 7:03 ` Gerd Möllmann
2022-08-21 8:50 ` Gerd Möllmann
2022-08-21 10:13 ` Eli Zaretskii
2022-08-21 10:45 ` Gerd Möllmann
2022-08-21 10:58 ` Eli Zaretskii
2022-08-22 8:43 ` Andrea Corallo
2022-08-20 15:25 ` Eli Zaretskii
2022-08-21 6:39 ` Gerd Möllmann
2022-08-21 6:43 ` Eli Zaretskii
2022-08-21 6:47 ` Gerd Möllmann
2022-08-21 7:03 ` Eli Zaretskii
2022-08-21 7:13 ` Gerd Möllmann
2022-08-21 11:57 ` Lars Ingebrigtsen
2022-08-21 12:28 ` Gerd Möllmann
2022-08-21 12:36 ` Eli Zaretskii
2022-08-21 12:46 ` Gerd Möllmann [this message]
2022-08-21 12:55 ` Eli Zaretskii
2022-08-21 13:08 ` Gerd Möllmann
2022-08-21 13:19 ` Eli Zaretskii
2022-08-21 13:11 ` Gerd Möllmann
2022-08-21 13:14 ` Gerd Möllmann
2022-08-21 13:39 ` Gerd Möllmann
2022-08-21 13:45 ` Eli Zaretskii
2022-08-21 13:56 ` Gerd Möllmann
2022-08-21 14:02 ` Eli Zaretskii
2022-08-22 8:49 ` Andrea Corallo
2022-08-22 8:56 ` Gerd Möllmann
2022-08-22 9:35 ` Andrea Corallo
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=m2zgfx69xz.fsf@Mini.fritz.box \
--to=gerd.moellmann@gmail.com \
--cc=57309@debbugs.gnu.org \
--cc=akrl@sdf.org \
--cc=eliz@gnu.org \
--cc=larsi@gnus.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.