Gentoo Archives: gentoo-user

From: Alan McKinnon <alan.mckinnon@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Emerge riddle again
Date: Fri, 16 Jan 2015 07:43:53
Message-Id: 54B8C101.2010201@gmail.com
In Reply to: [gentoo-user] Emerge riddle again by Meino.Cramer@gmx.de
1 On 16/01/2015 06:15, Meino.Cramer@×××.de wrote:
2 > Hi,
3 >
4 > again the emerge oracle has spoken to one to its lowest servants and so said:
5 >
6 >
7 >
8 > Diffing databases (17943 -> 17944 packages)
9 > [N] >> net-print/epson-inkjet-printer-escpr (~*1.4.4): Epson Inkjet Printer Driver (ESC/P-R)
10 > * Time statistics:
11 > 219 seconds for syncing
12 > 95 seconds for eix-update
13 > 13 seconds for eix-diff
14 > 330 seconds total
15 > Calculating dependencies... done!
16 >
17 > WARNING: One or more updates/rebuilds have been skipped due to a dependency conflict:
18 >
19 > dev-python/numpy:0
20 >
21 > (dev-python/numpy-1.9.0-r1:0/0::gentoo, ebuild scheduled for merge) conflicts with
22 > <dev-python/numpy-1.9.0[python_targets_python2_7(-),python_targets_python3_3(-),-python_single_target_python2_7(-),-python_single_target_python3_3(-)] required by (dev-python/matplotlib-1.3.0-r1:0/0::gentoo, installed)
23 > ^ ^^^^^
24 >
25 >
26 > May the light of the greater ebuild shed some wisdom onto my
27 > poor soul so enlightment will struck the darkness of my knowledge...
28 >
29 > But does that mean?
30
31
32 In simple terms, you have a conflict between something new and something
33 old, and portage can't do it.
34
35 In this case, portage wants to update numpy from to 1.9.0-r1, but can't.
36 The reason is the matplotlib ebuild requires a version of numpy <1.9.0
37 (ignore for now the python_targets stuff, that's USE-like requirements
38 which are not relevant).
39
40 Bottom line: with that version of matplotlib, you are pegged to the
41 current version of numpy, and portage is being overly complicated about
42 telling you this.
43
44 If you can't update matplotlib, you can just leave things as they are -
45 it doesn't hurt. Train your eye to ignore that output about numpy.
46
47
48 --
49 Alan McKinnon
50 alan.mckinnon@×××××.com

Replies

Subject Author
Re: [gentoo-user] Emerge riddle again Meino.Cramer@×××.de