all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* emacs suddenly fails to build !?
@ 2015-09-24  6:51 Gregor Zattler
  2015-09-24  7:05 ` Paul Eggert
  0 siblings, 1 reply; 3+ messages in thread
From: Gregor Zattler @ 2015-09-24  6:51 UTC (permalink / raw)
  To: emacs-devel

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 %=) grfz@boo:~/src/emacs$ 




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

* Re: emacs suddenly fails to build !?
  2015-09-24  6:51 emacs suddenly fails to build !? Gregor Zattler
@ 2015-09-24  7:05 ` Paul Eggert
  2015-09-24 10:27   ` Kaushal Modi
  0 siblings, 1 reply; 3+ messages in thread
From: Paul Eggert @ 2015-09-24  7:05 UTC (permalink / raw)
  To: Emacs Development; +Cc: Stefan Monnier

Gregor Zattler wrote:
> Any idea what's wrong here?

Yes, I think it's due to a recent commit re a spurious e_property_truncated 
flag.  Please see:

http://bugs.gnu.org/21546

http://bugs.gnu.org/21545



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

* Re: emacs suddenly fails to build !?
  2015-09-24  7:05 ` Paul Eggert
@ 2015-09-24 10:27   ` Kaushal Modi
  0 siblings, 0 replies; 3+ messages in thread
From: Kaushal Modi @ 2015-09-24 10:27 UTC (permalink / raw)
  To: Paul Eggert; +Cc: Stefan Monnier, Emacs developers

[-- Attachment #1: Type: text/plain, Size: 367 bytes --]

Oh good, I thought I was the only one seeing that error.

--
Kaushal Modi
On Sep 24, 2015 3:05 AM, "Paul Eggert" <eggert@cs.ucla.edu> wrote:

> Gregor Zattler wrote:
>
>> Any idea what's wrong here?
>>
>
> Yes, I think it's due to a recent commit re a spurious
> e_property_truncated flag.  Please see:
>
> http://bugs.gnu.org/21546
>
> http://bugs.gnu.org/21545
>
>

[-- Attachment #2: Type: text/html, Size: 928 bytes --]

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

end of thread, other threads:[~2015-09-24 10:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-24  6:51 emacs suddenly fails to build !? Gregor Zattler
2015-09-24  7:05 ` Paul Eggert
2015-09-24 10:27   ` Kaushal Modi

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.