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-134422-garchives=archives.gentoo.org@lists.gentoo.org>) id 1RsTcA-0001MC-KJ for garchives@archives.gentoo.org; Wed, 01 Feb 2012 06:24:18 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 14CE6E084D; Wed, 1 Feb 2012 06:24:04 +0000 (UTC) Received: from ironport2-out.teksavvy.com (ironport2-out.teksavvy.com [206.248.154.181]) by pigeon.gentoo.org (Postfix) with ESMTP id 60AF9E07E1 for <gentoo-user@lists.gentoo.org>; Wed, 1 Feb 2012 06:23:01 +0000 (UTC) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Av0EAO7YKE9MCqoV/2dsb2JhbABDrnCBBoFyAQEFOhwzCzQSFCU3iAW5QgSLJQICCQUMBgwBAQkEFA0GCgMBgnEZBIEPAQQEO4I5YwSIQIUFh1qFZ4g0hFg X-IronPort-AV: E=Sophos;i="4.71,601,1320642000"; d="scan'208";a="160618784" Received: from 76-10-170-21.dsl.teksavvy.com (HELO waltdnes.org) ([76.10.170.21]) by ironport2-out.teksavvy.com with SMTP; 01 Feb 2012 01:22:59 -0500 Received: by waltdnes.org (sSMTP sendmail emulation); Wed, 01 Feb 2012 01:21:20 -0500 From: "Walter Dnes" <waltdnes@waltdnes.org> Date: Wed, 1 Feb 2012 01:21:20 -0500 To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] [SOLVED] Python+readline? Message-ID: <20120201062120.GA16838@waltdnes.org> References: <20120128090140.GA1310@waltdnes.org> <20120129224247.5e7eac5d@dartworks.biz> <20120130072530.GA28513@waltdnes.org> <20120130013853.59b30833@dartworks.biz> <20120131081709.GA26413@waltdnes.org> <20120131160756.GA27835@waltdnes.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=us-ascii Content-Disposition: inline In-Reply-To: <20120131160756.GA27835@waltdnes.org> User-Agent: Mutt/1.5.21 (2010-09-15) X-Archives-Salt: 067c69ac-fea8-49ab-8a15-522ceb5fca86 X-Archives-Hash: 96d42cd9ef44e9f5416c898fc12a55df On Tue, Jan 31, 2012 at 11:07:56AM -0500, Walter Dnes wrote > On Tue, Jan 31, 2012 at 03:17:09AM -0500, Walter Dnes wrote > > > I'll file a bug in bugzilla later today. > > Bug https://bugs.gentoo.org/show_bug.cgi?id=401651 filed. A bit more looking at the ebuild, and more testing, reveals that you must have both the "ncurses" and "readline" USE flags set in order to for python to pull in sys-libs/readline. Note that it will build against a previously loaded sys-libs/readline if only the "readline" flag is set, but it will not pull in the sys-libs/readline package. -- Walter Dnes <waltdnes@waltdnes.org>