Upgrade meson version?

Patrick Luby guibomacdev at gmail.com
Sat Aug 2 00:04:27 UTC 2025


Gerrit patch for this is here:

https://gerrit.libreoffice.org/c/lode/+/188789

Patrick

> On Aug 1, 2025, at 10:55 AM, Patrick Luby <guibomacdev at gmail.com> wrote:
> 
> Hi everyone,
> 
> Building LibreOffice on macOS Tahoe public beta and Xcode 26 beta works and it runs.
> 
> However, the meson version in LODE breaks the build so I had to use meson 1.8.3. I don’t have commit access to LODE but I did do completely clean git clone and builds of both LODE and LibreOffice master on macOS Sequoia and Tahoe with the following patch:
> 
> diff --git a/bin/utils_MacOSX.sh b/bin/utils_MacOSX.sh
> index 370543d..c23ef9c 100644
> --- a/bin/utils_MacOSX.sh
> +++ b/bin/utils_MacOSX.sh
> @@ -119,7 +119,7 @@ install_build_dep()
>         version="$($inst --version)"
>     fi
>     if [ -z "$inst" -o "$(compare_version "$version" "1.6.0")" = "-1" ] ; then
> -        install_meson "1.7.2" "https://github.com/mesonbuild/meson/releases/download/1.7.2/" "meson-1.7.2.tar.gz"
> +        install_meson "1.8.3" "https://github.com/mesonbuild/meson/releases/download/1.8.3/" "meson-1.8.3.tar.gz"
>     fi
>     # meson requires pkg-config – pkgconf is compatible and easier to build/deploy
>     # we only want our custom one to not run the risk of picking up stuff from brew/macports/….
> 
> Can anyone review and commit the above if it looks OK?
> 
> Patrick


-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 1645 bytes
Desc: not available
URL: <https://lists.freedesktop.org/archives/libreoffice/attachments/20250801/497d828b/attachment.bin>


More information about the LibreOffice mailing list