Menu

#37 tclsoap test target fails

open
nobody
None
5
2008-10-16
2008-10-16
No

platform: sparc solaris 8
tcl: 8.5.4
tclxml: 3.1
tcldom: 3.1 is what the tar file says. However, the package provide says 3.0 .

tclsoap: cvs head dated 20080715 .

1. I do a configure and gmake all . Then I type
gmake test and get the error:

/usr/tcl85/bin/tclsh8.5 `echo ../tests/all.tcl`
can't find package SOAP::http
while executing
"package require SOAP::http"
invoked from within
"if {[catch {package present SOAP::http}]} {
package require SOAP::http; # TclSOAP 1.6.2+
}"
(file "/vol/tclsrcsol/tcl85/tclsoap/SOAP.tcl" line 1322)
invoked from within
"source $srcdir/SOAP.tcl "
(file "../tests/all.tcl" line 28)
gmake: *** [test] Error 1

So I do a gmake install and things get a little farther - I now get the message:

$ gmake test
/usr/tcl85/bin/tclsh8.5 `echo ../tests/all.tcl`
* /usr/tcl85/lib/tdom0.8.2/libtdom0.8.2.so Tdom
jsonrpc.test
env array elements created: VU_LIBRARY
rpcvar.test
soap.test
validator.test
xmlrpc.test
xpath.test
Cannot load the SOAP::xpath package
all.tcl: Total 126 Passed 126 Skipped 0 Failed 0
Sourced 0 Test Files.

Note that if I start my tclsh8.5 where tclsoap is installed, I see this:
$ tclsh8.5
% package require SOAP::xpath
require dom package greater than 1.6
% package require dom
3.0
%

Discussion


Log in to post a comment.

Auth0 Logo