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/rocm-compilersupport. 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.
!! Copr timeout => sending INT Copr build error: Build failed Increase the timeout on your copr and try again.
Did a rebuild, and it fails at questionable sections ``` -- Build files have been written to: /builddir/build/BUILD/rocm-compilersupport-19-build/llvm-project-rocm-6.4.1/build-comgr + sed -i -e s.19.0git@ build-comgr/CMakeFiles/amd_comgr.dir/link.txt sed: can't read build-comgr/CMakeFiles/amd_comgr.dir/link.txt: No such file or directory error: Bad exit status from /var/tmp/rpm-tmp.xhl7QV (%build) ``` I am actually lost on what that is supposed to be doing.
Can you check if this change fixes the issue ? https://src.fedoraproject.org/rpms/rocm-compilersupport/c/878261eeebbede5f9f220522155fb1ccd8110df8?branch=rawhide
Rebuild submitted: https://copr.fedorainfracloud.org/coprs/lecris/cmake-ninja/build/9394464/ It should work, but the preferred approach is to add ``` %global _cmake_generator "Unix Makefiles" ``` This would avoid having multiple `-G` flags in the `cmake` command. It should be fine because it seems to be taking the last value.