| Bug#: 114202 | Product: Gentoo Linux | Version: unspecified | Platform: All |
| OS/Version: Linux | Status: RESOLVED | Severity: minor | Priority: P2 |
| Resolution: FIXED | Assigned To: kerberos@gentoo.org | Reported By: james.ausmus@gmail.com | |
| Component: Applications | |||
| URL: | |||
| Summary: mit-krb5 tcltk USE flag doesn't DEPEND dev-lang/tcl | |||
| Keywords: | |||
| Status Whiteboard: | |||
| Opened: 2005-12-01 15:02 0000 | |||
| Description: | Opened: 2005-12-01 15:02 0000 |
If you try to emerge mit-krb5 with the tcltk USE flag without tcl already installed, mit-krb5 doesn't pull in dev-lang/tcl. Reproducible: Always Steps to Reproduce: 1. emerge -C dev-lang/tcl 2. USE="tcltk" emerge mit-krb5 3. Actual Results: Failure on configuration - failure to find tcl Expected Results: Pulled in dev-lang/tcl in dependancy list, compiled it, then compiled mnit-krb5 with tcltk support
Created an attachment (id=73912) [details]
Fixed mit-krb5 ebuild which pulls in tcl as a dependancy based on the tcltk USE
flag
Fixed ebuild
Same problem just encountered on a new system setup. I confirmed the (only) ebuild in portage does not specify tcl as a dependancy when the tcltk USE flag is set.
thanks, fixed in cvs