2004-01-09 14:15:00

by Brice Goglin

[permalink] [raw]
Subject: 2.6.1 make menuconfig error

Hi,

When configuring 2.6.1 with make menuconfig,
if I choose not to save my configuration changes,
I get this error:


puligny:~/build/linux-2.6.1% make menuconfig
make[1]: scripts/fixdep' is up to date.
scripts/kconfig/mconf arch/i386/Kconfig
#
# using defaults found in .config
#


Your kernel configuration changes were NOT saved.

make[1]: *** [menuconfig] Error 1
make: *** [menuconfig] Error 2
puligny:~/build/linux-2.6.1%


2.6.0 does not show such two error lines.

Best regards.
--
Brice Goglin
================================================
Ph.D Student
Laboratoire de l'Informatique et du Parall?lisme
CNRS-INRIA-ENS Lyon
France


2004-01-09 23:46:48

by Andrei Mikhailovsky

[permalink] [raw]
Subject: Re: 2.6.1 make menuconfig error

Yeah, it happens to me to. The same problem happens with -mm1 patch.

Andrei

Brice Goglin wrote:
> Hi,
>
> When configuring 2.6.1 with make menuconfig,
> if I choose not to save my configuration changes,
> I get this error:
>
>
> puligny:~/build/linux-2.6.1% make menuconfig
> make[1]: scripts/fixdep' is up to date.
> scripts/kconfig/mconf arch/i386/Kconfig
> #
> # using defaults found in .config
> #
>
>
> Your kernel configuration changes were NOT saved.
>
> make[1]: *** [menuconfig] Error 1
> make: *** [menuconfig] Error 2
> puligny:~/build/linux-2.6.1%
>
>
> 2.6.0 does not show such two error lines.
>
> Best regards.



2004-01-10 02:52:05

by Roman Zippel

[permalink] [raw]
Subject: Re: 2.6.1 make menuconfig error

Hi,

Brice Goglin wrote:

> Your kernel configuration changes were NOT saved.
>
> make[1]: *** [menuconfig] Error 1
> make: *** [menuconfig] Error 2
> puligny:~/build/linux-2.6.1%
>
>
> 2.6.0 does not show such two error lines.

This is correct, is this a problem?

bye, Roman