public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* intel: EDK2 Build failure for Quark/Gallileo
@ 2020-08-22  5:29 Sahaj Sarup
  2020-08-22 19:00 ` [edk2-devel] " Andrew Fish
  0 siblings, 1 reply; 5+ messages in thread
From: Sahaj Sarup @ 2020-08-22  5:29 UTC (permalink / raw)
  To: devel

Hi all,

Due to some sinister intents I wanted to build upstream edk2 for Intel
Galileo, however I am very new to this codebase and am stuck with a
failed build. I have appended the buildlog, any help is appreciated.

BUILD LOG:

ric@beech:~/work/tianocore/edk2$ build -a IA32 -t GCC5 -p
QuarkPlatformPkg/Quark.dsc -D GALILEO=GEN1 -D CAPSULE_ENABLE=TRUE
Build environment: Linux-5.7.12-200.fc32.x86_64-x86_64-with-Ubuntu-18.04-bionic
Build start time: 05:24:44, Aug.22 2020

WORKSPACE        = /home/ric/work/tianocore
PACKAGES_PATH    =
/home/ric/work/tianocore/edk2:/home/ric/work/tianocore/edk2-non-osi/Silicon/Intel:/home/ric/work/tianocore/edk2-platforms/Platform/Intel:/home/ric/work/tianocore/edk2-platforms/Silicon/Intel
EDK_TOOLS_PATH   = /home/ric/work/tianocore/edk2/BaseTools
CONF_PATH        = /home/ric/work/tianocore/edk2/Conf
PYTHON_COMMAND   = /usr/bin/python2.7



Processing meta-data Architecture(s)  = IA32
.Build target     = DEBUG
Toolchain        = GCC5

Active Platform          =
/home/ric/work/tianocore/edk2-platforms/Platform/Intel/QuarkPlatformPkg/Quark.dsc
.......


build.py...
 : error C0DE: Unknown fatal error when processing
[/home/ric/work/tianocore/edk2/SignedCapsulePkg/Library/IniParsingLib/IniParsingLib.inf
[IA32, GCC5, DEBUG]]

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

(Python 2.7.17 on linux2) Traceback (most recent call last):
  File "/home/ric/work/tianocore/edk2/BaseTools/BinWrappers/PosixLike/../../Source/Python/build/build.py",
line 2635, in Main
    MyBuild.Launch()
  File "/home/ric/work/tianocore/edk2/BaseTools/BinWrappers/PosixLike/../../Source/Python/build/build.py",
line 2430, in Launch
    self._MultiThreadBuildPlatform()
  File "/home/ric/work/tianocore/edk2/BaseTools/BinWrappers/PosixLike/../../Source/Python/build/build.py",
line 2238, in _MultiThreadBuildPlatform
    Wa, self.BuildModules = self.PerformAutoGen(BuildTarget,ToolChain)
  File "/home/ric/work/tianocore/edk2/BaseTools/BinWrappers/PosixLike/../../Source/Python/build/build.py",
line 2112, in PerformAutoGen
    CmdListDict = self._GenFfsCmd(Wa.ArchList)
  File "/home/ric/work/tianocore/edk2/BaseTools/BinWrappers/PosixLike/../../Source/Python/build/build.py",
line 2009, in _GenFfsCmd
    GenFfsDict = GenFds.GenFfsMakefile('', GlobalData.gFdfParser,
self, ArchList, GlobalData)
  File "/home/ric/work/tianocore/edk2/BaseTools/Source/Python/GenFds/GenFds.py",
line 541, in GenFfsMakefile
    FdObj.GenFd(Flag=True)
  File "/home/ric/work/tianocore/edk2/BaseTools/Source/Python/GenFds/Fd.py",
line 131, in GenFd
    RegionObj.AddToBuffer (FdBuffer, self.BaseAddress,
self.BlockSizeList, self.ErasePolarity,
GenFdsGlobalVariable.ImageBinDict, self.DefineVarDict, Flag=Flag)
  File "/home/ric/work/tianocore/edk2/BaseTools/Source/Python/GenFds/Region.py",
line 134, in AddToBuffer
    FvObj.AddToBuffer(FvBuffer, FvBaseAddress, BlockSize, BlockNum,
ErasePolarity, Flag=Flag)
  File "/home/ric/work/tianocore/edk2/BaseTools/Source/Python/GenFds/Fv.py",
line 127, in AddToBuffer
    FileName = FfsFile.GenFfs(MacroDict, FvParentAddr=BaseAddress,
IsMakefile=Flag, FvName=self.UiFvName)
  File "/home/ric/work/tianocore/edk2/BaseTools/Source/Python/GenFds/FfsInfStatement.py",
line 518, in GenFfs
    InputSectList, InputSectAlignments =
self.__GenComplexFileSection__(Rule, FvChildAddr, FvParentAddr,
IsMakefile=IsMakefile)
  File "/home/ric/work/tianocore/edk2/BaseTools/Source/Python/GenFds/FfsInfStatement.py",
line 969, in __GenComplexFileSection__
    SectList, Align = Sect.GenSection(self.OutputPath,
self.ModuleGuid, SecIndex, self.KeyStringList, self, IsMakefile =
IsMakefile)
  File "/home/ric/work/tianocore/edk2/BaseTools/Source/Python/GenFds/EfiSection.py",
line 135, in GenSection
    f = open(File, 'r')
  File "/home/ric/work/tianocore/edk2/BaseTools/Source/Python/Common/LongFilePathSupport.py",
line 33, in OpenLongFilePath
    return open(LongFilePath(FileName), Mode, Buffer)
IOError: [Errno 2] No such file or directory:
'/home/ric/work/tianocore/Build/Quark/DEBUG_GCC5/IA32/ShellPkg/Application/Shell/Shell/OUTPUT/SECTION'


- Failed -
Build end time: 05:24:52, Aug.22 2020
Build total time: 00:00:08

ric@beech:~/work/tianocore/edk2$

-- 
Best Regards
Sahaj Sarup

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [edk2-devel] intel: EDK2 Build failure for Quark/Gallileo
  2020-08-22  5:29 intel: EDK2 Build failure for Quark/Gallileo Sahaj Sarup
@ 2020-08-22 19:00 ` Andrew Fish
  2020-08-23 14:15   ` Canh Kha
  0 siblings, 1 reply; 5+ messages in thread
From: Andrew Fish @ 2020-08-22 19:00 UTC (permalink / raw)
  To: edk2-devel-groups-io, sahajsarup

Sahaj,

Your build failed trying to generate the Flash Device (FD). The FVs (Firmware Volumes) are a set of files named by UUID/GUID and each file can have a set of sections, and sections can encapsulate sections. It looks like the code processing one of the sections failed to find a SECTION dir. 

I’m not sure why it failed. I though sections usually ended up here: /home/ric/work/tianocore/Build/Quark/DEBUG_GCC5/IFV/Ffs

Thanks,

Andrew Fish

> On Aug 21, 2020, at 10:29 PM, Sahaj Sarup <sahajsarup@gmail.com> wrote:
> 
> Hi all,
> 
> Due to some sinister intents I wanted to build upstream edk2 for Intel
> Galileo, however I am very new to this codebase and am stuck with a
> failed build. I have appended the buildlog, any help is appreciated.
> 
> BUILD LOG:
> 
> ric@beech:~/work/tianocore/edk2$ build -a IA32 -t GCC5 -p
> QuarkPlatformPkg/Quark.dsc -D GALILEO=GEN1 -D CAPSULE_ENABLE=TRUE
> Build environment: Linux-5.7.12-200.fc32.x86_64-x86_64-with-Ubuntu-18.04-bionic
> Build start time: 05:24:44, Aug.22 2020
> 
> WORKSPACE        = /home/ric/work/tianocore
> PACKAGES_PATH    =
> /home/ric/work/tianocore/edk2:/home/ric/work/tianocore/edk2-non-osi/Silicon/Intel:/home/ric/work/tianocore/edk2-platforms/Platform/Intel:/home/ric/work/tianocore/edk2-platforms/Silicon/Intel
> EDK_TOOLS_PATH   = /home/ric/work/tianocore/edk2/BaseTools
> CONF_PATH        = /home/ric/work/tianocore/edk2/Conf
> PYTHON_COMMAND   = /usr/bin/python2.7
> 
> 
> 
> Processing meta-data Architecture(s)  = IA32
> .Build target     = DEBUG
> Toolchain        = GCC5
> 
> Active Platform          =
> /home/ric/work/tianocore/edk2-platforms/Platform/Intel/QuarkPlatformPkg/Quark.dsc
> .......
> 
> 
> build.py...
> : error C0DE: Unknown fatal error when processing
> [/home/ric/work/tianocore/edk2/SignedCapsulePkg/Library/IniParsingLib/IniParsingLib.inf
> [IA32, GCC5, DEBUG]]
> 
> (Please send email to devel@edk2.groups.io for help, attaching
> following call stack trace!)
> 
> (Python 2.7.17 on linux2) Traceback (most recent call last):
>  File "/home/ric/work/tianocore/edk2/BaseTools/BinWrappers/PosixLike/../../Source/Python/build/build.py",
> line 2635, in Main
>    MyBuild.Launch()
>  File "/home/ric/work/tianocore/edk2/BaseTools/BinWrappers/PosixLike/../../Source/Python/build/build.py",
> line 2430, in Launch
>    self._MultiThreadBuildPlatform()
>  File "/home/ric/work/tianocore/edk2/BaseTools/BinWrappers/PosixLike/../../Source/Python/build/build.py",
> line 2238, in _MultiThreadBuildPlatform
>    Wa, self.BuildModules = self.PerformAutoGen(BuildTarget,ToolChain)
>  File "/home/ric/work/tianocore/edk2/BaseTools/BinWrappers/PosixLike/../../Source/Python/build/build.py",
> line 2112, in PerformAutoGen
>    CmdListDict = self._GenFfsCmd(Wa.ArchList)
>  File "/home/ric/work/tianocore/edk2/BaseTools/BinWrappers/PosixLike/../../Source/Python/build/build.py",
> line 2009, in _GenFfsCmd
>    GenFfsDict = GenFds.GenFfsMakefile('', GlobalData.gFdfParser,
> self, ArchList, GlobalData)
>  File "/home/ric/work/tianocore/edk2/BaseTools/Source/Python/GenFds/GenFds.py",
> line 541, in GenFfsMakefile
>    FdObj.GenFd(Flag=True)
>  File "/home/ric/work/tianocore/edk2/BaseTools/Source/Python/GenFds/Fd.py",
> line 131, in GenFd
>    RegionObj.AddToBuffer (FdBuffer, self.BaseAddress,
> self.BlockSizeList, self.ErasePolarity,
> GenFdsGlobalVariable.ImageBinDict, self.DefineVarDict, Flag=Flag)
>  File "/home/ric/work/tianocore/edk2/BaseTools/Source/Python/GenFds/Region.py",
> line 134, in AddToBuffer
>    FvObj.AddToBuffer(FvBuffer, FvBaseAddress, BlockSize, BlockNum,
> ErasePolarity, Flag=Flag)
>  File "/home/ric/work/tianocore/edk2/BaseTools/Source/Python/GenFds/Fv.py",
> line 127, in AddToBuffer
>    FileName = FfsFile.GenFfs(MacroDict, FvParentAddr=BaseAddress,
> IsMakefile=Flag, FvName=self.UiFvName)
>  File "/home/ric/work/tianocore/edk2/BaseTools/Source/Python/GenFds/FfsInfStatement.py",
> line 518, in GenFfs
>    InputSectList, InputSectAlignments =
> self.__GenComplexFileSection__(Rule, FvChildAddr, FvParentAddr,
> IsMakefile=IsMakefile)
>  File "/home/ric/work/tianocore/edk2/BaseTools/Source/Python/GenFds/FfsInfStatement.py",
> line 969, in __GenComplexFileSection__
>    SectList, Align = Sect.GenSection(self.OutputPath,
> self.ModuleGuid, SecIndex, self.KeyStringList, self, IsMakefile =
> IsMakefile)
>  File "/home/ric/work/tianocore/edk2/BaseTools/Source/Python/GenFds/EfiSection.py",
> line 135, in GenSection
>    f = open(File, 'r')
>  File "/home/ric/work/tianocore/edk2/BaseTools/Source/Python/Common/LongFilePathSupport.py",
> line 33, in OpenLongFilePath
>    return open(LongFilePath(FileName), Mode, Buffer)
> IOError: [Errno 2] No such file or directory:
> '/home/ric/work/tianocore/Build/Quark/DEBUG_GCC5/IA32/ShellPkg/Application/Shell/Shell/OUTPUT/SECTION'
> 
> 
> - Failed -
> Build end time: 05:24:52, Aug.22 2020
> Build total time: 00:00:08
> 
> ric@beech:~/work/tianocore/edk2$
> 
> -- 
> Best Regards
> Sahaj Sarup
> 
> 
> 


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [edk2-devel] intel: EDK2 Build failure for Quark/Gallileo
  2020-08-22 19:00 ` [edk2-devel] " Andrew Fish
