From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-ed1-f68.google.com (mail-ed1-f68.google.com [209.85.208.68]) by mx.groups.io with SMTP id smtpd.web10.15831.1601994756143220142 for ; Tue, 06 Oct 2020 07:32:36 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20161025 header.b=iuFhAOxV; spf=pass (domain: gmail.com, ip: 209.85.208.68, mailfrom: vicenteicc2008@gmail.com) Received: by mail-ed1-f68.google.com with SMTP id l16so6591320eds.3 for ; Tue, 06 Oct 2020 07:32:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=5Y7iyPLzQXsiXUHM0UFFs6Jcmrd9gfb/cBEy/hZqawM=; b=iuFhAOxVqlOCCtJ8L3e98ru9sNyhhSex5aN87yNB/pffWkA9UihaXbRh8ZYbYygLzH lsBvSZxc4N508SSpSb/dX5On+lHcjuKbpBnJAiWe6mRvhvS4oJpHfp6uZK/6lXbUlkbl OJP2AETfNIj2hOZ5K2pYe097L13M0SJVpD3qiCz7ywIlJIuIxO2/k36Apk+IZMDU7/xb Cw1WtwbC2IYZcliw/sDMOTlRE2rtQdQbFTcwxupuNIxwhwraYnChdOYpBZi3ZODJ1cyV 5aHKLoH6zXqyH1/LBd9FW271sWY1iRorfztMSqLC28s7NrLAmWj2LyyWej++N/PY/1ZZ x/ZA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=5Y7iyPLzQXsiXUHM0UFFs6Jcmrd9gfb/cBEy/hZqawM=; b=r77erEz0i8ReD8yoBr9v8TmMrZHLK8Sb3BGYdImNimN8vHVG3Hmt4h9hN5P2p1ektc za/KZxvF09DCdW0t2kAx3W/mlAcBUCRpKDLd7GkznF2Sxt/tHS7oH46OUZtt3WWBMD1e ejpWOsZUV4PGamYKGs+3/e2iKSoRGVMSIsWGMnTdqxgcedNcKL2yrDqjtH30mPDdyBrL DD3VT9WUk0+0hWqGJrXIhTD44P3Ysuen7LKjhCV4wsj/QN1XMtMf5fSmKtKFh70QdVxv 7tbDj2pXrl+U0kfo7qoIqVuPd4wUXPGtGBFGfUZLUEPYfamdAq+hyxD/gXt5Y5aHT0ZW M3Lg== X-Gm-Message-State: AOAM533SRuHxy7kYOD54gLn8VYpoUoESAGmwG5ry61AQnnjPyTzrlMN3 otykBJ0cOxWn2Vdp7iqzfkDAK7wmJ/kuGITaIUOknwvE79G2ow== X-Google-Smtp-Source: ABdhPJyHYk4qgzWTFz4sOlRTdf5HCPzPPw5SnCUoJYENh3uD15gHplrz4N4TsPm87nwWp2QZWnFi2foJf3HsaGyy0Fc= X-Received: by 2002:aa7:c3d4:: with SMTP id l20mr5854407edr.263.1601994753863; Tue, 06 Oct 2020 07:32:33 -0700 (PDT) MIME-Version: 1.0 From: Vicente Cortes Date: Tue, 6 Oct 2020 11:32:27 -0300 Message-ID: Subject: fatal error edk2 To: devel@edk2.groups.io Content-Type: multipart/alternative; boundary="0000000000003c755f05b101788a" --0000000000003c755f05b101788a Content-Type: text/plain; charset="UTF-8" (Python 3.9.0 on win32) Traceback (most recent call last): File "C:\Users\Vicente\Documents\hackervicente\edk2-pixel3-master\edk2\BaseTools\Source\Python\build\build.py", line 2635, in Main MyBuild.Launch() File "C:\Users\Vicente\Documents\hackervicente\edk2-pixel3-master\edk2\BaseTools\Source\Python\build\build.py", line 2430, in Launch self._MultiThreadBuildPlatform() File "C:\Users\Vicente\Documents\hackervicente\edk2-pixel3-master\edk2\BaseTools\Source\Python\build\build.py", line 2238, in _MultiThreadBuildPlatform Wa, self.BuildModules = self.PerformAutoGen(BuildTarget,ToolChain) File "C:\Users\Vicente\Documents\hackervicente\edk2-pixel3-master\edk2\BaseTools\Source\Python\build\build.py", line 2087, in PerformAutoGen Wa = WorkspaceAutoGen( File "C:\Users\Vicente\Documents\hackervicente\edk2-pixel3-master\edk2\BaseTools\Source\Python\AutoGen\WorkspaceAutoGen.py", line 43, in __init__ self._InitWorker(Workspace, MetaFile, Target, Toolchain, Arch, *args, **kwargs) File "C:\Users\Vicente\Documents\hackervicente\edk2-pixel3-master\edk2\BaseTools\Source\Python\AutoGen\WorkspaceAutoGen.py", line 116, in _InitWorker self.ProcessModuleFromPdf() File "C:\Users\Vicente\Documents\hackervicente\edk2-pixel3-master\edk2\BaseTools\Source\Python\AutoGen\WorkspaceAutoGen.py", line 212, in ProcessModuleFromPdf if self.FdfProfile: File "C:\Users\Vicente\Documents\hackervicente\edk2-pixel3-master\edk2\BaseTools\Source\Python\Common\caching.py", line 28, in __get__ Value = obj.__dict__[self._function.__name__] = self._function(obj) File "C:\Users\Vicente\Documents\hackervicente\edk2-pixel3-master\edk2\BaseTools\Source\Python\AutoGen\WorkspaceAutoGen.py", line 188, in FdfProfile Fdf.ParseFile() File "C:\Users\Vicente\Documents\hackervicente\edk2-pixel3-master\edk2\BaseTools\Source\Python\GenFds\FdfParser.py", line 1314, in ParseFile self.Preprocess() File "C:\Users\Vicente\Documents\hackervicente\edk2-pixel3-master\edk2\BaseTools\Source\Python\GenFds\FdfParser.py", line 1293, in Preprocess self.PreprocessIncludeFile() File "C:\Users\Vicente\Documents\hackervicente\edk2-pixel3-master\edk2\BaseTools\Source\Python\GenFds\FdfParser.py", line 624, in PreprocessIncludeFile raise Warning("The include file does not exist under below directories: \n%s\n%s\n%s\n"%(os.path.dirname(self.FileName), PlatformDir, GlobalData.gWorkspace), GenFds.FdfParser.Warning: The include file does not exist under below directories: C:\Users\Vicente\Documents\hackervicente\edk2-pixel3-master\Pixel3XL C:\Users\Vicente\Documents\hackervicente\edk2-pixel3-master\Pixel3XL c:\users\vicente\documents\hackervicente\edk2-pixel3-master\edk2 near line 243, column 10: Pixel3XL/CommonFdf.fdf.inc --0000000000003c755f05b101788a Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
(Python 3.9.0 on win32) Traceback (most recent call last):=
=C2=A0 File "C:\Users\Vicente\Documents\hackervicente\edk2-pixel3-= master\edk2\BaseTools\Source\Python\build\build.py", line 2635, in Mai= n
=C2=A0 =C2=A0 MyBuild.Launch()
=C2=A0 File "C:\Users\Vicente\D= ocuments\hackervicente\edk2-pixel3-master\edk2\BaseTools\Source\Python\buil= d\build.py", line 2430, in Launch
=C2=A0 =C2=A0 self._MultiThreadBu= ildPlatform()
=C2=A0 File "C:\Users\Vicente\Documents\hackervicente= \edk2-pixel3-master\edk2\BaseTools\Source\Python\build\build.py", line= 2238, in _MultiThreadBuildPlatform
=C2=A0 =C2=A0 Wa, self.BuildModules = =3D self.PerformAutoGen(BuildTarget,ToolChain)
=C2=A0 File "C:\User= s\Vicente\Documents\hackervicente\edk2-pixel3-master\edk2\BaseTools\Source\= Python\build\build.py", line 2087, in PerformAutoGen
=C2=A0 =C2=A0 = Wa =3D WorkspaceAutoGen(
=C2=A0 File "C:\Users\Vicente\Documents\ha= ckervicente\edk2-pixel3-master\edk2\BaseTools\Source\Python\AutoGen\Workspa= ceAutoGen.py", line 43, in __init__
=C2=A0 =C2=A0 self._InitWorker(= Workspace, MetaFile, Target, Toolchain, Arch, *args, **kwargs)
=C2=A0 Fi= le "C:\Users\Vicente\Documents\hackervicente\edk2-pixel3-master\edk2\B= aseTools\Source\Python\AutoGen\WorkspaceAutoGen.py", line 116, in _Ini= tWorker
=C2=A0 =C2=A0 self.ProcessModuleFromPdf()
=C2=A0 File "C= :\Users\Vicente\Documents\hackervicente\edk2-pixel3-master\edk2\BaseTools\S= ource\Python\AutoGen\WorkspaceAutoGen.py", line 212, in ProcessModuleF= romPdf
=C2=A0 =C2=A0 if self.FdfProfile:
=C2=A0 File "C:\Users\V= icente\Documents\hackervicente\edk2-pixel3-master\edk2\BaseTools\Source\Pyt= hon\Common\caching.py", line 28, in __get__
=C2=A0 =C2=A0 Value =3D= obj.__dict__[self._function.__name__] =3D self._function(obj)
=C2=A0 Fi= le "C:\Users\Vicente\Documents\hackervicente\edk2-pixel3-master\edk2\B= aseTools\Source\Python\AutoGen\WorkspaceAutoGen.py", line 188, in FdfP= rofile
=C2=A0 =C2=A0 Fdf.ParseFile()
=C2=A0 File "C:\Users\Vicen= te\Documents\hackervicente\edk2-pixel3-master\edk2\BaseTools\Source\Python\= GenFds\FdfParser.py", line 1314, in ParseFile
=C2=A0 =C2=A0 self.Pr= eprocess()
=C2=A0 File "C:\Users\Vicente\Documents\hackervicente\ed= k2-pixel3-master\edk2\BaseTools\Source\Python\GenFds\FdfParser.py", li= ne 1293, in Preprocess
=C2=A0 =C2=A0 self.PreprocessIncludeFile()
=C2= =A0 File "C:\Users\Vicente\Documents\hackervicente\edk2-pixel3-master\= edk2\BaseTools\Source\Python\GenFds\FdfParser.py", line 624, in Prepro= cessIncludeFile
=C2=A0 =C2=A0 raise Warning("The include file does = not exist under below directories: \n%s\n%s\n%s\n"%(os.path.dirname(se= lf.FileName), PlatformDir, GlobalData.gWorkspace),
GenFds.FdfParser.Warn= ing: The include file does not exist under below directories:
C:\Users\V= icente\Documents\hackervicente\edk2-pixel3-master\Pixel3XL
C:\Users\Vice= nte\Documents\hackervicente\edk2-pixel3-master\Pixel3XL
c:\users\vicente= \documents\hackervicente\edk2-pixel3-master\edk2
=C2=A0near line 243, co= lumn 10: Pixel3XL/CommonFdf.fdf.inc
--0000000000003c755f05b101788a--