Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
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) [edit] 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