LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Gentoo (https://www.linuxquestions.org/questions/gentoo-87/)
-   -   emerge blocking problem (https://www.linuxquestions.org/questions/gentoo-87/emerge-blocking-problem-933413/)

CollieJim 03-08-2012 07:32 AM

emerge blocking problem
 
How do I get past the following blockage?
Code:

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

x11-libs/qt-script:4

  (x11-libs/qt-script-4.7.4::gentoo, installed) pulled in by
    ~x11-libs/qt-script-4.7.4[aqua=,debug=] required by (x11-libs/qt-gui-4.7.4-r1::gentoo, installed)

  (x11-libs/qt-script-4.8.0::gentoo, ebuild scheduled for merge) pulled in by
    ~x11-libs/qt-script-4.8.0[aqua=,c++0x=,qpa=,debug=] required by (x11-libs/qt-declarative-4.8.0-r1::gentoo, ebuild scheduled for merge)
    (and 1 more with the same problem)

x11-libs/qt-core:4

  (x11-libs/qt-core-4.8.0-r1::gentoo, ebuild scheduled for merge) pulled in by
    ~x11-libs/qt-core-4.8.0[aqua=,c++0x=,qpa=,debug=] required by (x11-libs/qt-dbus-4.8.0::gentoo, ebuild scheduled for merge)
    (and 10 more with the same problem)

  (x11-libs/qt-core-4.7.4-r1::gentoo, installed) pulled in by
    ~x11-libs/qt-core-4.7.4[aqua=,debug=,qt3support=] required by (x11-libs/qt-sql-4.7.4::gentoo, installed)
    <x11-libs/qt-core-4.8.0 required by (kde-base/kstyles-4.7.4::gentoo, installed)
    (and 4 more with the same problems)

x11-libs/qt-sql:4

  (x11-libs/qt-sql-4.7.4::gentoo, installed) pulled in by
    ~x11-libs/qt-sql-4.7.4[aqua=,debug=,qt3support] required by (x11-libs/qt-qt3support-4.7.4::gentoo, installed)

  (x11-libs/qt-sql-4.8.0-r1::gentoo, ebuild scheduled for merge) pulled in by
    ~x11-libs/qt-sql-4.8.0[aqua=,c++0x=,qpa=,debug=,qt3support] required by (x11-libs/qt-qt3support-4.8.0-r1::gentoo, ebuild scheduled for merge)
    (and 2 more with the same problem)

x11-libs/qt-dbus:4

  (x11-libs/qt-dbus-4.8.0::gentoo, ebuild scheduled for merge) pulled in by
    ~x11-libs/qt-dbus-4.8.0[aqua=,c++0x=,qpa=,debug=] required by (x11-libs/qt-webkit-4.8.0::gentoo, ebuild scheduled for merge)
    (and 1 more with the same problem)

  (x11-libs/qt-dbus-4.7.4::gentoo, installed) pulled in by
    ~x11-libs/qt-dbus-4.7.4[aqua=,debug=] required by (x11-libs/qt-gui-4.7.4-r1::gentoo, installed)

x11-libs/qt-gui:4

  (x11-libs/qt-gui-4.8.0-r2::gentoo, ebuild scheduled for merge) pulled in by
    ~x11-libs/qt-gui-4.8.0[accessibility=,aqua=,c++0x=,qpa=,debug=,qt3support=] required by (x11-libs/qt-declarative-4.8.0-r1::gentoo, ebuild scheduled for merge)
    (and 7 more with the same problem)

  (x11-libs/qt-gui-4.7.4-r1::gentoo, installed) pulled in by
    <x11-libs/qt-gui-4.8.0 required by (kde-base/kstyles-4.7.4::gentoo, installed)
    ~x11-libs/qt-gui-4.7.4[accessibility=,aqua=,debug=,qt3support] required by (x11-libs/qt-qt3support-4.7.4::gentoo, installed)
    (and 1 more with the same problems)

x11-libs/qt-qt3support:4

  (x11-libs/qt-qt3support-4.8.0-r1::gentoo, ebuild scheduled for merge) pulled in by
    ~x11-libs/qt-qt3support-4.8.0[accessibility=,aqua=,c++0x=,qpa=,debug=] required by (x11-libs/qt-declarative-4.8.0-r1::gentoo, ebuild scheduled for merge)
    (and 1 more with the same problem)

  (x11-libs/qt-qt3support-4.7.4::gentoo, installed) pulled in by
    ~x11-libs/qt-qt3support-4.7.4[aqua=,debug=] required by (x11-libs/qt-gui-4.7.4-r1::gentoo, installed)

I have 4.7.4 installed. I've tried unmerging the 4.7.4 versions to no effect. Do I have to remove all of 4.7.4?

Problems like this are driving me away from gentoo.

Frustrated,
Jim

i92guboj 03-10-2012 02:03 AM

Try unmerging kstyles. If that doesn't work, look out for custom entries under /etc/portage/*, maybe you put something in there that's blocking a new version for some kde package.

If not, you might get better info by using the -t parameter for emerge. The output will probably be much longer though.

CollieJim 03-10-2012 03:51 AM

Thanks. kstyles was already gone, but cleaning out /etc/portage did the trick.


All times are GMT -5. The time now is 11:10 PM.