Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 152421 - dev-util/git - "git bisect visualize" needs tk
Summary: dev-util/git - "git bisect visualize" needs tk
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Fernando J. Pereda (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-22 13:14 UTC by Toralf Förster
Modified: 2006-10-22 13:31 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 Toralf Förster gentoo-dev 2006-10-22 13:14:41 UTC
The ebuild should gives an info/warning that git needs USE flag tk for git bisect, if option visualize is used.

tfoerste@n22 ~/devel/linux-2.6 $ git bisect visualize
/usr/bin/git-bisect: line 164: gitk: command not found
Comment 1 Fernando J. Pereda (RETIRED) gentoo-dev 2006-10-22 13:31:13 UTC
git bisect is pretty clear about it. It uses gitk to show the state of the bisection. No need for a einfo / ewarn.

Please reopen if you still think a message is needed.

- ferdy