I have the following problem:
I've installed the Mixxx DJ software from Slackbuilds.org. It had worked and started, but I got some problem starting the Jack Audio server.
After experimenting with mixxx and qjackctl, I did the following mistake:
I uninstalled the Opus Sound Codec library! Now Mixxx and qjackctl don't start up anymore. They complain about a missing libopus.so.0. So I tried to reinstall Opus from Sourcery.
Unfortunately, I get an error running the Slackbuild and can't reinstall Opus.

The last lines of the log:
Code: Select all
ibtool: install: /bin/ginstall -c .libs/libopus.so.0.4.0 /usr/src/slapt-src/audio/opus/package-opus/usr/lib64/libopus.so.0.4.0
libtool: install: (cd /usr/src/slapt-src/audio/opus/package-opus/usr/lib64 && { ln -s -f libopus.so.0.4.0 libopus.so.0 || { rm -f libopus.so.0 && ln -s libopus.so.0.4.0 libopus.so.0; }; })
libtool: install: (cd /usr/src/slapt-src/audio/opus/package-opus/usr/lib64 && { ln -s -f libopus.so.0.4.0 libopus.so || { rm -f libopus.so && ln -s libopus.so.0.4.0 libopus.so; }; })
libtool: install: /bin/ginstall -c .libs/libopus.lai /usr/src/slapt-src/audio/opus/package-opus/usr/lib64/libopus.la
libtool: install: warning: remember to run `libtool --finish /usr/lib64'
make[3]: Entering directory `/usr/src/slapt-src/audio/opus/opus-1.0.3/doc'
make[4]: Entering directory `/usr/src/slapt-src/audio/opus/opus-1.0.3/doc'
make[4]: Für das Ziel »install-exec-am« ist nichts zu tun. (*for target install-exec-am: nothing to do)
make[4]: Für das Ziel »install-data-am« ist nichts zu tun.
make[4]: Leaving directory `/usr/src/slapt-src/audio/opus/opus-1.0.3/doc'
make[3]: Leaving directory `/usr/src/slapt-src/audio/opus/opus-1.0.3/doc'
/bin/mkdir -p '/usr/src/slapt-src/audio/opus/package-opus/usr/share/aclocal'
/bin/ginstall -c -m 644 opus.m4 '/usr/src/slapt-src/audio/opus/package-opus/usr/share/aclocal'
/bin/mkdir -p '/usr/src/slapt-src/audio/opus/package-opus/usr/lib64/pkgconfig'
/bin/ginstall -c -m 644 opus.pc '/usr/src/slapt-src/audio/opus/package-opus/usr/lib64/pkgconfig'
/bin/mkdir -p '/usr/src/slapt-src/audio/opus/package-opus/usr/include/opus'
/bin/ginstall -c -m 644 include/opus.h include/opus_multistream.h include/opus_types.h include/opus_defines.h '/usr/src/slapt-src/audio/opus/package-opus/usr/include/opus'
make[2]: Leaving directory `/usr/src/slapt-src/audio/opus/opus-1.0.3'
make[1]: Leaving directory `/usr/src/slapt-src/audio/opus/opus-1.0.3'
find: "/usr/src/slapt-src/audio/opus/package-opus/usr/man": Datei oder Verzeichnis nicht gefunden (*file or directory not found*)
fakeroot -- sh opus.SlackBuild Gescheitert (*failed*)