[Bug 1879387] Re: Opus module fail to load (Ubuntu 20.04)

2021-08-17 Thread Ubuntu Foundations Team Bug Bot
The attachment "1005_make_explicit_libs.patch" seems to be a patch. If it isn't, please remove the "patch" flag from the attachment, remove the "patch" tag, and if you are a member of the ~ubuntu-reviewers, unsubscribe the team. [This is an automated message performed by a Launchpad user owned

[Bug 1879387] Re: Opus module fail to load (Ubuntu 20.04)

2021-08-17 Thread Dmitriy Rodin
Previous patch does not work because pbuilder redefines LDFLAGS. Fixed. ** Patch added: "1005_make_explicit_libs.patch" https://bugs.launchpad.net/ubuntu/+source/asterisk-opus/+bug/1879387/+attachment/5518436/+files/1005_make_explicit_libs.patch -- You received this bug notification

[Bug 1879387] Re: Opus module fail to load (Ubuntu 20.04)

2021-08-17 Thread Dmitriy Rodin
This is an ubuntu-specific issue. I fixed it as described here: https://lists.ubuntu.com/archives/ubuntu-devel/2010-November/031991.html ** Patch added: "1005_make_explicit_libs.patch"

[Bug 1879387] Re: Opus module fail to load (Ubuntu 20.04)

2021-04-12 Thread Corny
My workaround is to create an override for asterisk service unit: # /etc/systemd/system/asterisk.service.d/override.conf [Service] Environment=LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libopus.so.0 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1879387] Re: Opus module fail to load (Ubuntu 20.04)

2020-10-31 Thread Andrei
Looks like the codec doesn't reference/load libopus0 properly. My *workaround* for codec_opus_open_source (as root): service asterisk stop OPUS_LIB_LOC=$(dpkg-query -L libopus0 | grep '.so.0$') # to support multiarch mv /usr/sbin/asterisk{,_orig} echo -e '#!/bin/bash\nLD_PRELOAD='$OPUS_LIB_LOC'

[Bug 1879387] Re: Opus module fail to load (Ubuntu 20.04)

2020-10-31 Thread Andrei
My *workaround* for codec_opus_open_source (as root): service asterisk stop mv /usr/sbin/asterisk{,_orig} echo -e '#/bin/bash\nLD_PRELOAD=/usr/lib/arm-linux-gnueabihf/libopus.so.0 exec /usr/sbin/aster isk_orig "$@"' > /usr/sbin/asterisk chmod +x /usr/sbin/asterisk service asterisk start -- You

[Bug 1879387] Re: Opus module fail to load (Ubuntu 20.04)

2020-10-31 Thread Andrei
My *workaround* for codec_opus_open_source (as root): service asterisk stop mv /usr/sbin/asterisk{,_orig} echo -e '#!/bin/bash\nLD_PRELOAD=/usr/lib/arm-linux-gnueabihf/libopus.so.0 exec /usr/sbin/asterisk_orig "$@"' > /usr/sbin/asterisk chmod +x /usr/sbin/asterisk service asterisk start -- You

[Bug 1879387] Re: Opus module fail to load (Ubuntu 20.04)

2020-08-22 Thread Johan Foolson
Seems to be a downstream issue. I downloaded the same package version but from the repos for Debian Sid and it works. http://ftp.debian.org/debian/pool/main/a/asterisk-opus/asterisk- opus_13.7+20171009-2_amd64.deb -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1879387] Re: Opus module fail to load (Ubuntu 20.04)

2020-05-19 Thread Johan Foolson
** Tags added: 20.04 asterisk-opus vocoder -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1879387 Title: Opus module fail to load (Ubuntu 20.04) To manage notifications about this bug go to:

[Bug 1879387] Re: Opus module fail to load (Ubuntu 20.04)

2020-05-19 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: asterisk-opus (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1879387