Issues compiling the images with glibc 2.35

Hello,

I’m having a new issue : from the git https://github.com/SolidRun/lx2160a_build, using docker fails because I’m on a platform using glibc 2.35. The message is:

Checking all required tools are installed
Building boot loader
/work/build/debian/buildroot/output/build/buildroot-config/conf: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required by /work/build/debian/buildroot/output/build/buildroot-config/conf)
/work/build/debian/buildroot/output/build/buildroot-config/conf: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by /work/build/debian/buildroot/output/build/buildroot-config/conf)

conf being a binary, a grep on GLIBC_2.34 did not give any result.

Any hint on where I should look at ?

Well… Seems it was actually a failed recompilation in an environment not clean.

Downloading a brand new env, patching it with the configs and then building from scratch seemed to work.

No “make clean” around, I know buildroot has a few such problems. I’ll see if I can investigate further. But now I could work around that.