From: Larry W. V. <lv...@gm...> - 2009-02-12 14:12:19
|
I just noticed that, as I was building the tcl 8.6 cvs head snapshot I got this morning from the activestate ftp site, that tcl's configure now configures and knows that the tdbc directory exists during the build step. gmake[1]: Entering directory `/vol/tclsrcsol/tcl86/tcl/unix/pkgs/tdbc' Creating pkgIndex.tcl gmake[1]: Leaving directory `/vol/tclsrcsol/tcl86/tcl/unix/pkgs/tdbc' However, when I ran the test suite, I see this: Tests began at Wed Feb 11 09:18:30 EST 2009 tdbc.test couldn't load file "../../pkgs/tdbc/libtdbc1.0b4.so": ld.so.1: tcltest: fatal: . ./../pkgs/tdbc/libtdbc1.0b4.so: open failed: No such file or directory tokenize.test couldn't load file "../../pkgs/tdbc/libtdbc1.0b4.so": ld.so.1: tcltest: fatal: . ./../pkgs/tdbc/libtdbc1.0b4.so: open failed: No such file or directory Then, later during install, I see: Installing package 'tdbc' gmake[1]: Entering directory `/vol/tclsrcsol/tcl86/tcl/unix/pkgs/tdbc' Install tdbc.tcl /projects/sprs_lwv/tcl86/lib/tdbc1.0b4/tdbc.tcl Install pkgIndex.tcl /projects/sprs_lwv/tcl86/lib/tdbc1.0b4 Install tdbcConfig.sh /projects/sprs_lwv/tcl86/lib/tdbc1.0b4 It looks to me as if the actual compilation of the C code isn't happening yet. Is this something that needs to be reported in a bug database somewhere, or is this just reflecting that the process of integration has begun but isn't complete yet? |