On Mon, Dec 13, 2021 at 01:44:03PM +0100, Greg Kroah-Hartman wrote:
On Mon, Dec 13, 2021 at 11:35:36AM +0100, Pavel Machek wrote:
Hi!
This is the start of the stable review cycle for the 5.10.85 release. There are 132 patches in this series, all will be posted as a response to this one. If anyone has any issues with these being applied, please let me know.
I'm getting a lot of build failures -- missing gmp.h:
UPD include/generated/utsrelease.h 1317In file included from /builds/hVatwYBy/68/cip-project/cip-testing/linux-stable-rc-ci/gcc/gcc-8.1.0-nolibc/arm-linux-gnueabi/bin/../lib/gcc/arm-linux-gnueabi/8.1.0/plugin/include/gcc-plugin.h:28:0, 1318 from scripts/gcc-plugins/gcc-common.h:7, 1319 from scripts/gcc-plugins/arm_ssp_per_task_plugin.c:3: 1320/builds/hVatwYBy/68/cip-project/cip-testing/linux-stable-rc-ci/gcc/gcc-8.1.0-nolibc/arm-linux-gnueabi/bin/../lib/gcc/arm-linux-gnueabi/8.1.0/plugin/include/system.h:687:10: fatal error: gmp.h: No such file or directory 1321 #include <gmp.h> 1322 ^~~~~~~ 1323compilation terminated. 1324scripts/gcc-plugins/Makefile:47: recipe for target 'scripts/gcc-plugins/arm_ssp_per_task_plugin.so' failed 1325
https://gitlab.com/cip-project/cip-testing/linux-stable-rc-ci/-/tree/linux-5...
What gcc plugins are you trying to build with?
Also, kernelci seems normal for this release: https://linux.kernelci.org/build/stable-rc/branch/linux-5.10.y/kernel/v5.10....
But your tests show problems: https://gitlab.com/cip-project/cip-testing/linux-stable-rc-ci/-/pipelines/42... all for gcc plugins.
I did take changes for the gcc plugins to get them to work for gcc 11, maybe gcc8 is too old for them now?
thanks,
greg k-h