Fedora Account System
Red Hat Associate
Red Hat Customer
Created attachment 1781963 [details] build.log http://koji.fedoraproject.org/koji/buildinfo?buildID=1745772 In file included from /usr/include/signal.h:315, from /builddir/build/BUILD/oidn-1.3.0/apps/catch.hpp:8034, from /builddir/build/BUILD/oidn-1.3.0/apps/oidnTest.cpp:12: /builddir/build/BUILD/oidn-1.3.0/apps/catch.hpp:10822:58: error: call to non-'constexpr' function 'long int sysconf(int)' 10822 | static constexpr std::size_t sigStackSize = 32768 >= MINSIGSTKSZ ? 32768 : MINSIGSTKSZ; | ^~~~~~~~~~~ In file included from /usr/include/bits/sigstksz.h:24, from /usr/include/signal.h:315, from /builddir/build/BUILD/oidn-1.3.0/apps/catch.hpp:8034, from /builddir/build/BUILD/oidn-1.3.0/apps/oidnTest.cpp:12: /usr/include/unistd.h:630:17: note: 'long int sysconf(int)' declared here 630 | extern long int sysconf (int __name) __THROW; | ^~~~~~~ In file included from /builddir/build/BUILD/oidn-1.3.0/apps/oidnTest.cpp:12: /builddir/build/BUILD/oidn-1.3.0/apps/catch.hpp:10881:45: error: size of array 'altStackMem' is not an integral constant-expression 10881 | char FatalConditionHandler::altStackMem[sigStackSize] = {}; | ^~~~~~~~~~~~ This package needs to be adjusted for the new glibc in rawhide.
The catch bug is https://github.com/catchorg/Catch2/issues/2178 but I don't think they fixed it upstream for catch v1
New build with patch solving glibc build issue aken from upstream devel branch. https://koji.fedoraproject.org/koji/taskinfo?taskID=67725731 That patch will be removed once a stable release is available.
FEDORA-2021-258785fae6 has been submitted as an update to Fedora 35. https://bodhi.fedoraproject.org/updates/FEDORA-2021-258785fae6
FEDORA-2021-258785fae6 has been pushed to the Fedora 35 stable repository. If problem still persists, please make note of it in this bug report.