Re: [PATCH] net/passt: Fix build failure due to missing GIO dependency

2025-07-18 Thread Thomas Huth
On 18/07/2025 15.31, Laurent Vivier wrote: The passt networking backend uses functions from the GIO library, such as g_subprocess_launcher_new(), to manage its daemon process. So, building with passt enabled requires GIO to be available. If we enable passt and disable gio the build fails during

Re: [PATCH] net/passt: Fix build failure due to missing GIO dependency

2025-07-18 Thread Daniel P . Berrangé
On Fri, Jul 18, 2025 at 03:31:10PM +0200, Laurent Vivier wrote: > The passt networking backend uses functions from the GIO library, > such as g_subprocess_launcher_new(), to manage its daemon process. > So, building with passt enabled requires GIO to be available. > > If we enable passt and disabl

[PATCH] net/passt: Fix build failure due to missing GIO dependency

2025-07-18 Thread Laurent Vivier
The passt networking backend uses functions from the GIO library, such as g_subprocess_launcher_new(), to manage its daemon process. So, building with passt enabled requires GIO to be available. If we enable passt and disable gio the build fails during linkage with undefined reference errors: /