[Libguestfs] guestfs-tools build issues

2025-04-08 Thread Cole Robinson via Libguestfs
Hi Rich, I've consistently been hitting issues with guestfs-tools builds. I have workarounds but they are annoying. 1) With a fresh checkout I run: $ git submodule init $ git submodule update $ autoreconf -if $ ./configure $ make -j8 I will get these errors: make[3]: Entering directory '/home/

[Libguestfs] Re: guestfs-tools build issues

2025-04-09 Thread Cole Robinson via Libguestfs
On 4/8/25 11:41 AM, Richard W.M. Jones wrote: > On Tue, Apr 08, 2025 at 11:34:40AM -0400, Cole Robinson wrote: >> Hi Rich, I've consistently been hitting issues with guestfs-tools >> builds. I have workarounds but they are annoying. >> >> >> 1) With a fresh checkout I run: >> >> $ git submodule ini