all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#19672: 25.0.50; make bootstrap fails on git HEAD
@ 2015-01-24 13:17 Peter Münster
  2015-01-25  2:45 ` Paul Eggert
  2015-01-25 17:44 ` bug#19672: 19672@debbugs.gnu.org Stefan Husmann
  0 siblings, 2 replies; 6+ messages in thread
From: Peter Münster @ 2015-01-24 13:17 UTC (permalink / raw)
  To: 19672

Hi,

Here the error message:

--8<---------------cut here---------------start------------->8---
  ELC      cedet/ede.elc
../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.
ede/source.el: Obsolete name arg "ede-source-scheme" to constructor ede-sourcecode

In toplevel form:
cedet/ede.el:45:1:Error: Wrong type argument: listp, cl-struct-cl--generic-tags
Makefile:287: recipe for target 'cedet/ede.elc' failed
make[3]: *** [cedet/ede.elc] Error 1
make[3]: Leaving directory '/home/peter/emacs/lisp'
Makefile:310: recipe for target 'compile-main' failed
make[2]: *** [compile-main] Error 2
make[2]: Leaving directory '/home/peter/emacs/lisp'
Makefile:385: recipe for target 'lisp' failed
make[1]: *** [lisp] Error 2
--8<---------------cut here---------------end--------------->8---

First bad commit:

--8<---------------cut here---------------start------------->8---
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.
--8<---------------cut here---------------end--------------->8---


-- 
           Peter





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

* bug#19672: 25.0.50; make bootstrap fails on git HEAD
  2015-01-24 13:17 bug#19672: 25.0.50; make bootstrap fails on git HEAD Peter Münster
@ 2015-01-25  2:45 ` Paul Eggert
  2015-01-25 16:10   ` Stefan Monnier
  2015-01-25 17:44 ` bug#19672: 19672@debbugs.gnu.org Stefan Husmann
  1 sibling, 1 reply; 6+ messages in thread
From: Paul Eggert @ 2015-01-25  2:45 UTC (permalink / raw)
  To: Peter Münster; +Cc: 19672

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.





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

* bug#19672: 25.0.50; make bootstrap fails on git HEAD
  2015-01-25  2:45 ` Paul Eggert
@ 2015-01-25 16:10   ` Stefan Monnier
  2015-01-25 16:39     ` Paul Eggert
  2015-01-26  8:00     ` Tassilo Horn
  0 siblings, 2 replies; 6+ messages in thread
From: Stefan Monnier @ 2015-01-25 16:10 UTC (permalink / raw)
  To: Paul Eggert; +Cc: 19672, Peter Münster

> gnus/nnregistry.el:34:1:Error: Wrong type argument: listp,
> cl-struct-cl--generic-tags

Thanks, this should be fixed now.  Hopefully it also fixes the
other problem.


        Stefan





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

* bug#19672: 25.0.50; make bootstrap fails on git HEAD
  2015-01-25 16:10   ` Stefan Monnier
@ 2015-01-25 16:39     ` Paul Eggert
  2015-01-26  8:00     ` Tassilo Horn
  1 sibling, 0 replies; 6+ messages in thread
From: Paul Eggert @ 2015-01-25 16:39 UTC (permalink / raw)
  To: Stefan Monnier; +Cc: 19672-done, Peter Münster

Stefan Monnier wrote:
>> gnus/nnregistry.el:34:1:Error: Wrong type argument: listp,
>> cl-struct-cl--generic-tags
>
> Thanks, this should be fixed now.  Hopefully it also fixes the
> other problem.

Yes, thanks, both problems are fixed for me now.  Closing the bug report.





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

* bug#19672: 19672@debbugs.gnu.org
  2015-01-24 13:17 bug#19672: 25.0.50; make bootstrap fails on git HEAD Peter Münster
  2015-01-25  2:45 ` Paul Eggert
@ 2015-01-25 17:44 ` Stefan Husmann
  1 sibling, 0 replies; 6+ messages in thread
From: Stefan Husmann @ 2015-01-25 17:44 UTC (permalink / raw)
  To: 19672

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Hello,

yes, it is fixed now, thanks.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2

iQIcBAEBCAAGBQJUxSuGAAoJEIT1NQXkgeRlPwkP/3oZCOPAIqNmPPB+exPx0sm+
XPy0GteBcSfBnjZk+ooGAPMLspSYGeoT7sx26UNzVTj4vXyZaLVsc45sup+3ioEV
qyI0PKhbhYA+10qxBMWMQOSY93Ctf2Sar/OpmYQBbjckLh13EYZq3md1AyWoQVvh
AnDsjpaqaidjFjRGK4PoDDOXo/R2n9cxnDw8sYZZzFp8UJxXPwb7VVroioXPzgtg
PUraKQsLvdEOQeKRK1fvG16nEOCZ/7bxlk8yJMd+f7BoBebzY25zcmiOX4REmmB4
yBEEImb8sXTAjpS1JbbFZ3w6psrUAg5mZ+6FCFdQGaAMEcw3JIPcAAG+V4yKA+Qo
W20dGGlX437JBbMfNdsFmz2srkDnyREqrSDbP5B8Q2GAnWHkN105XIWQgkudajje
c4F43uzz/98sRHIkYrRy4jJnaXlj4WSIlLbeXjRGnDhKDw8PSuJTwnYb7gZZG1t6
0MLHioa9fQGXTJEpBAouerJDTC14pan/A9ET3dbgGpI+PEJ3mvijGwHZH+AHrjaU
BOIL9D2KPNrKALLa7I1FYYq9jnC8pliTCBP0uc5BAIleGRykrLu2LzVHFGbPep1E
Q8ar/jOP9gOl5U++ttiGN2Ea1M2CvRnxtoIuKHNryD+qgaubKhkOqgLydNWdzx0S
r+TSNO7zykVprA5avKrx
=Ibiu
-----END PGP SIGNATURE-----





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

* bug#19672: 25.0.50; make bootstrap fails on git HEAD
  2015-01-25 16:10   ` Stefan Monnier
  2015-01-25 16:39     ` Paul Eggert
@ 2015-01-26  8:00     ` Tassilo Horn
  1 sibling, 0 replies; 6+ messages in thread
From: Tassilo Horn @ 2015-01-26  8:00 UTC (permalink / raw)
  To: Stefan Monnier; +Cc: 19672, Paul Eggert, Peter Münster

Stefan Monnier <monnier@IRO.UMontreal.CA> writes:

>> gnus/nnregistry.el:34:1:Error: Wrong type argument: listp,
>> cl-struct-cl--generic-tags
>
> Thanks, this should be fixed now.  Hopefully it also fixes the other
> problem.

It seems that also fixed bug#19683.

Bye,
Tassilo





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

end of thread, other threads:[~2015-01-26  8:00 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-24 13:17 bug#19672: 25.0.50; make bootstrap fails on git HEAD Peter Münster
2015-01-25  2:45 ` Paul Eggert
2015-01-25 16:10   ` Stefan Monnier
2015-01-25 16:39     ` Paul Eggert
2015-01-26  8:00     ` Tassilo Horn
2015-01-25 17:44 ` bug#19672: 19672@debbugs.gnu.org Stefan Husmann

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.