l...@gnu.org (Ludovic Courtès) writes: > • The ‘glibc’ package no longer has a “locale” output, making it > faster to build, and much smaller (the “locale” output was always > pulled, and it took 110 MiB.)
I notice that this breaks some packages like guile-ncurses and the (all?) packages using python-sphinx to generate documentation like matplotlib, numpy, scipy. Guile-ncurses was fixed by adding a new phase to generate the "en_US.UTF-8" locale during the generation of the package, but wouldn't it be better to keep the "en_US.UTF-8" locale? That appears to be the default used by most packages. Regards, Fede