Gentoo Archives: gentoo-user

From: "»Q«" <boxcars@×××.net>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: Machine completely broken; Ncursed!
Date: Sun, 12 Apr 2015 17:24:26
Message-Id: 20150412122356.5cadb5d4@sepulchrave.remarqs
In Reply to: Re: [gentoo-user] Machine completely broken; Ncursed! by "J. Roeleveld"
1 On Sun, 12 Apr 2015 11:12:38 +0200
2 "J. Roeleveld" <joost@××××××××.org> wrote:
3
4 > On Saturday, April 11, 2015 08:42:20 PM Alan Grimes wrote:
5
6 > > PYTHON_TARGETS="${PYTHON_TARGETS} python2_7 python3_4"
7 > > PYTHON_SINGLE_TARGET="python2_7"
8 >
9 > These are set in your profile, please do not override this.
10 > In other words, please remove these 2 lines.
11
12 I'm not the OP. (I spend less time than him on maintaining my system.)
13
14 Should those variables really not be set in make.conf? I added them to
15 make.conf some time back because portage complained about them, and if I
16 comment them out, it complains again, like so:
17
18 $ emerge -puDv --changed-use @world
19
20 These are the packages that would be merged, in order:
21
22 Calculating dependencies |
23
24 !!! Problem resolving dependencies for sys-apps/util-linux from @system
25 ... done!
26
27 !!! The ebuild selected to satisfy "sys-apps/util-linux" has unmet requirements.
28 - sys-apps/util-linux-2.25.2-r2::gentoo USE="ncurses nls pam (policykit) python suid tty-helpers udev unicode -caps -cramfs -fdformat (-selinux) -slang -static-libs -systemd -test" ABI_X86="64 -32 -x32" PYTHON_SINGLE_TARGET="-python2_7 -python3_3 -python3_4" PYTHON_TARGETS="-python2_7 -python3_3 -python3_4"
29
30 The following REQUIRED_USE flag constraints are unsatisfied:
31 python? ( exactly-one-of ( python_single_target_python3_3 python_single_target_python3_4 python_single_target_python2_7 ) )
32
33 The above constraints are a subset of the following complete expression:
34 python? ( exactly-one-of ( python_single_target_python3_3 python_single_target_python3_4 python_single_target_python2_7 ) python_single_target_python3_3? ( python_targets_python3_3 ) python_single_target_python3_4? ( python_targets_python3_4 ) python_single_target_python2_7? ( python_targets_python2_7 ) )
35
36 (dependency required by "@system" [set])
37 (dependency required by "@world" [argument])

Replies

Subject Author
Re: [gentoo-user] Re: Machine completely broken; Ncursed! "J. Roeleveld" <joost@××××××××.org>
Re: [gentoo-user] Re: Machine completely broken; Ncursed! Matti Nykyri <matti.nykyri@×××.fi>