On Thu, 14 Oct 2010 12:26:45 +0200 Zimny Lech <napohybelskurwysynom2010@xxxxxxxxx> wrote: > 2010/10/14 <akpm@xxxxxxxxxxxxxxxxxxxx>: > > The mm-of-the-moment snapshot 2010-10-13-17-13 has been uploaded to > > linux-next.patch breaks things > > GEN /home/test/linux-2.6-obj/Makefile > HOSTCC scripts/kconfig/zconf.tab.o > In file included from scripts/kconfig/zconf.tab.c:2462:0: > scripts/kconfig/lex.zconf.c:2425:7: error: conflicting types for 'zconf_curname' > /home/test/linux-2.6-mm/scripts/kconfig/lkc.h:79:13: note: previous > declaration of 'zconf_curname' was here > scripts/kconfig/lex.zconf.c: In function 'zconf_curname': > scripts/kconfig/lex.zconf.c:2427:2: warning: return discards > qualifiers from pointer target type > make[3]: *** [scripts/kconfig/zconf.tab.o] Error 1 > make[2]: *** [silentoldconfig] Error 2 > make[1]: *** No rule to make target `include/config/auto.conf', needed > by `include/config/kernel.release'. Stop. > make: *** [sub-make] Error 2 > Something went wrong with the zconf_curname() constification. lex scripts never seem to get along well with the build dependency systems - did you try a `make mrproper' and a rebuild? -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html