Package: liblapack3
Version: 3.12.1-6
Severity: important
Tags: d-i
X-Debbugs-Cc: debian-amd64@lists.debian.org, basos.g@gmx.net, debian-boot@lists.debian.org
User: debian-amd64@lists.debian.org
Usertags: amd64
User: debian-boot@lists.debian.org
Usertags: amd64
Dear Maintainer,
*** Reporter, please consider answering these questions, where appropriate ***
* What led up to the situation?
After dist upgrading from bullseye to trixie, and trying to run the minidlad
daemon, it failed with error
/usr/sbin/minidlnad: error while loading shared libraries: liblapack.so.3:
cannot open shared object file: No such file or directory
* What exactly did you do (or not do) that was effective (or
ineffective)?
This seems to be related to https://bugs.debian.org/cgi-
bin/bugreport.cgi?bug=1117208
From the above bug I could fix this with
root@dogcat:~# update-alternatives --query liblapack.so.3-x86_64-linux-gnu
update-alternatives: warning: alternative /usr/lib/x86_64-linux-
gnu/atlas/liblapack.so.3 (part of link group liblapack.so.3-x86_64-linux-gnu)
doesn't exist; removing from list of alternatives
Name: liblapack.so.3-x86_64-linux-gnu
Link: /usr/lib/x86_64-linux-gnu/liblapack.so.3
Status: auto
Best: /usr/lib/x86_64-linux-gnu/lapack/liblapack.so.3
Value: /usr/lib/x86_64-linux-gnu/atlas/liblapack.so.3
Alternative: /usr/lib/x86_64-linux-gnu/lapack/liblapack.so.3
Priority: 10
update-alternatives --set liblapack.so.3-x86_64-linux-gnu
/usr/lib/x86_64-linux-gnu/lapack/liblapack.so.3
update-alternatives: warning: alternative /usr/lib/x86_64-linux-
gnu/atlas/liblapack.so.3 (part of link group liblapack.so.3-x86_64-linux-gnu)
doesn't exist; removing from list of alternatives
update-alternatives: warning: /etc/alternatives/liblapack.so.3-x86_64-linux-gnu
is dangling; it will be updated with best choice
update-alternatives: using /usr/lib/x86_64-linux-gnu/lapack/liblapack.so.3 to
provide /usr/lib/x86_64-linux-gnu/liblapack.so.3 (liblapack.so.3-x86_64-linux-
gnu) in manual mode
*** End of the template - remove these template lines ***