Bug #312
closed[Tianocore] gcc11: UefiPayloadPkg build fails
0%
Description
With gcc11 the build of UefiPayloadPkg fails because the brotli code fails.
This bug is fixed 'already' today (after 3 Months) in upstream brotli: https://github.com/google/brotli/pull/893
And the issue was already discussed in upstream EDK2, but it seems to me that the submodule reference(?) not fixed yet.
https://bugzilla.tianocore.org/show_bug.cgi?id=3417
However, this ticket should make the maintainer of https://github.com/MrChromebox/edk2 aware that a pull of that brotli fix is trickles down somehow. Not sure what's the right way to go here.
Updated by Matt DeVillier over 3 years ago
- Status changed from New to Resolved
I've updated the brotli submodules in the uefipayloadpkg branch to include the gcc 11 build fix
cheers,
Matt
Updated by Matt DeVillier over 3 years ago
- Status changed from Resolved to In Progress
hmm, bumping brotli broke things so I'll need to sort that out. rolling back for now
Updated by Patrik Tesarik almost 3 years ago
Seems to be fixed? Building works for me again. (Upstream is still broken).
Can we close this then?
Updated by Sean Rhodes over 2 years ago
- Status changed from In Progress to Resolved
Fixed upstream and MrChromebox fork