Re: [PATCH v2 1/2] meson: Select 'have_system' when virtiofsd is enabled

2021-04-30 Thread Paolo Bonzini
On 29/04/21 10:44, Peter Maydell wrote: On Thu, 29 Apr 2021 at 09:33, Philippe Mathieu-Daudé wrote: When not explicitly select a sysemu target and building virtiofsd, the seccomp/cap-ng libraries are not resolved, leading to this error: $ configure --target-list=i386-linux-user --disable-t

Re: [PATCH v2 1/2] meson: Select 'have_system' when virtiofsd is enabled

2021-04-29 Thread Dr. David Alan Gilbert
* Philippe Mathieu-Daudé (phi...@redhat.com) wrote: > On 4/29/21 3:50 PM, Connor Kuehl wrote: > > On 4/29/21 3:33 AM, Philippe Mathieu-Daudé wrote: > >> When not explicitly select a sysemu target and building virtiofsd, > >> the seccomp/cap-ng libraries are not resolved, leading to this error: > >>

Re: [PATCH v2 1/2] meson: Select 'have_system' when virtiofsd is enabled

2021-04-29 Thread Philippe Mathieu-Daudé
On 4/29/21 3:50 PM, Connor Kuehl wrote: > On 4/29/21 3:33 AM, Philippe Mathieu-Daudé wrote: >> When not explicitly select a sysemu target and building virtiofsd, >> the seccomp/cap-ng libraries are not resolved, leading to this error: >> >> $ configure --target-list=i386-linux-user --disable-tool

Re: [PATCH v2 1/2] meson: Select 'have_system' when virtiofsd is enabled

2021-04-29 Thread Connor Kuehl
On 4/29/21 3:33 AM, Philippe Mathieu-Daudé wrote: > When not explicitly select a sysemu target and building virtiofsd, > the seccomp/cap-ng libraries are not resolved, leading to this error: > > $ configure --target-list=i386-linux-user --disable-tools --enable-virtiofsd > tools/meson.build:12

Re: [PATCH v2 1/2] meson: Select 'have_system' when virtiofsd is enabled

2021-04-29 Thread Peter Maydell
On Thu, 29 Apr 2021 at 09:33, Philippe Mathieu-Daudé wrote: > > When not explicitly select a sysemu target and building virtiofsd, > the seccomp/cap-ng libraries are not resolved, leading to this error: > > $ configure --target-list=i386-linux-user --disable-tools --enable-virtiofsd > tools/me