Gentoo Archives: gentoo-user

From: Tamer Higazi <th982a@××××××××××.com>
To: gentoo-user <gentoo-user@l.g.o>
Subject: [gentoo-user] @system updated but @word is an issue!
Date: Mon, 20 Jan 2014 20:28:09
Message-Id: 52DD86CC.3020204@googlemail.com
1 Hi people!
2
3 I finally managed to update my "@system" profile completly.
4 Now I want to update world, and I see that certain packages require
5 "python_single_target_python2_7" or "python_single_target_python3_2"
6
7 I don't know how to change my make.conf that everything fits, that I can
8 update my entire machine without any problems.
9
10 My make.conf:
11 http://pastebin.com/raw.php?i=sy80W4Xh
12
13
14 When I set PYTHON_SINGLE_TARGET to PYTHON2_7 I get this:
15
16 !!! The ebuild selected to satisfy "media-sound/rhythmbox" has unmet
17 requirements.
18 - media-sound/rhythmbox-3.0.1::gentoo USE="cdr dbus libnotify libsecret
19 python udev -daap -html -ipod -lirc -mtp -nsplugin -test -upnp-av
20 -visualizer -webkit -zeitgeist" PYTHON_SINGLE_TARGET="-python3_2
21 -python3_3" PYTHON_TARGETS="python3_2 -python3_3"
22
23 The following REQUIRED_USE flag constraints are unsatisfied:
24 python? ( exactly-one-of ( python_single_target_python3_2
25 python_single_target_python3_3 ) )
26
27 The above constraints are a subset of the following complete expression:
28 ipod? ( udev ) mtp? ( udev ) dbus? ( python ) webkit? ( python )
29 python? ( python_single_target_python3_2? ( python_targets_python3_2 )
30 python_single_target_python3_3? ( python_targets_python3_3 )
31 exactly-one-of ( python_single_target_python3_2
32 python_single_target_python3_3 ) )
33
34 (dependency required by "@selected" [set])
35 (dependency required by "@world" [argument])
36
37 * IMPORTANT: 1 news items need reading for repository 'gentoo'.
38 * Use eselect news to read news items.
39
40
41
42 and when I set to PYTHON_SINGLE_TARGET to PYTHON3_2:
43
44 !!! Problem resolving dependencies for net-print/hplip from @selected
45 ... done!
46
47 !!! The ebuild selected to satisfy "net-print/hplip" has unmet requirements.
48 - net-print/hplip-3.14.1::gentoo USE="X fax hpcups libnotify libusb0
49 policykit qt4 scanner -doc -hpijs -kde -minimal -parport -snmp
50 -static-ppds" PYTHON_SINGLE_TARGET="-python2_6 -python2_7"
51 PYTHON_TARGETS="python2_7 -python2_6"
52
53 The following REQUIRED_USE flag constraints are unsatisfied:
54 !minimal? ( exactly-one-of ( python_single_target_python2_6
55 python_single_target_python2_7 ) )
56
57 The above constraints are a subset of the following complete expression:
58 !minimal? ( python_single_target_python2_6? (
59 python_targets_python2_6 ) python_single_target_python2_7? (
60 python_targets_python2_7 ) exactly-one-of (
61 python_single_target_python2_6 python_single_target_python2_7 ) )
62
63 (dependency required by "@selected" [set])
64 (dependency required by "@world" [argument])
65
66 * IMPORTANT: 1 news items need reading for repository 'gentoo'.
67 * Use eselect news to read news items.
68
69
70
71
72 What do I have to do now ?!
73
74
75
76 For any advises I would thank you.
77
78
79
80 Tamer

Replies

Subject Author
Re: [gentoo-user] @system updated but @word is an issue! David Abbott <dabbott@g.o>