You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The failure in test tutorial-roofit-rf802_mcstudy_addons is fixed by backporting commit 456d542 from master to the 6.34 branch.
The remaining failures all seem to have a common cause. They are all python tests for roofit/roostats, and they all report the following error:
input_line_50:1:16: error: explicit instantiation of 'std::__hash_not_enabled' must occur in namespace 'std'
template class __hash_not_enabled<RooRealVar>;
^
/usr/lib/gcc/x86_64-redhat-linux/15/../../../../include/c++/15/bits/functional_hash.h:84:12: note: explicit instantiation refers here
struct __hash_not_enabled
^
Check duplicate issues.
Description
When compiling root with gcc 15 many roofit tests fail.
Also one pythin test fails.
Test log:
build.log.gz
Reproducer
ROOT version
root 6.34.02 built with gcc 15 (default compiler) on Fedora 42.
Installation method
Build from source.
Operating system
Fedora 42
Additional context
No response
The text was updated successfully, but these errors were encountered: