Actions
Bug #20619
closedarvados-client deb package doesn't depend on libfuse
Status:
Resolved
Priority:
Normal
Assigned To:
Category:
CI
Target version:
Story points:
-
Release:
Release relationship:
Auto
Description
While working on an Ubuntu 20.04 node, I installed arvados-client
and cannot run it because of libfuse
not being installed:
$ ldd `which arvados-client` linux-vdso.so.1 (0x00007ffcc13b8000) libfuse.so.2 => not found libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007f04633f7000) libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f0463000000) /lib64/ld-linux-x86-64.so.2 (0x00007f0463406000) $ apt-cache depends arvados-client=2.6.2-1 arvados-client
Make sure our CI package testing pipeline tries running arvados-client -version
correctly after install.
Updated by Peter Amstutz over 1 year ago
- Target version changed from Development 2023-06-21 sprint to Development 2023-07-05 sprint
Updated by Peter Amstutz over 1 year ago
- Assigned To changed from Lucas Di Pentima to Peter Amstutz
Updated by Peter Amstutz over 1 year ago
20619-arv-client-libfuse @ 3c29c4daaf0abe7934b70cdc51f33d92fda1ee80
Updated by Peter Amstutz over 1 year ago
- % Done changed from 0 to 100
- Status changed from In Progress to Resolved
Applied in changeset arvados|b9cc61168f3ace00f4ea902bcd4cccb93564e71b.
Actions