Hi Jim and Andras, Thanks for the responses. I've opted for Andras' suggestion first, as I don't need to modify my software install; just a temporary override on the autogen.input. The autogen now works, and I'm now in the middle of running the make and waiting for it to finish. Provided the make and make check work, I'll call this temporarily resolved. Will advise once this happens. If there are going to be fixes made to the build to permanently resolve this issue, please let me know when it is fixed so I can remove the --enable-python=fully-internal override from the autogen.input. Thanks again, everyone.Jeff On Sunday, May 11, 2025 at 02:47:09 PM CDT, Jim Raykowski <rayk...@gmail.com> wrote: The following worked for me. sudo apt remove mesonpip3 install --user meson Best,Jim Raykowski On Sun, May 11, 2025 at 11:05 AM Andras Timar <tima...@gmail.com> wrote:
Hi Jeff, I used --enable-python=fully-internal. That uses internal Python for the build. It is a good workaround until somebody fixes the build. Best regards,Andras Timar On Sun, May 11, 2025 at 9:00 PM Jeff Melton <melma...@yahoo.com> wrote: Hi everyone -I've been successfully building libreoffice for a while now on my Linux Mint setups with very few issues that I've been able to resolve myself.Today (*May 10 2025) for the first time (Last successful build on this was a week or so ago) I encountered the following partial output when running ./autogen.sh after a git pull -r: ....checking which TLS/SSL and cryptographic implementation to use... NSSchecking which sane header to use... internalchecking which icu to use... internalchecking whether to enable breakpad... nochecking which orcus to use... internalchecking which graphite to use... internalchecking which harfbuzz to use... internalchecking for meson.py... nochecking for meson... /usr/bin/mesonchecking whether meson can be run with "/usr/bin/python /usr/bin/meson"... usage: meson runpython [-h] [-c] script_file ...meson runpython: error: the following arguments are required: script_file, script_argsnoconfigure: error: meson incompatible with the specified python. Try using a different python runtime or a plain release of meson by adding PYTHON=/other/python.version and/or MESON=/path/to/meson.py to autogen.inputError running configure at ./autogen.sh line 333. ..after which It failed.I have minimal autogen.input as follows: --enable-dbgutil--without-doxygen A few weeks ago I did install meson, which resolved a "missing meson" issue. Now it seems to have issues with the version of python on my systemHere are the versions installed:$ sudo apt list meson[sudo] password for Listing... Donemeson/jammy,jammy,now 0.61.2-1 all [installed]$ /usr/bin/pythonPython 3.10.12 (main, Feb 4 2025, 14:57:36) [GCC 11.4.0] on linuxType "help", "copyright", "credits" or "license" for more information.>>> quit() Any ideas what I can do to resolve the issue? Thanks!Jeff Melton