sparc solaris 2.9 sun c compiler, tcl source cvs head january 2011
When I build, then run the test suite, I get this error:
TCL_LIBRARY=`echo /vol/tclsrcsol/tcl86/tcl/library` LD_LIBRARY_PATH=".:/vol/tcls
rcsol/tcl86/tcl/unix:/usr/sfw/lib:/usr/dt/lib:/usr/dt/lib/sdtimage:/usr/openwin/
lib:/usr/lib:/usr/ucblib:/cas/lib/sun4" VFS_LIBRARY="`echo ../library`" PATH=".:
/vol/tclsrcsol/tcl86/tcl/unix:/projects/sprs_lwv/tcl86/bin:/usr/tcl85/bin:/vol/t
clsrcsol/TclDevKit-5.1.0/bin:/vol/tclsrcsol/TclDevKit-5.0.1/bin:/vol/tclsrcsol/T
clDevKit-4.1.1/bin:/vol/tclsrcsol/TclDevKit-4.0.4/bin:/vol/tclsrcsol/ActiveTcl-8
.5.4/bin:/vol/tclsrcsol/ActiveTcl/bin:/vol/tclsrcsol/TclDevKit/bin:/usr/tcl84/bi
n:/home/lwv27/bin/D.frontend:/home/lwv27/bin/sun4:/opt/SUNWspro/bin:/vol/javaNFS
/jdk1.6.0_06/:/usr/j2se/bin:/usr/java/bin:/usr/local/perl5/bin:/usr/local/bin:/u
sr/dt/bin:/usr/openwin/bin:/bin:/opt/SUNWsmtv/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:/opt/staroffice8/program:/home/lwv27/bin:/home/lwv27/bin
/D.aws:/home/lwv27/bin/sol2:/home/lwv27/bin/D.ksh:/projects/xopsrc/sun4/bin:/pro
jects/xopsrc/bin:/projects/gnu/sparc-sun-solaris2.9/bin:/projects/sprs_lwv/sol26
/bin:/projects/sprs_lwv/sol26/bin/mime:/projects/sprs_lwv/sol2/bin:/projects/spr
s_lwv/bin/sol2:/projects/sprs_lwv/bin:/projects/sprs_lwv/bin/mime:/projects/intr
anet/bin:/vol/gnu/gcc/bin:/usr/sfw/bin:/opt/sfw/bin:/cas/test/bin/sun4:/cas/tool
s/pdbin/sun4:/home/lwv27/bin/D.news:/projects/clearcase/bin:/usr/atria/bin:/usr/
local/perl5/lib/site_perl/5.8.4/sun4-solaris/auto/Image/Magick/bin:/home/lwv27/b
in/D.mistypes:/home/lwv27/bin/D.toys:/home/lwv27/bin/D.tools:/usr/openwin/demo:/
projects/npd/npdweb/bin-sol2:/vol/museprd/tools/bin/sun4:/projects/gnu/sparc-sun
-solaris2.8/bin:/projects/gnu/bin" TCLLIBPATH="." /vol/tclsrcsol/tcl86/tcl/unix/
tclsh `echo ../tests/all.tcl`
couldn't read file "./vfs.tcl": no such file or directory
while executing
"source ./vfs.tcl"
("package ifneeded vfs 1.4.1" script)
invoked from within
"package require vfs 1.4"
(file "../tests/all.tcl" line 35)
gmake: *** [test] Error 1
I tried to modify tests/all.tcl to set $dir, and it continued to fail in the same manner. I also tried to directly source the vfs.tcl file, and then the test suite was unable to load the .so file.
vfs.tcl doesn't get generated from vfs.tcl.in until the tclvfs project is built. Is it possible the test is being run before the project build?