public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* make menuconfig error
@ 2001-04-21  3:59 Allen
  0 siblings, 0 replies; 14+ messages in thread
From: Allen @ 2001-04-21  3:59 UTC (permalink / raw)
  To: linux-kernel, mec

when I use make menuconfig on the /usr/src/linux directory which linux
was symbolic link to /usr/src/linux-2.4.3 , I can see menu , but  when I
press space  or enter key will exit menu and show follow message :

Menuconfig has encountered a possible error in one of the kernel's
configuration files and is unable to continue.  Here is the error
report:

 Q> scripts/Menuconfig: MCmenu11: command not found

Please report this to the maintainer <mec@shout.net>.  You may also
send a problem report to <linux-kernel@vger.kernel.org>.

Please indicate the kernel version you are trying to configure and
which menu you were trying to enter when this error occurred.

make: *** [menuconfig] Error 1
[root@bk linux]#

do you know how to fix it .



^ permalink raw reply	[flat|nested] 14+ messages in thread

* make menuconfig error
@ 2001-06-29 16:14 axel
  0 siblings, 0 replies; 14+ messages in thread
From: axel @ 2001-06-29 16:14 UTC (permalink / raw)
  To: linux-kernel.ml; +Cc: mec

hi,

i encountered following err during make menuconfig/net device/10mbitcards
selection.

axel

---
Menuconfig has encountered a possible error in one of the kernel's
configuration files and is unable to continue.  Here is the error
report:

 Q> scripts/Menuconfig: MCmenu31: command not found

Please report this to the maintainer <mec@shout.net>.  You may also
send a problem report to <linux-kernel@vger.kernel.org>.

Please indicate the kernel version you are trying to configure and
which menu you were trying to enter when this error occurred.

make: *** [menuconfig] Error 1
---


^ permalink raw reply	[flat|nested] 14+ messages in thread

* make: *** [menuconfig] Error
@ 2001-10-02 13:51 Sylvain Ravot
  2001-10-02 15:26 ` Rasmus Bøg Hansen
  0 siblings, 1 reply; 14+ messages in thread
From: Sylvain Ravot @ 2001-10-02 13:51 UTC (permalink / raw)
  To: linux-kernel


Hello,

I have the following error message when I try to compile the 2.4.9
kernel. Could you help me ?

[root@lxusa linux]# make menuconfig

scripts/Menuconfig: line 11:  1872 Segmentation fault      (core dumped)
cat  <<EOM

Menuconfig has encountered a possible error in one of the kernel's
configuration files and is unable to continue.  Here is the error
report:

EOM

 Q> scripts/Menuconfig: MCmenu0: command not found
scripts/Menuconfig: line 19:  1874 Segmentation fault      (core dumped)
cat  <<EOM

Please report this to the maintainer <mec@shout.net>.  You may also
send a problem report to <linux-kernel@vger.kernel.org>.

Please indicate the kernel version you are trying to configure and
which menu you were trying to enter when this error occurred.

EOM

make: *** [menuconfig] Error 1

Thank in advance for your answer

Sylvain


^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: make: *** [menuconfig] Error
  2001-10-02 13:51 make: *** [menuconfig] Error Sylvain Ravot
@ 2001-10-02 15:26 ` Rasmus Bøg Hansen
  0 siblings, 0 replies; 14+ messages in thread
From: Rasmus Bøg Hansen @ 2001-10-02 15:26 UTC (permalink / raw)
  To: Sylvain Ravot; +Cc: linux-kernel

On Tue, 2 Oct 2001, Sylvain Ravot wrote:

> I have the following error message when I try to compile the 2.4.9
> kernel. Could you help me ?
> 
> [root@lxusa linux]# make menuconfig
> 
> scripts/Menuconfig: line 11:  1872 Segmentation fault      (core dumped)

Check your syslog for problems, check your filesystem for errors. If 
none shows up errors, you might have bad RAM - check it with memtest86.

http://www.bitwizard.nl/sig11/

Rasmus

-- 
-- [ Rasmus 'Møffe' Bøg Hansen ] ---------------------------------------
When you have multiple CPUs with one interrupt controller, you don't
have much choice. You either use spin-locks or you Blue-Screen.
Since Linux doesn't have a "Blue-screen of death", it needs spin-
locks.
                                               -- Richard B. Johnson
