the addition of -fno-rtti to CMAKE_CXX_FLAGS breaks the ABI, results in breaking the ceph build (ceph is not built with -fno-rtti).
Breaking the ABI like this should require an soname bump as well.
See https://src.fedoraproject.org/rpms/leveldb/pull-request/1
glusterfs-9.2-5.fc35, libntirpc-3.5-2.fc35, and nfs-ganesha-3.5-7.fc35 have been (re)built in the side tag for you. sorry for my mistake.
Also CVE -2021-3509
recursive macro(s)
recursive macro(s)
This update has been unpushed.
This update has been unpushed.
$ rpm -q fmt fmt-8.0.1-2.fc35.x86_64 $ nm -D /usr/lib64/libfmt.so.8.0.1 | grep _ZN3fmt2v86detail13error_handler8on_errorEPKc 0000000000004c72 T _ZN3fmt2v86detail13error_handler8on_errorEPKc $ ... $ rpm -q fmt fmt-8.1.1-1.fc36.x86_64 $ nm -D /usr/lib64/libfmt.so.8.1.1 | grep _ZN3fmt2v86detail13error_handler8on_errorEPKc 00000000000067e0 T _ZN3fmt2v86detail13error_handler8on_errorEPK $
LGTM