From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2607:f8b0:4864:20::d41; helo=mail-io1-xd41.google.com; envelope-from=ard.biesheuvel@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-io1-xd41.google.com (mail-io1-xd41.google.com [IPv6:2607:f8b0:4864:20::d41]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id DDB9C201B0430 for ; Sat, 23 Feb 2019 02:48:31 -0800 (PST) Received: by mail-io1-xd41.google.com with SMTP id x4so3894273ion.2 for ; Sat, 23 Feb 2019 02:48:31 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc:content-transfer-encoding; bh=BBXs0LKWhWzRhHmP7thnVGuK5IX21Mb8W3sFuzB7gdQ=; b=j/5MaMiFNhAkciM0I12R8RnIIDDBcQQ+PdrLO7u9EmShVva+xU7XLWKg/f+blxOLB9 iZF3cDHQcPF1/6rp/d5pajz6YtBk1SHiFNNrSstYK0n1c65xkWMYzd6vhcDpqLzZ1yJ0 au2ULsyLsFid7F8N2mY17RVfU/fR6gyYO8PyiG32NMwlfg7gfNZssCv6cR2bl9ngvvmy D6F/sweap1Vy2poTLNBTtV/cR8uoUhZowDNhezi+TosIll+M71TINtvmCj1udqLCYVll 7Hot59qKIbrjBWk719mdfFVS2A+SI8bdikfHFYMXCH4IG56mtvI0h3svCvQGaAo/FQYh 5JTA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=BBXs0LKWhWzRhHmP7thnVGuK5IX21Mb8W3sFuzB7gdQ=; b=shztYUFetBHLXq5vNL2K9quWksnEUTEkKotTSQUFEwRuE1cmn5U5QV6/cNWAjvkASo jxy7b93RauLAM75JQZ/C2Imc4YyBtc1XXCfa73Kf55NyZPFothUDs35/+vP1YXJzTKc0 zoQoAGTAmuMlCbRmHa8j/DmC0YgJwzXOMvco3AXS2MZFKEaLC8TNrbSqEjxNRo8wD04F 9xSKh5SpBPksrKf8HNROaWZZM+kHVGUz6CsO6rvtTGBG2j18aeXDY0M9grKL6uEEcsBW sVeJiW6GH4hR9pPu9IL9AiWrik+tFTfiUzBtp7H9CiZ/r9xJbJTH6ampk5T4eF8G6HOl 6NpA== X-Gm-Message-State: AHQUAuZHtcs16UkqgwkSSa9zaIpkgWoAZ4y5iYLzCtQvjSNifj6aLqwN O4cSqPU5kFyQdVCI4vYjlfAOvMPMWiQQu/NiZl0VnQ== X-Google-Smtp-Source: AHgI3IbzxSzj/Ya+0vedlH1sOQu65qfk18bs8mcPzcfIEJR9dSAZ6EvOKmXrqxMG1ipdhDFoZqytFLj+zCjt4mpaQYY= X-Received: by 2002:a6b:6511:: with SMTP id z17mr4720389iob.173.1550918909938; Sat, 23 Feb 2019 02:48:29 -0800 (PST) MIME-Version: 1.0 References: <20190220152131.12008-1-bob.c.feng@intel.com> <4A89E2EF3DFEDB4C8BFDE51014F606A14E3E5E20@SHSMSX104.ccr.corp.intel.com> In-Reply-To: From: Ard Biesheuvel Date: Sat, 23 Feb 2019 11:48:18 +0100 Message-ID: To: Marcin Wojtas Cc: Laszlo Ersek , "Gao, Liming" , Leif Lindholm , "Feng, Bob C" , "edk2-devel@lists.01.org" Subject: Re: [Patch V2] BaseTool: Fixed incremental rebuild issue. 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: Sat, 23 Feb 2019 10:48:32 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable On Sat, 23 Feb 2019 at 11:14, Marcin Wojtas wrote: > > Hi Laszlo, > > pt., 22 lut 2019 o 21:08 Laszlo Ersek napisa=C5=82(a)= : > > > > On 02/22/19 20:21, Ard Biesheuvel wrote: > > > On Fri, 22 Feb 2019 at 08:26, Gao, Liming wrot= e: > > >> > > >> Reviewed-by: Liming Gao > > >> > > > > > > Incremental builds are still broken for me, even with this patch. Is > > > anyone else seeing the same? > > > > I am not; but I've been using Python3.4 for a while now (it is needed b= y > > another package on my system, and then the build tools find it too). > > > > The regression is attributed to commit d943b0c339fe ("BaseTools: Handle > > the bytes and str difference", 2019-02-01), which I believe is related > > to the python2/3 conversion. So I assume python3.4 masks the problem. > > > > In my setup with the latest BaseTools update this problem is gone. I'm > using Python 3.5.2. > Thanks for confirming. I did a full clean of my workspace, and now things are working for me again as well. Thanks,