On Thu, Mar 31, 2016 at 10:30 AM, Brian Wilson <brian at wildsong.biz> wrote:> 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. :)?> > On Thu, Mar 31, 2016 at 8:57 AM, George Joseph < > george.joseph at fairview5.com> wrote: > >> >> 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. >> >> -- > Brian Wilson, GISP > Wildsong 707-827-0001 > > > -- > _____________________________________________________________________ > -- 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 >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20160331/39966d9d/attachment.html>
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. 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. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20160331/389ffa57/attachment.html> -------------- next part -------------- A non-text attachment was scrubbed... Name: configure.rej Type: application/octet-stream Size: 1880 bytes Desc: not available URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20160331/389ffa57/attachment.obj>
On Thu, Mar 31, 2016 at 1:17 PM, Brian Wilson <brian at wildsong.biz> wrote:> 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.?> > 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.?> > -- > _____________________________________________________________________ > -- 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 >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20160331/e87f40a1/attachment.html>