Attention is currently required from: Felix Held, Nico Huber.
Naveen Iyer has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/81296?usp=email )
Change subject: Docs/tutorial: Do not install Ada compiler by default ......................................................................
Patch Set 2:
(1 comment)
Patchset:
PS2: Thanks for your comment.
Can you provide more information about the environment where you still see this?
Sure, please find the details below: $ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 22.10 Release: 22.10 Codename: kinetic
$ gcc --version gcc (Ubuntu 12.3.0-1ubuntu1~22.04) 12.3.0 Copyright (C) 2022 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
$ ldd --version ldd (Ubuntu GLIBC 2.36-0ubuntu4) 2.36 Copyright (C) 2022 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Written by Roland McGrath and Ulrich Drepper.
$ uname -a Linux ubnri 6.2.0-33-generic #33~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Thu Sep 7 10:33:52 UTC 2 x86_64 x86_64 x86_64 GNU/Linux
Can you please try the steps on Ubuntu 22.10 with gcc 12.2 and gcc 12.3?
Correct me if I'm wrong, but isn't apt-get install ... gcc still asking them to up-/downgrade their GCC in case they have a special version installed?
I only included that for consistency with the instructions for other distros (they had gcc listed explicitly). I could remove that in my change if you say so.