Gentoo Archives: gentoo-user

From: Alan McKinnon <alan.mckinnon@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Uncle: qt-*:4 dependencies/blocks preventing world update
Date: Sun, 25 Oct 2009 13:37:11
Message-Id: 200910251536.05515.alan.mckinnon@gmail.com
In Reply to: Re: [gentoo-user] Uncle: qt-*:4 dependencies/blocks preventing world update by "Alan E. Davis"
1 On Sunday 25 October 2009 15:26:19 Alan E. Davis wrote:
2 > To follow up, after removing "qt" (by mistake), and all the qt-* packages I
3 > could find, this is what I found when running "emerge -uDav world""
4 >
5 > x11-libs/qt-gui:4
6 >
7 > ('ebuild', '/', 'x11-libs/qt-gui-4.5.3-r1', 'merge') conflicts with
8 > ~x11-libs/qt-gui-4.5.2[-debug] required by ('ebuild', '/',
9 > 'x11-libs/qt-webkit-4.5.2-r1', 'merge')
10
11 Something wants qt-webkit-4.5.2-r1
12
13 > x11-libs/qt-sql:4
14 >
15 > ('ebuild', '/', 'x11-libs/qt-sql-4.5.3', 'merge') conflicts with
16 >
17 > >=x11-libs/qt-sql-4.5.0:4[mysql] required by ('installed', '/',
18 >
19 > 'app-office/akonadi-server-1.2.1', 'nomerge')
20
21 akonadi-server requires qt-sql with USE=mysql
22
23 > x11-libs/qt-core:4
24 >
25 > ('ebuild', '/', 'x11-libs/qt-core-4.5.3-r1', 'merge') conflicts with
26 > ~x11-libs/qt-core-4.5.2[qt3support,-debug] required by ('ebuild', '/',
27 > 'x11-libs/qt-sql-4.5.2', 'merge')
28 >
29 > x11-libs/qt-dbus:4
30 >
31 > ('ebuild', '/', 'x11-libs/qt-dbus-4.5.3', 'merge') conflicts with
32 > ~x11-libs/qt-dbus-4.5.2[-debug] required by ('ebuild', '/',
33 > 'x11-libs/qt-gui-4.5.2-r2', 'merge')
34 >
35 > media-libs/x264:0
36 >
37 > ('ebuild', '/', 'media-libs/x264-0.0.20090923', 'merge') conflicts with
38 > <media-libs/x264-0.0.20090908 required by ('installed', '/',
39 > 'media-video/avidemux-2.5.1-r2', 'nomerge')
40
41 We need to establish why qt-4.5.2 packages are being pulled in instead of
42 4.5.3
43
44 Please run emerge -avuNDt world and post that (snipping irrelevant bits as
45 appropriate).
46
47 You might have left a qt-*-4.5.2 package installed by mistake, or some other
48 package is hard-coded to require a qt-4.5.2 version.
49
50 The solution for the first is to uninstall the package you missed, the
51 solution for the second is to unmerge the offending package and remerge it
52 (but recent portage should be taking care of that all by itself). Either way
53 emerge -t will provide clues.
54
55
56 --
57 alan dot mckinnon at gmail dot com

Replies

Subject Author
Re: [gentoo-user] Uncle: qt-*:4 dependencies/blocks preventing world update Alan McKinnon <alan.mckinnon@×××××.com>