Re: [Libguestfs] [nbdkit PATCH] cc: Allow configuration without absolute paths

2023-08-19 Thread Richard W.M. Jones
On Fri, Aug 18, 2023 at 09:10:32AM -0500, Eric Blake wrote: > On Fri, Aug 18, 2023 at 08:27:45AM -0500, Eric Blake wrote: > > In https://gitlab.com/nbdkit/nbdkit/-/merge_requests/30, Khem reports > > that in a cross-compilation environment, nbdkit embeds the absolute > > name of the cross-compiler

Re: [Libguestfs] [nbdkit PATCH] cc: Allow configuration without absolute paths

2023-08-18 Thread Eric Blake
On Fri, Aug 18, 2023 at 08:27:45AM -0500, Eric Blake wrote: > In https://gitlab.com/nbdkit/nbdkit/-/merge_requests/30, Khem reports > that in a cross-compilation environment, nbdkit embeds the absolute > name of the cross-compiler into the resulting cc plugin, even though > running the plugin shoul

[Libguestfs] [nbdkit PATCH] cc: Allow configuration without absolute paths

2023-08-18 Thread Eric Blake
In https://gitlab.com/nbdkit/nbdkit/-/merge_requests/30, Khem reports that in a cross-compilation environment, nbdkit embeds the absolute name of the cross-compiler into the resulting cc plugin, even though running the plugin should be favoring the bare name 'cc'. This in turn leads to non-reprodu