Eskil

Ticket Change Details
Login
Overview

Artifact ID: c087065677e11330b11fcc73289aa777257b005a
Ticket: 2d0bdb02a747c1c83335376d00e44c63ecfaf4eb
please include textsearch (or link to repository)
User & Date: anonymous 2015-03-26 03:43:53
Changes

  1. foundin changed to: "trunk"
  2. icomment:
    I've had to hack a bit to build my own kits of eskil.  After a "make" I was able to get things into a wrappable state with the following.  teapot-client comes from [http://teaparty.rkeene.org/]:
    
     make  # various errors for bad symlinks
     ( cd eskil.vfs/lib && rm -rf snit struct pdf4tcl diffutil textsearch  tkdnd tablelist wcb cmdline )
     teapot-client get eskil.vfs linux x86_64 snit struct::list pdf4tcl DiffUtil tkdnd tablelist tablelist_tile wcb cmdline
     ( cd eskil.vfs/snit && echo 'pkg_mkIndex .' | tclsh )
     sdx unwrap ../eskil27.kit
     mv eskil27.vfs/lib/textsearch eskil.vfs/lib
     rm -rf eskil27.vfs
     sdx wrap eskil -runtime $(which tclkit-8.6.4)
    
    
    Line #3 corrects a broken pkgIndex in snit as distributed on rkeene's teapot, which will hopefully be fixed soon.
    
    The next lines get "textsearch" out of a kit downloaded from here - since it's the only requirement not widely distributed, I'd like to see it included in the eskil fossil.
    
  3. login: "anonymous"
  4. mimetype: "text/x-fossil-plain"
  5. private_contact changed to: "cb02a4a25e8da92f2790bc307bf01ef24ce6053e"
  6. severity changed to: "Important"
  7. status changed to: "Open"
  8. title changed to: "please include textsearch (or link to repository)"
  9. type changed to: "Build_Problem"