Description of problem: folly's logging_example triggers this: https://github.com/fmtlib/fmt/issues/2794 if that's disabled, building fizz fails on ppc64le: https://kojipkgs.fedoraproject.org//work/tasks/9048/83659048/build.log /usr/bin/ld: /usr/lib64/libfolly.so.2022.02.28.00: undefined reference to `int fmt::v8::detail::format_float<__float128>(__float128, int, fmt::v8::detail::float_specs, fmt::v8::detail::buffer<char>&)' /usr/bin/ld: /usr/lib64/libfolly.so.2022.02.28.00: undefined reference to `int fmt::v8::detail::snprintf_float<__float128>(__float128, int, fmt::v8::detail::float_specs, fmt::v8::detail::buffer<char>&)' Version-Release number of selected component (if applicable): How reproducible: Always
This package has changed maintainer in Fedora. Reassigning to the new maintainer of this component.
This happens when building fmt with clang, not with gcc - perhaps due to long double representation difference. Once closing as FIXED, as folly-2022.03.14.00-5.fc37 is build with gcc again even on ppc64le.