--------------------------------- [ moffe at amagerkollegiet dot dk ] --


^ permalink raw reply	[flat|nested] 14+ messages in thread

* make menuconfig error
@ 2003-03-31 19:34 Michael Buesch
  2003-03-31 19:47 ` Robert P. J. Day
  2003-03-31 20:40 ` Sam Ravnborg
  0 siblings, 2 replies; 14+ messages in thread
From: Michael Buesch @ 2003-03-31 19:34 UTC (permalink / raw)
  To: linux-kernel

Hi.

I don't know, if this was posted some time ago, because I was unsubscribed
for a time.
I unpacked a vanilla 2.5.66, copied the .config of my already configured
2.5.64 to the new kernel, made a make menuconfig and immediately canceled
it, without saving.
I got this error-message:

# bla ...
  gcc  -o scripts/lxdialog/lxdialog scripts/lxdialog/checklist.o scripts/lxdialog/menubox.o scripts/lxdialog/textbox.o scripts/lxdialog/yesno.o scripts/lxdialog/inputbox.o scripts/lxdialog/util.o scripts/lxdialog/lxdialog.o scripts/lxdialog/msgbox.o -lncurses 
./scripts/kconfig/mconf arch/i386/Kconfig
#
# using defaults found in .config
#
.config:763: trying to assign nonexistent symbol INTEL_RNG


Your kernel configuration changes were NOT saved.



Regards Michael Buesch.


^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: make menuconfig error
  2003-03-31 19:34 make menuconfig error Michael Buesch
@ 2003-03-31 19:47 ` Robert P. J. Day
  2003-03-31 19:58   ` Michael Buesch
  2003-03-31 20:40 ` Sam Ravnborg
  1 sibling, 1 reply; 14+ messages in thread
From: Robert P. J. Day @ 2003-03-31 19:47 UTC (permalink / raw)
  To: Michael Buesch; +Cc: linux-kernel

On Mon, 31 Mar 2003, Michael Buesch wrote:

> Hi.
> 
> I don't know, if this was posted some time ago, because I was unsubscribed
> for a time.
> I unpacked a vanilla 2.5.66, copied the .config of my already configured
> 2.5.64 to the new kernel, made a make menuconfig and immediately canceled
> it, without saving.
> I got this error-message:
> 
> # bla ...
>   gcc  -o scripts/lxdialog/lxdialog scripts/lxdialog/checklist.o scripts/lxdialog/menubox.o scripts/lxdialog/textbox.o scripts/lxdialog/yesno.o scripts/lxdialog/inputbox.o scripts/lxdialog/util.o scripts/lxdialog/lxdialog.o scripts/lxdialog/msgbox.o -lncurses 
> ./scripts/kconfig/mconf arch/i386/Kconfig
> #
> # using defaults found in .config
> #
> .config:763: trying to assign nonexistent symbol INTEL_RNG

i'm pretty sure that, if you just unpacked the source for the
first time, you should first "make mrproper" just to play it
safe, and after that, you *must* do at least one full config
of some kind, to create a number of header files that are
necessary.  the fact that you said you did a "make menuconfig",
but bailed before you actually saved anything makes me uneasy.

and the INTEL_RNG has something to do with random number
generation.  but can you do a "make oldconfig" and see if
you get the same error?

rday


^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: make menuconfig error
  2003-03-31 19:47 ` Robert P. J. Day
@ 2003-03-31 19:58   ` Michael Buesch
  0 siblings, 0 replies; 14+ messages in thread
From: Michael Buesch @ 2003-03-31 19:58 UTC (permalink / raw)
  To: Robert P. J. Day; +Cc: linux-kernel

> i'm pretty sure that, if you just unpacked the source for the
> first time, you should first "make mrproper" just to play it
> safe, and after that, you *must* do at least one full config
> of some kind, to create a number of header files that are
> necessary.  the fact that you said you did a "make menuconfig",
> but bailed before you actually saved anything makes me uneasy.

buaaah, I'm very tired at the moment. :)
sorry for the question, problem is already solved and no
bug.
I'd better go to bed now. :)

Regards Michael Buesch.

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: make menuconfig error
  2003-03-31 19:34 make menuconfig error Michael Buesch
  2003-03-31 19:47 ` Robert P. J. Day
