Hi, On Mon, Sep 15, 2025 at 08:56:15PM +0200, Arsen Arsenović via Gcc wrote: > Thomas Koenig via Gcc <gcc@gcc.gnu.org> writes: > > I am currently working on a patch which adds an option, and > > failing in regenerating the gcc/fortran/lang.opt.urls file. > > > > I tried > > > > make -C gcc html fortran.html d.html > > make -C gcc regenerate-opt-urls > > > > as advised in > > > > https://gcc.gnu.org/pipermail/fortran/2024-September/061030.html > > > > but that fails for me. I see a repeated warning > > > > makeinfo: warning: set_from_cmdline: unknown variable > > CONTENTS_OUTPUT_LOCATION > > > > and nothing is generated anywhere where I can find it, and especially > > not in the source tree. > > > > This is on cfarm120, which has texi2any (GNU texinfo) 6.7 . > > That option is new in Texinfo 6.8.
If everything else fails and you want to regenerate files with the correct/latest tools/versions you could do it inside one of the builder containers: https://sourceware.org/cgit/builder/tree/README_containers https://sourceware.org/cgit/builder/tree/builder/containers/Containerfile-autotools Cheers, Mark