----- Original Message -----
> >> [...]
> >> configure.ac: make sure some optional gcc flags make it into the
> >> build
> >
> > This one seems to have broken the Windows build:
> > http://buildbot.pcp.io/builders/fedora-mingw64/builds/3/steps/shell/logs/stdio
>
> Could be the configure.ac change, the others are not implicated.
Yep, definitely a new CFLAGS setting getting through that wasn't before.
> [...]
> pulling this apart ....
>
> -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions
> --param=ssp-buffer-size=4 ... no clue where this comes from
>
> -fno-strict-aliasing ... initial CFLAGS setting in configure for target_os =
> mingw?
>
> -fstack-protector-all -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 ... from
> configure in the place I made a change
The (linker) errors look related to stack checking, so I'm guessing its
one of the above lines, probably -fstack-protector-all?
The key failure message is this one... (repeats)
src/libpcp/src/connect.c:269: undefined reference to `__stack_chk_fail'
> and the rest is sort of expected
>
> or here?
(these ones are pre-existing compiler warnings, things still needing a
bit more attention to clean up - but not causing build failure)
cheers.
--
Nathan
|