From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail05.groups.io (mail05.groups.io [45.79.224.7]) by spool.mail.gandi.net (Postfix) with ESMTPS id 3BF82941A80 for ; Tue, 13 Aug 2024 16:33:43 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=GDdnmZtSEafCuFOhXRtadQ3QFJ2FzqHLHnV1ChNihAs=; c=relaxed/simple; d=groups.io; h=MIME-Version:From:Date:Message-ID:Subject:To:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Resent-Date:Resent-From:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Type; s=20240206; t=1723566823; v=1; b=yfBBEXEx88A7g7F8VEKQYud1oZTXpdZ4y91H+Kq9sidjKaLGFwgTXOyWkZNmL4ZnqsPCJIhL JgrqxV4rsLNbMsn/LPxECSIxXcT8+m/0FU2Bc2tIlHaoz87vHXgzJBLMTqL/iK+bgzwMy1oNGyS 1rtZM9dbFZahPuFBLyqAhR1iGRyh6Ygam+Nm4j5ft3oZ7Ca/dXRftoUbKvyeOF54yjhFFLowrFX 9WkcSc6qNgoBjKukLazrvBm9EpYjTYE3Xa1YBeBBROuF0TBxGr77KyzSYitEF10wN4lKG0ltCMM sonQwSuGVnPv5uJQLpk1x4B6O27ZVHbjt7TF4+EBBS1zQ== X-Received: by 127.0.0.2 with SMTP id HEjPYY7687511xH4ARZpljav; Tue, 13 Aug 2024 09:33:41 -0700 X-Received: from mail-il1-f169.google.com (mail-il1-f169.google.com [209.85.166.169]) by mx.groups.io with SMTP id smtpd.web10.63474.1723515964020359647 for ; Mon, 12 Aug 2024 19:26:04 -0700 X-Received: by mail-il1-f169.google.com with SMTP id e9e14a558f8ab-39641271f2aso16434905ab.3 for ; Mon, 12 Aug 2024 19:26:03 -0700 (PDT) X-Gm-Message-State: B0zOAjb1vTxQtRUwP7iHjG84x7686176AA= X-Google-Smtp-Source: AGHT+IG3WKykQjMDpuAB6a84aPcc7JVjwCSoEdllJzUcX8pG7k6F1BfNK0oJJVV6SwGYuwRSJvw3YLHfUD+4HHq7Uck= X-Received: by 2002:a05:6e02:1d10:b0:39b:ddc:f079 with SMTP id e9e14a558f8ab-39c4785cfdamr28770595ab.13.1723515962982; Mon, 12 Aug 2024 19:26:02 -0700 (PDT) MIME-Version: 1.0 From: michael yang Date: Tue, 13 Aug 2024 10:25:26 +0800 Message-ID: Subject: [edk2-devel] help needed - FAILED [build -p EmulatorPkg\EmulatorPkg.dsc -t VS2019 -a X64] To: devel@edk2.groups.io Precedence: Bulk List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Resent-Date: Tue, 13 Aug 2024 09:33:36 -0700 Resent-From: myang58@gmail.com Reply-To: devel@edk2.groups.io,myang58@gmail.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: Content-Type: multipart/alternative; boundary="000000000000bd0a81061f875464" X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20240206 header.b=yfBBEXEx; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=gmail.com (policy=none); spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 45.79.224.7 as permitted sender) smtp.mailfrom=bounce@groups.io --000000000000bd0a81061f875464 Content-Type: text/plain; charset="UTF-8" Hi, build failed, could you please? D:\work\dev\efiWorkspace\edk2>build -p EmulatorPkg\EmulatorPkg.dsc -t VS2019 -a X64 Build environment: Windows-10-10.0.19045-SP0 Build start time: 10:24:16, Aug.13 2024 WORKSPACE = d:\work\dev\efiworkspace EDK_TOOLS_PATH = d:\work\dev\efiworkspace\edk2\basetools EDK_TOOLS_BIN = d:\work\dev\efiworkspace\edk2\basetools\bin\win32 CONF_PATH = d:\work\dev\efiworkspace\edk2\conf PYTHON_COMMAND = py -3 build.py... : error C0DE: Unknown fatal error when processing [d:\work\dev\efiworkspace\EmulatorPkg\EmulatorPkg.dsc] (Please send email to devel@edk2.groups.io for help, attaching following call stack trace!) (Python 3.10.5 on win32) Traceback (most recent call last): File "D:\work\dev\efiWorkspace\edk2\BaseTools\Source\Python\build\build.py", line 2692, in Main MyBuild = Build(Target, Workspace, Option,LogQ) File "D:\work\dev\efiWorkspace\edk2\BaseTools\Source\Python\build\build.py", line 815, in __init__ self.InitPreBuild() File "D:\work\dev\efiWorkspace\edk2\BaseTools\Source\Python\build\build.py", line 1015, in InitPreBuild self.LoadConfiguration() File "D:\work\dev\efiWorkspace\edk2\BaseTools\Source\Python\build\build.py", line 971, in LoadConfiguration self.GetToolChainAndFamilyFromDsc (self.PlatformFile) File "D:\work\dev\efiWorkspace\edk2\BaseTools\Source\Python\build\build.py", line 905, in GetToolChainAndFamilyFromDsc dscobj = self.BuildDatabase[File, BuildArch] File "D:\work\dev\efiWorkspace\edk2\BaseTools\Source\Python\Workspace\WorkspaceDatabase.py", line 104, in __getitem__ BuildObject = self.CreateBuildObject(FilePath, Arch, Target, Toolchain) File "D:\work\dev\efiWorkspace\edk2\BaseTools\Source\Python\Workspace\WorkspaceDatabase.py", line 120, in CreateBuildObject MetaFileStorage(self.WorkspaceDb, FilePath, FileType) File "D:\work\dev\efiWorkspace\edk2\BaseTools\Source\Python\Workspace\MetaFileTable.py", line 426, in __new__ reval = Class._FILE_TABLE_[FileType](*Args) File "D:\work\dev\efiWorkspace\edk2\BaseTools\Source\Python\Workspace\MetaFileTable.py", line 303, in __init__ MetaFileTable.__init__(self, Cursor, MetaFile, MODEL_FILE_DSC, Temporary, FromItem) File "D:\work\dev\efiWorkspace\edk2\BaseTools\Source\Python\Workspace\MetaFileTable.py", line 39, in __init__ MetaFile.TimeStamp, File "D:\work\dev\efiWorkspace\edk2\BaseTools\Source\Python\Common\Misc.py", line 1539, in TimeStamp return os.stat(self.Path)[8] File "D:\work\dev\efiWorkspace\edk2\BaseTools\Source\Python\Common\LongFilePathOs.py", line 51, in stat return os.stat(LongFilePath(path)) FileNotFoundError: [WinError 3] The system cannot find the path specified: '\\\\?\\d:\\work\\dev\\efiworkspace\\EmulatorPkg\\EmulatorPkg.dsc' - Failed - Build end time: 10:24:16, Aug.13 2024 Build total time: 00:00:00 -- Thanks, Michael Yang -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#120327): https://edk2.groups.io/g/devel/message/120327 Mute This Topic: https://groups.io/mt/107879350/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=- --000000000000bd0a81061f875464 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hi,=C2=A0
build failed, could you please?
D:= \work\dev\efiWorkspace\edk2>build -p EmulatorPkg\EmulatorPkg.dsc -t VS20= 19 -a X64
Build environment: Windows-10-10.0.19045-SP0
Build start ti= me: 10:24:16, Aug.13 2024

