New comment by pullmoll on void-packages repository https://github.com/void-linux/void-packages/issues/11663#issuecomment-498294310 Comment: I tried to enable the D language with the update and I added some new subpackages to `gcc`: + `gcc-gdc` contains `/usr/bin/gdc` the GNU D compiler + `libgd` contains `/usr/lib/libgdruntime.so.76.3.0` and symlink `/usr/lib/libgdruntime.so.76` + `libdg-devel` contains `/usr/lib/libgdruntime.{so,a}` and `/usr/lib/gcc///include/d/*` + `libgphobos` contains `/usr/lib/libgphobos.so.76.0.3`, symlink `/usr/lib/libgphobos.so.76`, and `/usr/lib/libgphobos.spec` + `libgphobos-devel` contains `/usr/lib/libgphobos.{so,a}` I'll also add [`gdmd`](https://github.com/D-Programming-GDC/GDMD) as a new package to my fork. The idea is it should then be pssible to bootstrap `dmd` with the help of `gdmd`.