Bug 2184499
| Summary: | F39FailsToInstall: clazy | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Fedora Fails To Install <fti-bugs> |
| Component: | clang | Assignee: | Tom Stellard <tstellar> |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | airlied, atu.guda, jchecahi, jgrulich, kde-sig, kkleine, ngompa13, npopov, sbergman, sergesanspaille, siddharth.kde, tbaeder, tstellar, tuliom |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2023-05-05 16:44:02 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: | 2168845 | ||
|
Description
Fedora Fails To Install
2023-04-04 20:56:14 UTC
clazy-1.11-5.fc39 has not so correct requirement:
clang(major) = %{clang_major_version} is needed by clazy-1.11-5.fc39.x86_64
Neal, any idea what might be wrong with it? Because this looks good to me: > Requires: clang(major) = %{clang_major_version} During build it says: > line 19: Possible unexpanded macro in: Requires: clang(major) = %{clang_major_version} But I can see such macro exists here https://src.fedoraproject.org/rpms/clang/blob/rawhide/f/macros.clang. It seems, that clang-devel-16.0.0-1.fc39.x86_64.rpm, clang-devel-16.0.0-2.eln126.x86_64.rpm have wrong /usr/lib/rpm/macros.d/macros.clang - just unknown binary file You are right. Reassigning to clang. The problem is that the source numbering shifted and this is now copying a tarball signature instead of the macro file. Yeah, we have https://src.fedoraproject.org/rpms/clang/pull-request/202, just waiting for CI to finish. FEDORA-2023-119e3eb32b has been submitted as an update to Fedora 39. https://bodhi.fedoraproject.org/updates/FEDORA-2023-119e3eb32b FEDORA-2023-119e3eb32b has been pushed to the Fedora 39 stable repository. If problem still persists, please make note of it in this bug report. FEDORA-2023-36b95f852a has been submitted as an update to Fedora 38. https://bodhi.fedoraproject.org/updates/FEDORA-2023-36b95f852a FEDORA-2023-36b95f852a has been pushed to the Fedora 38 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2023-36b95f852a` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2023-36b95f852a See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. |