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 <gentoo-user+bounces-103466-garchives=archives.gentoo.org@lists.gentoo.org>) id 1N7nsp-0003aY-V8 for garchives@archives.gentoo.org; Tue, 10 Nov 2009 10:23:32 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8B572E0995; Tue, 10 Nov 2009 10:23:04 +0000 (UTC) Received: from ey-out-1920.google.com (ey-out-1920.google.com [74.125.78.147]) by pigeon.gentoo.org (Postfix) with ESMTP id 443FBE0995 for <gentoo-user@lists.gentoo.org>; Tue, 10 Nov 2009 10:23:04 +0000 (UTC) Received: by ey-out-1920.google.com with SMTP id 3so805472eyh.40 for <gentoo-user@lists.gentoo.org>; Tue, 10 Nov 2009 02:23:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:subject:date :user-agent:references:in-reply-to:mime-version:content-type :content-transfer-encoding:message-id; bh=Jkt2qvMUvu+Zywhi8xFXft1UW+419phpAhChjys3jzQ=; b=knkMb7WBudzvtbFBF7/rII5Z0uqCWLWyS2ZIbDF9z064UHGRGhvAtGg3JfGdhD82w0 EnJdP/P0zpt1T/LUfl7n5WLo0ODOB9oEZUYSQxoBlOmJf1fJfqhqCyk2H/BipTaIwVlZ ZKdBkDNcBF7w+F2uXxQ/Dy5Q24gFnpZjHJ6MU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:date:user-agent:references:in-reply-to:mime-version :content-type:content-transfer-encoding:message-id; b=Zk+bk/amvK5P9Y+Hc1SOagXJ03eMue4u2ovL0VqZoi2Wfqu3CgkUQaekycpsR9QsP2 gRKUjDlpvgPk4qT2oanHxLiDVtq4GQkyeZOCJ2c0phzO3qo86fmj74zWquPZ2Um94Ulx aFWTFI4KVXpH9aQJaJsbE4dC78prQlcARCmCQ= Received: by 10.213.110.206 with SMTP id o14mr885198ebp.6.1257848573671; Tue, 10 Nov 2009 02:22:53 -0800 (PST) Received: from nazgul.localnet (dustpuppy.is.co.za [196.14.169.11]) by mx.google.com with ESMTPS id 28sm1371193eyg.38.2009.11.10.02.22.52 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 10 Nov 2009 02:22:53 -0800 (PST) From: Alan McKinnon <alan.mckinnon@gmail.com> To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] [solved] Re: xorg-server upgrading problem Date: Tue, 10 Nov 2009 12:21:52 +0200 User-Agent: KMail/1.12.90 (Linux/2.6.31-zen7; KDE/4.3.74; x86_64; ; ) References: <594FE8B8-3A3B-4F5C-957A-15E6A3E8D671@wright.org> <88D2421E-1A0A-4768-AA7F-CD8DC50F61AD@wright.org> <93F5540A-2BF3-45E1-8759-B5656C7E017A@wright.org> In-Reply-To: <93F5540A-2BF3-45E1-8759-B5656C7E017A@wright.org> Precedence: bulk List-Post: <mailto:gentoo-user@lists.gentoo.org> List-Help: <mailto:gentoo-user+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-user+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-user+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-user.gentoo.org> 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: <200911101221.52832.alan.mckinnon@gmail.com> X-Archives-Salt: 13e091bf-b67c-46fc-8ffa-18d23caca502 X-Archives-Hash: 31d2936d8551ed7a7777fd5c05da8f78 On Tuesday 10 November 2009 11:46:50 Roy Wright wrote: > Unmerged all of x11, then installed xorg-server-1.6.5 and it is > working now. > > One of the issues I hit is that python-3.1.1-r1 can not be installed > with the tk use flag due to cyclic dependencies when installing xorg > (portage insists on installing python before libX11 so python[tk] > fails as it is missing Xlib.h). Would this work? emerge python with USE=-tk install libX11 install python with USE=tk -- alan dot mckinnon at gmail dot com