Re: Build errors in v3.16.y-stable-queue
From: Guenter Roeck <linux@roeck-us.net>
Date: 2016-08-06 23:43:04
Hi Ben, On 08/05/2016 04:36 PM, Ben Hutchings wrote: [ ... ]
quoted
Building m68k:sun3_defconfig ... failed -------------- Error log: Inconsistent kallsyms data Try make KALLSYMS_EXTRA_PASS=1 as a workaround No idea if that is compiler related.I don't know, but there are no patches to arch/m68k.
Still seen. I'll try to find a more recent toolchain.
quoted
Building mips:defconfig ... failed -------------- Error log: In file included from /opt/buildbot/slave/stable-queue-3.16/build/arch/mips/kernel/cpu-probe.c:27:0: /opt/buildbot/slave/stable-queue-3.16/build/arch/mips/include/asm/msa.h: In function 'read_msa_ir': /opt/buildbot/slave/stable-queue-3.16/build/arch/mips/include/asm/msa.h:140:1: error: expected ':' or ')' before '_ASM_INSN_IF_MIPS' Lots of those, all mips builds affected.Seems to be caused by "MIPS: Fix little endian microMIPS MSA encodings" which I've now dropped.
Current failure:
Building mips:nlm_xlp_defconfig ... failed
Building mips:cavium_octeon_defconfig ... failed
Building mips:malta_defconfig ... failed
--------------
Error log:
In file included from /opt/buildbot/slave/stable-queue-3.16/build/include/linux/mm.h:51:0,
from /opt/buildbot/slave/stable-queue-3.16/build/arch/mips/kernel/asm-offsets.c:14:
/opt/buildbot/slave/stable-queue-3.16/build/arch/mips/include/asm/pgtable.h: In function 'set_pte':
/opt/buildbot/slave/stable-queue-3.16/build/arch/mips/include/asm/pgtable.h:192:12: error: expected ':' or ')' before 'MIPS_ISA_ARCH_LEVEL'
" .set "MIPS_ISA_ARCH_LEVEL" \n"
^
make[2]: *** [arch/mips/kernel/asm-offsets.s] Error 1
Guenter