Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 415297 - dev-vcs/cola should RDEPEND on dev-lang/tk
Summary: dev-vcs/cola should RDEPEND on dev-lang/tk
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Tiziano Müller (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-09 19:58 UTC by Mike Nigh
Modified: 2012-05-24 21:22 UTC (History)
1 user (show)

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 Mike Nigh 2012-05-09 19:58:35 UTC
when doing a pull etc it gives this error -

/usr/share/git-cola/bin/ssh-askpass: line 3: exec: wish: not found
error: cannot run /usr/share/git-cola/bin/ssh-askpass: No such file or directory

installing tk solves this problem

tcl might be required too ?
Comment 1 Justin Lecher (RETIRED) gentoo-dev 2012-05-09 20:03:46 UTC
bundled ssh-askpass, probably we should unbundle it.
Comment 2 Justin Lecher (RETIRED) gentoo-dev 2012-05-11 08:53:42 UTC
What happens if you remove tk and install net-misc/x11-ssh-askpass or net-misc/ssh-askpass-fullscreen instead?
Comment 3 Tiziano Müller (RETIRED) gentoo-dev 2012-05-24 21:22:02 UTC
Ok, the ebuild now informs the user to have either SSH key management activated or x11-ssh-askpass (or similar) installed and set up.
Furthermore we patch git-cola to now use x11-ssh-askpass as a default and not install it's own tk-based askpass app anymore.