runtime: Delete overridden libraries from the correct "mesa" path
1 unresolved thread
1 unresolved thread
This bug has been found while working on !338 (merged).
When generating a new /etc/ld.so.cache
, a leftover libGL.so.1
from the runtime can cause problems because it may be loaded before the overridden one.
Merge request reports
Activity
requested review from @smcv
mentioned in merge request !338 (merged)
mentioned in commit 110ef42b
This is only interesting for pure Steam Runtime 1 'scout' containers, and possibly SteamRT 1½ 'heavy', right?
scout has
files/lib/x86_64-linux-gnu/mesa/
containingld.so.conf
,libGL.so.1
,libGL.so.1.2
because it's older than GLVND.soldier doesn't have those because Debian 10 was purely GLVND-based.
Please register or sign in to reply