Gentoo Archives: gentoo-amd64

From: Paul Hartman <paul.hartman+gentoo@×××××.com>
To: gentoo-amd64@l.g.o
Subject: Re: [gentoo-amd64] Emerge problems involving kde and qt
Date: Thu, 19 Nov 2009 23:29:47
Message-Id: 58965d8a0911191529n755c33fag61490cbff683ae6e@mail.gmail.com
In Reply to: [gentoo-amd64] Emerge problems involving kde and qt by Drake Donahue
1 On Thu, Nov 19, 2009 at 5:18 PM, Drake Donahue <donahue95@×××××××.net> wrote:
2 > Trying to help a friend update a stale system. Anyone know what all this
3 > means?
4 > I don't recognize the nomenclature of :4 as in qt-sql-4.5.1:4 (nor does
5 > emerge)
6
7 The :4 means it is slot 4 (as opposed to the Qt 3.x stuff). The error
8 is telling you to enable the sqlite and mysql USE flags for
9 x11-libs/qt-sql which you can do by adding/editing a line like this in
10 your /etc/portage/package.use file:
11
12 x11-libs/qt-sql:4 sqlite mysql
13
14 and then try your emerge operation again. Hopefully it will help. :)

Replies

Subject Author
Re: [gentoo-amd64] Emerge problems involving kde and qt Drake Donahue <donahue95@×××××××.net>