Bug 2316262
Summary: | F42FailsToInstall: rocm-device-libs, hipcc | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Fedora Fails To Install <fti-bugs> |
Component: | lld | Assignee: | Tom Stellard <tstellar> |
Status: | CLOSED WORKSFORME | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | rawhide | CC: | alexjnewt, jchecahi, kkleine, npopov, rocm-packagers-sig, sergesanspaille, siddharth.kde, tflink, 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: | 2024-10-05 19:44:22 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: | 2300529 |
Description
Fedora Fails To Install
2024-10-03 09:03:20 UTC
As near as I can tell, this is due to how the llvm packaged do their provides. For example, rocm-device-libs has requires on lld-devel(major) = 18 which wasn't an issue before llvm19 landed since that was provided by lld-devel. Once llvm19 landed, lld-devel started providing lld-devel(major) = 19 and in theory, rocm-device-libs should start requiring lld18-devel. However, the lld packages do their provides with %{name}-devel(major) = %{maj_ver} which looks fine but the compat packages change their name so lld -> lld18 and the provides end up being lld18-devel(major) = 18 and all of a sudden, rocm-device-libs can't find a provider for it's requirement of lld-devel(major) = 18. There is more than one way fix this, but I'd like to talk with the llvm folks about changing how their provides work so that we can just do our requires from the major version without needing logic to handle the compat packages. Yeah that's not right, it should be providing lld-devel(major) = 18 in my honest opinion. They originally added this at my request, so it looks like a bug. See https://src.fedoraproject.org/rpms/lld18/pull-request/1 Reassigning to lld It's not just lld, though. compiler-rt18 has the same problem See https://src.fedoraproject.org/rpms/compiler-rt18/pull-request/1 for the compiler-rt18 change. Hello, Please note that this comment was generated automatically by https://pagure.io/releng/blob/main/f/scripts/ftbfs-fti/follow-policy.py If you feel that this output has mistakes, please open an issue at https://pagure.io/releng/ All subpackages of a package against which this bug was filled are now installable or removed from Fedora 42. Thanks for taking care of it! |