Bug 2380623
| Summary: | gnurobbo: FTBFS with change proposal CMake 4.0 | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Cristian Le <fedora> |
| Component: | gnurobbo | Assignee: | Raphael Groner <projects.rg> |
| Status: | NEW --- | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | projects.rg |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | --- | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | Type: | --- | |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 2376114 | ||
|
Description
Cristian Le
2025-07-16 10:36:39 UTC
Error 404: Page Not Found User cmake-4.0 does not exist. Yes, it's from the early batch of tickets. It's supposed to be https://copr.fedorainfracloud.org/coprs/lecris/cmake-4.0/package/gnurobbo CMake Error at CMakeLists.txt:1 (cmake_minimum_required):
Compatibility with CMake < 3.5 has been removed from CMake.
Update the VERSION argument <min> value. Or, use the <min>...<max> syntax
to tell CMake that the project requires at least <min> but has been updated
to work with policies introduced by <max> or earlier.
Or, add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to try configuring anyway.
…
RPM build errors:
Macro expanded in comment on line 17: %{name}-svn-tarball.sh %{rev}
line 52: It's not recommended to have unversioned Obsoletes: Obsoletes: gnurobbo-data
line 53: It's not recommended to have unversioned Obsoletes: Obsoletes: gnurobbo-fonts
Macro expanded in comment on line 160: %{_datadir}/pixmaps/%{name}.png
|