* Build failure this morning
@ 2021-01-09 13:45 John
2021-01-09 14:10 ` Eli Zaretskii
2021-01-09 16:36 ` Stefan Monnier
0 siblings, 2 replies; 3+ messages in thread
From: John @ 2021-01-09 13:45 UTC (permalink / raw)
To: emacs-devel
As usual I pulled from master today and tred to rebuild. It failed so I
did a "make bootstrap" and that failed in e same way in compiling gnus.
Simplified messages below..
make -C lib all
make[1]: Entering directory '/home/jpff/GNU/emacs/lib'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/home/jpff/GNU/emacs/lib'
make -C lib-src all
make[1]: Entering directory '/home/jpff/GNU/emacs/lib-src'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/home/jpff/GNU/emacs/lib-src'
make -C src VCSWITNESS='$(srcdir)/../.git/logs/HEAD' all
make[1]: Entering directory '/home/jpff/GNU/emacs/src'
make -C ../admin/charsets all
make[2]: Entering directory '/home/jpff/GNU/emacs/admin/charsets'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/jpff/GNU/emacs/admin/charsets'
make -C ../admin/unidata charscript.el
make[2]: Entering directory '/home/jpff/GNU/emacs/admin/unidata'
make[2]: Nothing to be done for 'charscript.el'.
make[2]: Leaving directory '/home/jpff/GNU/emacs/admin/unidata'
make -C ../admin/unidata all EMACS="../../src/bootstrap-emacs"
make[2]: Entering directory '/home/jpff/GNU/emacs/admin/unidata'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/jpff/GNU/emacs/admin/unidata'
make -C ../admin/charsets cp51932.el
make[2]: Entering directory '/home/jpff/GNU/emacs/admin/charsets'
make[2]: Nothing to be done for 'cp51932.el'.
make[2]: Leaving directory '/home/jpff/GNU/emacs/admin/charsets'
make -C ../admin/charsets eucjp-ms.el
make[2]: Entering directory '/home/jpff/GNU/emacs/admin/charsets'
make[2]: Nothing to be done for 'eucjp-ms.el'.
make[2]: Leaving directory '/home/jpff/GNU/emacs/admin/charsets'
make[1]: Leaving directory '/home/jpff/GNU/emacs/src'
make -C lisp all
make[1]: Entering directory '/home/jpff/GNU/emacs/lisp'
make -C ../leim all EMACS="../src/emacs"
make[2]: Entering directory '/home/jpff/GNU/emacs/leim'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/jpff/GNU/emacs/leim'
make -C ../admin/grammars all EMACS="../../src/emacs"
make[2]: Entering directory '/home/jpff/GNU/emacs/admin/grammars'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/jpff/GNU/emacs/admin/grammars'
make[2]: Entering directory '/home/jpff/GNU/emacs/lisp'
ELC gnus/gnus-agent.elc
Eager macro-expansion failure: (wrong-type-argument listp file)
In toplevel form:
gnus/gnus-agent.el:3511:1: Error: Wrong type argument: listp, file
make[2]: *** [Makefile:295: gnus/gnus-agent.elc] Error 1
make[2]: Leaving directory '/home/jpff/GNU/emacs/lisp'
make[1]: *** [Makefile:318: compile-main] Error 2
make[1]: Leaving directory '/home/jpff/GNU/emacs/lisp'
make: *** [Makefile:411: lisp] Error 2
This error is all over gnus and cedet and others.
==John ffitch
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Build failure this morning
2021-01-09 13:45 Build failure this morning John
@ 2021-01-09 14:10 ` Eli Zaretskii
2021-01-09 16:36 ` Stefan Monnier
1 sibling, 0 replies; 3+ messages in thread
From: Eli Zaretskii @ 2021-01-09 14:10 UTC (permalink / raw)
To: John; +Cc: emacs-devel
> Date: Sat, 9 Jan 2021 13:45:28 +0000
> From: John <jpff@codemist.co.uk>
>
> ELC gnus/gnus-agent.elc
> Eager macro-expansion failure: (wrong-type-argument listp file)
>
> In toplevel form:
> gnus/gnus-agent.el:3511:1: Error: Wrong type argument: listp, file
I suspect recent changes in cl-labels. I hope Stefan will look into
this soon.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Build failure this morning
2021-01-09 13:45 Build failure this morning John
2021-01-09 14:10 ` Eli Zaretskii
@ 2021-01-09 16:36 ` Stefan Monnier
1 sibling, 0 replies; 3+ messages in thread
From: Stefan Monnier @ 2021-01-09 16:36 UTC (permalink / raw)
To: John; +Cc: emacs-devel
> ELC gnus/gnus-agent.elc
> Eager macro-expansion failure: (wrong-type-argument listp file)
Oops, sorry. Should be fixed now,
Thanks,
Stefan
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2021-01-09 16:36 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-01-09 13:45 Build failure this morning John
2021-01-09 14:10 ` Eli Zaretskii
2021-01-09 16:36 ` Stefan Monnier
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).