From: Vlad S. <vl...@cr...> - 2006-02-03 01:49:29
|
Just as an idea, Zoran, when you are ready to release 4.99.1, it could be a good idea to make a release on freshmeat.net as well. Also, can we make modules subdir as a separate .tar.gz as well? -- Vlad Seryakov 571 262-8608 office vl...@cr... http://www.crystalballinc.com/vlad/ |
From: Vlad S. <vl...@cr...> - 2006-12-02 05:59:48
|
Hi guys, if we want to make release this year, we need to finish docs, i just cant make myself to finish it:-(( We have these pages to replace example text, of course the rest of manuals desire to be better but at least they have something. ns_limits_get.man ns_limits_list.man ns_limits_register.man ns_limits_set.man ns_locationproc.man ns_moduleload.man ns_parseargs.man ns_purgefiles.man ns_register_fastpath.man ns_register_fasturl2file.man ns_register_proxy.man ns_register_url2file.man ns_serverrootproc.man ns_shortcut_filter.man ns_startcontent.man ns_unregister_adp.man ns_unregister_url2file.man ns_var.man -- Vlad Seryakov 571 262-8608 office vl...@cr... http://www.crystalballinc.com/vlad/ |
From: Vlad S. <vl...@cr...> - 2007-05-12 16:55:04
|
Can we publish release, no many features were added recently, it is stable? i am using it at my new work and it would be better to have last official release than last development snapshot only. Now it looks pretty much abandoned with our last release almost 2 years ago. |
From: Stephen D. <sd...@gm...> - 2007-05-12 18:35:50
|
On 5/12/07, Vlad Seryakov <vl...@cr...> wrote: > Can we publish release, no many features were added recently, it is stable? > > i am using it at my new work and it would be better to have last > official release than last development snapshot only. Now it looks > pretty much abandoned with our last release almost 2 years ago. 4.99.1 was released 2006-02-04, so 'only' ~1 year ago, but yeah, we should release another one... :-) There are are some things which are kind of broken, but they've been so for a while so I guess we'll get to it when we get to it. Every one is using CVS head anyway so we might as well call it what it is: a release. Now would be a great time to some final clean ups -- Has anyone built it on Windows lately? I'm sure we've added new source files but I don't recall seeing any changes to the Windows build stuff. Does it build and run OK for people on their weird platform of choice? I tried on ia64/linux on HP's build farm while trying out some autoconf changes and it segfaults during early start up with an alignment error. Maybe this is to do with the logging changes? Haven't had a chance to look at this yet... Need to trawl backwards through the ChangeLog and see if there's anything interesting that should be added to the NEWS file. Would be nice to fix up the sample-config.tcl, I think a lot of things have changed. This is a lot easier to check now with a simple grep -C3 Ns_Config *.c If anyone feels like making a final push with documentation, now would be a good time. Even just consolidating some of the many single pages into a group of related commands on one page makes a big difference, IMHO. e.g. http://www.crystalballinc.com/vlad/software/naviserver/files/mann/ns_atsignal.html here the commands are arranged in the order they fire within the lifetime of the server. Some build warnings: adpparse.c: In function 'NsAdpParse': adpparse.c:219: warning: 'ae' may be used uninitialized in this function adpparse.c:219: warning: 'as' may be used uninitialized in this function adpparse.c:218: warning: 'script' may be used uninitialized in this function adpparse.c:217: warning: 'tagPtr' may be used uninitialized in this function tclhttp.c:36: warning: 'RCSID' defined but not used Some install errors: make[1]: Leaving directory `/home/sd/tmp/naviserver-4.99.2/nsproxy' cp: cannot stat `nsd-config.tcl': No such file or directory chmod: cannot access `/tmp/ns/conf/#inst.19638#': No such file or directory mv: cannot stat `/tmp/ns/conf/#inst.19638#': No such file or directory cp: cannot stat `simple-config.tcl': No such file or directory chmod: cannot access `/tmp/ns/conf/#inst.19652#': No such file or directory mv: cannot stat `/tmp/ns/conf/#inst.19652#': No such file or directory cp: cannot stat `index.adp': No such file or directory chmod: cannot access `/tmp/ns/pages/#inst.19660#': No such file or directory mv: cannot stat `/tmp/ns/pages/#inst.19660#': No such file or directory Should we give it a week or so for people to do what they need to do and then aim for a release? Here's a snapshot tarball for people to test. I'll update it as updates enter CVS: http://naviserver.sourceforge.net/snapshots/naviserver-4.99.2.tar.gz |
From: Vlad S. <vl...@cr...> - 2007-05-12 19:20:14
|
Good stuff. i'll finalize install and config issues, i do not have 64bits systems so cannot check that Stephen Deasey wrote: > On 5/12/07, Vlad Seryakov <vl...@cr...> wrote: >> Can we publish release, no many features were added recently, it is stable? >> >> i am using it at my new work and it would be better to have last >> official release than last development snapshot only. Now it looks >> pretty much abandoned with our last release almost 2 years ago. > > > 4.99.1 was released 2006-02-04, so 'only' ~1 year ago, but yeah, we > should release another one... :-) > > There are are some things which are kind of broken, but they've been > so for a while so I guess we'll get to it when we get to it. Every > one is using CVS head anyway so we might as well call it what it is: a > release. > > > Now would be a great time to some final clean ups -- > > Has anyone built it on Windows lately? I'm sure we've added new source > files but I don't recall seeing any changes to the Windows build > stuff. > > Does it build and run OK for people on their weird platform of choice? > > I tried on ia64/linux on HP's build farm while trying out some > autoconf changes and it segfaults during early start up with an > alignment error. Maybe this is to do with the logging changes? Haven't > had a chance to look at this yet... > > Need to trawl backwards through the ChangeLog and see if there's > anything interesting that should be added to the NEWS file. > > Would be nice to fix up the sample-config.tcl, I think a lot of things > have changed. This is a lot easier to check now with a simple grep > -C3 Ns_Config *.c > > If anyone feels like making a final push with documentation, now would > be a good time. Even just consolidating some of the many single pages > into a group of related commands on one page makes a big difference, > IMHO. > > e.g. http://www.crystalballinc.com/vlad/software/naviserver/files/mann/ns_atsignal.html > here the commands are arranged in the order they fire within the > lifetime of the server. > > Some build warnings: > > adpparse.c: In function 'NsAdpParse': > adpparse.c:219: warning: 'ae' may be used uninitialized in this function > adpparse.c:219: warning: 'as' may be used uninitialized in this function > adpparse.c:218: warning: 'script' may be used uninitialized in this function > adpparse.c:217: warning: 'tagPtr' may be used uninitialized in this function > tclhttp.c:36: warning: 'RCSID' defined but not used > > Some install errors: > > make[1]: Leaving directory `/home/sd/tmp/naviserver-4.99.2/nsproxy' > cp: cannot stat `nsd-config.tcl': No such file or directory > chmod: cannot access `/tmp/ns/conf/#inst.19638#': No such file or directory > mv: cannot stat `/tmp/ns/conf/#inst.19638#': No such file or directory > cp: cannot stat `simple-config.tcl': No such file or directory > chmod: cannot access `/tmp/ns/conf/#inst.19652#': No such file or directory > mv: cannot stat `/tmp/ns/conf/#inst.19652#': No such file or directory > cp: cannot stat `index.adp': No such file or directory > chmod: cannot access `/tmp/ns/pages/#inst.19660#': No such file or directory > mv: cannot stat `/tmp/ns/pages/#inst.19660#': No such file or directory > > > Should we give it a week or so for people to do what they need to do > and then aim for a release? > > > Here's a snapshot tarball for people to test. I'll update it as > updates enter CVS: > > http://naviserver.sourceforge.net/snapshots/naviserver-4.99.2.tar.gz > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > naviserver-devel mailing list > nav...@li... > https://lists.sourceforge.net/lists/listinfo/naviserver-devel > |
From: Vlad S. <vl...@cr...> - 2007-05-12 19:57:38
|
CVS HEAD just got installed fine on my Linux, it was fine for a long time, must've been something with your checkout > Some install errors: > > make[1]: Leaving directory `/home/sd/tmp/naviserver-4.99.2/nsproxy' > cp: cannot stat `nsd-config.tcl': No such file or directory > chmod: cannot access `/tmp/ns/conf/#inst.19638#': No such file or directory > mv: cannot stat `/tmp/ns/conf/#inst.19638#': No such file or directory > cp: cannot stat `simple-config.tcl': No such file or directory > chmod: cannot access `/tmp/ns/conf/#inst.19652#': No such file or directory > mv: cannot stat `/tmp/ns/conf/#inst.19652#': No such file or directory > cp: cannot stat `index.adp': No such file or directory > chmod: cannot access `/tmp/ns/pages/#inst.19660#': No such file or directory > mv: cannot stat `/tmp/ns/pages/#inst.19660#': No such file or directory > |
From: Stephen D. <sd...@gm...> - 2007-05-12 20:43:15
|
You're not checking the tarball (which is what we distribute), you're checking a CVS checkout. You need to: cvs export naviserver cd naviserver ./autogen.sh ... make dist cd /tmp tar xzf ~/naviserver/naviserver-4.99.2.tar.gz cd naviserver-4.99.2 ./configure ... make make install So, it looks like 'make dist' is bust. On 5/12/07, Vlad Seryakov <vl...@cr...> wrote: > CVS HEAD just got installed fine on my Linux, it was fine for a long > time, must've been something with your checkout > > > Some install errors: > > > > make[1]: Leaving directory `/home/sd/tmp/naviserver-4.99.2/nsproxy' > > cp: cannot stat `nsd-config.tcl': No such file or directory > > chmod: cannot access `/tmp/ns/conf/#inst.19638#': No such file or directory > > mv: cannot stat `/tmp/ns/conf/#inst.19638#': No such file or directory > > cp: cannot stat `simple-config.tcl': No such file or directory > > chmod: cannot access `/tmp/ns/conf/#inst.19652#': No such file or directory > > mv: cannot stat `/tmp/ns/conf/#inst.19652#': No such file or directory > > cp: cannot stat `index.adp': No such file or directory > > chmod: cannot access `/tmp/ns/pages/#inst.19660#': No such file or directory > > mv: cannot stat `/tmp/ns/pages/#inst.19660#': No such file or directory > > > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > naviserver-devel mailing list > nav...@li... > https://lists.sourceforge.net/lists/listinfo/naviserver-devel > |
From: Vlad S. <vl...@cr...> - 2007-05-12 23:26:47
|
fixed Stephen Deasey wrote: > You're not checking the tarball (which is what we distribute), you're > checking a CVS checkout. > > You need to: > > cvs export naviserver > cd naviserver > ./autogen.sh ... > make dist > cd /tmp > tar xzf ~/naviserver/naviserver-4.99.2.tar.gz > cd naviserver-4.99.2 > ./configure ... > make > make install > > So, it looks like 'make dist' is bust. > > > On 5/12/07, Vlad Seryakov <vl...@cr...> wrote: >> CVS HEAD just got installed fine on my Linux, it was fine for a long >> time, must've been something with your checkout >> >>> Some install errors: >>> >>> make[1]: Leaving directory `/home/sd/tmp/naviserver-4.99.2/nsproxy' >>> cp: cannot stat `nsd-config.tcl': No such file or directory >>> chmod: cannot access `/tmp/ns/conf/#inst.19638#': No such file or directory >>> mv: cannot stat `/tmp/ns/conf/#inst.19638#': No such file or directory >>> cp: cannot stat `simple-config.tcl': No such file or directory >>> chmod: cannot access `/tmp/ns/conf/#inst.19652#': No such file or directory >>> mv: cannot stat `/tmp/ns/conf/#inst.19652#': No such file or directory >>> cp: cannot stat `index.adp': No such file or directory >>> chmod: cannot access `/tmp/ns/pages/#inst.19660#': No such file or directory >>> mv: cannot stat `/tmp/ns/pages/#inst.19660#': No such file or directory >>> >> >> ------------------------------------------------------------------------- >> This SF.net email is sponsored by DB2 Express >> Download DB2 Express C - the FREE version of DB2 express and take >> control of your XML. No limits. Just data. Click to get it now. >> http://sourceforge.net/powerbar/db2/ >> _______________________________________________ >> naviserver-devel mailing list >> nav...@li... >> https://lists.sourceforge.net/lists/listinfo/naviserver-devel >> > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > naviserver-devel mailing list > nav...@li... > https://lists.sourceforge.net/lists/listinfo/naviserver-devel > |
From: Ian H. <har...@gm...> - 2009-02-10 01:04:18
|
Ah, I think I found it. Never mind my question. On Sat, May 12, 2007 at 12:43 PM, Stephen Deasey <sd...@gm...> wrote: > You're not checking the tarball (which is what we distribute), you're > checking a CVS checkout. > > You need to: > > cvs export naviserver > cd naviserver > ./autogen.sh ... > make dist > cd /tmp > tar xzf ~/naviserver/naviserver-4.99.2.tar.gz > cd naviserver-4.99.2 > ./configure ... > make > make install > > So, it looks like 'make dist' is bust. > > > On 5/12/07, Vlad Seryakov <vl...@cr...> wrote: >> CVS HEAD just got installed fine on my Linux, it was fine for a long >> time, must've been something with your checkout >> >> > Some install errors: >> > >> > make[1]: Leaving directory `/home/sd/tmp/naviserver-4.99.2/nsproxy' >> > cp: cannot stat `nsd-config.tcl': No such file or directory >> > chmod: cannot access `/tmp/ns/conf/#inst.19638#': No such file or directory >> > mv: cannot stat `/tmp/ns/conf/#inst.19638#': No such file or directory >> > cp: cannot stat `simple-config.tcl': No such file or directory >> > chmod: cannot access `/tmp/ns/conf/#inst.19652#': No such file or directory >> > mv: cannot stat `/tmp/ns/conf/#inst.19652#': No such file or directory >> > cp: cannot stat `index.adp': No such file or directory >> > chmod: cannot access `/tmp/ns/pages/#inst.19660#': No such file or directory >> > mv: cannot stat `/tmp/ns/pages/#inst.19660#': No such file or directory >> > >> >> >> ------------------------------------------------------------------------- >> This SF.net email is sponsored by DB2 Express >> Download DB2 Express C - the FREE version of DB2 express and take >> control of your XML. No limits. Just data. Click to get it now. >> http://sourceforge.net/powerbar/db2/ >> _______________________________________________ >> naviserver-devel mailing list >> nav...@li... >> https://lists.sourceforge.net/lists/listinfo/naviserver-devel >> > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > naviserver-devel mailing list > nav...@li... > https://lists.sourceforge.net/lists/listinfo/naviserver-devel > |
From: Stephen D. <sd...@gm...> - 2009-02-10 03:41:41
|
On Tue, Feb 10, 2009 at 1:04 AM, Ian Harding <har...@gm...> wrote: > Ah, I think I found it. Never mind my question. Hoping you found autogen.sh... (Only needed when checking out from the repository to bootstrap the automake stuff). |
From: Vlad S. <vl...@cr...> - 2007-08-03 15:59:39
|
OpenACS project is considering us for use along with AOlserver and i think this is very good timing for release. using CVS had may not be good thing for people to get introduced with the project. I noticed along with long-standing writer/spooler bug which i am responsible to fix (and i use writer all the time without problems, that's why so long delay) there are still errors in encoding tests. Stephen, i was quite busy lately and lost track, is it still broken or tests are just to up to date? The reason is, we cannot release with broken encoding support. |
From: Stephen D. <sd...@gm...> - 2007-08-03 17:29:20
|
On 8/3/07, Vlad Seryakov <vl...@cr...> wrote: > > ... there are still errors in encoding tests. > > Stephen, i was quite busy lately and lost track, is it still broken or > tests are just to up to date? The reason is, we cannot release with > broken encoding support. Oh. I didn't know about this. Works for me. This fails though: LANG=en_US.iso-8859-1 make test TCLTESTARGS="-file encoding.test" (my default is UTF-8) I'll take a look... |
From: Vlad S. <vl...@cr...> - 2007-08-03 17:52:40
|
I could have not correct environment, let me check with fresh install, it is happening everytime, we may put big fat warning in make tst to make sure it is running on fresh install :-))) Stephen Deasey wrote: > On 8/3/07, Vlad Seryakov <vl...@cr...> wrote: >> ... there are still errors in encoding tests. >> >> Stephen, i was quite busy lately and lost track, is it still broken or >> tests are just to up to date? The reason is, we cannot release with >> broken encoding support. > > Oh. I didn't know about this. Works for me. > > This fails though: > > LANG=en_US.iso-8859-1 make test TCLTESTARGS="-file encoding.test" > > (my default is UTF-8) > > I'll take a look... > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > naviserver-devel mailing list > nav...@li... > https://lists.sourceforge.net/lists/listinfo/naviserver-devel > |
From: Stephen D. <sd...@gm...> - 2007-08-03 20:47:25
|
The *.test file are in utf-8, and are sourced by Tcl, and I think Tcl it's picking up the default encoding to use from the env. So no real surprise there. You'd expect encoding.test:1.1, which is completely defined within that file, to fail. But why are the ADP tests failing? The ADP's should be read off disk in the correct encoding (and they seem to be). Tracing through the rest of it, the server seems to be spitting out the correct bytes (I think). So it's down to the test harness itself. It does this: proc nstest_http {args} { ns_parseargs { {-encoding "utf-8"} ... } $args ... # # Force a specific encoding (utf-8 default). # fconfigure $rfd -encoding $encoding fconfigure $wfd -encoding $encoding Which looks fair enough to me. Why isn't this working? On 8/3/07, Vlad Seryakov <vl...@cr...> wrote: > I could have not correct environment, let me check with fresh install, > it is happening everytime, we may put big fat warning in make tst to > make sure it is running on fresh install :-))) > > Stephen Deasey wrote: > > On 8/3/07, Vlad Seryakov <vl...@cr...> wrote: > >> ... there are still errors in encoding tests. > >> > >> Stephen, i was quite busy lately and lost track, is it still broken or > >> tests are just to up to date? The reason is, we cannot release with > >> broken encoding support. > > > > Oh. I didn't know about this. Works for me. > > > > This fails though: > > > > LANG=en_US.iso-8859-1 make test TCLTESTARGS="-file encoding.test" > > > > (my default is UTF-8) > > > > I'll take a look... > > |
From: Stephen D. <sd...@gm...> - 2007-08-04 16:46:59
|
On 8/3/07, Stephen Deasey <sd...@gm...> wrote: > The *.test file are in utf-8, and are sourced by Tcl, and I think Tcl > it's picking up the default encoding to use from the env. So no real > surprise there. You'd expect encoding.test:1.1, which is completely > defined within that file, to fail. > > But why are the ADP tests failing? The ADP's should be read off disk > in the correct encoding (and they seem to be). Tracing through the > rest of it, the server seems to be spitting out the correct bytes (I > think). > > So it's down to the test harness itself. It does this: > > proc nstest_http {args} { > ns_parseargs { > {-encoding "utf-8"} ... > } $args > > ... > > # > # Force a specific encoding (utf-8 default). > # > > fconfigure $rfd -encoding $encoding > fconfigure $wfd -encoding $encoding > > > Which looks fair enough to me. > > Why isn't this working? Well, I'm reasonably happy this is not a bug in the server but some cruftyness in the test harness. If you were relying on environment variables to set the Tcl system encoding before, you'll want to use the new ns/server/$server:systemencoding parameter. |
From: Zoran V. <zv...@ar...> - 2006-02-03 08:02:54
|
Am 03.02.2006 um 02:49 schrieb Vlad Seryakov: > Just as an idea, Zoran, when you are ready to release 4.99.1, it > could be a good idea to make a release on freshmeat.net as well. > Also, can we make modules subdir as a separate .tar.gz as well? > I see no reason why not. For naviserver, we have a "make dist". Is there anything like that for the rest of the modules? I believe not. So, something like "make dist" for all modules you made would be a good thing. Cheers Zoran |