Hi Mauro, On Sat, Mar 18, 2023 at 07:17:53PM +0100, Mauro Carvalho Chehab wrote: > Em Tue, 14 Mar 2023 08:03:42 +0100 Gregor Jasny escreveu: > > On 13.03.23 09:11, Laurent Pinchart wrote: > > > If you want to give git-send-email another try (which is still the > > > recommended option), https://git-send-email.io/ provides instructions > > > tailored for different distributions and e-mail providers. > > > > I re-did the setup at home and it worked as expected. Turns out that > > it's the company firewall which blocks git-send-email. Surprisingly > > Thunderbird works with the same host and port. > > > > Please revert it or fix it to build against Meson 0.56, as such change > broke CI: > > https://builder.linuxtv.org/job/v4l-utils/ > https://builder.linuxtv.org/job/v4l-utils-coverity/ I've tested this simple patch and it seems to work fine for me: diff --git a/meson.build b/meson.build index 7b9ca7036b27..6443427486a9 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project('v4l-utils', 'c', 'cpp', version: '1.25.0', - meson_version : '>= 0.57', + meson_version : '>= 0.56', default_options : [ 'buildtype=debugoptimized', 'warning_level=1', My meson version is however newer. Could you test this with meson 0.56 ? -- Regards, Laurent Pinchart