I'm using Tcl/Tk 8.5.3, and the latest tcllib cvs snapshot from the activestate ftp site.
When I do the make test, I get this failure:
@@ Module amazon-s3
@@ Testsuite modules/amazon-s3/S3.test
- tcllib::testutils 1.1
Aborting the tests found in "S3.test"
Error in xsxp.tcl: can't find package xml
SETUP Error (Support):
SETUP Error (Support): while executing
SETUP Error (Support): "useLocal xsxp.tcl xsxp"
SETUP Error (Support): ("uplevel" body line 3)
SETUP Error (Support): invoked from within
SETUP Error (Support): "uplevel 1 $script"
@@ Testsuite modules/amazon-s3/xsxp.test
- tcllib::testutils 1.1
Aborting the tests found in "xsxp.test"
Error in xsxp.tcl: can't find package xml
SETUP Error (Testing):
SETUP Error (Testing): while executing
SETUP Error (Testing): "useLocal xsxp.tcl xsxp"
SETUP Error (Testing): ("uplevel" body line 2)
SETUP Error (Testing): invoked from within
SETUP Error (Testing): "uplevel 1 $script"
@@ End 1216643966
Perhaps there is a dependency not specified?
Logged In: YES
user_id=75003
Originator: NO
Yes, AFAIK S3 depends on 'xsxp', which in turn depends on TclXML.
The testsuite doesn't really check that.