Public bug reported:

Binary package hint: tk8.4

Installing gitk under Kubuntu Gutsy, I got the following:

[EMAIL PROTECTED]:~$ gitk
exec: 3: wish: not found

wish belongs to TCL/TK. gitk correctly depends on tk8.4, but that
package installs wish as wish8.4 in /usr/bin. Hence, gitk can't find it.
The simplest workaround is creating / altering symlinks in
/etc/alternatives/ and /usr/bin respectively:

sudo rm /etc/alternatives/wish
sudo ln -s /usr/bin/wish8.4 /etc/alternatives/wish
sudo ln -s /etc/alternatives/wish /usr/bin/wish

However, I think this should happen automatically. Or is this a gitk
issue? Please correct if appropriate.

** Affects: tk8.4 (Ubuntu)
     Importance: Undecided
         Status: New

-- 
TCL/TK's wish not linked to wish8.4 -- gitk looks for wish under wrong name
https://bugs.launchpad.net/bugs/158012
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to