Am 15.09.25 um 20:56 schrieb Arsen Arsenović via Gcc:
Thomas Koenig via Gcc <[email protected]> writes:
Hi,
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.
I installed Texinfo 7.2 in my PATH, deleted the gcc/HTML subdirectory
and reran the commands above:
tkoenig@cfarm120 trunk-bin]$ make -C gcc regenerate-opt-urls
make: Entering directory '/home/tkoenig/trunk-bin/gcc'
../../trunk/gcc/regenerate-opt-urls.py
/home/tkoenig/trunk-bin/gcc/HTML/gcc-16.0.0 ../../trunk
make: Leaving directory '/home/tkoenig/trunk-bin/gcc'
But nothing changed in the generated files.
I've opened https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121958 .
Best regards
Thomas