Missing packages in cookfs installation ?
Brought to you by:
zoro2
The packages
package ifneeded vfs::cookfs::tcl::pages 1.1 [list source [file join $dir pages.tcl]]
package ifneeded vfs::cookfs::tcl::fsindex 1.1 [list source [file join $dir fsindex.tcl]]
are listed in the installed package index file, and their implementations are available in the cookfs/scripts/ directory. These implementations are not installed however. The cause is that they do not have the necessary TEA_ADD_TCL_SOURCES() declarations in the configure.in (Contrast: readerchannel.tcl, which has and is installed).
At this point I do not know if the non-installation of these packages is a bug or intentional.