Gentoo Archives: gentoo-user

From: Matti Nykyri <matti.nykyri@×××.fi>
To: "gentoo-user@l.g.o" <gentoo-user@l.g.o>
Subject: Re: [gentoo-user] Re: Machine completely broken; Ncursed!
Date: Sun, 12 Apr 2015 18:35:40
Message-Id: E9F7D44B-333A-42E5-A164-E39AFBCC87FC@iki.fi
In Reply to: [gentoo-user] Re: Machine completely broken; Ncursed! by "»Q«"
1 > On Apr 12, 2015, at 20:23, »Q« <boxcars@×××.net> wrote:
2 >
3 > On Sun, 12 Apr 2015 11:12:38 +0200
4 > "J. Roeleveld" <joost@××××××××.org> wrote:
5 >
6 >> On Saturday, April 11, 2015 08:42:20 PM Alan Grimes wrote:
7 >
8 >>> PYTHON_TARGETS="${PYTHON_TARGETS} python2_7 python3_4"
9 >>> PYTHON_SINGLE_TARGET="python2_7"
10 >>
11 >> These are set in your profile, please do not override this.
12 >> In other words, please remove these 2 lines.
13 >
14 > I'm not the OP. (I spend less time than him on maintaining my system.)
15 >
16 > Should those variables really not be set in make.conf? I added them to
17 > make.conf some time back because portage complained about them, and if I
18 > comment them out, it complains again, like so:
19 >
20 > $ emerge -puDv --changed-use @world
21 >
22 > These are the packages that would be merged, in order:
23 >
24 > Calculating dependencies |
25 >
26 > !!! Problem resolving dependencies for sys-apps/util-linux from @system
27 > ... done!
28 >
29 > !!! The ebuild selected to satisfy "sys-apps/util-linux" has unmet requirements.
30 > - 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"
31 >
32 > The following REQUIRED_USE flag constraints are unsatisfied:
33 > python? ( exactly-one-of ( python_single_target_python3_3 python_single_target_python3_4 python_single_target_python2_7 ) )
34 >
35 > The above constraints are a subset of the following complete expression:
36 > 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 ) )
37 >
38 > (dependency required by "@system" [set])
39 > (dependency required by "@world" [argument])
40
41 This is because you have set the "python" use flag in your make.conf (or package.use).
42
43 Remove the python useflag and the problem goes away. It is not set by the profile but by you. Do you really need it?
44
45 --
46 -Matti

Replies

Subject Author
[gentoo-user] Re: Machine completely broken; Ncursed! "»Q«" <boxcars@×××.net>