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/
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