Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Multiple package instances within a single package slot have
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
iceamber
Tux's lil' helper
Tux's lil' helper


Joined: 06 Jun 2016
Posts: 94

PostPosted: Fri Oct 14, 2016 3:35 pm    Post subject: Multiple package instances within a single package slot have Reply with quote

Hi, all
There are some problems when I run the follow command, and then I search in our discussion forums, try the answers they provided, but none of them works.
Is there any other solutions?

Code:
iceamber@localhost:~ $ sudo emerge --ask --update --newuse --deep @world --backtrack=1000
[ebuild     U  ] x11-drivers/xf86-input-evdev-2.10.3 [2.9.2]
[ebuild     U  ] x11-base/xorg-drivers-1.18-r1 [1.17]
[ebuild     U  ] kde-frameworks/solid-5.26.0 [5.23.0]
[ebuild     U  ] net-misc/openssh-7.3_p1-r6 [7.2_p2] USE="hpn* -livecd% {-test%}"
[ebuild     U  ] app-admin/sudo-1.8.16 [1.8.15-r1]
[ebuild     U  ] sys-apps/openrc-0.21.7 [0.21.3]
[ebuild     U  ] kde-frameworks/kauth-5.26.0 [5.23.0-r1]
[ebuild     U  ] kde-frameworks/kconfigwidgets-5.26.0 [5.23.0]
[ebuild     U  ] kde-frameworks/kiconthemes-5.26.0 [5.23.0]
[ebuild     U  ] kde-frameworks/ktextwidgets-5.26.0 [5.23.0]
[ebuild     U  ] kde-frameworks/kwallet-5.26.0 [5.23.0]
[ebuild     U  ] kde-plasma/polkit-kde-agent-5.7.5 [5.6.5]
[ebuild     U  ] kde-frameworks/kxmlgui-5.26.0 [5.23.0-r1]
[ebuild     U  ] kde-frameworks/kbookmarks-5.26.0 [5.23.0]
[ebuild     U  ] kde-frameworks/kio-5.26.0-r2 [5.23.0]
[ebuild     U  ] kde-frameworks/kinit-5.26.0 [5.23.0]
[ebuild     U  ] kde-frameworks/kded-5.26.0 [5.23.0]
[ebuild  N     ] kde-frameworks/knewstuff-5.26.0  USE="-debug"
[ebuild     U  ] kde-frameworks/kdeclarative-5.26.0 [5.23.0]
[ebuild     U  ] kde-frameworks/kcmutils-5.26.0 [5.23.0]
[ebuild  NS    ] app-i18n/kcm-fcitx-0.5.3 [0.4.3]
[uninstall     ] app-i18n/kcm-fcitx-0.4.3
[blocks b      ] app-i18n/kcm-fcitx:4[-minimal(-)] ("app-i18n/kcm-fcitx:4[-minimal(-)]" is blocking app-i18n/kcm-fcitx-0.5.3)

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

