> Installing "emacs-el" (emacs-common recommends but not depends on it) solved > it on my system.
Also the recommended Package "libc6-dev" should be depending (if not, the native lisp compilation will fail). Now we have: - emacs-common recommends emacs-el - libgccjit0 depends on libgcc-12-dev, which recommends libc6-dev Should be: - emacs-common depends on emacs-el - libgccjit0 depends on libgcc-12-dev, which depends on libc6-dev