From: Larry W. V. <lv...@ca...> - 2003-02-25 11:01:39
|
1. When I attempt to do a man -s n tclxml, I get this output on stderr: Reformatting page. Wait...nroff: Diversions nested too deep; line 368, file /usr/tcl84/man/mann/tclxml.n TP done I see a man page- but the msg makes me wonder what I might be missing. Here's what is at lines 361-371: .PP \fI -commentcommand\fR\fI \fIscript\fR\fP Specifies the prefix of a Tcl command to be evaluated whenever a comme nt is encountered in the XML document being parsed. The command evaluated is: \fB\fIscript\fR\fI \fIdata\fR where: .TP .RS .TP \fIdata\fP Comment data .RE 2. When I type "make test" after building the latest CVS head, I see this output: $ make test echo load ./libTclxml2.5g.so \; cd ../tests \; source all | TCL_LIBRARY=`echo /vol/tclsrcsol/tcl84/tcl/library` LD_LIBRARY_PATH=".:/vol/tclsrcsol/tcl84/tcl/unix:/usr/dt/lib:/usr/openwin/lib:/usr/lib:/cas/lib/sun4" LIBPATH=".:/vol/tclsrcsol/tcl84/tcl/unix:" SHLIB_PATH=".:/vol/tclsrcsol/tcl84/tcl/unix:" PATH=".:/vol/tclsrcsol/tcl84/tcl/unix:/usr/tcl8/bin:/opt/SUNWspro/bin:/volws/lwv26/ldatae/bin:/projects/sprs_lwv/sol26/bin:/projects/sprs_lwv/sol26/bin/mime:/projects/sprs_lwv/sol2/bin:/projects/sprs_lwv/bin:/projects/sprs_lwv/bin/mime:/home/lwv26/bin/D.news:/usr/perl5/bin:/projects/gnu/sparc-sun-solaris2.6/bin:/usr/tcl84/bin:/usr/tcl83/bin:/vol/tclsrcsol/TclDevKit/bin:/projects/xopsrc/sun4/bin:/projects/xopsrc/bin:/usr/atria/bin:/projects/intranet/bin:/projects/clearcase/bin:/vol/adobe/Acroread5.06/bin:/vol/adobe/Acrobat4.05/bin:/usr/perl5/lib/site_perl/5.005/sun4-solaris/auto/Image/Magick/bin:/usr/openwin/demo:/opt/sfw/bin:/home/lwv26/bin/D.aws:/home/lwv26/bin/sol2:/home/lwv2! 6/bin/D.frontend:/home/lwv26/bin/D .ksh:/cas/test/bin/sun4:/projects/sprs_lwv/bin/sol2:/usr/j2se/bin:/usr/java/bin:/home/lwv26/bin/sun4:/usr/local/bin:/usr/dt/bin:/usr/openwin/bin:/bin:/cas/bin/sun4:/cas/abin/sun4:/cas/X11/sun4/bin:/usr/ccs/bin:/lprod/bin:/usr/sbin:/usr/ucb:/cas/tools/bin/sun4:/cas/X11/sun4/tools/bin:/home/lwv26/bin:/cas/tools/pdbin/sun4:/home/lwv26/bin/D.mistypes:/home/lwv26/bin/D.toys:/home/lwv26/bin/D.tools:/projects/npd/npdweb/bin-sol2" TCLLIBPATH="." /vol/tclsrcsol/tcl84/tcl/unix/tclsh can't set "::xml::Wsp": parent namespace doesn't exist -- Tcl - The glue of a new generation. <URL: http://wiki.tcl.tk/ > Larry W. Virden <mailto:lv...@ca...> <URL: http://www.purl.org/NET/lvirden/> Even if explicitly stated to the contrary, nothing in this posting should be construed as representing my employer's opinions. -><- |
From: Steve B. <Ste...@zv...> - 2003-02-25 20:39:42
|
Larry W. Virden wrote: > 1. When I attempt to do a man -s n tclxml, I get this output on stderr: > > Reformatting page. Wait...nroff: Diversions nested too deep; line 368, file /usr/tcl84/man/mann/tclxml.n > TP > done The man page is generated by an XSL stylesheet. It should be complete, but I'm no nroff expert... Please submit a bug report. This will need to be fixed as all of the projects use that stylesheet so they will all be affected. > 2. When I type "make test" after building the latest CVS head, I see this > output: > $ make test > echo load ./libTclxml2.5g.so \; cd ../tests \; source all | TCL_LIBRARY=`echo /vol/tclsrcsol/tcl84/tcl/library` LD_LIBRARY_PATH=".:/vol/tclsrcsol/tcl84/tcl/unix:/usr/dt/lib:/usr/openwin/lib:/usr/lib:/cas/lib/sun4" LIBPATH=".:/vol/tclsrcsol/tcl84/tcl/unix:" SHLIB_PATH=".:/vol/tclsrcsol/tcl84/tcl/unix:" PATH=".:/vol/tclsrcsol/tcl84/tcl/unix:/usr/tcl8/bin:/opt/SUNWspro/bin:/volws/lwv26/ldatae/bin:/projects/sprs_lwv/sol26/bin:/projects/sprs_lwv/sol26/bin/mime:/projects/sprs_lwv/sol2/bin:/projects/sprs_lwv/bin:/projects/sprs_lwv/bin/mime:/home/lwv26/bin/D.news:/usr/perl5/bin:/projects/gnu/sparc-sun-solaris2.6/bin:/usr/tcl84/bin:/usr/tcl83/bin:/vol/tclsrcsol/TclDevKit/bin:/projects/xopsrc/sun4/bin:/projects/xopsrc/bin:/usr/atria/bin:/projects/intranet/bin:/projects/clearcase/bin:/vol/adobe/Acroread5.06/bin:/vol/adobe/Acrobat4.05/bin:/usr/perl5/lib/site_perl/5.005/sun4-solaris/auto/Image/Magick/bin:/usr/openwin/demo:/opt/sfw/bin:/home/lwv26/bin/D.aws:/home/lwv26/bin/sol2:/home/lwv 2! > 6/bin/D.frontend:/home/lwv26/bin/D > .ksh:/cas/test/bin/sun4:/projects/sprs_lwv/bin/sol2:/usr/j2se/bin:/usr/java/bin:/home/lwv26/bin/sun4:/usr/local/bin:/usr/dt/bin:/usr/openwin/bin:/bin:/cas/bin/sun4:/cas/abin/sun4:/cas/X11/sun4/bin:/usr/ccs/bin:/lprod/bin:/usr/sbin:/usr/ucb:/cas/tools/bin/sun4:/cas/X11/sun4/tools/bin:/home/lwv26/bin:/cas/tools/pdbin/sun4:/home/lwv26/bin/D.mistypes:/home/lwv26/bin/D.toys:/home/lwv26/bin/D.tools:/projects/npd/npdweb/bin-sol2" TCLLIBPATH="." /vol/tclsrcsol/tcl84/tcl/unix/tclsh > can't set "::xml::Wsp": parent namespace doesn't exist I think there's already a bug report on the "can't set variable" problem, though not with that particular symptom. Running the tests is not all that easy, since there are three different configurations to deal with (pure Tcl, generic layer only, generic layer + expat). At the moment I run the tests manually from Wish, setting the appropriate testConstraint. Cheers Steve -- Steve Ball | XSLT Standard Library | Training & Seminars Zveno Pty Ltd | Web Tcl Complete | XML XSL Schemas http://www.zveno.com/ | TclXML TclDOM | Tcl, Web Development Ste...@zv... +---------------------------+--------------------- Ph. +61 2 6242 4099 | Mobile (0413) 594 462 | Fax +61 2 6242 4099 |