Re: Failed to build latest git revision

From: Sam Ravnborg
Date: Fri Aug 31 2007 - 13:36:40 EST


On Fri, Aug 31, 2007 at 02:19:57PM +0200, Stefano Esposito wrote:
> I've just git pull git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
>
> after
> $ make clean
> $ make menuconfig
>
> make fails with:
> $ make
> scripts/kconfig/conf -s arch/i386/Kconfig
>
> *** Error during writing of the kernel configuration.

Looks like you lack write access to either .config, include/config/auto.conf or
a temporary file.
Did you build the kernel as root previously?

To clean up all files you can do:
copy .config save.config
make mrproper
mv save.confif .config

(And I use copy when backing up .config to avoid inherit
permissions from original .config file

Sam
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/