You are not logged in.

#1 2026-02-18 14:54:41

pejobo
Member
Registered: 2015-04-25
Posts: 9

roc-toolkit: missing shared library libsox.so.3

All of the provided executable by that package fail because it's expecting an outdated sox library,  see code block below.
Looking at the package source I assume the package just has to be rebuild. But I didn't tested this assumption.

$ pacman -Qs roc-toolkit
local/roc-toolkit 0.4.0-1
    Real-time audio streaming over the network
$ pacman -Qs sox
local/libsoxr 0.1.3-4
    The SoX Resampler library that aims to give fast and high quality results for any constant resampling ratio
local/sox 14.7.0.7-1
    The Swiss Army knife of sound processing tools
$ roc-send --help
roc-send: error while loading shared libraries: libsox.so.3: cannot open shared object file: No such file or directory
$ ls -la /usr/lib/libsox*
lrwxrwxrwx 1 root root     12 Feb 10 01:34 /usr/lib/libsox.so -> libsox_ng.so
lrwxrwxrwx 1 root root     18 Feb 10 01:34 /usr/lib/libsox_ng.so -> libsox_ng.so.3.0.0
lrwxrwxrwx 1 root root     18 Feb 10 01:34 /usr/lib/libsox_ng.so.3 -> libsox_ng.so.3.0.0
-rwxr-xr-x 1 root root 939728 Feb 10 01:34 /usr/lib/libsox_ng.so.3.0.0
lrwxrwxrwx 1 root root     16 Jul 13  2024 /usr/lib/libsoxr-lsr.so -> libsoxr-lsr.so.0
lrwxrwxrwx 1 root root     20 Jul 13  2024 /usr/lib/libsoxr-lsr.so.0 -> libsoxr-lsr.so.0.1.9
-rwxr-xr-x 1 root root  67456 Jul 13  2024 /usr/lib/libsoxr-lsr.so.0.1.9
lrwxrwxrwx 1 root root     12 Jul 13  2024 /usr/lib/libsoxr.so -> libsoxr.so.0
lrwxrwxrwx 1 root root     16 Jul 13  2024 /usr/lib/libsoxr.so.0 -> libsoxr.so.0.1.2
-rwxr-xr-x 1 root root 199128 Jul 13  2024 /usr/lib/libsoxr.so.0.1.2

Offline

#2 2026-02-18 16:00:01

Scimmia
Fellow
Registered: 2012-09-01
Posts: 13,695

Re: roc-toolkit: missing shared library libsox.so.3

Online

#3 2026-02-18 16:38:12

pejobo
Member
Registered: 2015-04-25
Posts: 9

Re: roc-toolkit: missing shared library libsox.so.3

Thanks for the pointer. Looks like the upstream PR is stuck?

Offline

Board footer

Powered by FluxBB