Bug 1937587
| Summary: | Old llvm version in glxinfo | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | romulasry |
| Component: | mesa | Assignee: | Adam Jackson <ajax> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | ajax, bskeggs, caillon+fedoraproject, dmalcolm, igor.raits, jakub, jglisse, jistone, lyude, rclark, rhughes, robinlee.sysu, rstrode, scottt.tw, sean, sguelton, siddharth.kde, tstellar, walter.pete |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | mesa-21.0.1-1.fc34 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2021-03-27 00:16:53 UTC | 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: | |||
Mesa will need to rebuild with llvm-12, but in the meantime it should run fine using the llvm11-libs compat package. Shouldn't it rebuild with llvm each update? dnf info llvm Name : llvm Version : 12.0.0 Release : 0.5.rc2.fc35 Architecture : x86_64 Size : 14 M Source : llvm-12.0.0-0.5.rc2.fc35.src.rpm Repository : rawhide Summary : The Low Level Virtual Machine URL : http://llvm.org License : NCSA Description : LLVM is a compiler infrastructure designed for compile-time, : link-time, runtime, and idle-time optimization of programs from : arbitrary programming languages. The compiler infrastructure : includes mirror sets of programming tools as well as libraries : with equivalent functionality. They should rebuild eventually, but we add compat packages like llvm11-libs to allow that to be a more leisurely process, rather than painfully requiring everything to update in sync. Mesa doesn't currently build with new llvm. See https://gitlab.freedesktop.org/mesa/mesa/-/issues/4442 FEDORA-2021-fc6a2fea71 has been submitted as an update to Fedora 34. https://bodhi.fedoraproject.org/updates/FEDORA-2021-fc6a2fea71 FEDORA-2021-fc6a2fea71 has been pushed to the Fedora 34 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2021-fc6a2fea71` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2021-fc6a2fea71 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. glxinfo in fedora rawhide says llvm 12.0.0 so this can be closed. FEDORA-2021-fc6a2fea71 has been pushed to the Fedora 34 stable repository. If problem still persists, please make note of it in this bug report. |
Description of problem: Version-Release number of selected component (if applicable): How reproducible: Very. Steps to Reproduce: 1. glxinfo | grep LLVM 2. ??? 3. Proft! Actual results: glxinfo | grep LLVM Device: AMD Radeon (TM) RX 480 Graphics (POLARIS10, DRM 3.40.0, 5.12.0-0.rc2.165.fc35.x86_64, LLVM 11.1.0) (0x67df) Expected results: LLVM 12.0 RC2? Additional info: