From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 612D8138200 for ; Mon, 22 Apr 2013 10:51:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EA7DCE0B18; Mon, 22 Apr 2013 10:51:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 85BC6E0B18 for ; Mon, 22 Apr 2013 10:51:44 +0000 (UTC) Received: from pomiocik.localdomain (s241.wifi.put.poznan.pl [150.254.132.242]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: mgorny) by smtp.gentoo.org (Postfix) with ESMTPSA id B53FB33DEC5; Mon, 22 Apr 2013 10:51:42 +0000 (UTC) From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= To: gentoo-python@lists.gentoo.org Cc: python@gentoo.org, =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Subject: [gentoo-python] [PATCH 3/4] Report no matching Python impl properly. Date: Mon, 22 Apr 2013 12:52:57 +0200 Message-Id: <1366627978-8571-3-git-send-email-mgorny@gentoo.org> X-Mailer: git-send-email 1.8.1.5 In-Reply-To: <20130422125150.5a2396e6@pomiocik> References: <20130422125150.5a2396e6@pomiocik> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Discussions centering around the Python ecosystem in Gentoo Linux X-BeenThere: gentoo-python@gentoo.org X-BeenThere: gentoo-python@lists.gentoo.org X-Archives-Salt: e4792f4f-1caa-4dd2-b3a8-a8c772edbd13 X-Archives-Hash: b54deb22c22c0d023a600b7cba45aec8 --- gx86/eclass/python-any-r1.eclass | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/gx86/eclass/python-any-r1.eclass b/gx86/eclass/python-any-r1.eclass index 2ecbfbd..d222155 100644 --- a/gx86/eclass/python-any-r1.eclass +++ b/gx86/eclass/python-any-r1.eclass @@ -215,6 +215,12 @@ python-any-r1_pkg_setup() { return fi done + + eerror "No Python implementation found for the build. This is usually" + eerror "a bug in the ebuild. Please report it to bugs.gentoo.org" + eerror "along with the build log." + echo + die "No supported Python implementation installed." } _PYTHON_ANY_R1=1 -- 1.8.1.5