Package: quickplot
Version: 1.0.1~rc-1+b3
Any attempt to read an input file or pipe fails with the error message:
Failed to read file /home/brent/quickplot/plot.dat: lseek() failed
A workaround is the link the quickplot binary with the upstream
libsndfile-1.0.28
rather than the libsndfile-1.0.31 packaged with Debian 11
For instance, after installing libsndfile-1.0.28 in /usr/local/lib,
quickplot
will work if started with this shell script:
#!/bin/sh #force linkage with our local version of libsndfile
# (1.0.28 rather than Debian's 1.0.31)
LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH exec /usr/bin/quickplot "$@"
I am using Debian 11 on x86 (tested both 32 or 64-bit) with various
Linux 5.x kernels.
--
Brent Roman MBARI
Software Engineer Tel: (831) 775-1808
mailto:br...@mbari.org http://www.mbari.org/~brent