Gentoo Archives: gentoo-user

From: denis cohen <denis.cohen@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Problem with cblas libraries
Date: Tue, 30 Aug 2011 22:16:21
Message-Id: CAKf_S2JH5_MLrSaS-=OoLzphA7_YYW3a1sWdvwMaViBXMCAjHA@mail.gmail.com
In Reply to: Re: [gentoo-user] Problem with cblas libraries by Michael Mol
1 Thanks to all that responded. I've tried
2
3 revdep-rebuild
4 emerge --depclean
5 revdep-rebuild
6
7 with no progress on the errors I have.
8 I've unmerged cblas* blas* gsl, synced, and "emerge -uDN world "also
9 without success (also tried cblas-external USE flag but could not see
10 it with eix).
11 eselect cblas also gave no results.
12
13 One problem I may have is with eselect. eselect-cblas has been
14 unmerged but trying to re-emerge it gives this block.
15
16
17 emerge -vp eselect-cblas
18
19 These are the packages that would be merged, in order:
20
21 Calculating dependencies... done!
22 [ebuild N ] app-admin/eselect-cblas-0.1 0 kB
23 [blocks B ] app-admin/eselect-cblas ("app-admin/eselect-cblas" is
24 blocking sci-libs/lapack-reference-3.3.1-r1, sci-libs/gsl-1.15-r1)
25
26 Total: 1 package (1 new), Size of downloads: 0 kB
27 Conflict: 1 block (1 unsatisfied)
28
29 * Error: The above package list contains packages which cannot be
30 * installed at the same time on the same system.
31
32 (app-admin/eselect-cblas-0.1::gentoo, ebuild scheduled for merge) pulled in by
33 eselect-cblas
34
35 (sci-libs/lapack-reference-3.3.1-r1::science, installed) pulled in by
36 >=sci-libs/lapack-reference-3.3 required by
37 (virtual/lapack-3.3::science, installed)
38
39 (sci-libs/gsl-1.15-r1::science, installed) pulled in by
40 sci-libs/gsl required by (media-gfx/inkscape-0.48.2::gentoo, installed)
41 >=sci-libs/gsl-1.14-r2 required by (virtual/cblas-2.0::science, installed)
42
43
44 For more information about Blocked Packages, please refer to the following
45 section of the Gentoo Linux x86 Handbook (architecture is irrelevant):
46
47 http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?full=1#blocked
48
49
50
51 Similar problem with eselect-blas and eselect-lapack. Any ideas before
52 I try some more unmerging?
53
54 Thanks
55
56 Denis
57
58 On Sat, Aug 27, 2011 at 18:34, Michael Mol <mikemol@×××××.com> wrote:
59 > On Sat, Aug 27, 2011 at 11:27 AM, Valmor de Almeida
60 > <val.gentoo@×××××.com> wrote:
61 >> On 08/26/2011 08:12 AM, denis cohen wrote:
62 >>> Hello,
63 >>>
64 >>> I recently removed some packages like blas-reference, cblas-reference,
65 >>> and lapack-reference to get emerge to run (some blocking issues).
66 >>> Not sure that was a good idea because now, even if I've reinstalled
67 >>> these packages,
68 >>> I am having several new problems:
69 >>>
70 >> [snip]
71 >>>
72 >>>
73 >>> Does anyone have an idea of how solve this problem?
74 >>>
75 >>> I'd be glad to provide more details.
76 >>>
77 >>> Thanks
78 >>>
79 >>> Denis
80 >>>
81 >>
82 >> Hi Denis,
83 >>
84 >> Have you done revdep-rebuild ? followed by a emerge --depclean ? before
85 >> doing anything else after you removed the blas/lapack packages?
86 >
87 > revdep-rebuild
88 > emerge --depclean
89 > revdep-rebuild # Since emerge --depclean will warn that you should do
90 > a revdep-rebuild after it.
91 >
92 >
93 > --
94 > :wq
95 >
96 >

Replies

Subject Author
Re: [gentoo-user] Problem with cblas libraries Michael Mol <mikemol@×××××.com>
Re: [gentoo-user] Problem with cblas libraries Alex Schuster <wonko@×××××××××.org>