Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
readline slot conflict
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
TheMachinesTeacher
n00b
n00b


Joined: 09 Sep 2017
Posts: 48
Location: Somewhere over there

PostPosted: Thu Jun 28, 2018 7:38 pm    Post subject: readline slot conflict Reply with quote

I can't figure out how to solve this slot conflict. When I run emerge --update --newuse --deep @world

Code:

Calculating dependencies... done!

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

sys-libs/readline:0

  (sys-libs/readline-7.0_p3:0/7::gentoo, installed) pulled in by
    sys-libs/readline:0/7= required by (dev-libs/libpcre-8.41-r1:3/3::gentoo, installed)
                     ^^^^^
    >=sys-libs/readline-7.0:0/7= required by (app-shells/bash-4.4_p12:0/0::gentoo, installed)
    ^^                  ^^^^^^^^
    (and 6 more with the same problems)

  (sys-libs/readline-6.3_p8-r3:0/0::gentoo, ebuild scheduled for merge) pulled in by
    sys-libs/readline:0/0= required by (dev-lang/spidermonkey-1.8.5-r6:0/mozjs185::gentoo, installed)
                     ^^^^^
    (and 1 more with the same problem)

NOTE: Use the '--verbose-conflicts' option to display parents omitted above

It may be possible to solve this problem by using package.mask to
prevent one of those packages from being selected. However, it is also
possible that conflicting dependencies exist such that they are
impossible to satisfy simultaneously.  If such a conflict exists in
the dependencies of two different packages, then those packages can
not be installed simultaneously. You may want to try a larger value of
the --backtrack option, such as --backtrack=30, in order to see if
that will solve this conflict automatically.

For more information, see MASKED PACKAGES section in the emerge man
page or refer to the Gentoo Handbook.


emerge: there are no ebuilds to satisfy "sys-process/procps:0/5=".
(dependency required by "dev-db/mariadb-10.1.31-r1::gentoo" [installed])
(dependency required by "@selected" [set])
(dependency required by "@world" [argument])


I tried this with --backtrack=10000 and I still get the same error. Masking either of the packages does not solve the problem. Has anybody run into this before? What more information do I need to solve this problem?
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 31202
Location: here

PostPosted: Thu Jun 28, 2018 7:54 pm    Post subject: Reply with quote

Try with
Code:
# emerge -1 sys-libs/readline:0 dev-lang/spidermonkey:0 app-shells/bash

and also add other conflict that you can see with --verbose-conflicts option
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
khayyam
Watchman
Watchman


Joined: 07 Jun 2012
Posts: 6227
Location: Room 101

PostPosted: Thu Jun 28, 2018 8:07 pm    Post subject: Reply with quote

TheMachinesTeacher ...

fedeliallalinea's suggestion should catch the key offender, however, it might help if you added '--with-bdeps=y', so try the following if the above fails:

Code:
# emerge --ask --update --changed-use --deep --with-bdeps=y --ignore-built-slot-operator-deps=y @world

HTH & best ... khay
Back to top
View user's profile Send private message
TheMachinesTeacher
n00b
n00b


Joined: 09 Sep 2017
Posts: 48
Location: Somewhere over there

PostPosted: Thu Jun 28, 2018 8:37 pm    Post subject: Reply with quote

fedeliallainea's solution did not solve the problem. khayyam's solution worked. Thank you.
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