Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 152421

Summary: dev-util/git - "git bisect visualize" needs tk
Product: Gentoo Linux Reporter: Toralf Förster <toralf>
Component: New packagesAssignee: Fernando J. Pereda (RETIRED) <ferdy>
Status: RESOLVED WONTFIX    
Severity: minor    
Priority: High    
Version: 2006.1   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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