[Bug 291390] emulators/qemu-user-static: poudriere build fails on both 14-STABLE and 15-STABLE
[email protected] Mon, 22 Jun 2026 19:15:25 +0000
| Newsgroups | gmane.os.freebsd.devel.emulation |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D291390 --- Comment #26 from Alexey Shuvaev <[email protected]> --- (In reply to Sulev-Madis Silber from comment #25) Okay, that seems to work. Can you then compile this small program: ------------------------------------ #include <glib.h> #include <stdio.h> int main(void) { printf("sizeof(size_t) =3D %lu\n", sizeof(size_t)); printf("GLIB_SIZEOF_SIZE_T =3D %d\n", GLIB_SIZEOF_SIZE_T); return (0); } ------------------------------------ with the command: > cc -o test `pkg-config --cflags --libs glib-2.0` size_t.c and run it? I expect: > sizeof(size_t) =3D 8 > GLIB_SIZEOF_SIZE_T =3D 8 The failing configure script in the port does something very similar and somehow fails the test sizeof(size_t) !=3D GLIB_SIZEOF_SIZE_T --=20 You are receiving this mail because: You are the assignee for the bug.=