Il 10/05/25 21:36, Nate Eldredge ha scritto:
I had this error when building (if I remember correctly) libxcrypt for the initrd with genkernel. But genkernel is now obsolete, so I set it aside until I get around to switching my kernel bulids to a more modern setup. It looks like this warning was added in the recently-released GCC 15. It's not enabled by default or with -Wall, only with -Wextra. But apparently libxcrypt was being built with -Wextra -Werror so it breaks the build.
Thanks, for the kernel it is the CONFIG_WERROR option that causes the build to fail. I temporarily disabled it.
raf