I confirm that the patch above works on Ubuntu 9.10.

Made following modifications to /usr/lib/blt2.4/pkgIndex.tcl file:

if {[package vcompare [info tclversion] 8.2] < 0} {
        set taillib ${version}.so.8.0
} elseif {[package vcompare [info tclversion] 8.3] < 0} {
        set taillib ${version}.so.8.2
} elseif {[package vcompare [info tclversion] 8.4] < 0} {
        set taillib ${version}.so.8.3
} elseif {[package vcompare [info tclversion] 8.5] < 0} {
        set taillib ${version}.so.8.4
} else {
        set taillib ${version}.so.8.5
}

Sorry for not sending a diff, that one should do.

-- 
BKchem using python2.6 crashed with SIGSEGV in Tcl_CreateHashEntry()
https://bugs.launchpad.net/bugs/380346
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to