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

2023-01-16 Thread Siddhesh Poyarekar
On Mon, Jan 16, 2023 at 1:05 PM Daniel P. Berrangé wrote: > > I'm getting the strange error in $SUBJECT in an upstream CI job that > is targetting Fedora rawhide. I'm guessing it is something related to > the recent changes to set the _FOTIFY_SOURCE value to 3 instead of > 2, but not sure what. >

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 GitL

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

2023-01-16 Thread Jonathan Wright via devel
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. On Mon, Jan 16, 2023 at 12:05 PM Daniel P. Berrangé wrote: > I'm getting the strange er