Bug 2090202
Summary: | dnf install kdevelop wants to downgrade llvm and mesa | ||
---|---|---|---|
Product: | [Fedora] Fedora EPEL | Reporter: | giunta |
Component: | kdevelop | Assignee: | Jan Grulich <jgrulich> |
Status: | NEW --- | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | high | Docs Contact: | |
Priority: | unspecified | ||
Version: | epel8 | CC: | chenhaixing, jgrulich, kde-sig, me, rdieter, smparrish, than |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | --- | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | Type: | Bug | |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
giunta
2022-05-25 11:18:17 UTC
Hi,I've read your question. I did't have your environment include CentOS and repo. I can only give you some advice on trying to solve your problem. I see a similar approach in the following link. https://bugzilla.redhat.com/show_bug.cgi?id=2089579 You can use dnf versionlock plugin (https://dnf-plugins-core.readthedocs.io/en/latest/versionlock.html) that is part of dnf-plugins-core and lock to llvm and mesa to forbid downgrade to other versions. Another option is to use exclude for all llvm and mesa, but I think versionlock is better suited for your use case. I'm not sure it works. I hopo it is useful to you. Hi, kdevelop-5.6.2-2.el8.x86_64.rpm (last version available for el8) was compiled with clang libraries available on RHEL 8.5: DEBUG util.py:446: clang-devel x86_64 12.0.1-4.module+el8.5.0+13246+cefb5d4c build 2.3 M ... DEBUG util.py:446: clang x86_64 12.0.1-4.module+el8.5.0+13246+cefb5d4c build 82 k DEBUG util.py:446: clang-libs x86_64 12.0.1-4.module+el8.5.0+13246+cefb5d4c build 22 M DEBUG util.py:446: clang-resource-filesystem x86_64 12.0.1-4.module+el8.5.0+13246+cefb5d4c build 14 k DEBUG util.py:446: clang-tools-extra x86_64 12.0.1-4.module+el8.5.0+13246+cefb5d4c build 14 M Now we are at RHEL 8.6 and we have a new clang version (12.0.1 vs 13.0.1) =================================================================================== Name Exactly Matched: clang =================================================================================== clang-13.0.1-1.module+el8.6.0+825+7e27476a.i686 : A C language family front-end for LLVM clang-13.0.1-1.module+el8.6.0+825+7e27476a.x86_64 : A C language family front-end for LLVM ================================================================================== Name & Summary Matched: clang ================================================================================== clang-devel-13.0.1-1.module+el8.6.0+825+7e27476a.i686 : Development header files for clang clang-devel-13.0.1-1.module+el8.6.0+825+7e27476a.x86_64 : Development header files for clang clang-libs-13.0.1-1.module+el8.6.0+825+7e27476a.x86_64 : Runtime library for clang clang-libs-13.0.1-1.module+el8.6.0+825+7e27476a.i686 : Runtime library for clang clang-libs-13.0.1-1.module+el8.6.0+825+7e27476a.x86_64 : Runtime library for clang clang-resource-filesystem-13.0.1-1.module+el8.6.0+825+7e27476a.x86_64 : Filesystem package that owns the clang resource directory clang-resource-filesystem-13.0.1-1.module+el8.6.0+825+7e27476a.i686 : Filesystem package that owns the clang resource directory clang-resource-filesystem-13.0.1-1.module+el8.6.0+825+7e27476a.x86_64 : Filesystem package that owns the clang resource directory clang-tools-extra-13.0.1-1.module+el8.6.0+825+7e27476a.i686 : Extra tools for clang clang-tools-extra-13.0.1-1.module+el8.6.0+825+7e27476a.x86_64 : Extra tools for clang Could you please rebuild kdevelop using last clang libraries ? Thanks. |