* Failure building Emacs from master
@ 2022-08-02 21:23 Angelo Graziosi
2022-08-03 4:14 ` Pankaj Jangid
0 siblings, 1 reply; 5+ messages in thread
From: Angelo Graziosi @ 2022-08-02 21:23 UTC (permalink / raw)
To: emacs-devel@gnu.org; +Cc: monnier@iro.umontreal.ca
The following occurs on GNU/Linux (Mint 20.3) with last master 286e308561d00a31e0321919ef36d9bc6dadbeb3 :
[...]
ELC cedet/semantic/wisent/python.elc
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
[...]
Ciao,
Angelo.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Failure building Emacs from master
2022-08-02 21:23 Angelo Graziosi
@ 2022-08-03 4:14 ` Pankaj Jangid
2022-08-03 8:33 ` Tassilo Horn
0 siblings, 1 reply; 5+ messages in thread
From: Pankaj Jangid @ 2022-08-03 4:14 UTC (permalink / raw)
To: emacs-devel
Angelo Graziosi <angelo.g0@libero.it> writes:
> The following occurs on GNU/Linux (Mint 20.3) with last master 286e308561d00a31e0321919ef36d9bc6dadbeb3 :
>
> [...]
> ELC cedet/semantic/wisent/python.elc
> 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.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Failure building Emacs from master
2022-08-03 4:14 ` Pankaj Jangid
@ 2022-08-03 8:33 ` Tassilo Horn
0 siblings, 0 replies; 5+ messages in thread
From: Tassilo Horn @ 2022-08-03 8:33 UTC (permalink / raw)
To: Pankaj Jangid; +Cc: emacs-devel
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
^ permalink raw reply [flat|nested] 5+ messages in thread
* Failure building Emacs from master
@ 2024-12-13 17:45 Angelo Graziosi
2024-12-13 18:52 ` Eli Zaretskii
0 siblings, 1 reply; 5+ messages in thread
From: Angelo Graziosi @ 2024-12-13 17:45 UTC (permalink / raw)
To: emacs-devel
Current master (c265febd97e940e6580ae42aa648358a0a2ed830) fails to build
(at least on MSYS2/UCRT64):
[...]
GEN ../../etc/charsets/JISX0212.map
CC timefns.o
CC atimer.o
process.c:41:10: fatal error: netinet/tcp.h: No such file or directory
41 | #include <netinet/tcp.h>
| ^~~~~~~~~~~~~~~
compilation terminated.
GEN ../../etc/charsets/JISX2132.map
make[1]: *** [Makefile:457: process.o] Error 1
make[1]: *** Attesa per i processi non terminati....
[...]
Ciao,
Angelo.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Failure building Emacs from master
2024-12-13 17:45 Failure building Emacs from master Angelo Graziosi
@ 2024-12-13 18:52 ` Eli Zaretskii
0 siblings, 0 replies; 5+ messages in thread
From: Eli Zaretskii @ 2024-12-13 18:52 UTC (permalink / raw)
To: Angelo Graziosi; +Cc: emacs-devel
> Date: Fri, 13 Dec 2024 18:45:55 +0100
> From: Angelo Graziosi <angelo.g0@libero.it>
>
> Current master (c265febd97e940e6580ae42aa648358a0a2ed830) fails to build
> (at least on MSYS2/UCRT64):
>
> [...]
> GEN ../../etc/charsets/JISX0212.map
> CC timefns.o
> CC atimer.o
> process.c:41:10: fatal error: netinet/tcp.h: No such file or directory
> 41 | #include <netinet/tcp.h>
> | ^~~~~~~~~~~~~~~
> compilation terminated.
> GEN ../../etc/charsets/JISX2132.map
> make[1]: *** [Makefile:457: process.o] Error 1
> make[1]: *** Attesa per i processi non terminati....
> [...]
Thanks, should be fixed now.
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2024-12-13 18:52 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-13 17:45 Failure building Emacs from master Angelo Graziosi
2024-12-13 18:52 ` Eli Zaretskii
-- strict thread matches above, loose matches on Subject: below --
2022-08-02 21:23 Angelo Graziosi
2022-08-03 4:14 ` Pankaj Jangid
2022-08-03 8:33 ` Tassilo Horn
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).