Arch Linux

Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines

Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.

REPEAT: Do NOT report bugs for outdated packages!
Tasklist

FS#68946 - [mesa] mesa package should require the specific major version of llvm-libs

Attached to Project: Arch Linux
Opened by Lukasz Dorau (ldorau) - Friday, 11 December 2020, 16:29 GMT
Last edited by Doug Newgard (Scimmia) - Friday, 11 December 2020, 16:38 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To No-one
Architecture All
Severity High
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
The mesa package does not require the specific major version of the llvm-libs package now, but it should do so,
because if the llvm-libs package is updated to the next major version,
the mesa drivers will not be loaded, because the previous version of llvm library does not exist in the system.

I have updated the llvm-libs package from the 10.0.1-3 to 11.0.0-4 version and after reboot GUI crashed (the mesa graphic drivers could not be loaded), because:
Dec 11 10:05:20 devel /usr/lib/gdm-x-session[475]: (EE) AIGLX error: dlopen of /usr/lib/dri/nouveau_dri.so failed (libLLVM-10.so: cannot open shared object file: No such file or directory)
Dec 11 10:05:20 devel /usr/lib/gdm-x-session[475]: (EE) AIGLX error: dlopen of /usr/lib/dri/swrast_dri.so failed (libLLVM-10.so: cannot open shared object file: No such file or directory)

Steps to reproduce:
1) Install mesa-20.2.1-1
2) Install llvm-libs-11.0.0-4
3) Reboot
4) The mesa graphic drivers cannot be loaded
This task depends upon

Closed by  Doug Newgard (Scimmia)
Friday, 11 December 2020, 16:38 GMT
Reason for closing:  Not a bug
Additional comments about closing:  partial updates are not supported
Comment by Lukasz Dorau (ldorau) - Friday, 11 December 2020, 16:31 GMT
The current version of the mesa package should require the llvm-libs package in a 11.x version

Loading...