Bug 2380990
| Summary: | dnf-plugins-core-4.10.1-8.fc45 FTBFS with CMake using ninja: make: *** No targets specified and no makefile found. | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Cristian Le <fedora> |
| Component: | dnf-plugins-core | Assignee: | Petr Pisar <ppisar> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 44 | CC: | daniel.mach, jmracek, mblaha, packaging-team-maint, pkratoch, ppisar, praiskup, rpm-software-management |
| Target Milestone: | --- | Keywords: | Triaged |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | dnf-plugins-core-4.10.1-9.fc45 dnf-plugins-core-4.10.1-9.fc44 | Doc Type: | --- |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2026-03-14 00:15:42 UTC | 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: | 2376112, 2384424, 2433833 | ||
|
Description
Cristian Le
2025-07-16 15:13:10 UTC
This switch to ninja happened in cmake-4.2.3-2.fc45.x86_64. F44 is also affected. See the open PR for it: https://src.fedoraproject.org/rpms/dnf-plugins-core/pull-request/5 I have a simpler fix <https://github.com/rpm-software-management/dnf-plugins-core/pull/609>. Either works, the one in that PR also drops `__cmake_in_source_build 1` to truely use the cmake macros as they are more intended to be used I saw that, but the _vpath_builddir macro is not documented in the guidelines, so I'd like to avoid it. > I saw that, but the _vpath_builddir macro is not documented in the guidelines, so I'd like to avoid it. https://docs.fedoraproject.org/en-US/packaging-guidelines/vpath/ Also see the warning about `%__cmake_builddir` in https://docs.fedoraproject.org/en-US/packaging-guidelines/CMake/#_available_macros FEDORA-2026-1ed5afe8f2 (dnf-plugins-core-4.10.1-9.fc44) has been submitted as an update to Fedora 44. https://bodhi.fedoraproject.org/updates/FEDORA-2026-1ed5afe8f2 FEDORA-2026-1ed5afe8f2 has been pushed to the Fedora 44 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2026-1ed5afe8f2` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2026-1ed5afe8f2 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-2026-1ed5afe8f2 (dnf-plugins-core-4.10.1-9.fc44) has been pushed to the Fedora 44 stable repository. If problem still persists, please make note of it in this bug report. |