@ 2003-03-31 20:40 ` Sam Ravnborg
  1 sibling, 0 replies; 14+ messages in thread
From: Sam Ravnborg @ 2003-03-31 20:40 UTC (permalink / raw)
  To: Michael Buesch; +Cc: linux-kernel

On Mon, Mar 31, 2003 at 09:34:38PM +0200, Michael Buesch wrote:
>$ make menuconfig
> #
> # using defaults found in .config
> #
Ok, it reads configuration from your old .config

> .config:763: trying to assign nonexistent symbol INTEL_RNG

Your old configuration assigned a value to INTEL_RNG, that symbol
seems to have disappered in the later kernels.
So actually no bug, just a report about an inconsistency in your
old configuration.

	Sam

^ permalink raw reply	[flat|nested] 14+ messages in thread

* make menuconfig error
@ 2003-06-20 20:27 David Christensen
  2003-06-20 20:59 ` Michael Buesch
  0 siblings, 1 reply; 14+ messages in thread
From: David Christensen @ 2003-06-20 20:27 UTC (permalink / raw)
  To: mec; +Cc: linux-kernel

 Q> scripts/Menuconfig: line 832: MCmenu73: command not found

 Please report this to the maintainer <mec@shout.net>.  You may also
 send a problem report to <linux-kernel@vger.kernel.org>.

 Please indicate the kernel version you are trying to configure and
 which menu you were trying to enter when this error occurred.

 make: *** [menuconfig] Error 1



^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: make menuconfig error
  2003-06-20 20:27 David Christensen
@ 2003-06-20 20:59 ` Michael Buesch
  2003-06-20 21:08   ` Marc-Christian Petersen
  2003-06-22 13:54   ` David Christensen
  0 siblings, 2 replies; 14+ messages in thread
From: Michael Buesch @ 2003-06-20 20:59 UTC (permalink / raw)
  To: David Christensen; +Cc: mec, linux-kernel

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Friday 20 June 2003 22:27, David Christensen wrote:
>  Q> scripts/Menuconfig: line 832: MCmenu73: command not found
>
>  Please report this to the maintainer <mec@shout.net>.  You may also
>  send a problem report to <linux-kernel@vger.kernel.org>.



>  Please indicate the kernel version you are trying to configure and
>  which menu you were trying to enter when this error occurred.

Please do that. :)


>
>  make: *** [menuconfig] Error 1

- -- 
Regards Michael Büsch
http://www.8ung.at/tuxsoft
 22:58:58 up  2:50,  1 user,  load average: 1.00, 1.02, 1.00

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQE+83XfoxoigfggmSgRAtxpAJ9SfVOxG43mr/hfWJZ+Yc6Js5LepQCeJ20l
d2ts0xmw+bmB95TlF7sAOr0=
=JYXH
-----END PGP SIGNATURE-----


^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: make menuconfig error
  2003-06-20 20:59 ` Michael Buesch
@ 2003-06-20 21:08   ` Marc-Christian Petersen
  2003-06-20 21:36     ` David Christensen
  2003-06-22 13:54   ` David Christensen
  1 sibling, 1 reply; 14+ messages in thread
From: Marc-Christian Petersen @ 2003-06-20 21:08 UTC (permalink / raw)
  To: Michael Buesch, David Christensen; +Cc: mec, linux-kernel

On Friday 20 June 2003 22:59, Michael Buesch wrote:

Hi,

> On Friday 20 June 2003 22:27, David Christensen wrote:
> >  Q> scripts/Menuconfig: line 832: MCmenu73: command not found
> >
> >  Please report this to the maintainer <mec@shout.net>.  You may also
> >  send a problem report to <linux-kernel@vger.kernel.org>.
> >  Please indicate the kernel version you are trying to configure and
> >  which menu you were trying to enter when this error occurred.
> Please do that. :)
> >  make: *** [menuconfig] Error 1
I guess this is another^4 bugreport from a Mandrake Kernel where this occurs 
if you enter the ALSA menu.

ciao, Marc


^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: make menuconfig error
  2003-06-20 21:08   ` Marc-Christian Petersen
@ 2003-06-20 21:36     ` David Christensen
  2003-06-20 21:42       ` Marc-Christian Petersen
  0 siblings, 1 reply; 14+ messages in thread
