Gentoo Archives: gentoo-science

From: "François Bissey" <frp.bissey@×××××.com>
To: gentoo-science@l.g.o
Subject: Re: [gentoo-science] sage-6.7 and downgrade of python packages
Date: Wed, 17 Jun 2015 21:38:26
Message-Id: 5581E8C6.9030001@gmail.com
In Reply to: [gentoo-science] sage-6.7 and downgrade of python packages by Juergen Rose
1 On 06/18/15 06:36, Juergen Rose wrote:
2 > Hello,
3 >
4 > I removed sage-6.7 from my gentoo system, because it requires old
5 > python packages. These old python generates further bugs. I posted a
6 > gentoo bug https://bugs.gentoo.org/show_bug.cgi?id=547064 , but I did
7 > not get any answer.
8 >
9 > If I now try to reinstall sage, three python packages should be
10 > downgraded generating a slot conflict:
11 >
12 > root@lynx:/root(43)# emerge -pvD sage
13 >
14 > These are the packages that would be merged, in order:
15 >
16 > Calculating dependencies... done!
17 > [ebuild UD ] dev-python/numpy-1.8.2::gentoo [1.9.2::gentoo]
18 > USE="doc lapack {-test}" PYTHON_TARGETS="python2_7 python3_3
19 > -python3_4" 0 KiB
20 > [ebuild UD ] dev-python/sphinx-1.2.2::sage-on-gentoo
21 > [1.3.1::gentoo] USE="doc latex {-test}" PYTHON_TARGETS="python2_7
22 > python3_3 -pypy -python3_4" 0 KiB
23 > [ebuild UD ] dev-python/matplotlib-1.3.1::sage-on-gentoo
24 > [1.4.3::gentoo] USE="cairo examples excel fltk gtk gtk3 latex tk
25 > wxwidgets -doc -pyside -qt4* {-test} (-qt5%*)"
26 > PYTHON_TARGETS="python2_7 python3_3 -python3_4" 0 KiB
27 > [ebuild UD ] sci-mathematics/maxima-5.35.1-r2::sage-on-gentoo
28 > [5.36.1::gentoo] USE="X ecls emacs latex nls sbcl tk unicode -clisp
29 > -clozurecl (-cmucl) -gcl -xemacs" LINGUAS="-es -pt -pt_BR" 0 KiB
30 > [ebuild N ] sci-mathematics/sage-6.7::sage-on-gentoo USE="latex
31 > testsuite -arb -bliss -debug -modular_decomposition"
32 > PYTHON_TARGETS="python2_7" 0 KiB
33 >
34 > Total: 5 packages (4 downgrades, 1 new), Size of downloads: 0 KiB
35 >
36 > !!! Multiple package instances within a single package slot have been
37 > pulled
38 > !!! into the dependency graph, resulting in a slot conflict:
39 >
40 > dev-python/numpy:0
41 >
42 > (dev-python/numpy-1.8.2:0/0::gentoo, ebuild scheduled for merge)
43 > pulled in by
44 > =dev-python/numpy-1.8*[python_targets_python2_7(-)?,
45 > -python_single_target_python2_7(-)] required by (sci-mathematics/sage
46 > -6.7:0/0::sage-on-gentoo, ebuild scheduled for merge)
47 > ^ ^^^^
48 >
49 >
50 >
51 >
52 > (dev-python/numpy-1.9.2:0/0::gentoo, installed) pulled in by
53 > >=dev-python/numpy-1.9.1[python_targets_python2_7(
54 > -)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,
55 > -python_single_target_python2_7(-),-python_single_target_python3_3(-),
56 > -python_single_target_python3_4(-)] required by (dev-python/bottleneck
57 > -1.0.0:0/0::gentoo, installed)
58 > ^^ ^^^^^
59 >
60 >
61 > Is there any hint, how to
62 > handle this situation?
63 >
64
65 Sorry, as I just wrote in bugzilla we didn't know about your bug.
66 1) I am not copied on the bugs because I don't own the overlay
67 2) Christopher is, but bugzilla has his old email address,
68 effectively he probably never received it.
69 3) The overlay, more or less target people on `arch` rather than
70 `~arch`. I am expecting users in `~arch` to know what they are doing
71 to some extent and be able to deal with blockers.
72
73 That being said you raise the problem of numpy 1.8 which I could address
74 independently of upstream so I will but I cannot give you a time frame.
75
76 Francois

Replies

Subject Author
Re: [gentoo-science] sage-6.7 and downgrade of python packages "Justin (jlec)" <jlec@g.o>