[coreboot] failure cherry-picking patches from https://review.coreboot.org/coreboot

2021-05-19 Thread Bensaid, Selma
Hi, We are observing since 3 days instabilities while cherry-picking patches from coreboot.org: git fetch https://review.coreboot.org/coreboot refs/changes/40/52140/3 && git cherry-pick FETCH_HEAD fatal: The remote end hung up unexpectedly fatal: protocol error: bad pack header This is happening

[coreboot] Re: failure cherry-picking patches from https://review.coreboot.org/coreboot

2021-05-20 Thread Bensaid, Selma
Thanks Peter and Aaaron! For more context we observe this failure on our local coreboot hosted in GitHub (Intel Org). Cherry-picking from coreboot.org worked well until few days ago, where the failure showed up. Looking into the logs (that I cannot attach) and if I understand well while fetching

[coreboot] Re: failure cherry-picking patches from https://review.coreboot.org/coreboot

2021-05-21 Thread Bensaid, Selma
Thanks Aaron, yes this might be the only clean solution (I wanted to avoid it). Any way thanks again for your time! Selma. From: Aaron Durbin Sent: Thursday, May 20, 2021 11:04 PM To: Bensaid, Selma Cc: Peter Stuge ; coreboot@coreboot.org Subject: Re: [coreboot] Re: failure cherry-picking

[coreboot] Re: failure cherry-picking patches from https://review.coreboot.org/coreboot

2021-05-26 Thread Bensaid, Selma
from https://review.coreboot.org/coreboot Hi Selma, Bensaid, Selma wrote: > FYI, we are observing the same issue today on chromium coreboot repo > https://chromium-review.googlesource.com/admin/repos/chromiumos/third_ > party/coreboot I think we need to figure out a proper solutio

[coreboot] Build failure due to gcc update to 11.2

2021-09-24 Thread Bensaid, Selma
Hi, We are facing build failure due to the https://review.coreboot.org/c/coreboot/+/54050 # util/crossgcc: Update gcc to 11.2 Does anyone else face the same issue? Thanks, Selma. ___ coreboot mailing list -- coreboot@coreboot.org To unsubscribe send an

[coreboot] Re: Build failure due to gcc update to 11.2

2021-09-27 Thread Bensaid, Selma
s->ss_scl_lcnt); | ^~ cc1: all warnings being treated as errors From: Patrick Georgi Sent: Sunday, September 26, 2021 8:37 AM To: Bensaid, Selma Cc: coreboot@coreboot.org Subject: Re: [coreboot] Build failure due to gcc u