Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
mdds slot conflict should be resolvable automatically
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
gagern
n00b
n00b


Joined: 26 Nov 2003
Posts: 54

PostPosted: Sun Mar 02, 2014 4:36 pm    Post subject: mdds slot conflict should be resolvable automatically Reply with quote

A world update recently complained about a slot conflict:

Code:
!!! Multiple package instances within a single package slot have been pulled
!!! into the dependency graph, resulting in a slot conflict:

dev-util/mdds:0

  (dev-util/mdds-0.10.1::gentoo, installed) pulled in by
    >=dev-util/mdds-0.8.1:0/0.10.1= required by (dev-libs/liborcus-0.5.1::gentoo, installed)
    (and 1 more with the same problem)

  (dev-util/mdds-0.10.2::gentoo, ebuild scheduled for merge) pulled in by
    >=dev-util/mdds-0.10.2:= required by (app-office/libreoffice-4.2.1.1::gentoo, ebuild scheduled for merge)


Emerging the mentioned packages manually did work fine:

Code:
# emerge -1a mdds libreoffice liborcus

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild     U  ] app-office/libreoffice-l10n-4.2.1.1 [4.2.0.4]
[ebuild     U  ] dev-util/mdds-0.10.2 [0.10.1]
[ebuild   R    ] dev-libs/liborcus-0.5.1
[ebuild     U  ] app-office/libreoffice-4.2.1.1 [4.2.0.4]


And after that, the world upgrade went through without complaints either. So my question is, why couldn't this problem be resolved by portage (2.2.8-r1) automatically? Is this a bug worth reporting, or is there a reason why portage should not remerge liborcus automatically?

This thread does mention a slot conflict for mdds, but it was of the kind “no parents that aren't satisfied by other packages in this slot” so it didn't cause emerge to fail. It apparently was due to some masked stuff. Therefore I consider my own issue to be something different.
Back to top
View user's profile Send private message
eccerr0r
Watchman
Watchman


Joined: 01 Jul 2004
Posts: 9677
Location: almost Mile High in the USA

PostPosted: Sun Mar 02, 2014 4:56 pm    Post subject: Reply with quote

Is Libreoffice in your world file?
hmm..odd..
_________________
Intel Core i7 2700K/Radeon R7 250/24GB DDR3/256GB SSD
What am I supposed watching?
Back to top
View user's profile Send private message
gagern
n00b
n00b


Joined: 26 Nov 2003
Posts: 54

PostPosted: Sun Mar 02, 2014 9:14 pm    Post subject: Reply with quote

eccerr0r wrote:
Is Libreoffice in your world file?


It is.
Back to top
View user's profile Send private message
jeffk
l33t
l33t


Joined: 13 Sep 2003
Posts: 671

PostPosted: Thu Apr 23, 2015 3:40 pm    Post subject: Reply with quote

I'm experiencing the same problem with mdds, with newer versions:
Code:
% grep libre /var/lib/portage/world
app-office/libreoffice

Code:
[ebuild     UD ] dev-util/mdds-0.11.2-r1 [0.12.0]

!!! Multiple package instances within a single package slot have been pulled
!!! into the dependency graph, resulting in a slot conflict:

dev-util/mdds:0

  (dev-util/mdds-0.11.2-r1:0/0.11.2::gentoo, ebuild scheduled for merge) pulled in by
    >=dev-util/mdds-0.10.3:0/0.11.2= required by (app-office/libreoffice-4.4.2.2:0/0::gentoo, installed)
                          ^^^^^^^^^^

  (dev-util/mdds-0.12.0:0/0.12.0::gentoo, installed) pulled in by
    >=dev-util/mdds-0.12.0:= required by (dev-libs/libixion-0.9.0:0/0.10::gentoo, installed)
    ^^              ^^^^^^
    (and 1 more with the same problem)

Code:
% sudo equery depends mdds
 * These packages depend on mdds:
app-office/libreoffice-4.4.2.2 (>=dev-util/mdds-0.10.3)
dev-libs/libixion-0.9.0 (>=dev-util/mdds-0.12.0)
dev-libs/liborcus-0.7.1 (>=dev-util/mdds-0.8.1)

Code:

% sudo emerge dev-libs/libixion dev-libs/liborcus -pv
[ebuild   R    ] dev-libs/libixion-0.9.0:0/0.10::gentoo  USE="-static-libs" PYTHON_TARGETS="python2_7" 0 KiB
[ebuild   R    ] dev-libs/liborcus-0.7.1::gentoo  USE="-static-libs" 0 KiB

Code:

% grep -B 1 -A 1 mdds /usr/portage/dev-libs/libixion/libixion-0.9.0.ebuild
DEPEND="${RDEPEND}
        >=dev-util/mdds-0.12.0:=
"
% grep -B 1 -A 1 mdds /usr/portage/dev-libs/liborcus/liborcus-0.7.1.ebuild
DEPEND="${RDEPEND}
        >=dev-util/mdds-0.8.1
"

Accept the lower version of mdds, then emerge wants to revert to 0.12.0:
Code:
% sudo emerge world -Du --newuse --with-bdeps=y -p
Calculating dependencies  .. .. .. . ................. .. ... done!
[ebuild     U  ] dev-util/mdds-0.12.0 [0.11.2-r1]

!!! Multiple package instances within a single package slot have been pulled
!!! into the dependency graph, resulting in a slot conflict:

dev-util/mdds:0

  (dev-util/mdds-0.11.2-r1:0/0.11.2::gentoo, installed) pulled in by
    >=dev-util/mdds-0.10.3:0/0.11.2= required by (app-office/libreoffice-4.4.2.2: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)
    ^^                    ^^^^^^^^^^
    (and 1 more with the same problem)
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum