Tcl Library Source Code

Ticket Change Details
Login
Overview

Artifact ID: a5567f3349cd9a38475c4888c0a64960f555b40170a0bcf75ca6acfb5926d0be
Ticket: 30526e902772c23159e2fd166323bd2cc101b939
math::exact: ifneeded/provide version mismatch
User & Date: ssoberni 2018-08-06 12:03:21
Changes

  1. assignee changed to: "nobody"
  2. closer changed to: "nobody"
  3. cmimetype changed to: "text/plain"
  4. comment changed to:
    There is a mismatch between the version number provided (1.0.1) and the one required (1.0) which yields a:
    
        attempt to provide package math::exact 1.0 failed: package math::exact 1.0.1 provided instead
    
    Fix is to patch the ifneeded script in modules/math/pkgIndex.tcl to show 
    
    package ifneeded math::exact             1.0.1   [list source [file join $dir exact.tcl]]
    
    instead of
    
    package ifneeded math::exact             1.0   [list source [file join $dir exact.tcl]]
    
  5. foundin changed to: "trunk"
  6. is_private changed to: "0"
  7. login: "ssoberni"
  8. priority changed to: "5 Medium"
  9. private_contact changed to: "d4d1d8192a46acf2c7d58cddc1040ecdbc9c9d77"
  10. resolution changed to: "None"
  11. severity changed to: "Severe"
  12. status changed to: "Open"
  13. submitter changed to: "ssoberni"
  14. subsystem changed to: "math"
  15. title changed to: "math::exact: ifneeded/provide version mismatch"
  16. type changed to: "Bug"