Tcl Library Source Code

View Ticket
Login
Ticket UUID: 30526e902772c23159e2fd166323bd2cc101b939
Title: math::exact: ifneeded/provide version mismatch
Type: Bug Version: trunk
Submitter: ssoberni Created on: 2018-08-06 12:03:21
Subsystem: math Assigned To: aku
Priority: 5 Medium Severity: Severe
Status: Closed Last Modified: 2019-04-15 23:20:21
Resolution: Fixed Closed By: aku
    Closed on: 2019-04-15 23:20:21
Description:
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]]
User Comments: aku added on 2019-04-15 23:20:21:

Fixed with commit [068c2af6e8].