Sun Nov 28, 2021 16:55
|
pcfe: First off, I fully understad that releases take a while and greatly appreciate you maintaining smstools3 :-)
This is a "ftbfs with GCC-10" issue, which is going to be fixed in the near future.
Is there perchance a public version control where I could pull a current state > 3.1.21 (or a place where I can pull a tarball of the current prerelease state)?
I want to try if I manage to compile a later version on Fedora (today 35) with all of
make -C src 'CFLAGS=-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D NUMBER_OF_MODEMS=64' 'LFLAGS=-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 ' -j4
(the flags I get when doing a mock build)
Thanks
pcfe
|