Fedora Account System
Red Hat Associate
Red Hat Customer
Dear package maintainer, This is an automated bug created due to a FTBFS when rebuilding this package for the change proposal CMake: Use ninja generator by default. The rebuild is being tracked in https://copr.fedorainfracloud.org/coprs/lecris/cmake-ninja/package/hpx. See https://fedoraproject.org/wiki/Changes/CMake_ninja_default for more information on how to make the package compatible. More specifically, make sure you are using standard %cmake_* macros. If you find that there are hard dependencies on the generator even after such transition, please ping me for closer investigation. You can check the build locally following the instructions in the change proposal, or submit your build to the tracking copr project. Let me know if you encounter any issues, or need any other help.
The issue is because make is called directly in the spec: diff --git a/hpx.spec b/hpx.spec index 94548c3..cadca25 100644 --- a/hpx.spec +++ b/hpx.spec @@ -215,7 +216,7 @@ rm %{buildroot}/%{_datadir}/%{name}/LICENSE_1_0.txt . /etc/profile.d/modules.sh for mpi in '' openmpi mpich ; do test -n "${mpi}" && module load mpi/${mpi}-%{_arch} - make -C %{__cmake_builddir}/ tests.examples + %ctest --tests-regex tests.examples test -n "${mpi}" && module unload mpi/${mpi}-%{_arch} done It also turns out the test were never ran and now some fail on ppc64le and s390x.
FEDORA-2025-79cab586cb (hpx-1.10.0-8.fc44) has been submitted as an update to Fedora 44. https://bodhi.fedoraproject.org/updates/FEDORA-2025-79cab586cb
FEDORA-2025-79cab586cb (hpx-1.10.0-8.fc44) has been pushed to the Fedora 44 stable repository. If problem still persists, please make note of it in this bug report.