Re: [PATCH] meson.build: Disallow libnfs v6 to fix the broken macOS build

2024-12-18 Thread Thomas Huth
On 18/12/2024 11.40, Daniel P. Berrangé wrote: On Wed, Dec 18, 2024 at 07:51:57AM +0100, Thomas Huth wrote: The macOS build in our CI is currently broken since homebrew updated libnfs to version 6 - and that version apparently comes with a big API breakage. Disallow that version for now to get t

Re: [PATCH] meson.build: Disallow libnfs v6 to fix the broken macOS build

2024-12-18 Thread Daniel P . Berrangé
On Wed, Dec 18, 2024 at 07:51:57AM +0100, Thomas Huth wrote: > The macOS build in our CI is currently broken since homebrew > updated libnfs to version 6 - and that version apparently comes > with a big API breakage. Disallow that version for now to get the > broken CI job working again. Once someb

Re: [PATCH] meson.build: Disallow libnfs v6 to fix the broken macOS build

2024-12-18 Thread Philippe Mathieu-Daudé
On 18/12/24 07:51, Thomas Huth wrote: The macOS build in our CI is currently broken since homebrew updated libnfs to version 6 - and that version apparently comes with a big API breakage. Disallow that version for now to get the broken CI job working again. Once somebody had enough time to adapt

[PATCH] meson.build: Disallow libnfs v6 to fix the broken macOS build

2024-12-17 Thread Thomas Huth
The macOS build in our CI is currently broken since homebrew updated libnfs to version 6 - and that version apparently comes with a big API breakage. Disallow that version for now to get the broken CI job working again. Once somebody had enough time to adapt our code in block/nfs.c, we can revert t