Page MenuHomeSolus

Guitarix - error while loading shared libraries
Closed, ResolvedPublic

Description

Hello

After latest update, I can't open Gutarix anymore.

guitarix 
guitarix: error while loading shared libraries: libzita-convolver.so.4: cannot open shared object file: No such file or directory

Event Timeline

Seems like libzita-convolver should be added to the rundeps of this packages. Even then it complains about the following:
guitarix: error while loading shared libraries: libzita-resampler.so.1: cannot open shared object file: No such file or directory
Installing the zita-resampler package doesn't resolve this, as there is no libzita-resampler.so.1 in it, only /usr/lib64/libzita-resampler.so and /usr/lib64/libzita-resampler.so.1.6.2
Adding a symlink via sudo ln -s /usr/lib64/libzita-resampler.so.1.6.2 /usr/lib64/libzita-resampler.so.1 works

joebonrichie reassigned this task from joebonrichie to JoshStrobl.
joebonrichie triaged this task as Normal priority.
joebonrichie edited projects, added Software; removed Lacks Project.
joebonrichie added subscribers: JoshStrobl, joebonrichie.

Resolved the zita-resampler issue thanks @Staudey for the pointer.

There is two packages providing in the repo providing the same library zita-convolver and libzita-convolver one of which should be deprecated. This is probably why it isn't getting pulled in automatically as a dependency even though libzita-convolver.so.4 is present in abi_used_libs.

Assigning to @JoshStrobl as he can easily perform the deprecation and was the last to update the packages.

I disabled libzita-convolver and will deprecate it as well during sync once build backlog is completed. Proper upstream name is zita-convolver so that'll be preferred.

Fixed in unstable. Will be resolved on stable when we sync in a sec.