[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20070831173727.GB29304@uranus.ravnborg.org>
Date: Fri, 31 Aug 2007 19:37:27 +0200
From: Sam Ravnborg <sam@...nborg.org>
To: Stefano Esposito <ragnarok@...il.it>
Cc: linux-kernel@...r.kernel.org
Subject: Re: Failed to build latest git revision
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists