Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
DescriptionRichard W.M. Jones
2016-05-28 10:43:53 UTC
Description of problem:
Can't build a RHEL 7.3 live CD at the moment because of
various mesa brokenness:
mesa-libxatracker-10.6.5-3.20150824.el7.x86_64 requires libLLVM-3.6-mesa.so()(64bit)
mesa-libxatracker-10.6.5-3.20150824.el7.x86_64 requires libLLVM-3.6-mesa.so(libLLVM-3.6-mesa.so)(64bit)
and:
mesa-dri-drivers-10.6.5-3.20150824.el7.x86_64 requires libLLVM-3.6-mesa.so()(64bit)
Dmesa-libxatracker-10.6.5-3.20150824.el7.x86_64 requires libLLVM-3.6-mesa.so()(64bit)
mesa-dri-drivers-10.6.5-3.20150824.el7.x86_64 requires libLLVM-3.6-mesa.so(libLLVM-3.6-mesa.so)(64bit)
mesa-libxatracker-10.6.5-3.20150824.el7.x86_64 requires libLLVM-3.6-mesa.so(libLLVM-3.6-mesa.so)(64bit)
Version-Release number of selected component (if applicable):
As above.
How reproducible:
100%
Steps to Reproduce:
1. Build a live CD eg with 'brew spin-livecd ... rhel-7.3-candidate' command.
This still seems to be broken in 7.3 GA. I'm trying to downgrade libdrm, but I'm not able to.
sudo yum downgrade drm-utils libdrm libdrm-devel mesa-dri-drivers
Resolving Dependencies
--> Running transaction check
---> Package drm-utils.x86_64 0:2.4.60-3.el7 will be a downgrade
---> Package drm-utils.x86_64 0:2.4.67-3.el7 will be erased
---> Package libdrm.x86_64 0:2.4.60-3.el7 will be a downgrade
---> Package libdrm.x86_64 0:2.4.67-3.el7 will be erased
---> Package libdrm-devel.x86_64 0:2.4.60-3.el7 will be a downgrade
---> Package libdrm-devel.x86_64 0:2.4.67-3.el7 will be erased
---> Package mesa-dri-drivers.x86_64 0:10.6.5-3.20150824.el7 will be a downgrade
--> Processing Dependency: libLLVM-3.6-mesa.so(libLLVM-3.6-mesa.so)(64bit) for package: mesa-dri-drivers-10.6.5-3.20150824.el7.x86_64
--> Processing Dependency: libLLVM-3.6-mesa.so()(64bit) for package: mesa-dri-drivers-10.6.5-3.20150824.el7.x86_64
---> Package mesa-dri-drivers.x86_64 0:11.2.2-2.20160614.el7 will be erased
--> Finished Dependency Resolution
Error: Package: mesa-dri-drivers-10.6.5-3.20150824.el7.x86_64 (rhel-x86_64-server-7)
Requires: libLLVM-3.6-mesa.so(libLLVM-3.6-mesa.so)(64bit)
Available: mesa-private-llvm-3.6.2-2.el7.x86_64 (rhel-x86_64-server-7)
libLLVM-3.6-mesa.so(libLLVM-3.6-mesa.so)(64bit)
Installed: mesa-private-llvm-3.8.1-1.el7.x86_64 (@rhel-x86_64-server-7)
Not found
Available: mesa-private-llvm-3.3-0.8.20131023.el7.i686 (rhel-x86_64-server-7)
Not found
Available: mesa-private-llvm-3.5.0-1.el7.i686 (rhel-x86_64-server-7)
Not found
Error: Package: mesa-dri-drivers-10.6.5-3.20150824.el7.x86_64 (rhel-x86_64-server-7)
Requires: libLLVM-3.6-mesa.so()(64bit)
Available: mesa-private-llvm-3.6.2-2.el7.x86_64 (rhel-x86_64-server-7)
libLLVM-3.6-mesa.so()(64bit)
Installed: mesa-private-llvm-3.8.1-1.el7.x86_64 (@rhel-x86_64-server-7)
~libLLVM-3.8-mesa.so()(64bit)
Available: mesa-private-llvm-3.3-0.8.20131023.el7.i686 (rhel-x86_64-server-7)
Not found
Available: mesa-private-llvm-3.5.0-1.el7.i686 (rhel-x86_64-server-7)
Not found
You could try using --skip-broken to work around the problem