Re: [asterisk-dev] BuildSystem: make --jobs without amount of thread hangs

2016-06-08 Thread Brian Wilson
This is an issue in make not in asterisk so there is no point in reporting it in the asterisk bug tracker. I tried it on mine and it started spewing fork errors. I have 8 cores so normally do "make -j 8" with great results. >From the man page for make: "If the -j option is given without an

Re: [asterisk-dev] BuildSystem: make --jobs without amount of thread hangs

2016-06-08 Thread Scott Griepentrog
I would suspect that to be a problem with make dealing successfully with the omitted number. I use this all the time without incident: make -j$(nproc) On Wed, Jun 8, 2016 at 1:58 PM, Alexander Traud wrote: > On Ubuntu 16.04 LTS, when I build Asterisk 13.9.1 via > >

Re: [asterisk-dev] BuildSystem: make --jobs without amount of thread hangs

2016-06-08 Thread Matt Fredrickson
On Wed, Jun 8, 2016 at 1:58 PM, Alexander Traud wrote: > On Ubuntu 16.04 LTS, when I build Asterisk 13.9.1 via > > > wget downloads.asterisk.org/pub/telephony/asterisk/asterisk-13-current.tar.gz > tar zxf asterisk-1*.tar.gz > sudo apt install libssl-dev libncurses-dev

[asterisk-dev] BuildSystem: make --jobs without amount of thread hangs

2016-06-08 Thread Alexander Traud
On Ubuntu 16.04 LTS, when I build Asterisk 13.9.1 via wget downloads.asterisk.org/pub/telephony/asterisk/asterisk-13-current.tar.gz tar zxf asterisk-1*.tar.gz sudo apt install libssl-dev libncurses-dev libnewt-dev libxml2-dev libsqlite3-dev uuid-dev libjansson-dev libedit-dev

Re: [asterisk-dev] Recent UnixODBC Issues

2016-06-08 Thread Joshua Colp
Marek Červenka wrote: trying backported to 13.9.1 and this problem arise WARNING[8270][C-0004]: taskprocessor.c:803 taskprocessor_push: The 'subm:cdr_engine-0003' task processor queue reached 500 scheduled tasks. it was simple call from exten to exten subm:cdr_engine-0003 710 717 80

Re: [asterisk-dev] Recent UnixODBC Issues

2016-06-08 Thread Marek Červenka
trying backported to 13.9.1 and this problem arise WARNING[8270][C-0004]: taskprocessor.c:803 taskprocessor_push: The 'subm:cdr_engine-0003' task processor queue reached 500 scheduled tasks. it was simple call from exten to exten subm:cdr_engine-0003 710 717 80