Re: [naviserver-devel] Compilation error NaviServer 4.99.8

2015-09-27 Thread Gustaf Neumann
Am 25.09.15 um 15:58 schrieb Zoran Vasiljevic: > On 25 Sep 2015, at 15:44, Gustaf Neumann wrote: > >> kind of. the fix was addressing a problem in rivet under Linux, >> the consequences were not easy to spot from the code but hit >> all multi-threaded tcl applications, including

[naviserver-devel] Compilation error NaviServer 4.99.8

2015-09-25 Thread Clinciu Andrei
Hi I've tried compiling the 4.99.8 and I remembered why I even went to get the bitbucket version, because of failure to compile.  Doing:./configure --prefix=/opt/ns --enable-symbols --enable-threads make -j8 or simply 'make' Also trying with autoconf (maybe the configure missed something?)This

Re: [naviserver-devel] Compilation error NaviServer 4.99.8

2015-09-25 Thread Clinciu Andrei
Dear Gustaf, Thanks for the extra make flags, it now compiles successfully. I never imagined 8.6 would be a culprit or that there could be so many differences. But it's worth checking it out. I'll give it a try locally to see if nothing breaks from downgrading to 8.6. Although i'm sure i have

Re: [naviserver-devel] Compilation error NaviServer 4.99.8

2015-09-25 Thread Gustaf Neumann
I would not recommend using 8.5.18, using something in the range of 8.5.15 to 8.5.17 should be ok. We were hit not long ago by the following bug in Tcl 8.5.18 * http://core.tcl.tk/tcl/info/879a0747bee593e2 * http://core.tcl.tk/tcl/info/4b964e7afb811898 which will be fixed in 8.5.19, as well

Re: [naviserver-devel] Compilation error NaviServer 4.99.8

2015-09-25 Thread Zoran Vasiljevic
On 25 Sep 2015, at 14:38, Gustaf Neumann wrote: > which will be fixed in 8.5.19, as well as the bug mentioned below (which can > cause problems for all kinds of forks, when e.g. nsproxy is not used for > "exec", > or for nscgi). Can it be that somebody in Tcl was "too

Re: [naviserver-devel] Compilation error NaviServer 4.99.8

2015-09-25 Thread Gustaf Neumann
Am 25.09.15 um 14:46 schrieb Zoran Vasiljevic: > On 25 Sep 2015, at 14:38, Gustaf Neumann wrote: > >> which will be fixed in 8.5.19, as well as the bug mentioned below (which can >> cause problems for all kinds of forks, when e.g. nsproxy is not used for >> "exec", >> or for

Re: [naviserver-devel] Compilation error NaviServer 4.99.8

2015-09-25 Thread Zoran Vasiljevic
On 25 Sep 2015, at 15:44, Gustaf Neumann wrote: > kind of. the fix was addressing a problem in rivet under Linux, > the consequences were not easy to spot from the code but hit > all multi-threaded tcl applications, including NaviServer. > It also lead to bug-reports from bsd