unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* compile error: cl--generic-struct-tag
@ 2024-05-24  7:06 Werner LEMBERG
  2024-05-24  7:25 ` Andrea Corallo
  2024-05-24  7:34 ` Eli Zaretskii
  0 siblings, 2 replies; 4+ messages in thread
From: Werner LEMBERG @ 2024-05-24  7:06 UTC (permalink / raw)
  To: emacs-devel


[e650a04dc415467806b77d4b3801f9e6eeb9dfaf]

Trying to compile current git on a GNU/Linux box from scratch in an
external directory using

```
configure \
  --with-x-toolkit=gtk \
  --with-json \
  --with-treesitter

make -j12
```

fails.  I get:

```
Symbol’s function definition is void: cl--generic-struct-tag
make[3]: *** [Makefile:85: lisp/international/emoji-labels.el] Fehler 255
make[3]: Verzeichnis „emacs.compiled/admin/unidata“ wird verlassen
make[2]: *** [Makefile:615: lisp/international/charprop.el] Fehler 2
make[2]: *** Es wird auf noch nicht beendete Prozesse gewartet....
make[2]: Verzeichnis „emacs.compiled/src“ wird verlassen
make[1]: *** [Makefile:554: src] Fehler 2
make[1]: Verzeichnis „/home/wl/git/emacs.compiled“ wird verlassen
make[1]: Verzeichnis „/home/wl/git/emacs.compiled“ wird betreten
```


    Werner

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

* Re: compile error: cl--generic-struct-tag
  2024-05-24  7:06 compile error: cl--generic-struct-tag Werner LEMBERG
@ 2024-05-24  7:25 ` Andrea Corallo
  2024-05-24  7:32   ` Werner LEMBERG
  2024-05-24  7:34 ` Eli Zaretskii
  1 sibling, 1 reply; 4+ messages in thread
From: Andrea Corallo @ 2024-05-24  7:25 UTC (permalink / raw)
  To: Werner LEMBERG; +Cc: emacs-devel

Werner LEMBERG <wl@gnu.org> writes:

> [e650a04dc415467806b77d4b3801f9e6eeb9dfaf]
>
> Trying to compile current git on a GNU/Linux box from scratch in an
> external directory using
>
> ```
> configure \
>   --with-x-toolkit=gtk \
>   --with-json \
>   --with-treesitter
>
> make -j12
> ```
>
> fails.  I get:
>
> ```
> Symbol’s function definition is void: cl--generic-struct-tag
> make[3]: *** [Makefile:85: lisp/international/emoji-labels.el] Fehler 255
> make[3]: Verzeichnis „emacs.compiled/admin/unidata“ wird verlassen
> make[2]: *** [Makefile:615: lisp/international/charprop.el] Fehler 2
> make[2]: *** Es wird auf noch nicht beendete Prozesse gewartet....
> make[2]: Verzeichnis „emacs.compiled/src“ wird verlassen
> make[1]: *** [Makefile:554: src] Fehler 2
> make[1]: Verzeichnis „/home/wl/git/emacs.compiled“ wird verlassen
> make[1]: Verzeichnis „/home/wl/git/emacs.compiled“ wird betreten

Hi Werner,

are you sure the repo is not in some meta-state?  I've just built this
  commit.

Could you try 'make bootstrap -j12' instead (or even more restarting
from a 'git clean -xfd'?

Thanks

  Andrea



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

* Re: compile error: cl--generic-struct-tag
  2024-05-24  7:25 ` Andrea Corallo
@ 2024-05-24  7:32   ` Werner LEMBERG
  0 siblings, 0 replies; 4+ messages in thread
From: Werner LEMBERG @ 2024-05-24  7:32 UTC (permalink / raw)
  To: acorallo; +Cc: emacs-devel

>> Symbol’s function definition is void: cl--generic-struct-tag
>
> [...] (or even more restarting from a 'git clean -xfd'?

That's it, thanks.  I've apparently compiled emacs in the distant past
directly in the 'emacs' directory, and I forgot to clean up.  Sorry
for the noise.


    Werner

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

* Re: compile error: cl--generic-struct-tag
  2024-05-24  7:06 compile error: cl--generic-struct-tag Werner LEMBERG
  2024-05-24  7:25 ` Andrea Corallo
@ 2024-05-24  7:34 ` Eli Zaretskii
  1 sibling, 0 replies; 4+ messages in thread
From: Eli Zaretskii @ 2024-05-24  7:34 UTC (permalink / raw)
  To: Werner LEMBERG; +Cc: emacs-devel

> Date: Fri, 24 May 2024 07:06:03 +0000 (UTC)
> From: Werner LEMBERG <wl@gnu.org>
> 
> 
> [e650a04dc415467806b77d4b3801f9e6eeb9dfaf]
> 
> Trying to compile current git on a GNU/Linux box from scratch in an
> external directory using
> 
> ```
> configure \
>   --with-x-toolkit=gtk \
>   --with-json \
>   --with-treesitter
> 
> make -j12
> ```
> 
> fails.  I get:
> 
> ```
> Symbol’s function definition is void: cl--generic-struct-tag
> make[3]: *** [Makefile:85: lisp/international/emoji-labels.el] Fehler 255
> make[3]: Verzeichnis „emacs.compiled/admin/unidata“ wird verlassen
> make[2]: *** [Makefile:615: lisp/international/charprop.el] Fehler 2
> make[2]: *** Es wird auf noch nicht beendete Prozesse gewartet....
> make[2]: Verzeichnis „emacs.compiled/src“ wird verlassen
> make[1]: *** [Makefile:554: src] Fehler 2
> make[1]: Verzeichnis „/home/wl/git/emacs.compiled“ wird verlassen
> make[1]: Verzeichnis „/home/wl/git/emacs.compiled“ wird betreten
> ```

Thanks, but please report this using "M-x report-emacs-bug RET"
instead.  That way, it gets submitted to the bug tracker, and the
discussion is recorded as part of the bug.




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

end of thread, other threads:[~2024-05-24  7:34 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-24  7:06 compile error: cl--generic-struct-tag Werner LEMBERG
2024-05-24  7:25 ` Andrea Corallo
2024-05-24  7:32   ` Werner LEMBERG
2024-05-24  7:34 ` Eli Zaretskii

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).