@ 2020-08-23 14:15   ` Canh Kha
  2020-08-23 14:38     ` Sahaj Sarup
  0 siblings, 1 reply; 5+ messages in thread
From: Canh Kha @ 2020-08-23 14:15 UTC (permalink / raw)
  To: Andrew Fish, devel

[-- Attachment #1: Type: text/plain, Size: 74 bytes --]

Sahaj,
Can you can with python 3.7.n or a newer one?
Thanks,
Canh Kha

[-- Attachment #2: Type: text/html, Size: 86 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [edk2-devel] intel: EDK2 Build failure for Quark/Gallileo
  2020-08-23 14:15   ` Canh Kha
@ 2020-08-23 14:38     ` Sahaj Sarup
  2020-08-28 19:17       ` Michael D Kinney
  0 siblings, 1 reply; 5+ messages in thread
From: Sahaj Sarup @ 2020-08-23 14:38 UTC (permalink / raw)
  To: devel, canhkha26

[-- Attachment #1: Type: text/plain, Size: 231 bytes --]

Canh,

I've tried with both python 3 and 2 across ubuntu 18.04 and fedora 32.

On Sun, Aug 23, 2020, 19:45 Canh Kha <canhkha26@gmail.com> wrote:

> Sahaj,
> Can you can with python 3.7.n or a newer one?
> Thanks,
> Canh Kha
> 
>
>

[-- Attachment #2: Type: text/html, Size: 583 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [edk2-devel] intel: EDK2 Build failure for Quark/Gallileo
  2020-08-23 14:38     ` Sahaj Sarup
@ 2020-08-28 19:17       ` Michael D Kinney
  0 siblings, 0 replies; 5+ messages in thread
From: Michael D Kinney @ 2020-08-28 19:17 UTC (permalink / raw)
  To: devel@edk2.groups.io, sahajsarup@gmail.com, canhkha26@gmail.com,
	Kinney, Michael D, Feng, Bob C

[-- Attachment #1: Type: text/plain, Size: 1007 bytes --]

Hi,

I have send a patch series for review that resolves the EDK2 Quark build failures.

https://edk2.groups.io/g/devel/message/64769

Please try this patch series and let me know if it resolves your issues.

There does appear to be a regression in BaseTools in the use of a RuleOverride in an
FDF file when the rule referenced is a complex rule with a GUIDed section. I have
removed the use of this feature in this patch series until the BaseTools issues is
investigated and resolved.

Thanks,

Mike

From: devel@edk2.groups.io <devel@edk2.groups.io> On Behalf Of Sahaj Sarup
Sent: Sunday, August 23, 2020 7:38 AM
To: devel@edk2.groups.io; canhkha26@gmail.com
Subject: Re: [edk2-devel] intel: EDK2 Build failure for Quark/Gallileo

Canh,

I've tried with both python 3 and 2 across ubuntu 18.04 and fedora 32.
On Sun, Aug 23, 2020, 19:45 Canh Kha <canhkha26@gmail.com<mailto:canhkha26@gmail.com>> wrote:
Sahaj,
Can you can with python 3.7.n or a newer one?
Thanks,
Canh Kha


[-- Attachment #2: Type: text/html, Size: 42647 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-08-28 19:18 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-08-22  5:29 intel: EDK2 Build failure for Quark/Gallileo Sahaj Sarup
2020-08-22 19:00 ` [edk2-devel] " Andrew Fish
2020-08-23 14:15   ` Canh Kha
2020-08-23 14:38     ` Sahaj Sarup
2020-08-28 19:17       ` Michael D Kinney

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox