Re: [SR-Users] [sr-dev] Branch 5.0 created

2017-02-15 Thread Victor Seva
2017-02-09 12:36 GMT+01:00 Daniel-Constantin Mierla : > Hello, > > the GIT branch 5.0 has just been created, it will host the release > series 5.0.x. To get this branch from GIT, you can use: > > git clone https://github.com/kamailio/kamailio.git kamailio > cd kamailio > git checkout -b 5.0 origin/

Re: [SR-Users] [sr-dev] Branch 5.0 created

2017-02-13 Thread Juha Heinanen
Daniel-Constantin Mierla writes: > Where do you set the QUIET? When building the usual source code or when > building the debs? When building the debs. I added to debian/rules: # Uncomment this to turn on verbose mode. # export QUIET=verbose Might be a good idea to add those lines to official

Re: [SR-Users] [sr-dev] Branch 5.0 created

2017-02-13 Thread Daniel-Constantin Mierla
Where do you set the QUIET? When building the usual source code or when building the debs? Cheers, Daniel On 12/02/2017 00:25, Juha Heinanen wrote: > Daniel-Constantin Mierla writes: > >> They were reported in the past, iirc, but apparently only by a specific >> version of compiler, or maybe som

Re: [SR-Users] [sr-dev] Branch 5.0 created

2017-02-13 Thread Daniel-Constantin Mierla
Thanks for sharing the experience with 5.0, it helps knowing that people use it and is pretty stable. Cheers, Daniel On 13/02/2017 02:18, Alexandru Covalschi wrote: > I've been extensively using 5.0 under high load for last half of the > year and can say that it is accurately stable, I had only

Re: [SR-Users] [sr-dev] Branch 5.0 created

2017-02-12 Thread Alexandru Covalschi
I've been extensively using 5.0 under high load for last half of the year and can say that it is accurately stable, I had only one issue when several of my servers ran out of shared memory at the same time, so that was kinda weird, as they were on different physical machines, however that didn't ev

Re: [SR-Users] [sr-dev] Branch 5.0 created

2017-02-11 Thread Juha Heinanen
Daniel-Constantin Mierla writes: > They were reported in the past, iirc, but apparently only by a specific > version of compiler, or maybe some specific flags to gcc. I set QUIET=verbose and got the exact command (below). -- Juha gcc -funroll-loops -Wcast-align -m64 -minline-all-stringops -fali

Re: [SR-Users] [sr-dev] Branch 5.0 created

2017-02-10 Thread Juha Heinanen
Daniel-Constantin Mierla writes: > They were reported in the past, iirc, but apparently only by a specific > version of compiler, or maybe some specific flags to gcc. ... > Are you running special gcc or with other flags than the default? The warnings appear on amd64 architecture (I don't have i3

Re: [SR-Users] [sr-dev] Branch 5.0 created

2017-02-10 Thread Daniel-Constantin Mierla
They were reported in the past, iirc, but apparently only by a specific version of compiler, or maybe some specific flags to gcc. On kamailio.org, which is a 32b jessie, the results of 'make' are clean: ... CC (gcc) [kamailio]core/rand/isaac/rand.o CC (gcc) [kamailio]core/cfg/cfg

[SR-Users] [sr-dev] Branch 5.0 created

2017-02-09 Thread Juha Heinanen
Daniel-Constantin Mierla writes: > the GIT branch 5.0 has just been created, it will host the release > series 5.0.x. To get this branch from GIT, you can use: > > git clone https://github.com/kamailio/kamailio.git kamailio > cd kamailio > git checkout -b 5.0 origin/5.0 > > Hopefully before the