all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Master fails to build with --enable-checking=yes
@ 2024-05-16  0:34 chad
  2024-05-16  5:29 ` Andrea Corallo
  0 siblings, 1 reply; 3+ messages in thread
From: chad @ 2024-05-16  0:34 UTC (permalink / raw)
  To: EMACS development team

[-- Attachment #1: Type: text/plain, Size: 761 bytes --]

I've been seeing this build failure for a couple days now. I don't see it
with --enable-checking=no.

'../src/bootstrap-emacs' -batch --no-site-file --no-site-lisp  \
-l comp -f batch-byte+native-compile emacs-lisp/macroexp.el

lisp.h:1310: Emacs fatal error: assertion failed: FIXNUMP (a)
> Fatal error 6: Aborted
> Backtrace:
> ../src/bootstrap-emacs(+0x1f95b0)[0x557d139805b0]
> [many similar lines]
> ../src/bootstrap-emacs(+0x7aab5)[0x557d13801ab5]
> /lib/x86_64-linux-gnu/libc.so.6(+0x2724a)[0x7fd7072e724a]
> /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x85)[0x7fd7072e7305]
> ../src/bootstrap-emacs(+0x7bbb1)[0x557d13802bb1]
> make[3]: *** [Makefile:330: emacs-lisp/macroexp.elc] Aborted (core dumped)


Is anyone else seeing this?

Thanks,
~Chad

[-- Attachment #2: Type: text/html, Size: 1108 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Master fails to build with --enable-checking=yes
  2024-05-16  0:34 Master fails to build with --enable-checking=yes chad
@ 2024-05-16  5:29 ` Andrea Corallo
  2024-05-16  5:56   ` Andrea Corallo
  0 siblings, 1 reply; 3+ messages in thread
From: Andrea Corallo @ 2024-05-16  5:29 UTC (permalink / raw)
  To: chad; +Cc: EMACS development team

chad <yandros@gmail.com> writes:

> I've been seeing this build failure for a couple days now. I don't see it with --enable-checking=no.
>
> '../src/bootstrap-emacs' -batch --no-site-file --no-site-lisp  \
> -l comp -f batch-byte+native-compile emacs-lisp/macroexp.el
>
>  lisp.h:1310: Emacs fatal error: assertion failed: FIXNUMP (a)
>  Fatal error 6: Aborted
>  Backtrace:
>  ../src/bootstrap-emacs(+0x1f95b0)[0x557d139805b0]
>  [many similar lines]
>  ../src/bootstrap-emacs(+0x7aab5)[0x557d13801ab5]
>  /lib/x86_64-linux-gnu/libc.so.6(+0x2724a)[0x7fd7072e724a]
>  /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x85)[0x7fd7072e7305]
>  ../src/bootstrap-emacs(+0x7bbb1)[0x557d13802bb1]
>  make[3]: *** [Makefile:330: emacs-lisp/macroexp.elc] Aborted (core dumped)
>
> Is anyone else seeing this?

I can see it, working on it.

  Andrea



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Master fails to build with --enable-checking=yes
  2024-05-16  5:29 ` Andrea Corallo
@ 2024-05-16  5:56   ` Andrea Corallo
  0 siblings, 0 replies; 3+ messages in thread
From: Andrea Corallo @ 2024-05-16  5:56 UTC (permalink / raw)
  To: chad; +Cc: EMACS development team

Andrea Corallo <acorallo@gnu.org> writes:

> chad <yandros@gmail.com> writes:
>
>> I've been seeing this build failure for a couple days now. I don't see it with --enable-checking=no.
>>
>> '../src/bootstrap-emacs' -batch --no-site-file --no-site-lisp  \
>> -l comp -f batch-byte+native-compile emacs-lisp/macroexp.el
>>
>>  lisp.h:1310: Emacs fatal error: assertion failed: FIXNUMP (a)
>>  Fatal error 6: Aborted
>>  Backtrace:
>>  ../src/bootstrap-emacs(+0x1f95b0)[0x557d139805b0]
>>  [many similar lines]
>>  ../src/bootstrap-emacs(+0x7aab5)[0x557d13801ab5]
>>  /lib/x86_64-linux-gnu/libc.so.6(+0x2724a)[0x7fd7072e724a]
>>  /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x85)[0x7fd7072e7305]
>>  ../src/bootstrap-emacs(+0x7bbb1)[0x557d13802bb1]
>>  make[3]: *** [Makefile:330: emacs-lisp/macroexp.elc] Aborted (core dumped)
>>
>> Is anyone else seeing this?
>
> I can see it, working on it.

Fixed with 1b622ff66e3

Thanks for reporting it!

  Andrea



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-05-16  5:56 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-16  0:34 Master fails to build with --enable-checking=yes chad
2024-05-16  5:29 ` Andrea Corallo
2024-05-16  5:56   ` Andrea Corallo

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.