dev-libs/gmp:0

  (dev-libs/gmp-6.1.0:0/10.4::gentoo, ebuild scheduled for merge) pulled in by
    (no parents that aren't satisfied by other packages in this slot)

  (dev-libs/gmp-6.0.0a:0/0::gentoo, installed) pulled in by
    >=dev-libs/gmp-4.1:0/0= required by (dev-scheme/guile-1.8.8-r2:12/12::gentoo, installed)
                      ^^^^^                                                                                                     

x11-libs/libxcb:0

  (x11-libs/libxcb-1.12:0/1.12::gentoo, ebuild scheduled for merge) pulled in by
    (no parents that aren't satisfied by other packages in this slot)

  (x11-libs/libxcb-1.11.1:0/1.11.1::gentoo, installed) pulled in by
    >=x11-libs/libxcb-1.9.1:0/1.11.1=[abi_x86_64(-)] required by (x11-libs/xcb-util-0.4.0:0/0::gentoo, installed)
                           ^^^^^^^^^^                                                                                                               
    (and 6 more with the same problem)

x11-base/xorg-server:0

  (x11-base/xorg-server-1.18.4:0/1.18.4::gentoo, ebuild scheduled for merge) pulled in by
    >=x11-base/xorg-server-1.18[udev] required by (x11-drivers/xf86-input-evdev-2.10.3:0/0::gentoo, ebuild scheduled for merge)
    ^^                     ^^^^                                                                                                                                                       

  (x11-base/xorg-server-1.17.4:0/1.17.4::gentoo, installed) pulled in by
    <=x11-base/xorg-server-1.17.49[-minimal] required by (x11-drivers/ati-drivers-15.12-r1:1/1::gentoo, ebuild scheduled for merge)
    ^^                     ^^^^^^^                                                                                                                                                       
    x11-base/xorg-server:0/1.17.4= required by (x11-drivers/xf86-input-keyboard-1.8.1:0/0::gentoo, installed)
                        ^^^^^^^^^^                                                                                                               
    (and 1 more with the same problems)

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.

For more information, see MASKED PACKAGES section in the emerge man
page or refer to the Gentoo Handbook
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30917
Location: here

PostPosted: Fri Oct 14, 2016 4:21 pm    Post subject: Reply with quote

For dev-libs/gmp:0 and x11-libs/libxcb:0 problems you can try
Code:
# emerge -1a dev-libs/gmp dev-scheme/guile
# emerge -1a x11-libs/libxcb x11-libs/xcb-util ..

how three dot are all six packages that give the error (you can see there with --verbose-conflicts)

For last error you need to switch from fglrx to radeon video card. fglrx is obsolete and not mainteined, you can see bug.
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
iceamber
Tux's lil' helper
Tux's lil' helper


Joined: 06 Jun 2016
Posts: 94

PostPosted: Sat Oct 15, 2016 2:21 am    Post subject: Reply with quote

fedeliallalinea wrote:
For dev-libs/gmp:0 and x11-libs/libxcb:0 problems you can try
Code:
# emerge -1a dev-libs/gmp dev-scheme/guile
# emerge -1a x11-libs/libxcb x11-libs/xcb-util ..

how three dot are all six packages that give the error (you can see there with --verbose-conflicts)

For last error you need to switch from fglrx to radeon video card. fglrx is obsolete and not mainteined, you can see bug.


Yes, I have solved dev-libs/gmp:0 and x11-libs/libxcb:0 problems by
Code:
# emerge -1a dev-libs/gmp dev-scheme/guile
# emerge -1a x11-libs/libxcb x11-libs/xcb-util ..


I had used Radeon, but the last error is still there
Code:
01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Turks PRO [Radeon HD 6570/7570/8550] (prog-if 00 [VGA controller])
        Subsystem: Advanced Micro Devices, Inc. [AMD/ATI] Turks PRO [Radeon HD 6570/7570/8550]
        Flags: bus master, fast devsel, latency 0, IRQ 32, NUMA node 0
        Memory at c0000000 (64-bit, prefetchable) [size=256M]
        Memory at fea20000 (64-bit, non-prefetchable) [size=128K]
        I/O ports at e000 [size=256]
        Expansion ROM at fea00000 [disabled] [size=128K]
        Capabilities: [50] Power Management version 3
        Capabilities: [58] Express Legacy Endpoint, MSI 00
        Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit+
        Capabilities: [100] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
        Capabilities: [150] Advanced Error Reporting
        Kernel driver in use: radeon
        Kernel modules: radeon, fglrx
Back to top
View user's profile Send private message
ct85711
Veteran
Veteran


Joined: 27 Sep 2005
Posts: 1791

PostPosted: Sat Oct 15, 2016 3:20 am    Post subject: Reply with quote

If you are using the radeon (open source) driver and not the fglrx (from ati-drivers), then you should be able to remove ati-drivers which is causing the blocker... Once you remove that package, the blocker will be gone and resolve that issue.
Back to top
View user's profile Send private message
iceamber
Tux's lil' helper
Tux's lil' helper


Joined: 06 Jun 2016
Posts: 94

PostPosted: Sat Oct 15, 2016 8:22 am    Post subject: Reply with quote

ct85711 wrote:
If you are using the radeon (open source) driver and not the fglrx (from ati-drivers), then you should be able to remove ati-drivers which is causing the blocker... Once you remove that package, the blocker will be gone and resolve that issue.


Thanks, it's OK after I remove the ati-drivers
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