Re: mig not cross-building correctly

2023-12-04 Thread Flávio Cruz
On Tue, Dec 5, 2023 at 1:31 AM Samuel Thibault wrote: > Hello, > > Flávio Cruz, le mar. 05 déc. 2023 01:09:24 -0500, a ecrit: > > I think you need to do: ./configure --target=i686-unknown-linux-gnu. > > That is implied by --host=i686-unknown-linux-gnu. > > (and using target only also gets sizeof_

Re: mig not cross-building correctly

2023-12-04 Thread Samuel Thibault
Hello, Flávio Cruz, le mar. 05 déc. 2023 01:09:24 -0500, a ecrit: > I think you need to do: ./configure --target=i686-unknown-linux-gnu. That is implied by --host=i686-unknown-linux-gnu. (and using target only also gets sizeof_pointer 8) Samuel

Re: CI

2023-12-04 Thread Flávio Cruz
On Sat, Dec 2, 2023 at 8:30 PM Samuel Thibault wrote: > Yes, sure, anything will do. > > I essentially mean that "we" shouldn't be me. > > For a start, just testing that the whole thing just builds in the > various situations would be a *VAST* improvement, considering the amount > of time I spend

Re: mig not cross-building correctly

2023-12-04 Thread Flávio Cruz
Hmm, we haven't made any significant change in MiG recently that would break this. I think you need to do: ./configure --target=i686-unknown-linux-gnu. The target compiler will generate the file cpu.h which includes the required sizes when generating code for i686. If MiG is expecting sizeof(ipc_p

Re: [ANNOUNCE] util-linux v2.39.3

2023-12-04 Thread Samuel Thibault
Hello, Karel Zak, le lun. 04 déc. 2023 21:05:08 +0100, a ecrit: > The util-linux stable release v2.39.3 is available at > > http://www.kernel.org/pub/linux/utils/util-linux/v2.39/ Here a fix for non-Linux builds. Samuel diff --git a/libblkid/src/probe.c b/libblkid/src/probe.c index 19b80ec6e