Re: [PATCH] tools/meson.build: Error on enabling virtiofsd and have_system is false

2021-04-28 Thread Mahmoud Mandour
On Wed, Apr 28, 2021 at 4:29 PM Connor Kuehl wrote: > On 4/28/21 9:13 AM, Mahmoud Mandour wrote: > >> I am not entirely sure if this is true. The error message before this > >> patch is applied is: > >> > >> ../tools/meson.build:12:6: ERROR: Problem encountered: virtiofsd > >> req

Re: [PATCH] tools/meson.build: Error on enabling virtiofsd and have_system is false

2021-04-28 Thread Philippe Mathieu-Daudé
On 4/28/21 3:56 PM, Connor Kuehl wrote: > On 4/28/21 8:35 AM, Mahmoud Mandour wrote: >> Previously, on configuring with --enable-virtiofsd and specifying >> a target list that does not contain a full-system emulation target, >> a spurious error message is emitted. This patch introduces a >> meaning

Re: [PATCH] tools/meson.build: Error on enabling virtiofsd and have_system is false

2021-04-28 Thread Connor Kuehl
On 4/28/21 9:13 AM, Mahmoud Mandour wrote: >> I am not entirely sure if this is true. The error message before this >> patch is applied is: >> >> ../tools/meson.build:12:6: ERROR: Problem encountered: virtiofsd >> requires libcap-ng-devel and seccomp-devel >> >> From what I know abo

Re: [PATCH] tools/meson.build: Error on enabling virtiofsd and have_system is false

2021-04-28 Thread Mahmoud Mandour
On Wed, Apr 28, 2021 at 3:56 PM Connor Kuehl wrote: > On 4/28/21 8:35 AM, Mahmoud Mandour wrote: > > Previously, on configuring with --enable-virtiofsd and specifying > > a target list that does not contain a full-system emulation target, > > a spurious error message is emitted. This patch introd

Re: [PATCH] tools/meson.build: Error on enabling virtiofsd and have_system is false

2021-04-28 Thread Connor Kuehl
On 4/28/21 8:35 AM, Mahmoud Mandour wrote: > Previously, on configuring with --enable-virtiofsd and specifying > a target list that does not contain a full-system emulation target, > a spurious error message is emitted. This patch introduces a > meaningful error message for such case. > > Signed-o

[PATCH] tools/meson.build: Error on enabling virtiofsd and have_system is false

2021-04-28 Thread Mahmoud Mandour
Previously, on configuring with --enable-virtiofsd and specifying a target list that does not contain a full-system emulation target, a spurious error message is emitted. This patch introduces a meaningful error message for such case. Signed-off-by: Mahmoud Mandour --- tools/meson.build | 4 +++-