View previous topic :: View next topic |
Author |
Message |
george.joseph at fairv... Guest
|
Posted: Thu Mar 31, 2016 10:58 am Post subject: [asterisk-users] PJProject Bundled Update |
|
|
As you know, the ability to use a bundled version of pjproject was introduced with Asterisk 13.8.0.
More info on the Asterisk Wiki and in this email thread.
Since then I've fixed a few issues related to older versions of Debian and CentOS which you can in these 2 patches.
https://gerrit.asterisk.org//2516
https://gerrit.asterisk.org/2449
Any other feedback? I'd like to get an idea of how many folks have tried it.
Thanks
george |
|
Back to top |
|
|
brian at wildsong.biz Guest
|
Posted: Thu Mar 31, 2016 11:30 am Post subject: [asterisk-users] PJProject Bundled Update |
|
|
I think that I worked around the first issue (libasteriskssl) last night. Should have gone to bed earlier instead.
Will test your patches this morning. I build on a barebones Debian 8.x virtual machine - not "older" unless you consider "stable" = "older".
On Thu, Mar 31, 2016 at 8:57 AM, George Joseph <george.joseph@fairview5.com (george.joseph@fairview5.com)> wrote:
--
Brian Wilson, GISP
Wildsong 707-827-0001 |
|
Back to top |
|
|
george.joseph at fairv... Guest
|
Posted: Thu Mar 31, 2016 12:47 pm Post subject: [asterisk-users] PJProject Bundled Update |
|
|
On Thu, Mar 31, 2016 at 10:30 AM, Brian Wilson <brian@wildsong.biz (brian@wildsong.biz)> wrote:
Quote: | I think that I worked around the first issue (libasteriskssl) last night. Should have gone to bed earlier instead.
Will test your patches this morning. I build on a barebones Debian 8.x virtual machine - not "older" unless you consider "stable" = "older".
|
Ha! No, it was just that the issues were being reported Debian 4 and 6.
|
|
Back to top |
|
|
george.joseph at fairv... Guest
|
Posted: Thu Mar 31, 2016 2:28 pm Post subject: [asterisk-users] PJProject Bundled Update |
|
|
On Thu, Mar 31, 2016 at 1:17 PM, Brian Wilson <brian@wildsong.biz (brian@wildsong.biz)> wrote:
Quote: | The way I got this build to succeed last night was by using a separate pjproject, error I get with bundle is the same after applying your patches.
First patch succeeds.
Second patch fails in 'configure'.
What I did -- I downloaded your diffs, unpacked a fresh copy of the asterisk tarball, then applied patches.
Then did configure, make menuselect, make
Looks like you were working with an older version of configure? I think those changes that failed are already in the release file.
|
Oh, they might be. I'll check.
Quote: |
Build still fails with
Makefile:117: recipe for target 'source/pjsip-apps/src/python/build/_pjsua.so' failed
make[2]: *** [source/pjsip-apps/src/python/build/_pjsua.so] Error 1
Makefile:20: recipe for target 'pjproject' failed
make[1]: *** [pjproject] Error 2
Makefile:398: recipe for target 'third-party' failed
make: *** [third-party] Error 2
I did ./configure --prefix=/usr --with-imap=system --with-pjproject-bundled
I am building on a Debian 8 virtual machine.
|
Run ./contrib/scripts/install_prereq. I think your'e missing the python-dev package. I'll update the Wiki.
|
|
Back to top |
|
|
brian at wildsong.biz Guest
|
Posted: Thu Mar 31, 2016 3:08 pm Post subject: [asterisk-users] PJProject Bundled Update |
|
|
Clever. Some packages are missing though. Should I convey this to someone?
On Thu, Mar 31, 2016 at 12:28 PM, George Joseph <george.joseph@fairview5.com (george.joseph@fairview5.com)> wrote:
Quote: |
Run ./contrib/scripts/install_prereq. I think your'e missing the python-dev package. I'll update the Wiki.
|
|
|
Back to top |
|
|
george.joseph at fairv... Guest
|
Posted: Thu Mar 31, 2016 3:31 pm Post subject: [asterisk-users] PJProject Bundled Update |
|
|
On Thu, Mar 31, 2016 at 2:07 PM, Brian Wilson <brian@wildsong.biz (brian@wildsong.biz)> wrote:
Quote: | Clever. Some packages are missing though. Should I convey this to someone?
|
Meaning that you think they should be in the script but they're not or the script is trying to install them and they're not found?
If it's the former and everything otherwise works, then there's no harm done. Some of them may only apply to Ubuntu. If it's the latter and we're not installing everything needed to build, then open a ticket at issues.asterisk.org.
|
|
Back to top |
|
|
seandarcy2 at gmail.com Guest
|
Posted: Fri Apr 01, 2016 6:47 pm Post subject: [asterisk-users] PJProject Bundled Update |
|
|
On 03/31/2016 11:57 AM, George Joseph wrote:
Quote: | As you know, the ability to use a bundled version of pjproject was
introduced with Asterisk 13.8.0.
More info on the Asterisk Wiki
<https://wiki.asterisk.org/wiki/display/AST/Building+and+Installing+pjproject#BuildingandInstallingpjproject-bundled> and
in this email thread
<http://lists.digium.com/pipermail/asterisk-users/2016-March/288685.html>.
Since then I've fixed a few issues related to older versions of Debian
and CentOS which you can in these 2 patches.
https://gerrit.asterisk.org//2516
https://gerrit.asterisk.org/2449
Any other feedback? I'd like to get an idea of how many folks have
tried it.
Thanks
george
|
Built on fedora 23. speexdsp-devel is required. It provides speex_echo.h .
Haven't actually run it, but it built.
Thanks for all the work. This much easier. Maybe i'll switch to 13.
sean
--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users |
|
Back to top |
|
|
mhterres at gmail.com Guest
|
Posted: Fri Apr 01, 2016 6:59 pm Post subject: [asterisk-users] PJProject Bundled Update |
|
|
Build with success in Ubuntu 14.04 LTS. I just need to install some packages (libspeex and libgsm.
Em sex, 1 de abr de 2016 20:47, sean darcy <seandarcy2@gmail.com (seandarcy2@gmail.com)> escreveu:
Quote: | On 03/31/2016 11:57 AM, George Joseph wrote:
Built on fedora 23. speexdsp-devel is required. It provides speex_echo.h .
Haven't actually run it, but it built.
Thanks for all the work. This much easier. Maybe i'll switch to 13.
sean
--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
|
--
Marcelo H Terres |
|
Back to top |
|
|
|