This bug was fixed in the package mesa - 25.0.2-1ubuntu1

---------------
mesa (25.0.2-1ubuntu1) plucky; urgency=medium

  [ Timo Aaltonen ]
  * Merge from Debian.
  * patches: Add some BMG pci-id's. (LP: #2104011)
  * patches: Further fixes for spam caused by gfxstream.

  [ Tim Andersson ]
  * rules, patches: Add a libglapi compatibility symlink for mesa-
    amber. (LP: #2104006)

 -- Timo Aaltonen <tjaal...@debian.org>  Thu, 27 Mar 2025 19:19:55 +0200

** Changed in: mesa (Ubuntu)
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to mesa in Ubuntu.
https://bugs.launchpad.net/bugs/2104006

Title:
  mesa-amber tries to dlopen libglapi.so.0 when it no longer exists

Status in mesa package in Ubuntu:
  Fix Released

Bug description:
  mesa-amber tries to:
  src/gbm/backends/dri/gbm_dri.c:   dlopen("libglapi.so.0", RTLD_LAZY | 
RTLD_GLOBAL);

  the libglapi.so.0 file was previously provided by the libglapi-mesa
  binary package. This package has now been renamed to mesa-libgallium,
  and libglapi-mesa is now a virtual package provided by the mesa-
  libgallium binary package. This was stumbled across because of LP:
  #2103588 - libgl1-amber-dri was uninstallable because of this recent
  libglapi change.

  The libglapi.so.0 shared object file no longer exists; it now exists as 
libgallium_dri.so:
  src/gallium/targets/dri/meson.build:shared_glapi_lib = libgallium_dri

  it is believed that libgallium_dri.so has a diff filename for each
  mesa release; though this still needs to be confirmed.

  The mesa source package now needs to provide a symlink to
  libgallium_dri entitled libglapi.so.0, to enable functionality in
  mesa-amber.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/2104006/+subscriptions


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to     : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to