Gentoo Archives: gentoo-user

From: "Jc García" <jyo.garcia@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] blocks....
Date: Sun, 06 Sep 2015 05:47:47
Message-Id: CAGQH77cb+yRnxPG1SJ3W+N0ahFELhbTrTG9i5cjuX3qHjqoALw@mail.gmail.com
In Reply to: Re: [gentoo-user] blocks.... by Tamer Higazi
1 2015-09-05 22:43 GMT-06:00 Tamer Higazi <th982a@××××××××××.com>:
2 > Hi Fernando,
3 > Thanks for replying. I issued this command:
4 > tamer@tux ~ $ emerge -pvuDN --with-bdeps=y @system @world
5 >
6 > and got still these blocks :(
7 > If you still have any ideas solving it, I'd be happy to hear from you.
8 >
9 >
10 >
11 > These are the packages that would be merged, in order:
12 >
13 > Calculating dependencies... done!
14 >
15 > !!! Multiple package instances within a single package slot have been pulled
16 > !!! into the dependency graph, resulting in a slot conflict:
17 >
18 > dev-libs/boost:0
19 >
20 > (dev-libs/boost-1.56.0-r1:0/1.56.0::gentoo, installed) pulled in by
21 > dev-libs/boost:0/1.56.0= required by
22 > (dev-libs/librevenge-0.0.2:0/0::gentoo, installed)
23 > ^^^^^^^^^^
24 >
25 > dev-libs/boost:0/1.56.0 required by
26 > (app-office/libreoffice-bin-4.4.5.2:0/0::gentoo, ebuild scheduled for merge)
27 > ^^^^^^^^^
28 >
29 >
30 > (and 6 more with the same problems)
31 >
32 > (dev-libs/boost-1.55.0-r2:0/1.55.0::gentoo, ebuild scheduled for
33 > merge) pulled in by
34 > dev-libs/boost:0/1.55.0= required by
35 > (app-text/libebook-0.1.2:0/0::gentoo, installed)
36 > ^^^^^^^^^^
37 >
38 >
39 > dev-util/mdds:0
40 >
41 > (dev-util/mdds-0.12.1:0/0.12.1::gentoo, installed) pulled in by
42 > >=dev-util/mdds-0.12.1 required by
43 > (app-text/libetonyek-0.1.3:0/0::gentoo, installed)
44 > ^^ ^^^^^^
45 >
46 >
47 > (dev-util/mdds-0.12.0:0/0.12.0::gentoo, ebuild scheduled for merge)
48 > pulled in by
49 > >=dev-util/mdds-0.12.0:0/0.12.0= required by
50 > (dev-libs/libixion-0.9.0:0/0.10::gentoo, installed)
51 > ^^^^^^^^^^
52 >
53 >
54 > dev-util/boost-build:0
55 >
56 > (dev-util/boost-build-1.55.0:0/0::gentoo, ebuild scheduled for merge)
57 > pulled in by
58 > =dev-util/boost-build-1.55* required by
59 > (dev-libs/boost-1.55.0-r2:0/1.55.0::gentoo, ebuild scheduled for merge)
60 > ^ ^^^^^
61 >
62 >
63 >
64 > (dev-util/boost-build-1.56.0:0/0::gentoo, installed) pulled in by
65 > =dev-util/boost-build-1.56* required by
66 > (dev-libs/boost-1.56.0-r1:0/1.56.0::gentoo, installed)
67 > ^ ^^^^^
68 >
69 >
70
71
72 Are you using ~amd64?, these blockers seem to be mostly related to
73 libreoffice-bin, I have seen something like this trying to use
74 libreoffice-bin with ~amd64 keywords, because specific versions and
75 flags are required to use libreoffice-bin. you can try a 'emerge -pet
76 @world' to check if all the dependcies are solving right, if by
77 chance you installed dependencies manually a check of your @world
78 would be a good idea to be sure you didn't miss a --oneshot, it might
79 you just need to push portage to go deeper with a --backtrack=30
80
81 > !!! The ebuild selected to satisfy ">=media-libs/libmediaart-0.1:1.0"
82 > has unmet requirements.
83 > - media-libs/libmediaart-0.7.0::gentoo USE="gtk introspection qt5 -qt4
84 > -test -vala" ABI_X86="64"
85 >
86 > The following REQUIRED_USE flag constraints are unsatisfied:
87 > at-most-one-of ( gtk qt4 qt5 )
88 >
89 > The above constraints are a subset of the following complete expression:
90 > at-most-one-of ( gtk qt4 qt5 ) vala? ( introspection )
91 >
92 For this you should use package.use and unset either gtk or qt5. seems
93 unrelated to the other stuff.