From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-wr1-f67.google.com (mail-wr1-f67.google.com [209.85.221.67]) by mx.groups.io with SMTP id smtpd.web10.4535.1575643258030477637 for ; Fri, 06 Dec 2019 06:40:58 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@linaro.org header.s=google header.b=JBup/hKE; spf=pass (domain: linaro.org, ip: 209.85.221.67, mailfrom: leif.lindholm@linaro.org) Received: by mail-wr1-f67.google.com with SMTP id b6so8070343wrq.0 for ; Fri, 06 Dec 2019 06:40:57 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=Odatp22vOmoGl5VOQBOjlR8sjda/PoXWsW9xCgcShcw=; b=JBup/hKEif2qQS/KUmi+NBR2yvTTFV81esLbwko0DX2vU/6sEn4IaCK2eU/Rrx3kHF KMZ/NLPv5vzHbCX3OrH/ChgjLgaMuGkmnk2CbKjMjYVxMLuF39aujSxDXWevk8igJX6x DLGys4zeZla+vk/eNUQw+gcTaZvFgZmlAEWGMJHvJEiDjFIdkDvgUmei7qeovEohqAxX AJcbSjgDqbs/QfRF2odvmosOojMv0DuYU5AYCKfAwV3Ot5hnyEb0VzrwSUDJM019LEIP Awlzza75ttJH15C3QWKGkkcFTnIIQaqn5iq9O7yr3cJxgq44865Ffe73cN3+Wqi2TWRW wMxw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=Odatp22vOmoGl5VOQBOjlR8sjda/PoXWsW9xCgcShcw=; b=Eu1hR4b8KMvE36F9GBbQS5yYDWkoHfUsob+QbkpxKW3kYo5c8YjFAXnbi/A1e4oEt1 ozcHq+qJf5JpGlFIrwLN+UE5SQCNm4fW0ItEM9lCBqmJejlPfvW8e1ZfeLqq31o2DUhe KOg4crCb8W9q9rGXOupXo40LW099siAazzPDh23a8wYEj5XrfAqxcc2OdF9q/TVN7G8F uF1t1wloSur5kriHOegs1Ae5FT0OsG+LoDC2A5FpoG53HVIMEYzsYHrc6dKj01UNTe2R w9/MOVLXwVm27SBq9jpxlKVdBbq++n648smm8w0araR044eQKIdKgDxMDGKacD8P89Ra kIvQ== X-Gm-Message-State: APjAAAVaajwTV+At6/9PPtXkgiGIWht8Oyi825bS7bqAe766jzcCNZLI NnV6os+jJiAtjlkVEIlN3vgpRA== X-Google-Smtp-Source: APXvYqx3xVHcb0CKD/PyisKRZAWM9BXXuIzTL87fSyX1XFvT/+dSkD01zAKTtlgtbIOJBaFURTWo/Q== X-Received: by 2002:adf:f491:: with SMTP id l17mr15953654wro.149.1575643256517; Fri, 06 Dec 2019 06:40:56 -0800 (PST) Return-Path: Received: from bivouac.eciton.net (bivouac.eciton.net. [2a00:1098:0:86:1000:23:0:2]) by smtp.gmail.com with ESMTPSA id p17sm16355610wrx.20.2019.12.06.06.40.55 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 06 Dec 2019 06:40:55 -0800 (PST) Date: Fri, 6 Dec 2019 14:40:54 +0000 From: "Leif Lindholm" To: Ard Biesheuvel Cc: edk2-devel-groups-io , "Gao, Liming" , Laszlo Ersek , "Feng, Bob C" , "Kinney, Michael D" Subject: Re: [BUG] building multiple versions of a single platform is broken again Message-ID: <20191206144054.GS7359@bivouac.eciton.net> References: MIME-Version: 1.0 In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Fri, Dec 06, 2019 at 14:29:28 +0000, Ard Biesheuvel wrote: > When I build DEBUG and RELEASE versions of the same platform in one go, like > > build -b DEBUG -b RELEASE -a X64 -p OvmfPkg/OvmfPkgX64.dsc -t GCC5 > > the first build completes, but the second one fails immediately like below. > > This appears to have gotten broken between edk2-stable201905 and > edk2-stable201908, but it would be nice to fix nonetheless. https://bugzilla.tianocore.org/show_bug.cgi?id=2371 ? Does the second one build if you re-run the build command? Regards, Leif > Thanks, > Ard. > > > > Processing meta-data . > Architecture(s) = X64 > Build target = RELEASE > Toolchain = GCC5 > > Active Platform = /home/ardbie01/build/edk2/OvmfPkg/OvmfPkgX64.dsc > Flash Image Definition = /home/ardbie01/build/edk2/OvmfPkg/OvmfPkgX64.fdf > .... done! > Building ... /home/ardbie01/build/edk2/MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf > [X64] > Building ... /home/ardbie01/build/edk2/MdePkg/Library/UefiUsbLib/UefiUsbLib.inf > [X64] > Building ... /home/ardbie01/build/edk2/MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf > [X64] > Building ... /home/ardbie01/build/edk2/MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf > [X64] > make: *** No rule to make target 'tbuild'. Stop. > > > build.py... > : error 7000: Failed to execute command > make tbuild [/home/ardbie01/build/edk2-workspace/Build/OvmfX64/RELEASE_GCC5/X64/MdeModulePkg/Library/UefiHiiLib/UefiHiiLib] > > > build.py... > : error 7000: Failed to execute command > make tbuild [/home/ardbie01/build/edk2-workspace/Build/OvmfX64/RELEASE_GCC5/X64/MdePkg/Library/UefiUsbLib/UefiUsbLib] > > > build.py... > : error 7000: Failed to execute command > make tbuild [/home/ardbie01/build/edk2-workspace/Build/OvmfX64/RELEASE_GCC5/X64/MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint] > > > build.py... > : error 7000: Failed to execute command > make tbuild [/home/ardbie01/build/edk2-workspace/Build/OvmfX64/RELEASE_GCC5/X64/MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib] > > > build.py... > : error F002: Failed to build module > /home/ardbie01/build/edk2/MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf > [X64, GCC5, RELEASE] > > - Failed - > Build end time: 14:16:43, Dec.06 2019 > Build total time: 00:01:30