bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#19672: 25.0.50; make bootstrap fails on git HEAD


From: Paul Eggert
Subject: bug#19672: 25.0.50; make bootstrap fails on git HEAD
Date: Sat, 24 Jan 2015 18:45:49 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0

Thanks for reporting that. I see the same failure as you on my platform (Fedora 21 x86-64), but I get another failure earlier, as follows:

  ELC      gnus/nnregistry.elc
Warning: Using brain-dead macro `mm-with-unibyte-current-buffer'!
utf7.el: `mm-with-unibyte-current-buffer' is an obsolete macro (as of 25.1).
../emacs-lisp/eieio.el: `eieio-object-name-string' is an obsolete generic function (as of 25.1); use `eieio-named' instead. ../emacs-lisp/eieio-base.el: `eieio-object-name-string' is an obsolete generic function (as of 25.1); use `eieio-named' instead.

In toplevel form:
gnus/nnregistry.el:34:1:Error: Wrong type argument: listp, cl-struct-cl--generic-tags
Makefile:287: recipe for target 'gnus/nnregistry.elc' failed
make[2]: *** [gnus/nnregistry.elc] Error 1
make[2]: Leaving directory '/home/eggert/src/gnu/emacs/static-checking/lisp'


A bisect finds that the nnregistry bug was introduced by this recent commit, and I suspect that this change is causing your problem too:

commit fd62486e819056bc9d0f00c09731a45a7f837997
Author: Stefan Monnier <monnier@iro.umontreal.ca>
Date:   Fri Jan 23 16:50:56 2015 -0500

    * lisp/emacs-lisp/cl-generic.el (cl-no-primary-method): New fun and error.
    (cl--generic-build-combined-method): Use it.

I'll CC: this email to Stefan to give him a heads-up.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]