Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 73361 - tkpasman uses tcl 8.3 by default
Summary: tkpasman uses tcl 8.3 by default
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All Linux
: High major (vote)
Assignee: Daniel Ahlberg (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-12-04 10:55 UTC by Aaron Bohannon
Modified: 2005-01-01 11:22 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Aaron Bohannon 2004-12-04 10:55:50 UTC
The tkpasman program refers to tclsh8.3 and wish8.3.  Thus, it will not run when newer versions of tcl are installed.  It is very simple to change to program so that it refers to tclsh8.4 and wish8.4, or, better yet, tclsh and wish, which should be symlinks to the former.  I have never experienced problems with making this change, but if tkpasman does actually depend upon specifically tcl8.3 to run correctly, then the ebuild dependencies should reflect this.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Daniel Ahlberg (RETIRED) gentoo-dev 2005-01-01 11:22:44 UTC
In CVS, thanks!