Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: mitigate OpenCL packaging error #692

Merged
merged 1 commit into from
Dec 15, 2024
Merged

fix: mitigate OpenCL packaging error #692

merged 1 commit into from
Dec 15, 2024

Conversation

bsherman
Copy link
Contributor

It seems a new package was created in Fedora release repos which has started to be installed in all builds of Fedora 41/42, but it was not meant to be installed. The new OpenCL-ICD-Loader package conflicts with ocl-icd which is required by mesa-libOpenCL, nvidia drivers, etc.

This mitigation simply ensures that ocl-icd is installed, not the new, undesired package.

Upstream bug report: https://bugzilla.redhat.com/show_bug.cgi?id=2332429

It seems a new package was created in Fedora release repos which has
started to be installed in all builds of Fedora 41/42, but it was not
meant to be installed. The new OpenCL-ICD-Loader conflicts with ocl-icd
which is required by mesa-OpenCL, nvidia drivers, etc.

This mitigation simply ensures that ocl-icd is installed, not the new,
undesired package.

Upstream bug report: https://bugzilla.redhat.com/show_bug.cgi?id=2332429
@bsherman bsherman requested a review from castrojo as a code owner December 15, 2024 22:54
@dosubot dosubot bot added size:XS This PR changes 0-9 lines, ignoring generated files. bug Something isn't working labels Dec 15, 2024
@dosubot dosubot bot added the lgtm This PR has been approved by a maintainer label Dec 15, 2024
@EyeCantCU EyeCantCU enabled auto-merge December 15, 2024 22:56
@EyeCantCU EyeCantCU added this pull request to the merge queue Dec 15, 2024
Merged via the queue into main with commit f6f9024 Dec 15, 2024
18 checks passed
@EyeCantCU EyeCantCU deleted the opencl-mitigation branch December 15, 2024 23:08
fiftydinar added a commit to fiftydinar/gidro-os that referenced this pull request Dec 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working lgtm This PR has been approved by a maintainer size:XS This PR changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants