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 1QL8Jm-0007ko-OR for garchives@archives.gentoo.org; Sat, 14 May 2011 06:27:15 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 92A371C005; Sat, 14 May 2011 06:25:50 +0000 (UTC) Received: from mail-wy0-f181.google.com (mail-wy0-f181.google.com [74.125.82.181]) by pigeon.gentoo.org (Postfix) with ESMTP id 1B9A51C005 for ; Sat, 14 May 2011 06:25:49 +0000 (UTC) Received: by wyi11 with SMTP id 11so3141965wyi.40 for ; Fri, 13 May 2011 23:25:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:from:to:subject:date:user-agent:cc:references :in-reply-to:mime-version:content-type:content-transfer-encoding :message-id; bh=CLMoaMz5k3b27bfXykP3GccI+hqWVjHck3w1DCTSa2Q=; b=aRPAWm7M3OFwc77JjnpPYWE4KodH9K2rj6XgETePayC4+u800nzuqTtzgVWAFBykVD eTXLDseLbKW1PYCGxy/tC+OG41rUQh1cOsF+SUCqKeDsShdJLkxkUFgpyhvo765/kUAK uHaXfHkThD7dYQgKu0c0PSEN9ci8i3kGK83vI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:date:user-agent:cc:references:in-reply-to :mime-version:content-type:content-transfer-encoding:message-id; b=DbYpA3LgpgEsaqh50MwlS6hVb/Zjp3tR0PC/ANMVS5LWbQfliMeC2QCOKGK/jjxFSZ Shq5Egcc7xU28hyHYi4rKdaOX1aLN4ZqO45/AcaZbrpHSkpza1AiJSYkM2Kcr1cXBq26 XVkInbJaDBbHyABA/MXrp/fC2IMISFzpceJDM= Received: by 10.216.142.165 with SMTP id i37mr2125565wej.106.1305354349289; Fri, 13 May 2011 23:25:49 -0700 (PDT) Received: from nazgul.localnet (196-215-114-244.dynamic.isadsl.co.za [196.215.114.244]) by mx.google.com with ESMTPS id f52sm1470387wes.11.2011.05.13.23.25.46 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 13 May 2011 23:25:48 -0700 (PDT) From: Alan McKinnon To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] chicken <--> egg (NFS & tty video) Date: Sat, 14 May 2011 08:25:00 +0200 User-Agent: KMail/1.13.7 (Linux/2.6.38-ck-r1; KDE/4.6.3; x86_64; ; ) Cc: Felix Miata References: <20110514023506.GC3529@gaurahari> <4DCDF6F3.7010106@earthlink.net> In-Reply-To: <4DCDF6F3.7010106@earthlink.net> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201105140825.01325.alan.mckinnon@gmail.com> X-Archives-Salt: X-Archives-Hash: 1b86e635ec03b9060df387a4268aa64d Apparently, though unproven, at 05:28 on Saturday 14 May 2011, Felix Miata did opine thusly: > On 2011/05/13 22:35 (GMT-0400) Indi composed: > > Maybe a stupid question, but have you tried run emerge --sync > > .bash_history tells me I did this twice prior to your response... > > > and emerge -vauND world yet since installing? > > ...but not this. Doing so now produces something that is not obvious to me > how to respond to: > > > These are the packages that would be merged, in order: > > Calculating dependencies... done! > > emerge: there are no ebuilds built with USE flags to satisfy > ">=media-libs/libcanberra-0.4[gtk]". > !!! One of the following packages is required to complete your request: > - media-libs/libcanberra-0.26 (Change USE: +gtk) > (dependency required by "x11-misc/notification-daemon-0.5.0" [ebuild]) > (dependency required by "virtual/notification-daemon-0[gnome]" [ebuild]) > (dependency required by "x11-libs/libnotify-0.7.2" [ebuild]) > (dependency required by "media-video/vlc-1.1.9[libnotify]" [ebuild]) > (dependency required by "media-libs/phonon-vlc-0.3.2" [ebuild]) > (dependency required by "media-libs/phonon-4.5.0[vlc]" [ebuild]) > (dependency required by "kde-base/kdelibs-4.6.2-r3" [ebuild]) > (dependency required by "kde-misc/polkit-kde-kcmodules-0.98_pre20101127" > [ebuild]) > > > Is it telling me I have to change my USE from -gtk to +gtk, or can emerging > one of those 8 packages listed satisfy the dep? IOW, it's unclear to me > what "One of the following packages" actually refers to. It's telling you that you must enable USE=gtk for libcanberra for that build to succeed. The chain of packages listed won't solve the problem, they are causing it. Easiest is to list gtk in USE in make.conf, then everything that uses gtk will link against it. If you are worried about Gnome, this wil not cause gnome to be installed, just gtk+ -- alan dot mckinnon at gmail dot com