FS#47264 - [cuda] missing dependency: cuda-gdb is linked against libncurses.so.5

Attached to Project: Community Packages
Opened by Jakub Klinkovský (lahwaacz) - Friday, 04 December 2015, 22:30 GMT
Last edited by Doug Newgard (Scimmia) - Friday, 04 December 2015, 22:49 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To No-one
Architecture All
Severity High
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

It seems that cuda-gdb is linked against an older version of ncurses:

$ ldd /opt/cuda/bin/cuda-gdb
linux-vdso.so.1 (0x00007fffa9dab000)
libncurses.so.5 => not found
libm.so.6 => /usr/lib/libm.so.6 (0x00007fe195e95000)
libdl.so.2 => /usr/lib/libdl.so.2 (0x00007fe195c91000)
libpthread.so.0 => /usr/lib/libpthread.so.0 (0x00007fe195a74000)
libc.so.6 => /usr/lib/libc.so.6 (0x00007fe1956d0000)
/lib64/ld-linux-x86-64.so.2 (0x00007fe196193000)
This task depends upon

Closed by  Doug Newgard (Scimmia)
Friday, 04 December 2015, 22:49 GMT
Reason for closing:  Duplicate
Additional comments about closing:   FS#46598 

Loading...