Re: -D_FORTIFY_SOURCE defined but value is too low [-Werror]

2023-01-16 Thread Siddhesh Poyarekar
-o > libvirt-glib/libvirt-glib-1.0.so.0.4000.0.p/libvirt-glib-error.c.o -c > ../libvirt-glib/libvirt-glib-error.c > ../libvirt-glib/libvirt-glib-error.c: error: -D_FORTIFY_SOURCE defined but > value is too low [-Werror] > cc1: all warnings being treated as errors > > So does anyone know w

Re: -D_FORTIFY_SOURCE defined but value is too low [-Werror]

2023-01-16 Thread Daniel P . Berrangé
On Mon, Jan 16, 2023 at 12:06:59PM -0600, Jonathan Wright wrote: > Are you by chance running this inside of a rawhide docker container within > GH actions? If so, I'm in the same boat and haven't figured out how to > force it back to "2", or why it's failing in the first place. No, I'm using

Re: -D_FORTIFY_SOURCE defined but value is too low [-Werror]

2023-01-16 Thread Jonathan Wright via devel
AX_ALLOWED=GLIB_VERSION_2_48 -MD -MQ > libvirt-glib/libvirt-glib-1.0.so.0.4000.0.p/libvirt-glib-error.c.o -MF > libvirt-glib/libvirt-glib-1.0.so.0.4000.0.p/libvirt-glib-error.c.o.d -o > libvirt-glib/libvirt-glib-1.0.so.0.4000.0.p/libvirt-glib-error.c.o -c > ../libvirt-glib/libvirt-glib-e

-D_FORTIFY_SOURCE defined but value is too low [-Werror]

2023-01-16 Thread Daniel P . Berrangé
libvirt-glib-error.c.o.d -o libvirt-glib/libvirt-glib-1.0.so.0.4000.0.p/libvirt-glib-error.c.o -c ../libvirt-glib/libvirt-glib-error.c ../libvirt-glib/libvirt-glib-error.c: error: -D_FORTIFY_SOURCE defined but value is too low [-Werror] cc1: all warnings being treated as errors So does anyon