Thanks for the tips. Passing LC_ALL=C (and any other like LANG or LANGUAGE) in the terminal where I built sage was OK but only after a make maintainer-clean. Would it be possible with a less radical clean?
El sábado, 20 de diciembre de 2025 a las 13:45:14 UTC+1, [email protected] escribió: > It does not work either. It must be something I changed in this particular > laptop. Having documentation is useful, also because when incremental > builds it detects wrong system libraries being used. I will try to check > with meson build instead make. Thanks any way, Enrique. > > El viernes, 19 de diciembre de 2025 a las 19:23:05 UTC+1, [email protected] > escribió: > >> >> >> On December 19, 2025 12:00:07 PM CST, "[email protected]" < >> [email protected]> wrote: >> >Gracias/thanks, Antonio. I do not see a difference with other machine >> where >> >it works. Doing LANG=C make doc does not help. >> > >> >> perhaps it should be >> >> LC_ALL=C >> >> >> >El viernes, 19 de diciembre de 2025 a las 18:36:19 UTC+1, Antonio Rojas >> >escribió: >> > >> >> El viernes, 19 de diciembre de 2025 a las 18:23:30 UTC+1, >> >> [email protected] escribió: >> >> >> >> In fedora 43 and some machines, this package does not build. I attach >> the >> >> log, it must be something local to it but I am not able to see what. >> Best, >> >> Enrique. >> >> >> >> >> >> This happens if you build using a non-english locale. These warnings >> are >> >> whitelisted in >> >> >> https://github.com/sagemath/sage/blob/10.8/src/sage_docbuild/sphinxbuild.py#L104-105, >> >> >> >> but only in their English version, not the localized one. I guess >> >> sage_docbuild should set LANG=C before running sphinx (this is done in >> >> https://github.com/sagemath/sage/blob/10.8/src/bin/sage#L986 for the >> doc >> >> build via the sage bash script, but that doesn't affect meson). >> >> >> >> >> > >> > -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion visit https://groups.google.com/d/msgid/sage-devel/9d6ccca8-ea48-4a0d-891a-8d519cdfc900n%40googlegroups.com.
