2009-03-30 19:44:12

by Torsten Schmidt

[permalink] [raw]
Subject: 2.6.29: Error during update of the kernel configuration.

Hey,
I am not quit sure if this should be reported here: After loading the new
kernel 2.6.29, the following error appears:

# make defconfig
*** Default configuration is based on 'i386_defconfig'
usr/Kconfig:145:warning: defaults for choice values not supported
#
# configuration written to .config
#

# make
scripts/kconfig/conf -s arch/x86/Kconfig
usr/Kconfig:145:warning: defaults for choice values not supported

*** Error during update of the kernel configuration.

make[2]: *** [silentoldconfig] Fehler 1
make[1]: *** [silentoldconfig] Fehler 2
make: *** [include/config/auto.conf] Fehler 2

Whats going wrong ?


2009-03-30 19:47:29

by Daniel Mack

[permalink] [raw]
Subject: Re: 2.6.29: Error during update of the kernel configuration.

On Mon, Mar 30, 2009 at 08:59:54PM +0200, Torsten Schmidt wrote:
> I am not quit sure if this should be reported here: After loading the new
> kernel 2.6.29, the following error appears:
>
> # make defconfig
> *** Default configuration is based on 'i386_defconfig'
> usr/Kconfig:145:warning: defaults for choice values not supported
> #
> # configuration written to .config
> #
>
> # make
> scripts/kconfig/conf -s arch/x86/Kconfig
> usr/Kconfig:145:warning: defaults for choice values not supported
>
> *** Error during update of the kernel configuration.
>
> make[2]: *** [silentoldconfig] Fehler 1
> make[1]: *** [silentoldconfig] Fehler 2
> make: *** [include/config/auto.conf] Fehler 2
>
> Whats going wrong ?

Running 'make oldconfig' should help.

Daniel

2009-03-30 19:53:45

by Torsten Schmidt

[permalink] [raw]
Subject: Re: 2.6.29: Error during update of the kernel configuration.

>On Mon, Mar 30, 2009 at 08:59:54PM +0200, Torsten Schmidt wrote:
>> I am not quit sure if this should be reported here: After loading the new
>> kernel 2.6.29, the following error appears:
>>
>> # make defconfig
>> *** Default configuration is based on 'i386_defconfig'
>> usr/Kconfig:145:warning: defaults for choice values not supported
>> #
>> # configuration written to .config
>> #
>>
>> # make
>> scripts/kconfig/conf -s arch/x86/Kconfig
>> usr/Kconfig:145:warning: defaults for choice values not supported
>>
>> *** Error during update of the kernel configuration.
>>
>> make[2]: *** [silentoldconfig] Fehler 1
>> make[1]: *** [silentoldconfig] Fehler 2
>> make: *** [include/config/auto.conf] Fehler 2
>>
>> Whats going wrong ?
>
>Running 'make oldconfig' should help.
>
>Daniel

No. Same error

Torsten