Re: make dep -problem

From: Sam Ravnborg
Date: Tue Feb 28 2006 - 14:20:26 EST


On Tue, Feb 28, 2006 at 04:09:11AM +0000, xxxx wrote:
> *** Check the top-level Makefile for additional configuration.
> *** Next, you must run 'make dep'.
>
> make[1]: Entering directory `/home/matt/uClinux-workspace/uClinux-dist'
> make ARCH=m68knommu CROSS_COMPILE=m68k-elf- -C linux-2.4.x menuconfig
> make[2]: Entering directory `/home/matt/uClinux-workspace/uClinux-2.4.x'
> rm -f include/asm
> ( cd include ; ln -sf asm-m68knommu asm)
> make -C scripts/lxdialog all
> make[3]: Entering directory
> `/home/matt/uClinux-workspace/uClinux-2.4.x/scripts/lxdialog'
> make[3]: Leaving directory
> `/home/matt/uClinux-workspace/uClinux-2.4.x/scripts/lxdialog'
> /bin/sh scripts/Menuconfig arch/m68knommu/config.in
> Using defaults found in .config
> Preparing scripts: functions, parsing../MCmenu0: line 106: unexpected
> EOF while looking for matching `''
> ./MCmenu0: line 110: syntax error: unexpected end of file
> ......................................................................done.
>
>
> 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: line 832: MCmenu0: command not found
>
> Please report this to the maintainer <mec@xxxxxxxxx>. You may also
> send a problem report to <linux-kernel@xxxxxxxxxxxxxxx>.
>
> Please indicate the kernel version you are trying to configure and
> which menu you were trying to enter when this error occurred.
>
> make[2]: *** [menuconfig] Error 1
> make[2]: Leaving directory `/home/matt/uClinux-workspace/uClinux-2.4.x'
> make[1]: *** [linux_menuconfig] Error 2
> make[1]: Leaving directory `/home/matt/uClinux-workspace/uClinux-dist'
> make: *** [menuconfig] Error 2
> [matt@localhost uClinux-dist]$

There is a buig in one of your Config.in files.
It used to be ALSA that caused this.

Try to disable stuff and see when it starts to work.
If it is ALSA then patches was floating around a year ago or so.

Sam
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/