Control: severity -1 wishlist
YOSHINO Yoshihito <yy.y.ja...@gmail.com> writes: > When I tried to install emacs-gtk or emacs-nox in bookworm, it pulls > many development packages, especially binutils, libgcc-12-dev, > libc6-dev and linux-libc-dev, which I would avoid to install if > possible. They are pulled through libgccjit0, and probably used with > the native compilation feature. It seems automatic native compilation > can be inhibited run-time since 1:28.2+1-9. Is it possible to demote > those dependencies to Recommends? (Probably I would also have to ask > the libgccjit0 maintainer). I don't think this will be possible for bookworm. libgccjit0 is dynamically linked to the emacs binaries, so a completely new flavour of emacs (analogous to emacs-nox) would be needed. It is too late in the development cycle to introduce such a thing, even if there was concensus that doing so was worth the effort.