From nobody Thu Apr 25 22:38:17 2024 Delivered-To: importer@patchew.org Received-SPF: none (zoho.com: 192.237.175.120 is neither permitted nor denied by domain of lists.xenproject.org) client-ip=192.237.175.120; envelope-from=xen-devel-bounces@lists.xenproject.org; helo=lists.xenproject.org; Authentication-Results: mx.zohomail.com; spf=none (zoho.com: 192.237.175.120 is neither permitted nor denied by domain of lists.xenproject.org) smtp.mailfrom=xen-devel-bounces@lists.xenproject.org ARC-Seal: i=1; a=rsa-sha256; t=1557755330; cv=none; d=zoho.com; s=zohoarc; b=JWA7MwOsjcT1nGQ6orEChaYhKL6TwkKiLzv6msMPKWW17fdW4mi6T0XEsBf1Aj3/Vy89ahUexhb9VnzLw4QRk0fIFyUeuA2Jdplk6BoQFkAgvQ+75A0S1ynutIz1h28c41ab3X4N3P381k08fgjHWGYyKDmX3kO/34FKegQep9g= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1557755330; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Subscribe:List-Post:List-Id:List-Help:List-Unsubscribe:MIME-Version:Message-ID:References:Sender:Subject:To:ARC-Authentication-Results; bh=3/rFPXacluwd6NSiGrVauX7dJRHieORo4aopx5BXFTg=; b=Rrr6x98CfL4JeWZak46vu+MlrcgJOcHAT2nqAhzP6PH0v87PXPYXn3zeml/a2v0HeskYlWSN8onVTev4BxODkjSOxXREiCLccvRZn/k/X6jEgCgPGHh7Y9KSYebHg/mndJYiRVq8XrjsWlVi707dOqwMac/gUnKhmS9SRSyP6kY= ARC-Authentication-Results: i=1; mx.zoho.com; spf=none (zoho.com: 192.237.175.120 is neither permitted nor denied by domain of lists.xenproject.org) smtp.mailfrom=xen-devel-bounces@lists.xenproject.org Return-Path: Received: from lists.xenproject.org (lists.xenproject.org [192.237.175.120]) by mx.zohomail.com with SMTPS id 1557755329918379.9951223512378; Mon, 13 May 2019 06:48:49 -0700 (PDT) Received: from localhost ([127.0.0.1] helo=lists.xenproject.org) by lists.xenproject.org with esmtp (Exim 4.89) (envelope-from ) id 1hQBIc-00044H-S0; Mon, 13 May 2019 13:47:26 +0000 Received: from us1-rack-dfw2.inumbo.com ([104.130.134.6]) by lists.xenproject.org with esmtp (Exim 4.89) (envelope-from ) id 1hQBIb-00043t-FO for xen-devel@lists.xenproject.org; Mon, 13 May 2019 13:47:25 +0000 Received: from SMTP03.CITRIX.COM (unknown [162.221.156.55]) by us1-rack-dfw2.inumbo.com (Halon) with ESMTPS id a393d919-7585-11e9-8980-bc764e045a96; Mon, 13 May 2019 13:47:24 +0000 (UTC) X-Inumbo-ID: a393d919-7585-11e9-8980-bc764e045a96 X-IronPort-AV: E=Sophos;i="5.60,465,1549929600"; d="scan'208";a="85387572" From: Wei Liu To: Date: Mon, 13 May 2019 14:47:13 +0100 Message-ID: <20190513134714.3124-4-wei.liu2@citrix.com> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20190513134714.3124-1-wei.liu2@citrix.com> References: <20190513134714.3124-1-wei.liu2@citrix.com> MIME-Version: 1.0 Subject: [Xen-devel] [PATCH 3/4] README: document that `python` is required X-BeenThere: xen-devel@lists.xenproject.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Xen developer discussion List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Cc: Stefano Stabellini , Wei Liu , Konrad Rzeszutek Wilk , George Dunlap , Andrew Cooper , Ian Jackson , Tim Deegan , Julien Grall , Jan Beulich Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Errors-To: xen-devel-bounces@lists.xenproject.org Sender: "Xen-devel" The hypervisor build system requires `python`. To avoid putting too much (confusing) information in README, mandate availability of `python`. Signed-off-by: Wei Liu --- README | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README b/README index 23e4f7c3dc..a60ccf6e9c 100644 --- a/README +++ b/README @@ -181,6 +181,10 @@ Various tools, such as pygrub, have the following runt= ime dependencies: URL: http://www.python.org/ Debian: python =20 +Note that the build system expects `python` to be available. If your system +only has `python2` or `python3` but not `python` (as in Linux From Scratch= ), +you will need to create a symlink for it. + Intel(R) Trusted Execution Technology Support =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =20 --=20 2.20.1 _______________________________________________ Xen-devel mailing list Xen-devel@lists.xenproject.org https://lists.xenproject.org/mailman/listinfo/xen-devel