Re: [PATCH] configure: fix detection of gdbus-codegen

2021-05-27 Thread Thomas Huth
On 05/05/2021 16.24, Paolo Bonzini wrote: "pkg-config --variable=gdbus_codegen gio-2.0" returns "gdbus-codegen", and it does not pass test -x (which does not walk the path). Meson 0.58.0 notices that something is iffy, as the dbus_vmstate1 assignment in tests/qtest/meson.build uses an empty stri

Re: [PATCH] configure: fix detection of gdbus-codegen

2021-05-05 Thread Marc-André Lureau
On Wed, May 5, 2021 at 6:25 PM Paolo Bonzini wrote: > "pkg-config --variable=gdbus_codegen gio-2.0" returns "gdbus-codegen", > and it does not pass test -x (which does not walk the path). > > Meson 0.58.0 notices that something is iffy, as the dbus_vmstate1 > assignment in tests/qtest/meson.build

Re: [PATCH] configure: fix detection of gdbus-codegen

2021-05-05 Thread Philippe Mathieu-Daudé
On 5/5/21 4:24 PM, Paolo Bonzini wrote: > "pkg-config --variable=gdbus_codegen gio-2.0" returns "gdbus-codegen", > and it does not pass test -x (which does not walk the path). > > Meson 0.58.0 notices that something is iffy, as the dbus_vmstate1 > assignment in tests/qtest/meson.build uses an empt

[PATCH] configure: fix detection of gdbus-codegen

2021-05-05 Thread Paolo Bonzini
"pkg-config --variable=gdbus_codegen gio-2.0" returns "gdbus-codegen", and it does not pass test -x (which does not walk the path). Meson 0.58.0 notices that something is iffy, as the dbus_vmstate1 assignment in tests/qtest/meson.build uses an empty string as the command, and fails very eloquently