[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
emacs suddenly fails to build !?
From: |
Gregor Zattler |
Subject: |
emacs suddenly fails to build !? |
Date: |
Thu, 24 Sep 2015 08:51:28 +0200 |
Dear emacs developers,
I routinely build emacs from git repo. On my up-tp-date debian/jessie
system his fails since yesterday. See the last lines of the build
below. It's from "make" on a fresh checkout of emacs/master. Any
idea what's wrong here?
Thanks, Gregor
../../emacs-lisp/eieio-base.el: ‘eieio-object-name-string’ is an obsolete
generic function (as of 25.1); use ‘eieio-named’ instead.
In semantic-something-to-tag-table:
cedet/semantic/util.el:113:11:Warning: ‘semanticdb-abstract-table-child-p’ is
an obsolete function (as of 25.1); use (cl-typep
... 'semanticdb-abstract-table) instead
ELC cedet/semantic/util-modes.elc
../../emacs-lisp/eieio.el: ‘eieio-object-name-string’ is an obsolete generic
function (as of 25.1); use ‘eieio-named’ instead.
ELC cedet/semantic/wisent.elc
../../emacs-lisp/eieio.el: ‘eieio-object-name-string’ is an obsolete generic
function (as of 25.1); use ‘eieio-named’ instead.
ELC cedet/semantic/analyze/complete.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.
In semantic-analyze-possible-completions:
cedet/semantic/analyze/complete.el:91:24:Warning:
‘semantic-analyze-context-child-p’ is an obsolete function (as of 25.1);
use (cl-typep ... 'semantic-analyze-context) instead
ELC cedet/semantic/analyze/debug.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.
In semantic-analyzer-debug-describe-scope:
cedet/semantic/analyze/debug.el:478:63:Warning: Unknown slot ‘:scope’
ELC cedet/semantic/analyze/fcn.elc
../../../emacs-lisp/eieio.el: ‘eieio-object-name-string’ is an obsolete generic
function (as of 25.1); use ‘eieio-named’ instead.
ELC cedet/semantic/analyze/refs.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.
In toplevel form:
cedet/semantic/analyze/refs.el:106:29:Warning: Unknown slot ‘:tag’
ELC cedet/semantic/bovine/c-by.elc
../../../emacs-lisp/eieio.el: ‘eieio-object-name-string’ is an obsolete generic
function (as of 25.1); use ‘eieio-named’ instead.
ELC cedet/semantic/bovine/c.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.
Eager macro-expansion failure: (error "Error in syntax_table logic for
to-the-end intervals")
Eager macro-expansion failure: (error "Error in syntax_table logic for
to-the-end intervals")
Eager macro-expansion failure: (error "Error in syntax_table logic for
to-the-end intervals")
Eager macro-expansion failure: (error "Error in syntax_table logic for
to-the-end intervals")
Eager macro-expansion failure: (error "Error in syntax_table logic for
to-the-end intervals")
Eager macro-expansion failure: (error "Error in syntax_table logic for
to-the-end intervals")
In toplevel form:
cedet/semantic/bovine/c.el:37:1:Error: Error in syntax_table logic for
to-the-end intervals
Makefile:269: recipe for target 'cedet/semantic/bovine/c.elc' failed
make[3]: *** [cedet/semantic/bovine/c.elc] Error 1
make[3]: Leaving directory '/home/grfz/src/emacs/lisp'
Makefile:292: recipe for target 'compile-main' failed
make[2]: *** [compile-main] Error 2
make[2]: Leaving directory '/home/grfz/src/emacs/lisp'
Makefile:385: recipe for target 'lisp' failed
make[1]: *** [lisp] Error 2
make[1]: Leaving directory '/home/grfz/src/emacs'
GNUmakefile:61: recipe for target 'default' failed
make: *** [default] Error 2
2 (master %=) address@hidden:~/src/emacs$
- emacs suddenly fails to build !?,
Gregor Zattler <=