Gentoo Archives: gentoo-science

From: Francois Bissey <fbissey@××××××××××××.nz>
To: gentoo-science@l.g.o
Subject: Re: [gentoo-science] World updates with sage installed - portage bug?
Date: Sat, 02 Jun 2012 03:04:25
Message-Id: 3944886.XjHiqvjW53@vrooom-vrooom
In Reply to: Re: [gentoo-science] World updates with sage installed - portage bug? by Thomas Kahle
1 On Fri, 01 Jun 2012 23:13:58 Thomas Kahle wrote:
2 > On 07:26 Sat 02 Jun 2012, Francois Bissey wrote:
3 > > On Fri, 01 Jun 2012 11:52:24 Thomas Kahle wrote:
4 > > > Hi,
5 > > >
6 > > > now that I have sage-on-gentoo installed I can't do world updates with
7 > > > the -D option anymore. Looks like a portage quirk to me.
8 > > >
9 > > > There seem to be at least two problems:
10 > > >
11 > > > I have sci-mathematics/singular in my world file and the -D option
12 > > > forces portage to think that I insist on the latest version. Therefore
13 > > > it collides with sage-on-gentoo insisting on 3.1.3:
14 > > >
15 > > > sci-mathematics/singular:0
16 > > >
17 > > > (sci-mathematics/singular-3.1.3.3::gentoo, installed) pulled in by
18 > > >
19 > > > ~sci-mathematics/singular-3.1.3.3 required by
20 > > >
21 > > > (sci-mathematics/sage-5.0-r1::sage-on-gentoo, installed)
22 > > >
23 > > > (sci-mathematics/singular-3.1.4-r1::gentoo, ebuild scheduled for
24 > > > merge)
25 > > >
26 > > > pulled in by (no parents that aren't satisfied by other packages in this
27 > > > slot)
28 > > >
29 > > >
30 > > > There also is an eselect issue. I don't know why, but eselect-blas and
31 > > > eselect-lapack are pulled in, although blocked by the new gsl:
32 > > >
33 > > > [blocks B ] app-admin/eselect-blas ("app-admin/eselect-blas" is
34 > > > blocking sci-libs/gsl-1.15-r2, sci-libs/cblas-reference-20110218)
35 > > > [blocks B
36 > > >
37 > > > ] app-admin/eselect-lapack ("app-admin/eselect-lapack" is blocking
38 > > >
39 > > > sci-libs/gsl-1.15-r2, sci-libs/cblas-reference-20110218)
40 > > >
41 > > > However, without the -D option I just get a warning:
42 > > >
43 > > > WARNING: One or more updates have been skipped due to a dependency
44 > > > conflict:
45 > > >
46 > > > sci-mathematics/singular:0
47 > > >
48 > > > (sci-mathematics/singular-3.1.4-r1::gentoo, ebuild scheduled for
49 > > > merge)
50 > > >
51 > > > conflicts with ~sci-mathematics/singular-3.1.3.3 required by
52 > > > (sci-mathematics/sage-5.0-r1::sage-on-gentoo, installed)
53 > > >
54 > > >
55 > > > Any ideas? Shall I carry this to the portage mailing list?
56 > > > Cheers,
57 > >
58 > > We need to know what pulls these eselect modules. What is the portage
59 > > output when you add the "t" option. It should show what wants what.
60 >
61 > Goes back to dev-lang/R and sci-libs/superlu. My setup has superlu
62 > stable, but R keyworded ~amd64 the entire slot.
63 >
64 > [ebuild U ~] sci-mathematics/singular-3.1.4-r1 [3.1.3.3] USE="boost doc
65 > emacs python%* readline -examples -test" 0 kB [nomerge ]
66 > dev-lang/R-2.15.0 USE="X bash-completion cairo doc java jpeg lapack nls
67 > openmp perl png readline tiff tk -icu -minimal -profile -static-libs"
68 > [nomerge ] virtual/lapack-3.1
69 > [nomerge ] sci-libs/lapack-reference-3.1.1-r1 USE="-doc"
70 > [ebuild N ] app-admin/eselect-lapack-0.1 0 kB
71 > [nomerge ] sci-mathematics/sage-5.0-r1::sage-on-gentoo USE="latex
72 > -testsuite" [nomerge ] sci-libs/scipy-0.9.0-r1 USE="-doc -umfpack"
73 > [nomerge ] sci-libs/superlu-4.1-r1 USE="-doc -examples -static-libs
74 > -test" [nomerge ] virtual/blas-1.0
75 > [nomerge ] sci-libs/blas-reference-20070226 USE="-doc"
76 > [ebuild N ] app-admin/eselect-blas-0.1 0 kB
77 > [nomerge ] sci-mathematics/sage-5.0-r1::sage-on-gentoo USE="latex
78 > -testsuite" [nomerge ] dev-python/sympy-0.7.1 USE="gtk latex opengl
79 > pdf png -doc -examples -imaging -ipython -mathml -pyglet -test -texmacs"
80 > [ebuild U ] dev-python/pexpect-2.4::gentoo [2.0-r1::sage-on-gentoo]
81 > USE="-doc% -examples%" 0 kB [blocks B ] app-admin/eselect-lapack
82 > ("app-admin/eselect-lapack" is blocking sci-libs/gsl-1.15-r2,
83 > sci-libs/cblas-reference-20110218) [blocks B ] app-admin/eselect-blas
84 > ("app-admin/eselect-blas" is blocking sci-libs/gsl-1.15-r2,
85 > sci-libs/cblas-reference-20110218)
86 >
87 You have the virtual/{blas,lapack} from the main tree not from the science
88 overlay! Now I am not sure why eselect-blas blocks gsl which gives you cblas.
89 Anyway keyword virtual/{blas,cblas,lapack} and upgrade them. Then let's see
90 if you still have troubles.
91
92 Francois

Replies