[Bug 291390] emulators/qemu-user-static: poudriere build fails on both 14-STABLE and 15-STABLE

[email protected] Mon, 22 Jun 2026 20:56:17 +0000
Newsgroups gmane.os.freebsd.devel.emulation
Message-ID <[email protected]/bugzilla/>
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D291390

--- Comment #27 from Sulev-Madis Silber <[email protected]=
e> ---
23:54,ketas@green:~/files/sizeof-size_t> tail -1000 *.c *.sh
=3D=3D> sizeof-size_t.c <=3D=3D
#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);
}

=3D=3D> make.sh <=3D=3D
cc -o sizeof-size_t `pkg-config --cflags --libs glib-2.0` sizeof-size_t.c
23:54,ketas@green:~/files/sizeof-size_t> sh -x make.sh
+ pkg-config --cflags --libs glib-2.0
+ cc -o sizeof-size_t -I/usr/local/include/glib-2.0
-I/usr/local/lib/glib-2.0/includ
e -I/usr/local/include -L/usr/local/lib -lglib-2.0 -lintl sizeof-size_t.c
23:55,ketas@green:~/files/sizeof-size_t> ./sizeof-size_t
sizeof(size_t) =3D 8
GLIB_SIZEOF_SIZE_T =3D 8
23:55,ketas@green:~/files/sizeof-size_t> uname -a
FreeBSD green.sau.si.pri.ee 14.4-RELEASE-p6 FreeBSD 14.4-RELEASE-p6 #0
releng/14.4-n
273726-3d95ec875867-dirty: Thu Jun 11 15:24:33 EEST 2026=20=20=20=20
[email protected]
e:/usr/obj/usr/src/amd64.amd64/sys/CUSTOM amd64
23:55,ketas@green:~/files/sizeof-size_t>


now what? i expected a fail here btw

--=20
You are receiving this mail because:
You are the assignee for the bug.=