From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=209.132.183.28; helo=mx1.redhat.com; envelope-from=lersek@redhat.com; receiver=edk2-devel@lists.01.org Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 5B4DA21962301 for ; Tue, 5 Feb 2019 04:06:59 -0800 (PST) Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id A77622CE900; Tue, 5 Feb 2019 12:06:58 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-120-79.rdu2.redhat.com [10.10.120.79]) by smtp.corp.redhat.com (Postfix) with ESMTP id B5BF09C3DD; Tue, 5 Feb 2019 12:06:49 +0000 (UTC) To: =?UTF-8?Q?Philippe_Mathieu-Daud=c3=a9?= , edk2-devel@lists.01.org, Liming Gao , Bob Feng References: <20190205012356.31376-1-philmd@redhat.com> <54f9b083-3753-e7a9-2329-4094deac63d4@redhat.com> From: Laszlo Ersek Message-ID: <065ddcc9-0817-a653-a4cb-2f53d4f20780@redhat.com> Date: Tue, 5 Feb 2019 13:06:48 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <54f9b083-3753-e7a9-2329-4094deac63d4@redhat.com> X-Scanned-By: MIMEDefang 2.84 on 10.5.11.23 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.29]); Tue, 05 Feb 2019 12:06:58 +0000 (UTC) Subject: Re: [PATCH] BaseTools: Fix build failure when specifying multiple BUILDTARGET X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Feb 2019 12:06:59 -0000 Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit On 02/05/19 13:02, Philippe Mathieu-Daudé wrote: > On 2/5/19 10:03 AM, Laszlo Ersek wrote: >> On 02/05/19 02:23, Philippe Mathieu-Daudé wrote: >>> Since 9c2d68c0a299 the build tools default to the python version >>> provided by the ${PYTHON} environment variable. >>> However the Python3 transition is not effective before d943b0c339fe. >> >> (1) Do you mean "functional" rather than "effective"? > > Probably :) > >> (2) Why is this information relevant for this commit? I see that commit >> f8d11e5a4aaa, referenced below, falls between the above two, but I'm >> unsure if that has any special relevance. >> >> If the above paragraph is just background info, that's OK with me, of >> course. > > Yes, I'll reword to explain the tree isn't bisectable there, or drop > that background info. Ah, great point; so please do keep the paragraph, just point out that the culprit commit (f8d11e5a4aaa) couldn't be found with bisection, because between A and B the history isn't bisectable. Thanks! Laszlo