Ticket Change Details
Overview

Artifact ID: 87ac24f2508c081c8b5099f64a7b84f3ed4f1b9d
Ticket: f929fddcfc1cced456821d15ac44dcd863b4ff85
Tclkit generation problems
User & Date: anonymous on 2012-09-25 07:59:00
Changes

  1. Appended to comment:
    
    
    <hr /><i>anonymous added on 2012-09-25 07:59:00 UTC:</i><br />
    <pre>
    Firstly i'd like to say: Wow, thanks for building KitCreator, it's mega easy to create starkits, even cross compiling them!!
    
    Now my problems so far:
    When compiling everything succeeded (after many tries)
    
    ./kitcreator 8.6b3
    Building tcl ... done.
    Building tclvfs ... done.
    Building zlib ... done.
    Building tk ... done.
    Building itcl ... done.
    Building mk4tcl ... done.
    Building kitsh ... done.
    
    
    When I try to run it i get this:
    ./tclkit-local 
    application-specific initialization failed: couldn't read file "/home/lostone/Programare/Tcl/freewrap-starkits/kitcreator/tclkit-local/lib/tcl8.6/init.tcl": invalid seek
    
    Even if I run ./tclkit-8.6b3
    
    When I compile it without mk4tcl but use cvfs or zip instead.. It compiles, when I run it, it WORKS if I source any file. But i have a problem.
    
    I can't seem to ever be able to succesfully build a starpack or use sdx.kit:
    (I know it uses  vfs:mk4 but wth..?)
    
    an't find package vfs::mkcl
        while executing
    "package require vfs::mkcl"
        (procedure "::vfs::mk4::Mount" line 4)
        invoked from within
    "::vfs::mk4::Mount /home/lostone/Programare/Tcl/freewrap-starkits/sdx.kit /home/lostone/Programare/Tcl/freewrap-starkits/sdx.kit -readonly"
        ("eval" body line 1)
        invoked from within
    "eval [list ::vfs::${driver}::Mount $self $self] $args"
    
    Is there any (other) way I can build "starpacks" of my applications?
    Can I just append ZIPS? I'd be glad if anything else works!
    
    Also doing a "package names" only gives a few names.. If I append any .tcl file to the executable and then do "package names" i get all the packages..
    95% of them source, some give errors like this:
    couldn't read file "/home/lostone/Programare/Tcl/freewrap-starkits/kitcreator/tclkit-8.6b3/lib/vfs/mk4vfs.tcl": no such file or directory
    
    I tried building starkits with kitgen, kbs and even to compile It myself but I failed miserably every time. I think it either must be a 8.6b bug or something in the settings. The weird thing YOUR app was the ONLY one to run the code without coughing anything.. Though no starkit/starpack/zip way to deploy an app.
    
    Thanks in advance and keep up the good work!
    </pre>
    
    \n<br/>Sorry about the bad editing, i thought it would come out as I typed with bold and stuff.. seems i ought to had used pre
    
  2. priority changed to: "Immediate"
  3. resolution changed to: "Open"
  4. subsystem changed to: "Tcl"