libopus /Opus Codec Slackbuild (re)install problem.[fixed]

You have a problem with Salix? Post here and we'll do what we can to help.
Post Reply
rrttdd
Posts: 26
Joined: 28. Nov 2012, 18:49

libopus /Opus Codec Slackbuild (re)install problem.[fixed]

Post by rrttdd »

Hi.
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*)
Last edited by rrttdd on 9. Feb 2014, 01:48, edited 1 time in total.
User avatar
mimosa
Salix Warrior
Posts: 3311
Joined: 25. May 2010, 17:02
Contact:

Re: libopus /Opus Codec Slackbuild (re)installation problem.

Post by mimosa »

Try installing linuxdoc-tools and having another go. Just a hunch ...
User avatar
gapan
Salix Wizard
Posts: 6362
Joined: 6. Jun 2009, 17:40

Re: libopus /Opus Codec Slackbuild (re)installation problem.

Post by gapan »

Wait. Back up a bit. Why did you remove opus in the first place? And why are you trying to build a package from slackbuilds, since there is already a package for it in the repos? For the exact same version for that matter.
Image
Image
rrttdd
Posts: 26
Joined: 28. Nov 2012, 18:49

Re: libopus /Opus Codec Slackbuild (re)installation problem.

Post by rrttdd »

Hi.

linux-doctools 0.9.67 already seem to be insalled according to Gslapt.

In the Salix Gslapt standard reops I can't find Opus. The log posted above was created when I tried to re-install Opus with Sourcery. (Version 1.0.3)
User avatar
gapan
Salix Wizard
Posts: 6362
Joined: 6. Jun 2009, 17:40

Re: libopus /Opus Codec Slackbuild (re)installation problem.

Post by gapan »

What salix version are you on?
Image
Image
rrttdd
Posts: 26
Joined: 28. Nov 2012, 18:49

Re: libopus /Opus Codec Slackbuild (re)installation problem.

Post by rrttdd »

Hi,

Salix Ratpoison 14.0.1
User avatar
gapan
Salix Wizard
Posts: 6362
Joined: 6. Jun 2009, 17:40

Re: libopus /Opus Codec Slackbuild (re)installation problem.

Post by gapan »

Install the doxygen package.
Image
Image
rrttdd
Posts: 26
Joined: 28. Nov 2012, 18:49

Re: libopus /Opus Codec Slackbuild (re)install problem.[fixe

Post by rrttdd »

Install the doxygen package.
Now the Slackbuild works! Thanks a lot :)
Post Reply