From nobody Fri Apr 26 16:03:45 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=1557843844; cv=none; d=zoho.com; s=zohoarc; b=fKMmH4xJquoAgHZUkMn2I7xw7ity3Bjuzb0D5B16c9+nEJAzii+uw+F1F1nCTTwmNW4qIRrmomIYrJlm3By8/EZIW7IsuDT3T4deT6u5n+26RKXBT81HTXQoF3vLVi9cHuZfU+inOPCLrjt6v4tivZa25qyTMKUUo8R8BBZxfqU= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1557843844; 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=LONdU7+H96nCwhRivIIlC2xt/2nldKtod6GgHNwu9g8=; b=mVh1H3kHxgNPCThOqhKi8yBDrFeBVMi5HcEYuurrKCUpp9rWxg9qoYfH1NQ7t0VZ2LejmNcEKwSmUjyeALx8UNoGVXt2wygz/qX7t2YHN88fG07pSP9Hs0cpf6GzKKgtsRMKexBPUH7gANbzcoPpuGerS0j/dQERAg1GrwBtpps= 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 1557843844251673.2139742963554; Tue, 14 May 2019 07:24:04 -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 1hQYKK-0008Ef-UJ; Tue, 14 May 2019 14:22:44 +0000 Received: from all-amaz-eas1.inumbo.com ([34.197.232.57] helo=us1-amaz-eas2.inumbo.com) by lists.xenproject.org with esmtp (Exim 4.89) (envelope-from ) id 1hQYKJ-0008EB-Rx for xen-devel@lists.xenproject.org; Tue, 14 May 2019 14:22:43 +0000 Received: from SMTP03.CITRIX.COM (unknown [162.221.156.55]) by us1-amaz-eas2.inumbo.com (Halon) with ESMTPS id bba7347c-7653-11e9-b40d-4bf533273b7d; Tue, 14 May 2019 14:22:41 +0000 (UTC) X-Inumbo-ID: bba7347c-7653-11e9-b40d-4bf533273b7d X-IronPort-AV: E=Sophos;i="5.60,469,1549929600"; d="scan'208";a="85442579" From: Wei Liu To: Date: Tue, 14 May 2019 15:22:32 +0100 Message-ID: <20190514142233.23165-3-wei.liu2@citrix.com> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20190514142233.23165-1-wei.liu2@citrix.com> References: <20190514142233.23165-1-wei.liu2@citrix.com> MIME-Version: 1.0 Subject: [Xen-devel] [PATCH v2 2/3] README: document requirement about python 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" Provide information on what is expected from the build system regarding python. Signed-off-by: Wei Liu Acked-by: Jan Beulich --- README | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README b/README index 23e4f7c3dc..26d44cf7c1 100644 --- a/README +++ b/README @@ -181,6 +181,13 @@ 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, or specify PYTHON=3D when invoki= ng +make, like (note the position of PYTHON=3D matters): + + # make PYTHON=3D/usr/bin/python3 + 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