Gentoo Archives: gentoo-user

From: "J. Roeleveld" <joost@××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: Machine completely broken; Ncursed!
Date: Sun, 12 Apr 2015 18:07:51
Message-Id: 1548532.LqqDBuMcQi@andromeda
In Reply to: [gentoo-user] Re: Machine completely broken; Ncursed! by "»Q«"
1 On Sunday, April 12, 2015 12:23:56 PM »Q« wrote:
2 > On Sun, 12 Apr 2015 11:12:38 +0200
3 >
4 > "J. Roeleveld" <joost@××××××××.org> wrote:
5 > > On Saturday, April 11, 2015 08:42:20 PM Alan Grimes wrote:
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
28 > requirements. - sys-apps/util-linux-2.25.2-r2::gentoo USE="ncurses nls pam
29 > (policykit) python suid tty-helpers udev unicode -caps -cramfs -fdformat
30 > (-selinux) -slang -static-libs -systemd -test" ABI_X86="64 -32 -x32"
31 > PYTHON_SINGLE_TARGET="-python2_7 -python3_3 -python3_4"
32 > PYTHON_TARGETS="-python2_7 -python3_3 -python3_4"
33 >
34 > The following REQUIRED_USE flag constraints are unsatisfied:
35 > python? ( exactly-one-of ( python_single_target_python3_3
36 > python_single_target_python3_4 python_single_target_python2_7 ) )
37 >
38 > The above constraints are a subset of the following complete expression:
39 > python? ( exactly-one-of ( python_single_target_python3_3
40 > python_single_target_python3_4 python_single_target_python2_7 )
41 > python_single_target_python3_3? ( python_targets_python3_3 )
42 > python_single_target_python3_4? ( python_targets_python3_4 )
43 > python_single_target_python2_7? ( python_targets_python2_7 ) )
44 >
45 > (dependency required by "@system" [set])
46 > (dependency required by "@world" [argument])
47
48 I have never set them and don't remember having an issue.
49
50 From the above, it looks like they are all unset when you remove that line.
51
52 Which profile are you using?
53 And what is the rest of your make.conf?
54
55 --
56 Joost

Replies

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