The CI reports a link error on Ubuntu (both when compiling natively and when cross-compiling for RISCV), that was not present last week:
/bin/bash ../../libtool --tag=CC --mode=link x86_64-linux-gnu-gcc -module -o _Texinfo.la -rpath /usr/local/lib/python3.10/site-packages _Texinfo_la-python_texinfo_wrap.lo ../../C/libtexinfo.la ../../C/libtexinfo-main.la -L/usr/lib/x86_64-linux-gnu/perl/5.34/CORE -lperl -ldl -lm -lpthread -lc -lcrypt libtool: link: x86_64-linux-gnu-gcc -shared -fPIC -DPIC .libs/_Texinfo_la-python_texinfo_wrap.o -Wl,-rpath -Wl,/home/runner/work/ci-check/ci-check/texinfo-7.2.20250721dev/build/tta/C/.libs -Wl,-rpath -Wl,/usr/local/lib/texi2any ../../C/.libs/libtexinfo.so ../../C/.libs/libtexinfo-main.so -L/usr/lib/x86_64-linux-gnu/perl/5.34/CORE -lperl -ldl -lm -lpthread -lc -lcrypt -Wl,-soname -Wl,_Texinfo.so.0 -o .libs/_Texinfo.so.0.0.0 /usr/bin/ld: cannot find -lperl: No such file or directory collect2: error: ld returned 1 exit status make[5]: *** [Makefile:1814: _Texinfo.la] Error 1 make[5]: Leaving directory '/home/runner/work/ci-check/ci-check/texinfo-7.2.20250721dev/build/tta/swig/python' make[4]: *** [Makefile:1736: all-recursive] Error 1 make[4]: Leaving directory '/home/runner/work/ci-check/ci-check/texinfo-7.2.20250721dev/build/tta/swig' make[3]: *** [Makefile:1690: all] Error 2 make[3]: Leaving directory '/home/runner/work/ci-check/ci-check/texinfo-7.2.20250721dev/build/tta/swig' make[2]: *** [Makefile:1856: all-recursive] Error 1 make[2]: Leaving directory '/home/runner/work/ci-check/ci-check/texinfo-7.2.20250721dev/build/tta' make[1]: *** [Makefile:1948: all-recursive] Error 1 make[1]: Leaving directory '/home/runner/work/ci-check/ci-check/texinfo-7.2.20250721dev/build' make: *** [Makefile:1887: all] Error 2 Is the mandatory dependency on libperl intended? Bruno
