On Sun, 12 Apr 2015 21:52:07 -0400
Alec Ten Harmsel <a...@alectenharmsel.com> wrote:

> On 04/12/2015 09:38 PM, »Q« wrote:

> > How can I find out whether the profile is setting those variables?
> > ISTM the emerge errors I posted earlier, which happen if I get rid
> > of those variables in make.conf, indicate that they are not being
> > set at all.
> 
> You can find all the defaults here:
> /usr/portage/profiles/base/make.defaults. I don't think the KDE
> profile overrides any of the python/ruby stuff, just USE. It's
> strange that you are getting that error from util-linux; I would
> recommend getting rid of the USE_PYTHON="2.7" line from make.conf
> and, personally, avoid having so many USE flags in make.conf.

Thanks.  My /usr/portage/profiles/base/make.defaults has

PYTHON_TARGETS="python2_7 python3_3"
PYTHON_SINGLE_TARGET="python2_7"

The error message was

  The following REQUIRED_USE flag constraints are unsatisfied:
    python? ( exactly-one-of ( python_single_target_python3_3
    python_single_target_python3_4 python_single_target_python2_7 ) )

It looks to me like make.defaults sets exactly one of those.  Is it
possible my USE="-* wipes out use_expand things as well?





Reply via email to