Re: texinfo-7.2.90 on GNU/Hurd
Bruno Haible via Bug reports for the GNU Texinfo documentation system <[email protected]>
| Newsgroups | gmane.comp.tex.texinfo.bugs |
|---|---|
| Organization | GNU |
| Message-ID | <2280600.vXnMlVU4IS@nimes> |
Patrice Dumas wrote: > In most cases, however, having no other locales than POSIX/C could be an > oversight/unfinished installation. Also the failure could be unrelated > to the will to install locales translated messages, in that case we > would want to catch that failure. > > All in all I remain unsure on this subject, as I said before about the > warnings output if no locale is found for the switch. If users use texi2any by themselves, or if a maintainer does so in order to create a tarball, they probably have their locale installed. The case where this issue can really bite is when people use a CI container to build a tarball or build binaries — because CI containers typically have only the "C" locale installed. Bruno