Ticket Change Details
Overview

Artifact ID: 3fced9e54135b779d3b0551e893f495c2526cea3b490e304bcf6e74ec5ae383c
Ticket: c9a4f87325d68cf830bf897846b47eff26468ba6
Use ${prefix}/lib instead TCL_PACKAGE_PATH to find installation folder
User & Date: oehhar on 2024-03-05 10:14:51
Changes

  1. foundin changed to: "trunk"
  2. icomment:
    See TCL ticket [https://core.tcl-lang.org/tcl/info/1b8a893ded5f2a9b] :
    
    Apparently, TCLTLS uses TCL_PACKAGE_PATH instead ${prefix}/lib to find its  installation path.
    
    Example, where "{/usr/local/lib}" is the first element of the package path.
    
    <verbatim>
    /usr/bin/install -c -d '{/usr/local/lib}/tcltls1.7.22'
    /usr/bin/install -c tcltls.so '{/usr/local/lib}/tcltls1.7.22'
    /usr/bin/install -c -m 644    pkgIndex.tcl '{/usr/local/lib}/tcltls1.7.22'
    </verbatim>
    
    Take care,
    Harald
    
  3. login: "oehhar"
  4. mimetype: "text/x-fossil-wiki"
  5. private_contact changed to: "0f366eb3e9e2fcab52b8ebacd197db9047186a5f"
  6. severity changed to: "Important"
  7. status changed to: "Open"
  8. title changed to:
    Use ${prefix}/lib instead TCL_PACKAGE_PATH to find installation folder
    
  9. type changed to: "Build Problem"