Hi all, after downloading the 3.2.12-sources everything went fine for a couple of weeks, I compiled them a couple of times, but suddenly, maybe because of some world-updates, errors started to accumulate, first it could do make but no modules, then kernel make made it almost and now I'm stuck with this rather short make output: HOSTCC scripts/basic/fixdep HOSTCC scripts/kconfig/conf.o HOSTCC scripts/kconfig/zconf.tab.o scripts/kconfig/zconf.tab.c: In function ‘header_print_comment’: scripts/kconfig/confdata.c:540:10: warning: ignoring return value of ‘fwrite’, declared with attribute warn_unused_result scripts/kconfig/zconf.tab.c: In function ‘kconfig_print_comment’: scripts/kconfig/confdata.c:467:10: warning: ignoring return value of ‘fwrite’, declared with attribute warn_unused_result HOSTLD scripts/kconfig/conf scripts/kconfig/conf --silentoldconfig Kconfig CHK include/linux/version.h CHK include/generated/utsrelease.h CC kernel/bounds.s GEN include/generated/bounds.h CC arch/x86/kernel/asm-offsets.s GEN include/generated/asm-offsets.h CALL scripts/checksyscalls.sh CC scripts/mod/empty.o HOSTCC scripts/mod/mk_elfconfig MKELF scripts/mod/elfconfig.h HOSTCC scripts/mod/file2alias.o HOSTCC scripts/mod/modpost.o HOSTCC scripts/mod/sumversion.o HOSTLD scripts/mod/modpost HOSTCC scripts/kallsyms HOSTCC scripts/pnmtologo HOSTCC scripts/conmakehash HOSTCC scripts/bin2c CC init/main.o CHK include/generated/compile.h CC init/version.o CC init/do_mounts.o CC init/do_mounts_initrd.o LD init/mounts.o ls -Al -m elf_x86_64 -r -o init/mounts.o init/do_mounts.o init/do_mounts_initrd.o init/mounts.o: No such file or directory make[1]: *** [init/mounts.o] Error 1 make: *** [init] Error 2 glibc is 2.14.1-r3, which otherwise works perfectly, so I don't think it's the reason. I cleared ccache and rebuilt the kernel sources, to no avail. .config is in attachments. Maybe someone could give me a hint, I need that kernel really badly and hopefully soon. kind regards michael