Re: arm64: defconfig: gcc-8: failed: AttributeError: module 'argparse' has no attribute 'BooleanOptionalAction'

From: Naresh Kamboju
Date: Tue May 07 2024 - 14:06:44 EST


On Tue, 7 May 2024 at 20:58, Dmitry Baryshkov
<dmitry.baryshkov@xxxxxxxxxx> wrote:
>
> On Tue, 7 May 2024 at 16:13, Naresh Kamboju <naresh.kamboju@xxxxxxxxxx> wrote:
> >
> > On Tue, 7 May 2024 at 17:13, Naresh Kamboju <naresh.kamboju@xxxxxxxxxx> wrote:
> > >
> > > The arm and arm64 with gcc-8 builds failed on Linux next-20240507 tag
> > > with gcc-8 due to following warnings / errors.
> > >
> > > arm64 and arm:
> > > defconfig - gcc-8 - failed
> >
> > Anders bisected this build problem and found the first bad commit:
> >
> > 07a2f8716c41 drm/msm/gen_header: allow skipping the validation
> >
> > Steps to reproduce:
> > -----
> > # tuxmake --runtime podman --target-arch arm64 --toolchain gcc-8
> > --kconfig defconfig
>
> What is the python version on that platform / system?

# python --version
Python 3.7.3

> --
> With best wishes
> Dmitry

- Naresh