lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