GNU bug report logs - #56902
29.0.50; Another build failure

Previous Next

Package: emacs;

Reported by: Pankaj Jangid <pankaj <at> codeisgreat.org>

Date: Wed, 3 Aug 2022 04:12:02 UTC

Severity: normal

Found in version 29.0.50

Done: Stefan Monnier <monnier <at> iro.umontreal.ca>

Bug is archived. No further changes may be made.

Full log


Message #8 received at 56902 <at> debbugs.gnu.org (full text, mbox):

From: Gerd Möllmann <gerd.moellmann <at> gmail.com>
To: Pankaj Jangid <pankaj <at> codeisgreat.org>
Cc: monnier <at> iro.umontreal.ca, 56902 <at> debbugs.gnu.org
Subject: Re: bug#56902: 29.0.50; Another build failure
Date: Wed, 03 Aug 2022 08:14:02 +0200
Pankaj Jangid <pankaj <at> codeisgreat.org> writes:

> In toplevel form:
> cedet/semantic/symref/list.el:35:2: Error: Given parent class semantic-displayer-abstract is not a class
> make[3]: *** [Makefile:336: cedet/semantic/symref/list.elc] Error 1

I see this too.  The cause is in semantic/complete.el where

  (defclass semantic-displayer-focus-abstract (semantic-displayer-abstract)

happens before

  (defclass semantic-displayer-abstract ()

in the file.  In CL CLOS, so to say, this is allowed, but I'm not sure
how Emacs handles forward-referenced classes.

CC'ing Stefan, who certainly knows.





This bug report was last modified 2 years and 289 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.