Description of problem: root and root-core packages from EPEL8-testing require json-devel for cmake `find_package(ROOT .. )` to work properly, however it is not listed as a dependency. As a result, attempts to run cmake configuration for projects that use ROOT fail. Version-Release number of selected component (if applicable): 6.24.02 How reproducible: Always. Steps to Reproduce: 1. create CMakeLists.txt with the following content ``` project(foo CXX) cmake_minimum_required(VERSION 3.20) find_package(ROOT COMPONENTS Core REQUIRED ) add_executable(1.exe 1.C) ``` 2. touch 1.C 3. cmake CMakeListst.txt Actual results: ``` -- The CXX compiler identification is GNU 8.5.0 -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /usr/bin/c++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done CMake Error at /usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:47 (find_package): By not providing "Findnlohmann_json.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "nlohmann_json", but CMake did not find one. Could not find a package configuration file provided by "nlohmann_json" (requested version 3.6.1) with any of the following names: nlohmann_jsonConfig.cmake nlohmann_json-config.cmake Add the installation prefix of "nlohmann_json" to CMAKE_PREFIX_PATH or set "nlohmann_json_DIR" to a directory containing one of the above files. If "nlohmann_json" provides a separate development package or SDK, be sure it has been installed. Call Stack (most recent call first): /usr/share/root/cmake/ROOTConfig.cmake:114 (find_dependency) CMakeLists.txt:3 (find_package) -- Configuring incomplete, errors occurred! ``` Expected results: Successful configuration by cmake. Additional info: Of course, the behaviour is seen only if json-devel is not installed.
FEDORA-2021-acbbbe02b8 has been submitted as an update to Fedora 34. https://bodhi.fedoraproject.org/updates/FEDORA-2021-acbbbe02b8
FEDORA-2021-a09b749175 has been submitted as an update to Fedora 33. https://bodhi.fedoraproject.org/updates/FEDORA-2021-a09b749175
FEDORA-EPEL-2021-817370d4a8 has been submitted as an update to Fedora EPEL 8. https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2021-817370d4a8
FEDORA-EPEL-2021-b40354f228 has been submitted as an update to Fedora EPEL 7. https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2021-b40354f228
FEDORA-EPEL-2021-817370d4a8 has been pushed to the Fedora EPEL 8 testing repository. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2021-817370d4a8 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.
FEDORA-EPEL-2021-b40354f228 has been pushed to the Fedora EPEL 7 testing repository. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2021-b40354f228 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.
FEDORA-2021-acbbbe02b8 has been pushed to the Fedora 34 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2021-acbbbe02b8` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2021-acbbbe02b8 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.
FEDORA-2021-a09b749175 has been pushed to the Fedora 33 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2021-a09b749175` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2021-a09b749175 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.
FEDORA-2021-a04402686c has been submitted as an update to Fedora 35. https://bodhi.fedoraproject.org/updates/FEDORA-2021-a04402686c
FEDORA-2021-a04402686c has been pushed to the Fedora 35 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2021-a04402686c` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2021-a04402686c See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.
FEDORA-EPEL-2021-817370d4a8 has been pushed to the Fedora EPEL 8 stable repository. If problem still persists, please make note of it in this bug report.
FEDORA-EPEL-2021-b40354f228 has been pushed to the Fedora EPEL 7 stable repository. If problem still persists, please make note of it in this bug report.
FEDORA-2021-acbbbe02b8 has been pushed to the Fedora 34 stable repository. If problem still persists, please make note of it in this bug report.
FEDORA-2021-a09b749175 has been pushed to the Fedora 33 stable repository. If problem still persists, please make note of it in this bug report.
FEDORA-2021-a04402686c has been pushed to the Fedora 35 stable repository. If problem still persists, please make note of it in this bug report.