I should have sent you the entire output before:

Build environment: Linux-5.14.0-687.15.1.el9_8.x86_64-x86_64-with-glibc2.34
SOURCE_DATE_EPOCH not set - using 1783371802
Build start time: 15:03:22, Jul.06 2026

WORKSPACE        = /LANSCE/edk2
EDK_TOOLS_PATH   = /LANSCE/edk2/BaseTools
CONF_PATH        = /LANSCE/edk2/Conf
PYTHON_COMMAND   = python3


Processing meta-data .
Architecture(s)  = X64
Build target     = DEBUG
Toolchain        = GCC

Active Platform          = /LANSCE/edk2/OvmfPkg/OvmfPkgX64.dsc



build.py...
: error C0DE: Unknown fatal error when processing 
[/LANSCE/edk2/CryptoPkg/CryptoPkg.dec]

(Please send email to [email protected]<mailto:[email protected]> for 
help, attaching following call stack trace!)

(Python 3.12.13 on linux) Traceback (most recent call last):
  File 
"/LANSCE/edk2/BaseTools/BinWrappers/PosixLike/../../Source/Python/build/build.py",
 line 2709, in Main
    MyBuild.Launch()
  File 
"/LANSCE/edk2/BaseTools/BinWrappers/PosixLike/../../Source/Python/build/build.py",
 line 2498, in Launch
    self._MultiThreadBuildPlatform()
  File 
"/LANSCE/edk2/BaseTools/BinWrappers/PosixLike/../../Source/Python/build/build.py",
 line 2288, in _MultiThreadBuildPlatform
    Wa, self.BuildModules = self.PerformAutoGen(BuildTarget,ToolChain)
                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/LANSCE/edk2/BaseTools/BinWrappers/PosixLike/../../Source/Python/build/build.py",
 line 2138, in PerformAutoGen
    Wa = WorkspaceAutoGen(
         ^^^^^^^^^^^^^^^^^
  File "/LANSCE/edk2/BaseTools/Source/Python/AutoGen/WorkspaceAutoGen.py", line 
43, in __init__
    self._InitWorker(Workspace, MetaFile, Target, Toolchain, Arch, *args, 
**kwargs)
  File "/LANSCE/edk2/BaseTools/Source/Python/AutoGen/WorkspaceAutoGen.py", line 
114, in _InitWorker
    self.CollectPlatformGuids()
  File "/LANSCE/edk2/BaseTools/Source/Python/AutoGen/WorkspaceAutoGen.py", line 
173, in CollectPlatformGuids
    Guids = Pkg.Guids
            ^^^^^^^^^
  File "/LANSCE/edk2/BaseTools/Source/Python/Workspace/DecBuildData.py", line 
244, in Guids
    RecordList = self._RawData[MODEL_EFI_GUID, self._Arch]
                 ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/LANSCE/edk2/BaseTools/Source/Python/Workspace/MetaFileParser.py", line 
241, in __getitem__
    self.StartParse()
  File "/LANSCE/edk2/BaseTools/Source/Python/Workspace/MetaFileParser.py", line 
260, in StartParse
    self.Start()
  File "/LANSCE/edk2/BaseTools/Source/Python/Workspace/MetaFileParser.py", line 
1850, in Start
    self._SectionParser[self._SectionType[0]](self)
  File "/LANSCE/edk2/BaseTools/Source/Python/Workspace/MetaFileParser.py", line 
46, in MacroParser
    Parser(self)
  File "/LANSCE/edk2/BaseTools/Source/Python/Workspace/MetaFileParser.py", line 
2036, in _PcdParser
    self._ValueList[1] = "<Packages>_" + 
md5(self._CurrentLine.encode('utf-8')).hexdigest()
                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
_hashlib.UnsupportedDigestmodError: [digital envelope routines] unsupported


- Failed -
Build end time: 15:03:23, Jul.06 2026
Build total time: 00:00:01

From: Sapp, Benjamin Abram
Sent: Monday, July 6, 2026 2:54 PM
To: '[email protected]' <[email protected]>
Subject: edk2 build issue

Would you please offer advice on fixing the below problem?

build.py...
: error C0DE: Unknown fatal error when processing 
[/LANSCE/edk2/CryptoPkg/CryptoPkg.dec]

(Please send email to [email protected]<mailto:[email protected]> for 
help, attaching following call stack trace!)

(Python 3.12.13 on linux) Traceback (most recent call last):
  File 
"/LANSCE/edk2/BaseTools/BinWrappers/PosixLike/../../Source/Python/build/build.py",
 line 2709, in Main
    MyBuild.Launch()
  File 
"/LANSCE/edk2/BaseTools/BinWrappers/PosixLike/../../Source/Python/build/build.py",
 line 2498, in Launch
    self._MultiThreadBuildPlatform()
  File 
"/LANSCE/edk2/BaseTools/BinWrappers/PosixLike/../../Source/Python/build/build.py",
 line 2288, in _MultiThreadBuildPlatform
    Wa, self.BuildModules = self.PerformAutoGen(BuildTarget,ToolChain)
                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/LANSCE/edk2/BaseTools/BinWrappers/PosixLike/../../Source/Python/build/build.py",
 line 2138, in PerformAutoGen
    Wa = WorkspaceAutoGen(
         ^^^^^^^^^^^^^^^^^
  File "/LANSCE/edk2/BaseTools/Source/Python/AutoGen/WorkspaceAutoGen.py", line 
43, in __init__
    self._InitWorker(Workspace, MetaFile, Target, Toolchain, Arch, *args, 
**kwargs)
  File "/LANSCE/edk2/BaseTools/Source/Python/AutoGen/WorkspaceAutoGen.py", line 
114, in _InitWorker
    self.CollectPlatformGuids()
  File "/LANSCE/edk2/BaseTools/Source/Python/AutoGen/WorkspaceAutoGen.py", line 
173, in CollectPlatformGuids
    Guids = Pkg.Guids
            ^^^^^^^^^
  File "/LANSCE/edk2/BaseTools/Source/Python/Workspace/DecBuildData.py", line 
244, in Guids
    RecordList = self._RawData[MODEL_EFI_GUID, self._Arch]
                 ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/LANSCE/edk2/BaseTools/Source/Python/Workspace/MetaFileParser.py", line 
241, in __getitem__
    self.StartParse()
  File "/LANSCE/edk2/BaseTools/Source/Python/Workspace/MetaFileParser.py", line 
260, in StartParse
    self.Start()
  File "/LANSCE/edk2/BaseTools/Source/Python/Workspace/MetaFileParser.py", line 
1850, in Start
    self._SectionParser[self._SectionType[0]](self)
  File "/LANSCE/edk2/BaseTools/Source/Python/Workspace/MetaFileParser.py", line 
46, in MacroParser
    Parser(self)
  File "/LANSCE/edk2/BaseTools/Source/Python/Workspace/MetaFileParser.py", line 
2036, in _PcdParser
    self._ValueList[1] = "<Packages>_" + 
md5(self._CurrentLine.encode('utf-8')).hexdigest()
                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
_hashlib.UnsupportedDigestmodError: [digital envelope routines] unsupported




-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#122026): https://edk2.groups.io/g/devel/message/122026
Mute This Topic: https://groups.io/mt/120161695/21656
Group Owner: [email protected]
Unsubscribe: https://edk2.groups.io/g/devel/unsub [[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-


Reply via email to