From: David Christensen @ 2003-06-20 21:36 UTC (permalink / raw)
  To: Marc-Christian Petersen; +Cc: Michael Buesch, mec, linux-kernel

You are correct Marc!  At least that's how I tripped it.

On Fri, 2003-06-20 at 14:08, Marc-Christian Petersen wrote:
> On Friday 20 June 2003 22:59, Michael Buesch wrote:
> 
> Hi,
> 
> > On Friday 20 June 2003 22:27, David Christensen wrote:
> > >  Q> scripts/Menuconfig: line 832: MCmenu73: command not found
> > >
> > >  Please report this to the maintainer <mec@shout.net>.  You may also
> > >  send a problem report to <linux-kernel@vger.kernel.org>.
> > >  Please indicate the kernel version you are trying to configure and
> > >  which menu you were trying to enter when this error occurred.
> > Please do that. :)
> > >  make: *** [menuconfig] Error 1
> I guess this is another^4 bugreport from a Mandrake Kernel where this occurs 
> if you enter the ALSA menu.
> 
> ciao, Marc
> 


^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: make menuconfig error
  2003-06-20 21:36     ` David Christensen
@ 2003-06-20 21:42       ` Marc-Christian Petersen
  0 siblings, 0 replies; 14+ messages in thread
From: Marc-Christian Petersen @ 2003-06-20 21:42 UTC (permalink / raw)
  To: David Christensen; +Cc: Michael Buesch, mec, linux-kernel

On Friday 20 June 2003 23:36, David Christensen wrote:

> You are correct Marc!  At least that's how I tripped it.
:)

http://marc.theaimsgroup.com/?l=linux-kernel&m=105394564118849&w=2

ciao, Marc


^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: make menuconfig error
  2003-06-20 20:59 ` Michael Buesch
  2003-06-20 21:08   ` Marc-Christian Petersen
@ 2003-06-22 13:54   ` David Christensen
  1 sibling, 0 replies; 14+ messages in thread
From: David Christensen @ 2003-06-22 13:54 UTC (permalink / raw)
  To: Michael Buesch; +Cc: mec, linux-kernel

2.4.21 (Mandrake 2.4.21-0.13mdk, Mandrake 9.1)

ALSA menu

On Fri, 2003-06-20 at 13:59, Michael Buesch wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> On Friday 20 June 2003 22:27, David Christensen wrote:
> >  Q> scripts/Menuconfig: line 832: MCmenu73: command not found
> >
> >  Please report this to the maintainer <mec@shout.net>.  You may also
> >  send a problem report to <linux-kernel@vger.kernel.org>.
> 
> 
> 
> >  Please indicate the kernel version you are trying to configure and
> >  which menu you were trying to enter when this error occurred.
> 
> Please do that. :)
> 
> 
> >
> >  make: *** [menuconfig] Error 1
> 
> - -- 
> Regards Michael Büsch
> http://www.8ung.at/tuxsoft
>  22:58:58 up  2:50,  1 user,  load average: 1.00, 1.02, 1.00
> 
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.2.1 (GNU/Linux)
> 
> iD8DBQE+83XfoxoigfggmSgRAtxpAJ9SfVOxG43mr/hfWJZ+Yc6Js5LepQCeJ20l
> d2ts0xmw+bmB95TlF7sAOr0=
> =JYXH
> -----END PGP SIGNATURE-----
> 


^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2003-06-22 13:40 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-04-21  3:59 make menuconfig error Allen
  -- strict thread matches above, loose matches on Subject: below --
2001-06-29 16:14 axel
2001-10-02 13:51 make: *** [menuconfig] Error Sylvain Ravot
2001-10-02 15:26 ` Rasmus Bøg Hansen
2003-03-31 19:34 make menuconfig error Michael Buesch
2003-03-31 19:47 ` Robert P. J. Day
2003-03-31 19:58   ` Michael Buesch
2003-03-31 20:40 ` Sam Ravnborg
2003-06-20 20:27 David Christensen
2003-06-20 20:59 ` Michael Buesch
2003-06-20 21:08   ` Marc-Christian Petersen
2003-06-20 21:36     ` David Christensen
2003-06-20 21:42       ` Marc-Christian Petersen
2003-06-22 13:54   ` David Christensen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox