From: "Michael D Kinney" <michael.d.kinney@intel.com>
To: Rebecca Cran <rebecca@bsdio.com>,
"devel@edk2.groups.io" <devel@edk2.groups.io>,
Andrew Fish <afish@apple.com>, Laszlo Ersek <lersek@redhat.com>,
"Kinney, Michael D" <michael.d.kinney@intel.com>
Subject: Re: [edk2-devel] Error building OVMF on x86 macOS with Xcode 12.5
Date: Sun, 2 May 2021 22:20:21 +0000 [thread overview]
Message-ID: <CO1PR11MB49295B07DBEC993853D41630D25C9@CO1PR11MB4929.namprd11.prod.outlook.com> (raw)
In-Reply-To: <e7c1b3b1-6ccd-e50a-fbe5-1db30e5c25c4@bsdio.com>
Hi Rebecca,
Not sure why it will not apply. I sent that patch against master as of 5/1, and there at no commits to master since 4/30.
A branch with the change is also posted here:
https://github.com/mdkinney/edk2/tree/Bug_3359_BaseTools_Expand_Tool_Star
Mike
> -----Original Message-----
> From: Rebecca Cran <rebecca@bsdio.com>
> Sent: Sunday, May 2, 2021 12:07 PM
> To: Kinney, Michael D <michael.d.kinney@intel.com>; devel@edk2.groups.io; Andrew Fish <afish@apple.com>; Laszlo Ersek
> <lersek@redhat.com>
> Subject: Re: [edk2-devel] Error building OVMF on x86 macOS with Xcode 12.5
>
> It doesn't seem to apply against
> 1e6b0394d6c001802dc454ecff19076aaa80f51c (master as of today):
>
> patching file BaseTools/Source/Python/AutoGen/ModuleAutoGenHelper.py
> Hunk #1 FAILED at 181.
> Hunk #2 FAILED at 632.
> 2 out of 2 hunks FAILED -- saving rejects to file
> BaseTools/Source/Python/AutoGen/ModuleAutoGenHelper.py.rej
> patching file BaseTools/Source/Python/AutoGen/PlatformAutoGen.py
> Hunk #1 FAILED at 1391.
> Hunk #2 FAILED at 1534.
> 2 out of 2 hunks FAILED -- saving rejects to file
> BaseTools/Source/Python/AutoGen/PlatformAutoGen.py.rej
> patching file BaseTools/Source/Python/build/build.py
> Hunk #1 FAILED at 897.
> Hunk #2 FAILED at 930.
> 2 out of 2 hunks FAILED -- saving rejects to file
> BaseTools/Source/Python/build/build.py.rej
>
> --
> Rebecca Cran
>
> On 5/2/21 12:04 PM, Kinney, Michael D wrote:
> > Please try this patch:
> >
> > https://edk2.groups.io/g/devel/message/74684
> >
> > If it works, can you please also do a review? Many community members are offline this week and I want to get these
> fixes in.
> >
> > Mike
> >
> >> -----Original Message-----
> >> From: devel@edk2.groups.io <devel@edk2.groups.io> On Behalf Of Rebecca Cran
> >> Sent: Saturday, May 1, 2021 9:05 PM
> >> To: devel@edk2.groups.io; Andrew Fish <afish@apple.com>; Laszlo Ersek <lersek@redhat.com>
> >> Subject: [edk2-devel] Error building OVMF on x86 macOS with Xcode 12.5
> >>
> >> I'm trying to build OVMF on an x86 Mac running Big Sur and Xcode 12.5.
> >>
> >> If I run "./OvmfPkg/build.sh -a X64 -t XCODE5 -b RELEASE" it seems to
> >> get quite far, but then tries to run ld with "-z common-page-size",
> >> causing the error:
> >>
> >>
> >> "ld" -arch x86_64 -u __ModuleEntryPoint -e __ModuleEntryPoint -preload
> >> -segalign 0x20 -pie -all_load -dead_strip -seg1addr 0x240 -map
> >>
> /Users/bcran/src/edk2/Build/OvmfX64/RELEASE_XCODE5/X64/MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterR
> >> untimeDxe/DEBUG/MonotonicCounterRuntimeDxe.map
> >> -z common-page-size=0x1000 -seg1addr 0x1000 -segalign 0x1000 -o
> >>
> /Users/bcran/src/edk2/Build/OvmfX64/RELEASE_XCODE5/X64/MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterR
> >> untimeDxe/DEBUG/MonotonicCounterRuntimeDxe.dll
> >> -filelist
> >>
> /Users/bcran/src/edk2/Build/OvmfX64/RELEASE_XCODE5/X64/MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterR
> >> untimeDxe/OUTPUT/static_library_files.lst
> >> Building ... /Users/bcran/src/edk2/UefiCpuPkg/CpuMpPei/CpuMpPei.inf [X64]
> >> make: Nothing to be done for `tbuild'.
> >> ld: unknown option: -z
> >>
> >>
> >> --
> >>
> >> Rebecca Cran
> >>
> >>
> >>
> >>
> >>
> >>
>
next prev parent reply other threads:[~2021-05-02 22:20 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-05-02 4:04 Error building OVMF on x86 macOS with Xcode 12.5 Rebecca Cran
2021-05-02 18:04 ` [edk2-devel] " Michael D Kinney
2021-05-02 19:06 ` Rebecca Cran
2021-05-02 20:20 ` Andrew Fish
2021-05-02 22:23 ` Michael D Kinney
2021-05-02 22:20 ` Michael D Kinney [this message]
2021-05-02 23:21 ` Rebecca Cran
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-list from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=CO1PR11MB49295B07DBEC993853D41630D25C9@CO1PR11MB4929.namprd11.prod.outlook.com \
--to=devel@edk2.groups.io \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox