Should I expect the make test suite to work if I fetch Tcl Java from
Scriptics' Net CVS repository?

Background:

SPARC Solaris 2.6
Sun Java 1.2.1_04
Sun unbundled C compiler
Tcl/Tk 8.3.1 from the Scriptics repository
Tcl Java from the Scriptics repository

The repository mirror is current as of 7am today.


I configure with:

$ $PWD/configure --prefix=/usr/tcl83

I then do a make.  Finally, I do a make test.  Here's what I get-no working
tests.

cd /vol/tclsrcsol/tcl83/tcljava/src/tests/tcljava ; 
CLASSPATH="/vol/java1.2/lib/tools.jar":"/vol/java1.2/jre/lib/rt.jar":/vol/tclsrcsol/tcl83/tcljava/tests:/vol/tclsrcsol/tcl83/tcljava/tclblend.jar:/vol/tclsrcsol/tcl83/tcljava/tcljava.jar
 /vol/java1.2/bin/javac  -d /vol/tclsrcsol/tcl83/tcljava/tests pkg1/*.java pkg2/*.java 
tcl/lang/*.java tests/*.java tests/invoke/*.java tests/javainfo/*.java 
tests/signature/*.java tests/exec/*.java
/bin/sh /vol/tclsrcsol/tcl83/tcljava/mkinstalldirs 
/vol/tclsrcsol/tcl83/tcljava/tests/javaload
mkdir /vol/tclsrcsol/tcl83/tcljava/tests/javaload
/bin/sh /vol/tclsrcsol/tcl83/tcljava/mkinstalldirs 
/vol/tclsrcsol/tcl83/tcljava/tests/javaload/tests/javaload
mkdir /vol/tclsrcsol/tcl83/tcljava/tests/javaload/tests
mkdir /vol/tclsrcsol/tcl83/tcljava/tests/javaload/tests/javaload
cd /vol/tclsrcsol/tcl83/tcljava/src/tests/tcljava ; 
CLASSPATH="/vol/java1.2/lib/tools.jar":"/vol/java1.2/jre/lib/rt.jar":/vol/tclsrcsol/tcl83/tcljava/tests:/vol/tclsrcsol/tcl83/tcljava/tclblend.jar:/vol/tclsrcsol/tcl83/tcljava/tcljava.jar
 /vol/java1.2/bin/javac  -d /vol/tclsrcsol/tcl83/tcljava/tests/javaload javaload/*.java
cd /vol/tclsrcsol/tcl83/tcljava/tests/javaload; \
        CLASSPATH="/vol/java1.2/lib/tools.jar":"/vol/java1.2/jre/lib/rt.jar" \
        /vol/java1.2/bin/jar -cf0M test9.jar Test9Extension.class; \
rm Test9Extension.class
cd /vol/tclsrcsol/tcl83/tcljava/tests/javaload; \
        CLASSPATH="/vol/java1.2/lib/tools.jar":"/vol/java1.2/jre/lib/rt.jar" \
        /vol/java1.2/bin/jar -cf0M test10.jar \
                Test10Extension.class; \
        rm Test10Extension.class
touch /vol/tclsrcsol/tcl83/tcljava/tests/tcljava
cd /vol/tclsrcsol/tcl83/tcljava/src/tests/tclblend ; 
CLASSPATH="/vol/java1.2/lib/tools.jar":"/vol/java1.2/jre/lib/rt.jar":/vol/tclsrcsol/tcl83/tcljava/tests:/vol/tclsrcsol/tcl83/tcljava/tclblend.jar:/vol/tclsrcsol/tcl83/tcljava/tcljava.jar
 /vol/java1.2/bin/javac  -d /vol/tclsrcsol/tcl83/tcljava/tests  tests/*.java 
tcl/lang/*.java
touch /vol/tclsrcsol/tcl83/tcljava/tests/tclblend
(  echo \
  set auto_path [concat [pwd] [set auto_path]]\; \
  cd \{"/vol/tclsrcsol/tcl83/tcljava"/tests\}\; \
  puts \"pwd is [pwd]\"\; \
  puts \"CLASSPATH is [set env\(CLASSPATH\)]\"\; \
  puts \"auto_path is [set auto_path]\"\; \
  source all\; \
  puts \"Tests done.\"\; \
          exit; ) | \
LD_PRELOAD= \
LD_BIND_NOW= \
LD_LIBRARY_PATH=/vol/tclsrcsol/tcl83/tcljava:/vol/tclsrcsol/tcl83/tcl8.3.1/unix:/vol/java1.2/jre/lib/sparc:/lprod/cas/lib:/usr/dt/lib:/usr/openwin/lib:/usr/lib
 \
PATH="/vol/tclsrcsol/tcl83/tcljava":"/vol/tclsrcsol/tcl83/tcl8.3.1/unix":"/vol/SUNWspro/bin:/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/tcl83/bin:/usr/tcl82/sun4/bin:/usr/tcl82/bin:/projects/xopsrc/sun4/bin:/projects/xopsrc/bin:/usr/atria/bin:/projects/intranet/bin:/projects/clearcase/bin:/vol/tclsrcsol/TclPro1.3/solaris-sparc/bin:/ldata2/teTeX/bin/sparc-sun-solaris2.6:/vol/adobe/Acrobat3/bin:/ldata/bin:/home/lwv26/bin/D.aws:/home/lwv26/bin/sol2:/home/lwv26/bin/D.frontend:/home/lwv26/bin/D.ksh:/cas/test/bin/sun4:/projects/sprs_lwv/bin/sol2:/usr/java1.2/bin:/home/lwv26/bin/sun4:/lprod/cas/bin:/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:/vol/tclsrcsol/TclPro/solaris-sparc/bin"
 \
TCLBLEND_SHLIB_NAMES= \
TCL_LIBRARY= \
CLASSPATH="/vol/java1.2/lib/tools.jar":"/vol/java1.2/jre/lib/rt.jar":/vol/tclsrcsol/tcl83/tcljava/tests:/vol/tclsrcsol/tcl83/tcljava/tclblend.jar:/vol/tclsrcsol/tcl83/tcljava/tcljava.jar
 \
JAVA=/vol/java1.2/bin/java \
BUILD_DIR=/vol/tclsrcsol/tcl83/tcljava \
/usr/tcl83/bin/tclsh8.3
pwd is /vol/tclsrcsol/tcl83/tcljava/tests
CLASSPATH is 
/vol/java1.2/lib/tools.jar:/vol/java1.2/jre/lib/rt.jar:/vol/tclsrcsol/tcl83/tcljava/tests:/vol/tclsrcsol/tcl83/tcljava/tclblend.jar:/vol/tclsrcsol/tcl83/tcljava/tcljava.jar
auto_path is /vol/tclsrcsol/tcl83/tcljava /usr/tcl83/lib/tcl8.3 /usr/tcl83/lib
tcljava/AutomaticSignature.test
Unable to find the java package. Skipping entire test.:
can't find package XpUtils
    while executing
"package require XpUtils"
    (procedure "loadtclblend" line 15)
    invoked from within
"loadtclblend /vol/tclsrcsol/tcl83/tcljava"
    ("package ifneeded" script)
    invoked from within
"package require java"
tcljava/ArrayObject.test
Unable to find the java package. Skipping entire test.:
can't find package XpUtils
    while executing
"package require XpUtils"
    (procedure "loadtclblend" line 15)
    invoked from within
"loadtclblend /vol/tclsrcsol/tcl83/tcljava"
    ("package ifneeded" script)
    invoked from within
"package require java"
tcljava/BeanEventMgr.test
Unable to find the java package. Skipping entire test.:
can't find package XpUtils
    while executing
"package require XpUtils"
    (procedure "loadtclblend" line 15)
    invoked from within
"loadtclblend /vol/tclsrcsol/tcl83/tcljava"
    ("package ifneeded" script)
    invoked from within
"package require java"
tcljava/BeanEvent.test
Unable to find the java package. Skipping entire test.:
can't find package XpUtils
    while executing
"package require XpUtils"
    (procedure "loadtclblend" line 15)
    invoked from within
"loadtclblend /vol/tclsrcsol/tcl83/tcljava"
    ("package ifneeded" script)
    invoked from within
"package require java"
tcljava/JavaBindCmd.test
Unable to find the java package. Skipping entire test.:
can't find package XpUtils
    while executing
"package require XpUtils"
    (procedure "loadtclblend" line 15)
    invoked from within
"loadtclblend /vol/tclsrcsol/tcl83/tcljava"
    ("package ifneeded" script)
    invoked from within
"package require java"
tcljava/ClassRep.test
Unable to find the java package. Skipping entire test.:
can't find package XpUtils
    while executing
"package require XpUtils"
    (procedure "loadtclblend" line 15)
    invoked from within
"loadtclblend /vol/tclsrcsol/tcl83/tcljava"
    ("package ifneeded" script)
    invoked from within
"package require java"
tcljava/FieldSig.test
Unable to find the java package. Skipping entire test.:
can't find package XpUtils
    while executing
"package require XpUtils"
    (procedure "loadtclblend" line 15)
    invoked from within
"loadtclblend /vol/tclsrcsol/tcl83/tcljava"
    ("package ifneeded" script)
    invoked from within
"package require java"
tcljava/FuncSig.test
Unable to find the java package. Skipping entire test.:
can't find package XpUtils
    while executing
"package require XpUtils"
    (procedure "loadtclblend" line 15)
    invoked from within
"loadtclblend /vol/tclsrcsol/tcl83/tcljava"
    ("package ifneeded" script)
    invoked from within
"package require java"
tcljava/JavaDefineClassCmd.test
Unable to find the java package. Skipping entire test.:
can't find package XpUtils
    while executing
"package require XpUtils"
    (procedure "loadtclblend" line 15)
    invoked from within
"loadtclblend /vol/tclsrcsol/tcl83/tcljava"
    ("package ifneeded" script)
    invoked from within
"package require java"
tcljava/JavaCallCmd.test
Unable to find the java package. Skipping entire test.:
can't find package XpUtils
    while executing
"package require XpUtils"
    (procedure "loadtclblend" line 15)
    invoked from within
"loadtclblend /vol/tclsrcsol/tcl83/tcljava"
    ("package ifneeded" script)
    invoked from within
"package require java"
tcljava/JavaCastCmd.test
Unable to find the java package. Skipping entire test.:
can't find package XpUtils
    while executing
"package require XpUtils"
    (procedure "loadtclblend" line 15)
    invoked from within
"loadtclblend /vol/tclsrcsol/tcl83/tcljava"
    ("package ifneeded" script)
    invoked from within
"package require java"
tcljava/JavaEventCmd.test
Unable to find the java package. Skipping entire test.:
can't find package XpUtils
    while executing
"package require XpUtils"
    (procedure "loadtclblend" line 15)
    invoked from within
"loadtclblend /vol/tclsrcsol/tcl83/tcljava"
    ("package ifneeded" script)
    invoked from within
"package require java"
tcljava/JavaFieldCmd.test
Unable to find the java package. Skipping entire test.:
can't find package XpUtils
    while executing
"package require XpUtils"
    (procedure "loadtclblend" line 15)
    invoked from within
"loadtclblend /vol/tclsrcsol/tcl83/tcljava"
    ("package ifneeded" script)
    invoked from within
"package require java"
tcljava/JavaImportCmd.test
Unable to find the java package. Skipping entire test.:
can't find package XpUtils
    while executing
"package require XpUtils"
    (procedure "loadtclblend" line 15)
    invoked from within
"loadtclblend /vol/tclsrcsol/tcl83/tcljava"
    ("package ifneeded" script)
    invoked from within
"package require java"
tcljava/JavaInfoCmd.test
Unable to find the java package. Skipping entire test.:
can't find package XpUtils
    while executing
"package require XpUtils"
    (procedure "loadtclblend" line 15)
    invoked from within
"loadtclblend /vol/tclsrcsol/tcl83/tcljava"
    ("package ifneeded" script)
    invoked from within
"package require java"
tcljava/ReflectException.test
Unable to find the java package. Skipping entire test.:
can't find package XpUtils
    while executing
"package require XpUtils"
    (procedure "loadtclblend" line 15)
    invoked from within
"loadtclblend /vol/tclsrcsol/tcl83/tcljava"
    ("package ifneeded" script)
    invoked from within
"package require java"
tcljava/JavaInvoke.test
Unable to find the java package. Skipping entire test.:
can't find package XpUtils
    while executing
"package require XpUtils"
    (procedure "loadtclblend" line 15)
    invoked from within
"loadtclblend /vol/tclsrcsol/tcl83/tcljava"
    ("package ifneeded" script)
    invoked from within
"package require java"
tcljava/JavaInstanceofCmd.test
Unable to find the java package. Skipping entire test.:
can't find package XpUtils
    while executing
"package require XpUtils"
    (procedure "loadtclblend" line 15)
    invoked from within
"loadtclblend /vol/tclsrcsol/tcl83/tcljava"
    ("package ifneeded" script)
    invoked from within
"package require java"
tcljava/JavaIsNullCmd.test
Unable to find the java package. Skipping entire test.:
can't find package XpUtils
    while executing
"package require XpUtils"
    (procedure "loadtclblend" line 15)
    invoked from within
"loadtclblend /vol/tclsrcsol/tcl83/tcljava"
    ("package ifneeded" script)
    invoked from within
"package require java"
tcljava/JavaLoadCmd.test
Unable to find the java package. Skipping entire test.:
can't find package XpUtils
    while executing
"package require XpUtils"
    (procedure "loadtclblend" line 15)
    invoked from within
"loadtclblend /vol/tclsrcsol/tcl83/tcljava"
    ("package ifneeded" script)
    invoked from within
"package require java"
tcljava/JavaLock.test
Unable to find the java package. Skipping entire test.:
can't find package XpUtils
    while executing
"package require XpUtils"
    (procedure "loadtclblend" line 15)
    invoked from within
"loadtclblend /vol/tclsrcsol/tcl83/tcljava"
    ("package ifneeded" script)
    invoked from within
"package require java"
tcljava/JavaNewCmd.test
Unable to find the java package. Skipping entire test.:
can't find package XpUtils
    while executing
"package require XpUtils"
    (procedure "loadtclblend" line 15)
    invoked from within
"loadtclblend /vol/tclsrcsol/tcl83/tcljava"
    ("package ifneeded" script)
    invoked from within
"package require java"
tcljava/JavaNullCmd.test
Unable to find the java package. Skipping entire test.:
can't find package XpUtils
    while executing
"package require XpUtils"
    (procedure "loadtclblend" line 15)
    invoked from within
"loadtclblend /vol/tclsrcsol/tcl83/tcljava"
    ("package ifneeded" script)
    invoked from within
"package require java"
tcljava/JavaPropCmd.test
Unable to find the java package. Skipping entire test.:
can't find package XpUtils
    while executing
"package require XpUtils"
    (procedure "loadtclblend" line 15)
    invoked from within
"loadtclblend /vol/tclsrcsol/tcl83/tcljava"
    ("package ifneeded" script)
    invoked from within
"package require java"
tcljava/JavaThrowCmd.test
Unable to find the java package. Skipping entire test.:
can't find package XpUtils
    while executing
"package require XpUtils"
    (procedure "loadtclblend" line 15)
    invoked from within
"loadtclblend /vol/tclsrcsol/tcl83/tcljava"
    ("package ifneeded" script)
    invoked from within
"package require java"
tcljava/JavaTryCmd.test
Unable to find the java package. Skipping entire test.:
can't find package XpUtils
    while executing
"package require XpUtils"
    (procedure "loadtclblend" line 15)
    invoked from within
"loadtclblend /vol/tclsrcsol/tcl83/tcljava"
    ("package ifneeded" script)
    invoked from within
"package require java"
tcljava/PkgInvoker.test
Unable to find the java package. Skipping entire test.:
can't find package XpUtils
    while executing
"package require XpUtils"
    (procedure "loadtclblend" line 15)
    invoked from within
"loadtclblend /vol/tclsrcsol/tcl83/tcljava"
    ("package ifneeded" script)
    invoked from within
"package require java"
tcljava/PropertySig.test
Unable to find the java package. Skipping entire test.:
can't find package XpUtils
    while executing
"package require XpUtils"
    (procedure "loadtclblend" line 15)
    invoked from within
"loadtclblend /vol/tclsrcsol/tcl83/tcljava"
    ("package ifneeded" script)
    invoked from within
"package require java"
tcljava/ReflectObject.test
Unable to find the java package. Skipping entire test.:
can't find package XpUtils
    while executing
"package require XpUtils"
    (procedure "loadtclblend" line 15)
    invoked from within
"loadtclblend /vol/tclsrcsol/tcl83/tcljava"
    ("package ifneeded" script)
    invoked from within
"package require java"
tcljava/TclEvent.test
Unable to find the java package. Skipping entire test.:
can't find package XpUtils
    while executing
"package require XpUtils"
    (procedure "loadtclblend" line 15)
    invoked from within
"loadtclblend /vol/tclsrcsol/tcl83/tcljava"
    ("package ifneeded" script)
    invoked from within
"package require java"
tclblend/javaInterp.test
Unable to find the java package. Skipping entire test.:
can't find package XpUtils
    while executing
"package require XpUtils"
    (procedure "loadtclblend" line 15)
    invoked from within
"loadtclblend /vol/tclsrcsol/tcl83/tcljava"
    ("package ifneeded" script)
    invoked from within
"package require java"
tclblend/javaCmd.test
Unable to find the java package. Skipping entire test.:
can't find package XpUtils
    while executing
"package require XpUtils"
    (procedure "loadtclblend" line 15)
    invoked from within
"loadtclblend /vol/tclsrcsol/tcl83/tcljava"
    ("package ifneeded" script)
    invoked from within
"package require java"
tclblend/javaIdle.test
Unable to find the java package. Skipping entire test.:
can't find package XpUtils
    while executing
"package require XpUtils"
    (procedure "loadtclblend" line 15)
    invoked from within
"loadtclblend /vol/tclsrcsol/tcl83/tcljava"
    ("package ifneeded" script)
    invoked from within
"package require java"
tclblend/javaObj.test
Unable to find the java package. Skipping entire test.:
can't find package XpUtils
    while executing
"package require XpUtils"
    (procedure "loadtclblend" line 15)
    invoked from within
"loadtclblend /vol/tclsrcsol/tcl83/tcljava"
    ("package ifneeded" script)
    invoked from within
"package require java"
tclblend/javaTimer.test
Unable to find the java package. Skipping entire test.:
can't find package XpUtils
    while executing
"package require XpUtils"
    (procedure "loadtclblend" line 15)
    invoked from within
"loadtclblend /vol/tclsrcsol/tcl83/tcljava"
    ("package ifneeded" script)
    invoked from within
"package require java"
tclblend/javaUtil.test
Unable to find the java package. Skipping entire test.:
can't find package XpUtils
    while executing
"package require XpUtils"
    (procedure "loadtclblend" line 15)
    invoked from within
"loadtclblend /vol/tclsrcsol/tcl83/tcljava"
    ("package ifneeded" script)
    invoked from within
"package require java"
Tests done.
-- 
Larry W. Virden <mailto:[EMAIL PROTECTED]>
<URL: http://www.purl.org/NET/lvirden/>
Unless explicitly stated to the contrary, nothing in this posting should 
be construed as representing my employer's opinions.
-><-

----------------------------------------------------------------
The TclJava mailing list is sponsored by Scriptics Corporation.
To subscribe:    send mail to [EMAIL PROTECTED]  
                 with the word SUBSCRIBE as the subject.
To unsubscribe:  send mail to [EMAIL PROTECTED] 
                 with the word UNSUBSCRIBE as the subject.
To send to the list, send email to '[EMAIL PROTECTED]'. 
An archive is available at http://www.mail-archive.com/tcljava@scriptics.com

Reply via email to