Your message dated Tue, 5 Apr 2016 09:55:43 +0200 (CEST)
with message-id <[email protected]>
and subject line Re: Bug#819990: [libnvidia-ml1] can not
dlopen(libnvidia-ml.so) from app
has caused the Debian Bug report #819990,
regarding [libnvidia-ml1] can not dlopen(libnvidia-ml.so) from app
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
819990: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=819990
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: libnvidia-ml1
Version: 352.79-5
Severity: normal
Tags: patch
--- Please enter the report below this line. ---
I don't know if this is suitable for this packet or if there is another
solution.
I debugged an issue with the boinc-client package where it couldn't get
the cuda driver version using libnvidia-ml.so. It turns out I had to do
'ln -s /usr/lib/x86_64-linux-gnu/nvidia/current/libnvidia-ml.so
/usr/lib/libnvidia-ml.so' in order to get the driver version because
dlopen() couldn't find the so file.
Now whereis libnvidia-ml.so also works.
Regards
Christian
--- System information. ---
Architecture: amd64
Kernel: Linux 4.4.0-1-amd64
Debian Release: stretch/sid
700 testing security.debian.org
700 testing http.debian.net
600 unstable http.debian.net
500 testing-updates http.debian.net
500 suldr www.bchemnet.com
500 stable-updates http.debian.net
500 binary pkg.jenkins-ci.org
400 stable security.debian.org
400 stable http.debian.net
--- Package information. ---
Package's Depends field is empty.
Package Status (Version) | Installed
============================================-+-===========
nvidia-driver | 352.79-5
nvidia-glx |
nvidia-kernel-dkms | 352.79-5
nvidia-kernel-source |
nvidia-kernel-support-any |
nvidia-glx-any |
libgl1-nvidia-glx-any |
xserver-xorg-video-nvidia-any |
libcuda1 | 352.79-5
libcuda1-any |
nvidia-settings | 340.93-1
nvidia-xconfig | 340.93-1
nvidia-support | 20151021+4
nvidia-kernel-common | 20151021+4
nvidia-modprobe | 361.28-1
xserver-xorg | 1:7.7+14
xserver-xorg-core | 2:1.18.2-1
xserver-xorg-legacy | 2:1.18.2-1
linux-headers |
bumblebee |
bumblebee-nvidia |
libdrm-nouveau1 |
libdrm-nouveau1a |
libdrm-nouveau2 |
xserver-xorg-video-nouveau |
make |
Package's Recommends field is empty.
Package's Suggests field is empty.
--- End Message ---
--- Begin Message ---
Luca Boccassi schrieb am 04.04.2016 18:59:
>
> boinc-client should dlopen libnvidia-ml.so.1, which is in the main
> /usr/lib/*/ path.
>
> is the version package by Debian doing this? Or a custom application?
>
I tested this with upstream and dlopening libnvidia-ml.so.1 does the trick.
There is a pull request upstream: https://github.com/BOINC/boinc/pull/1522
which will flow into the boinc-client package soon after a new Client release.
I CCed the Debian BOINC maintainer list so they can adopt the patch before
that if they want to.
Regards
Christian
--- End Message ---