Build URL: https://ci.linaro.org/job/openembedded-lkft-linux-stable-rc-4.14/DISTRO=lkft... Full log: https://ci.linaro.org/job/openembedded-lkft-linux-stable-rc-4.14/DISTRO=lkft... Parsed warnings/errors: https://ci.linaro.org/job/openembedded-lkft-linux-stable-rc-4.14/DISTRO=lkft... Git branch: linux-4.14.y Git URL: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git Git commit: 0e9e150e9aacf1dd20ffaad1b448132f38c7614f
Errors: ERROR: linux-generic-stable-rc-4.14+gitAUTOINC+0e9e150e9a-r0 do_compile_kernelmodules: oe_runmake failed ERROR: linux-generic-stable-rc-4.14+gitAUTOINC+0e9e150e9a-r0 do_compile_kernelmodules: Function failed: do_compile_kernelmodules (log file is located at /srv/oe/build/tmp-lkft-glibc/work/juno-linaro-linux/linux-generic-stable-rc/4.14+gitAUTOINC+0e9e150e9a-r0/temp/log.do_compile_kernelmodules.28093) ERROR: Logfile of failure stored in: /srv/oe/build/tmp-lkft-glibc/work/juno-linaro-linux/linux-generic-stable-rc/4.14+gitAUTOINC+0e9e150e9a-r0/temp/log.do_compile_kernelmodules.28093 ERROR: Task (/srv/oe/build/conf/../../layers/meta-lkft/recipes-kernel/linux/linux-generic-stable-rc_4.14.bb:do_compile_kernelmodules) failed with exit code '1'
Hello!
This is an early early notice that 4.14 fails, at least, for Arm64:
/linux/drivers/gpu/drm/meson/meson_venc_cvbs.c: In function 'meson_cvbs_get_mode': /linux/drivers/gpu/drm/meson/meson_venc_cvbs.c:86:7: error: implicit declaration of function 'drm_mode_match'; did you mean 'drm_mode_sort'? [-Werror=implicit-function-declaration] if (drm_mode_match(req_mode, &meson_mode->mode, ^~~~~~~~~~~~~~ drm_mode_sort
I guess more information is to follow.
Greetings!
Daniel Díaz daniel.diaz@linaro.org
On Thu, 19 Dec 2019 at 10:20, ci_notify@linaro.org wrote:
Build URL: https://ci.linaro.org/job/openembedded-lkft-linux-stable-rc-4.14/DISTRO=lkft... Full log: https://ci.linaro.org/joonb/openembedded-lkft-linux-stable-rc-4.14/DISTRO=lk... Parsed warnings/errors: https://ci.linaro.org/job/openembedded-lkft-linux-stable-rc-4.14/DISTRO=lkft... Git branch: linux-4.14.y Git URL: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git Git commit: 0e9e150e9aacf1dd20ffaad1b448132f38c7614f
Errors: ERROR: linux-generic-stable-rc-4.14+gitAUTOINC+0e9e150e9a-r0 do_compile_kernelmodules: oe_runmake failed ERROR: linux-generic-stable-rc-4.14+gitAUTOINC+0e9e150e9a-r0 do_compile_kernelmodules: Function failed: do_compile_kernelmodules (log file is located at /srv/oe/build/tmp-lkft-glibc/work/juno-linaro-linux/linux-generic-stable-rc/4.14+gitAUTOINC+0e9e150e9a-r0/temp/log.do_compile_kernelmodules.28093) ERROR: Logfile of failure stored in: /srv/oe/build/tmp-lkft-glibc/work/juno-linaro-linux/linux-generic-stable-rc/4.14+gitAUTOINC+0e9e150e9a-r0/temp/log.do_compile_kernelmodules.28093 ERROR: Task (/srv/oe/build/conf/../../layers/meta-lkft/recipes-kernel/linux/linux-generic-stable-rc_4.14.bb:do_compile_kernelmodules) failed with exit code '1'
On Thu, Dec 19, 2019 at 10:23:38AM -0600, Daniel Díaz wrote:
Hello!
This is an early early notice that 4.14 fails, at least, for Arm64:
/linux/drivers/gpu/drm/meson/meson_venc_cvbs.c: In function 'meson_cvbs_get_mode': /linux/drivers/gpu/drm/meson/meson_venc_cvbs.c:86:7: error: implicit declaration of function 'drm_mode_match'; did you mean 'drm_mode_sort'? [-Werror=implicit-function-declaration] if (drm_mode_match(req_mode, &meson_mode->mode, ^~~~~~~~~~~~~~ drm_mode_sort
I guess more information is to follow.
Good catch, offending patch now dropped, my fault.
greg k-h