WORKSPACE =C2=A0 =C2=A0 =C2=A0 =C2=A0=3D d= :\work\dev\efiworkspace
EDK_TOOLS_PATH =C2=A0 =3D d:\work\dev\efiworkspa= ce\edk2\basetools
EDK_TOOLS_BIN =C2=A0 =C2=A0=3D d:\work\dev\efiworkspac= e\edk2\basetools\bin\win32
CONF_PATH =C2=A0 =C2=A0 =C2=A0 =C2=A0=3D d:\w= ork\dev\efiworkspace\edk2\conf
PYTHON_COMMAND =C2=A0 =3D py -3

build.py...
=C2=A0: error C0DE: Unknown fatal error when processing [d= :\work\dev\efiworkspace\EmulatorPkg\EmulatorPkg.dsc]

(Please send em= ail to devel@edk2.groups.io for= help, attaching following call stack trace!)

(Python 3.10.5 on win3= 2) Traceback (most recent call last):
=C2=A0 File "D:\work\dev\efiW= orkspace\edk2\BaseTools\Source\Python\build\build.py", line 2692, in M= ain
=C2=A0 =C2=A0 MyBuild =3D Build(Target, Workspace, Option,LogQ)
= =C2=A0 File "D:\work\dev\efiWorkspace\edk2\BaseTools\Source\Python\bui= ld\build.py", line 815, in __init__
=C2=A0 =C2=A0 self.InitPreBuild= ()
=C2=A0 File "D:\work\dev\efiWorkspace\edk2\BaseTools\Source\Pyth= on\build\build.py", line 1015, in InitPreBuild
=C2=A0 =C2=A0 self.L= oadConfiguration()
=C2=A0 File "D:\work\dev\efiWorkspace\edk2\BaseT= ools\Source\Python\build\build.py", line 971, in LoadConfiguration
= =C2=A0 =C2=A0 self.GetToolChainAndFamilyFromDsc (self.PlatformFile)
=C2= =A0 File "D:\work\dev\efiWorkspace\edk2\BaseTools\Source\Python\build\= build.py", line 905, in GetToolChainAndFamilyFromDsc
=C2=A0 =C2=A0 = dscobj =3D self.BuildDatabase[File, BuildArch]
=C2=A0 File "D:\work= \dev\efiWorkspace\edk2\BaseTools\Source\Python\Workspace\WorkspaceDatabase.= py", line 104, in __getitem__
=C2=A0 =C2=A0 BuildObject =3D self.Cr= eateBuildObject(FilePath, Arch, Target, Toolchain)
=C2=A0 File "D:\= work\dev\efiWorkspace\edk2\BaseTools\Source\Python\Workspace\WorkspaceDatab= ase.py", line 120, in CreateBuildObject
=C2=A0 =C2=A0 MetaFileStora= ge(self.WorkspaceDb, FilePath, FileType)
=C2=A0 File "D:\work\dev\e= fiWorkspace\edk2\BaseTools\Source\Python\Workspace\MetaFileTable.py", = line 426, in __new__
=C2=A0 =C2=A0 reval =3D Class._FILE_TABLE_[FileType= ](*Args)
=C2=A0 File "D:\work\dev\efiWorkspace\edk2\BaseTools\Sourc= e\Python\Workspace\MetaFileTable.py", line 303, in __init__
=C2=A0 = =C2=A0 MetaFileTable.__init__(self, Cursor, MetaFile, MODEL_FILE_DSC, Tempo= rary, FromItem)
=C2=A0 File "D:\work\dev\efiWorkspace\edk2\BaseTool= s\Source\Python\Workspace\MetaFileTable.py", line 39, in __init__
= =C2=A0 =C2=A0 MetaFile.TimeStamp,
=C2=A0 File "D:\work\dev\efiWorks= pace\edk2\BaseTools\Source\Python\Common\Misc.py", line 1539, in TimeS= tamp
=C2=A0 =C2=A0 return os.stat(self.Path)[8]
=C2=A0 File "D:\= work\dev\efiWorkspace\edk2\BaseTools\Source\Python\Common\LongFilePathOs.py= ", line 51, in stat
=C2=A0 =C2=A0 return os.stat(LongFilePath(path)= )
FileNotFoundError: [WinError 3] The system cannot find the path specif= ied: '\\\\?\\d:\\work\\dev\\efiworkspace\\EmulatorPkg\\EmulatorPkg.dsc&= #39;


- Failed -
Build end time: 10:24:16, Aug.13 2024
Buil= d total time: 00:00:00

--
Thanks, Michael Yang
_._,_._,_

Groups.io Links:

=20 You receive all messages sent to this group. =20 =20

View/Reply Online (#120327) | =20 | Mute= This Topic | New Topic
Your Subscriptio= n | Contact Group Owner | Unsubscribe [rebecca@openfw.io]

_._,_._,_
--000000000000bd0a81061f875464--