Tue, 16 Jan 2024 22:35:10 -0600 "David C. Rankin" <drankinatty@suddenlinkmail.com> :
On 1/16/24 10:58, Ben T. Fender wrote:
BTF> trace has a lot of 'no such file or directory'
BTF>https://transfiles.ru/9j11q [...]
David seems to see the file, but I can't see anything.... (_ _?
Strace will always be full of 'no such file or directory' as for every file the executable will walk-the-path to find whatever file it needs. At every level in the path where the file doesn't exists -- you get a 'no such file or directory' -- that's why strace output is gazillions of lines long and drives you crazy trying to track individual errors. Unless you can search on a specific signal, then it's a lot of repetitive ("so what") lines to go through....
-- David C. Rankin, J.D.,P.E.
Audacity appimage to the rescue not :-) ~ /0/adat/apps/audacity-linux-3.4.2-x64.AppImage /lib64/libatk-1.0.so.0 /lib64/libatk-bridge-2.0.so.0 /lib64/libcairo-gobject.so.2 /lib64/libcairo.so.2 /lib64/libgio-2.0.so.0 /lib64/libglib-2.0.so.0 /lib64/libgmodule-2.0.so.0 /lib64/libgobject-2.0.so.0 /lib64/libgthread-2.0.so.0 /usr/lib64/pipewire-0.3/jack/libjack.so.0 /lib64/libpixman-1.so.0 findlib: libportaudio.so: cannot open shared object file: No such file or directory /0/adat/apps/audacity-linux-3.4.2-x64.AppImage: Using fallback for library 'libportaudio.so' /tmp/.mount_audaciQd0sjP/bin/audacity: /tmp/.mount_audaciQd0sjP/lib/libselinux.so. 1: no version information available (required by /lib64/libgio-2.0.so.0) I only have a /usr/lib64/libportaudio.so.2 AND I don't know what ELSE it might still not find!