emacs-devel
[Top][All Lists]
Advanced

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

Re: master 9613690: Raise an error when detecting old-style backquotes.


From: Mark Oteiza
Subject: Re: master 9613690: Raise an error when detecting old-style backquotes.
Date: Mon, 09 Oct 2017 07:56:06 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

address@hidden (Philipp Stephani) writes:

>     Raise an error when detecting old-style backquotes.

I see the following when building master

make -C ../admin/grammars all EMACS="../../src/emacs"
make[2]: Entering directory '/tmp/makepkg/emacs-git/src/emacs/admin/grammars'
  GEN      ../../lisp/cedet/semantic/bovine/make-by.el
../../lisp/emacs-lisp/eieio.el: ‘eieio-object-name-string’ is an obsolete 
generic function (as of 25.1); use ‘eieio-named’ instead.
../../lisp/emacs-lisp/eieio.el: ‘object-print’ is an obsolete generic function 
(as of 26.1); use ‘cl-print-object’ instead.
../../lisp/emacs-lisp/eieio-base.el: ‘eieio-object-name-string’ is an obsolete 
generic function (as of 25.1); use ‘eieio-named’ instead.
Loading ‘nil’: old-style backquotes detected!
make[2]: Leaving directory '/tmp/makepkg/emacs-git/src/emacs/admin/grammars'
make[2]: Entering directory '/tmp/makepkg/emacs-git/src/emacs/lisp'
  ELC      cedet/semantic/bovine/make.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.el: ‘object-print’ is an obsolete generic function 
(as of 26.1); use ‘cl-print-object’ instead.

In toplevel form:
cedet/semantic/bovine/make.el:31:1:Error: Cannot open load file: No such file 
or directory, semantic/bovine/make-by
make[2]: *** [Makefile:297: cedet/semantic/bovine/make.elc] Error 1
make[2]: Leaving directory '/tmp/makepkg/emacs-git/src/emacs/lisp'
make[1]: *** [Makefile:320: compile-main] Error 2
make[1]: Leaving directory '/tmp/makepkg/emacs-git/src/emacs/lisp'
make: *** [Makefile:403: lisp] Error 2




reply via email to

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