Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 270277 - Portage complains about =kde-meta-4.2.3 blocked package, phonon.
Summary: Portage complains about =kde-meta-4.2.3 blocked package, phonon.
Status: RESOLVED DUPLICATE of bug 270188
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-18 11:32 UTC by yauwing1118
Modified: 2009-05-19 08:46 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description yauwing1118 2009-05-18 11:32:39 UTC
1. emerge -av =kde-meta-4.2.3
2. Output:
   [blocks B     ] media-sound/phonon ("media-sound/phonon" is blocking x11-libs/qt-phonon-4.5.1)
[blocks B     ] kde-base/phonon-kde ("kde-base/phonon-kde" is blocking x11-libs/qt-phonon-4.5.1)
[blocks B     ] x11-libs/qt-phonon ("x11-libs/qt-phonon" is blocking kde-base/kdelibs-4.2.3)
[blocks B     ] x11-libs/qt-phonon:4 ("x11-libs/qt-phonon:4" is blocking media-sound/phonon-4.3.1)

Total: 178 packages (1 upgrade, 176 new, 1 in new slot), Size of downloads: 484,158 kB
Conflict: 4 blocks (4 unsatisfied)

 * Error: The above package list contains packages which cannot be
 * installed at the same time on the same system.

  ('ebuild', '/', 'kde-base/kdelibs-4.2.3', 'merge') pulled in by
    >=kde-base/kdelibs-4.2.3[-kdeprefix] required by ('ebuild', '/', 'kde-base/kdebase-kioslaves-4.2.3', 'merge')
    >=kde-base/kdelibs-4.2.3[-kdeprefix] required by ('ebuild', '/', 'kde-base/kdepimlibs-4.2.3', 'merge')
    >=kde-base/kdelibs-4.2.3[-kdeprefix] required by ('ebuild', '/', 'kde-base/solid-4.2.3', 'merge')
    (and 35 more)

  ('ebuild', '/', 'kde-base/phonon-kde-4.2.3', 'merge') pulled in by
    >=kde-base/phonon-kde-4.2.3:4.2[-kdeprefix] required by ('ebuild', '/', 'kde-base/kdebase-startkde-4.2.3', 'merge')

  ('ebuild', '/', 'x11-libs/qt-phonon-4.5.1', 'merge') pulled in by
    ~x11-libs/qt-phonon-4.5.1[-debug] required by ('ebuild', '/', 'x11-libs/qt-qt3support-4.5.1', 'merge')
    ~x11-libs/qt-phonon-4.5.1:4[-debug] required by ('ebuild', '/', 'x11-libs/qt-webkit-4.5.1', 'merge')


For more information about Blocked Packages, please refer to the following
section of the Gentoo Linux x86 Handbook (architecture is irrelevant):

http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?full=1#blocked
Comment 1 Allen Brooker (AllenJB) 2009-05-18 12:51:14 UTC
The block is valid. You can't install both qt-phonon and phonon / phonon-kde at the same time.

You probably need to disable the phonon use flag on qt-qt3support.

See the Gentoo Handbook for details on use flag management[0].

[0] http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?part=2&chap=2
Comment 2 Jorge Manuel B. S. Vicetto (RETIRED) Gentoo Infrastructure gentoo-dev 2009-05-18 14:12:55 UTC

*** This bug has been marked as a duplicate of bug 270188 ***
Comment 3 yauwing1118 2009-05-19 08:46:09 UTC
(In reply to comment #1)
> The block is valid. You can't install both qt-phonon and phonon / phonon-kde at
> the same time.
> 
> You probably need to disable the phonon use flag on qt-qt3support.
> 
> See the Gentoo Handbook for details on use flag management[0].
> 
> [0] http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?part=2&chap=2
> 


(In reply to comment #1)
> The block is valid. You can't install both qt-phonon and phonon / phonon-kde at
> the same time.
> 
> You probably need to disable the phonon use flag on qt-qt3support.
> 
> See the Gentoo Handbook for details on use flag management[0].
> 
> [0] http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?part=2&chap=2
> 

Hey, that helps me a lot! Thanks very much,  Allen Brooker (AllenJB)! ;)