[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Failure building Emacs from master
From: |
Tassilo Horn |
Subject: |
Re: Failure building Emacs from master |
Date: |
Wed, 03 Aug 2022 10:33:22 +0200 |
User-agent: |
mu4e 1.8.6; emacs 29.0.50 |
Pankaj Jangid <pankaj@codeisgreat.org> writes:
>> ELC cedet/semantic/wisent/python-wy.elc
>>
>> In toplevel form:
>> cedet/semantic/symref/list.el:35:2: Error: Given parent class
>> semantic-displayer-abstract is not a class
>> make[2]: *** [Makefile:336: cedet/semantic/symref/list.elc] Errore 1
>> make[2]: *** Attesa per i processi non terminati....
>> make[2]: uscita dalla directory «/tmp/emacs-master/lisp»
>> make[1]: *** [Makefile:366: compile-main] Errore 2
>> make[1]: uscita dalla directory «/tmp/emacs-master/lisp»
>> make: *** [Makefile:456: lisp] Errore 2
>> Error: Failure running MAKE
>>
>> Maybe this is not Gnu/Linux specific...
>>
>> I wonder if this failure is related to this commit:
>>
>> 344b48f490416cb1200e19b28d356e7fb5b04387
>>
>> CEDET: Remove left-over uses of obsolete <class>-child-p predicates
>> [...]
>
> Oh I just reported this in bugs.
Already fixed by:
commit 99bbc1fa23c3a54f1cbd2c56c57773dd471b3ef3
Author: Gerd Möllmann <gerd@gnu.org>
Date: Wed Aug 3 08:46:52 2022 +0200
; Fix last change (bug#56902)
* lisp/cedet/semantic/complete.el (semantic-displayer-focus-abstract):
Define after base class has been defined.
Bye,
Tassilo