2015-09-05 22:43 GMT-06:00 Tamer Higazi <[email protected]>: > Hi Fernando, > Thanks for replying. I issued this command: > tamer@tux ~ $ emerge -pvuDN --with-bdeps=y @system @world > > and got still these blocks :( > If you still have any ideas solving it, I'd be happy to hear from you. > > > > These are the packages that would be merged, in order: > > Calculating dependencies... done! > > !!! Multiple package instances within a single package slot have been pulled > !!! into the dependency graph, resulting in a slot conflict: > > dev-libs/boost:0 > > (dev-libs/boost-1.56.0-r1:0/1.56.0::gentoo, installed) pulled in by > dev-libs/boost:0/1.56.0= required by > (dev-libs/librevenge-0.0.2:0/0::gentoo, installed) > ^^^^^^^^^^ > > dev-libs/boost:0/1.56.0 required by > (app-office/libreoffice-bin-4.4.5.2:0/0::gentoo, ebuild scheduled for merge) > ^^^^^^^^^ > > > (and 6 more with the same problems) > > (dev-libs/boost-1.55.0-r2:0/1.55.0::gentoo, ebuild scheduled for > merge) pulled in by > dev-libs/boost:0/1.55.0= required by > (app-text/libebook-0.1.2:0/0::gentoo, installed) > ^^^^^^^^^^ > > > dev-util/mdds:0 > > (dev-util/mdds-0.12.1:0/0.12.1::gentoo, installed) pulled in by > >=dev-util/mdds-0.12.1 required by > (app-text/libetonyek-0.1.3:0/0::gentoo, installed) > ^^ ^^^^^^ > > > (dev-util/mdds-0.12.0:0/0.12.0::gentoo, ebuild scheduled for merge) > pulled in by > >=dev-util/mdds-0.12.0:0/0.12.0= required by > (dev-libs/libixion-0.9.0:0/0.10::gentoo, installed) > ^^^^^^^^^^ > > > dev-util/boost-build:0 > > (dev-util/boost-build-1.55.0:0/0::gentoo, ebuild scheduled for merge) > pulled in by > =dev-util/boost-build-1.55* required by > (dev-libs/boost-1.55.0-r2:0/1.55.0::gentoo, ebuild scheduled for merge) > ^ ^^^^^ > > > > (dev-util/boost-build-1.56.0:0/0::gentoo, installed) pulled in by > =dev-util/boost-build-1.56* required by > (dev-libs/boost-1.56.0-r1:0/1.56.0::gentoo, installed) > ^ ^^^^^ > >
Are you using ~amd64?, these blockers seem to be mostly related to libreoffice-bin, I have seen something like this trying to use libreoffice-bin with ~amd64 keywords, because specific versions and flags are required to use libreoffice-bin. you can try a 'emerge -pet @world' to check if all the dependcies are solving right, if by chance you installed dependencies manually a check of your @world would be a good idea to be sure you didn't miss a --oneshot, it might you just need to push portage to go deeper with a --backtrack=30 > !!! The ebuild selected to satisfy ">=media-libs/libmediaart-0.1:1.0" > has unmet requirements. > - media-libs/libmediaart-0.7.0::gentoo USE="gtk introspection qt5 -qt4 > -test -vala" ABI_X86="64" > > The following REQUIRED_USE flag constraints are unsatisfied: > at-most-one-of ( gtk qt4 qt5 ) > > The above constraints are a subset of the following complete expression: > at-most-one-of ( gtk qt4 qt5 ) vala? ( introspection ) > For this you should use package.use and unset either gtk or qt5. seems unrelated to the other stuff.

