Posted to tcl by hypnotoad at Mon Oct 01 16:21:16 GMT 2018view raw

  1. # Following code was appended to aaa_exit.test:
  2. #
  3. # puts [list TCL_LIBRARY: $tcl_library]
  4. # puts [list ZIPFS_MOUNT: [zipfs mount]]
  5.  
  6. basra:unix seandeelywoods$ make test
  7. DYLD_LIBRARY_PATH=`pwd`: TCLLIBPATH="/Users/seandeelywoods/build/odie/tcl/unix/pkgs" TCL_LIBRARY="/Users/seandeelywoods/build/odie/tcl/library" ./tcltest /Users/seandeelywoods/build/odie/tcl/tests/all.tcl
  8. Tests running in interp: /Users/seandeelywoods/build/odie/tcl/unix/tcltest
  9. Tests located in: /Users/seandeelywoods/build/odie/tcl/tests
  10. Tests running in: /Users/seandeelywoods/build/odie/tcl/unix
  11. Temporary files stored in /Users/seandeelywoods/build/odie/tcl/unix
  12. Test files run in separate interpreters
  13. Running tests that match: *
  14. Skipping test files that match: l.*.test
  15. Only running test files that match: *.test
  16. Tests began at Mon Oct 01 12:16:56 EDT 2018
  17. aaa_exit.test
  18. TCL_LIBRARY: /Users/seandeelywoods/build/odie/tcl/library
  19. ZIPFS_MOUNT: {}
  20. append.test
  21. appendComp.test
  22. apply.test
  23. assemble.test
  24. assocd.test
  25. async.test
  26. ^Cmake: *** [test-tcl] Interrupt: 2
  27.  
  28. basra:unix seandeelywoods$ make install
  29. Installing libtcl9.0.dylib to /Users/seandeelywoods/odie/lib/
  30. Installing tclsh as /Users/seandeelywoods/odie/bin/tclsh9.0
  31. Installing tclConfig.sh to /Users/seandeelywoods/odie/lib/
  32. Installing tclooConfig.sh to /Users/seandeelywoods/odie/lib/
  33. Installing libtclstub9.0.a to /Users/seandeelywoods/odie/lib/
  34. Installing pkg-config file to /Users/seandeelywoods/odie/lib/pkgconfig/
  35. Making directory /Users/seandeelywoods/odie/lib/tcl9.0
  36. Installing library files to /Users/seandeelywoods/odie/lib/tcl9.0/
  37. Installing and cross-linking top-level (.1) docs to /Users/seandeelywoods/odie/share/man/man1/
  38. Installing and cross-linking C API (.3) docs to /Users/seandeelywoods/odie/share/man/man3/
  39. ^Cmake: *** [install-doc] Interrupt: 2
  40.  
  41. basra:unix seandeelywoods$ make install
  42. Installing libtcl9.0.dylib to /Users/seandeelywoods/odie/lib/
  43. Installing tclsh as /Users/seandeelywoods/odie/bin/tclsh9.0
  44. Installing tclConfig.sh to /Users/seandeelywoods/odie/lib/
  45. Installing tclooConfig.sh to /Users/seandeelywoods/odie/lib/
  46. Installing libtclstub9.0.a to /Users/seandeelywoods/odie/lib/
  47. Installing pkg-config file to /Users/seandeelywoods/odie/lib/pkgconfig/
  48. Installing library files to /Users/seandeelywoods/odie/lib/tcl9.0/
  49. Installing and cross-linking top-level (.1) docs to /Users/seandeelywoods/odie/share/man/man1/
  50. Installing and cross-linking C API (.3) docs to /Users/seandeelywoods/odie/share/man/man3/
  51. Installing and cross-linking command (.n) docs to /Users/seandeelywoods/odie/share/man/mann/
  52. Installing header files to /Users/seandeelywoods/odie/include/
  53. basra:unix seandeelywoods$ make test
  54. DYLD_LIBRARY_PATH=`pwd`: TCLLIBPATH="/Users/seandeelywoods/build/odie/tcl/unix/pkgs" TCL_LIBRARY="/Users/seandeelywoods/build/odie/tcl/library" ./tcltest /Users/seandeelywoods/build/odie/tcl/tests/all.tcl
  55. Tests running in interp: /Users/seandeelywoods/build/odie/tcl/unix/tcltest
  56. Tests located in: /Users/seandeelywoods/build/odie/tcl/tests
  57. Tests running in: /Users/seandeelywoods/build/odie/tcl/unix
  58. Temporary files stored in /Users/seandeelywoods/build/odie/tcl/unix
  59. Test files run in separate interpreters
  60. Running tests that match: *
  61. Skipping test files that match: l.*.test
  62. Only running test files that match: *.test
  63. Tests began at Mon Oct 01 12:17:25 EDT 2018
  64. aaa_exit.test
  65. TCL_LIBRARY: //zipfs:/lib/tcl/tcl_library
  66. ZIPFS_MOUNT: {//zipfs:/lib/tcl /Users/seandeelywoods/odie/lib/libtcl9.0.dylib}
  67. append.test
  68. appendComp.test
  69. apply.test
  70. assemble.test
  71. assocd.test
  72. async.test
  73.