FS#58408 - [cuda] missing dependency on nvidia-utils (libcuda.so.1)

Attached to Project: Community Packages
Opened by Daniel Bermond (Bermond) - Monday, 30 April 2018, 17:41 GMT
Last edited by Sven-Hendrik Haase (Svenstaro) - Tuesday, 01 May 2018, 19:06 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Sven-Hendrik Haase (Svenstaro)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

The library /opt/cuda/lib64/libcuinj64.so from cuda package links against libcuda.so.1, which is provided by nvidia-utils/nvidia-340xx-utils.

Without nvidia-utils/nvidia-340xx-utils installed, ldd reports libcuda.so.1 as a 'not found' link for libcuinj64.so.

There is nothing on cuda depends that pulls nvidia-utils/nvidia-340xx-utils. Adding nvidia-utils to cuda depends fixes this.

Additional info:
* package version(s)
* config and/or log files etc.

cuda 9.1.85.3-1

Steps to reproduce:
# pacman -Syu cuda
# pacman -Rdd nvidia-utils # if installed (or nvidia-340xx-utils)
$ ldd /opt/cuda/lib64/libcuinj64.so
/opt/cuda/lib64/libcuinj64.so:
...
libcuda.so.1 => not found
...
This task depends upon

Closed by  Sven-Hendrik Haase (Svenstaro)
Tuesday, 01 May 2018, 19:06 GMT
Reason for closing:  Fixed
Comment by Sven-Hendrik Haase (Svenstaro) - Tuesday, 01 May 2018, 10:56 GMT
Yeah, would likely make sense to do this.

Loading...