From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1NBGRe-00020k-S9 for garchives@archives.gentoo.org; Thu, 19 Nov 2009 23:29:47 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F1036E09EE; Thu, 19 Nov 2009 23:29:10 +0000 (UTC) Received: from mail-yw0-f191.google.com (mail-yw0-f191.google.com [209.85.211.191]) by pigeon.gentoo.org (Postfix) with ESMTP id C9A59E09EE for ; Thu, 19 Nov 2009 23:29:10 +0000 (UTC) Received: by ywh29 with SMTP id 29so2522165ywh.32 for ; Thu, 19 Nov 2009 15:29:10 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to :content-type; bh=aOe1rBD3crxaCST79Ubder0nroTe8C5vU7i0TomFH/g=; b=nVNxMjdqu2GD7neol9xaBKxwwIZAdkup4Bq4+7/E3m3Tv30vfzojsxw07c1snqTerD b/GYvRf3gbq0w13o/5ISDyTXxmndXw4t49rwL4k29gmJQtokDYcQ6aEyBvvMwTqYQNQP gtdcTjGjtQPhMUIeYEU4vk4DapvSXgNmPiqV8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; b=wWrW8hv/kCYlaKJMMI0KGDEYWjEaxiucMdiDVuNKG9yd7Oc9QfVgj0A+k1B8FkR1zT etbNYKYmejfp/wUGzLrG6XG7ynHJVxGyPB9QAkk9PMTm3SzI+hh83ew8HRHrS2y/fimQ RKD4jl0LJy6lbGZxfRepVQeoxFqSoLKDTrQEo= Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-amd64@lists.gentoo.org Reply-to: gentoo-amd64@lists.gentoo.org MIME-Version: 1.0 Sender: paul.hartman@gmail.com Received: by 10.150.27.2 with SMTP id a2mr1300658yba.107.1258673350462; Thu, 19 Nov 2009 15:29:10 -0800 (PST) In-Reply-To: <1258672736.5236.39.camel@oddman.donahues.us.> References: <1258672736.5236.39.camel@oddman.donahues.us.> Date: Thu, 19 Nov 2009 17:29:10 -0600 X-Google-Sender-Auth: a3addf0b414f7243 Message-ID: <58965d8a0911191529n755c33fag61490cbff683ae6e@mail.gmail.com> Subject: Re: [gentoo-amd64] Emerge problems involving kde and qt From: Paul Hartman To: gentoo-amd64@lists.gentoo.org Content-Type: text/plain; charset=ISO-8859-1 X-Archives-Salt: 8a665173-58d8-4ca8-948d-b917c7fb9c82 X-Archives-Hash: 3b5f3cc37fca322a2a76e7c0ce407c7b On Thu, Nov 19, 2009 at 5:18 PM, Drake Donahue wrote: > Trying to help a friend update a stale system. Anyone know what all this > means? > I don't recognize the nomenclature of :4 as in qt-sql-4.5.1:4 (nor does > emerge) The :4 means it is slot 4 (as opposed to the Qt 3.x stuff). The error is telling you to enable the sqlite and mysql USE flags for x11-libs/qt-sql which you can do by adding/editing a line like this in your /etc/portage/package.use file: x11-libs/qt-sql:4 sqlite mysql and then try your emerge operation again. Hopefully it will help. :)