http://qa.mandrakesoft.com/show_bug.cgi?id=3636

           Product: kernel-source
         Component: program
           Summary: error in sound/Config.in
           Version: 2.4.21-0.14mdk
          Platform: PC
        OS/Version: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


When I run make menuconfig there is an error just before it
displays the menu:
Preparing scripts: functions, 
parsing......................................................................scr
ipts/Menuconfig: ./MCmenu71: line 54: syntax error near unexpected token `fi'
scripts/Menuconfig: ./MCmenu71: line 54: `fi'

I am able to scroll back and see the error because I ssh into the
server.  This error results in me being unable to select the
Advanced Linux Sound Architecture menu (under Sound on main menu).

This is fixed by:
[EMAIL PROTECTED] sound]# diff -u Config.in~ Config.in
--- Config.in~  2003-04-02 12:43:34.000000000 -0500
+++ Config.in   2003-04-02 12:43:34.000000000 -0500
@@ -24,9 +24,9 @@
 fi
 # the following will depenend on the order of config.
 # here assuming USB is defined before ALSA
-if [ "$CONFIG_SND" != "n" -a "$CONFIG_USB" != "n" ]; then
-  source sound/usb/Config.in
-fi
+#if [ "$CONFIG_SND" != "n" -a "$CONFIG_USB" != "n" ]; then
+#  source sound/usb/Config.in
+#fi
 if [ "$CONFIG_SND" != "n" ]; then
   if [ "$CONFIG_SPARC32" = "y" -o "$CONFIG_SPARC64" = "y" ]; then
     source sound/sparc/Config.in

Also the Library routines menu under the main menu is unselectable.
I don't know what causes this.

Just my effort to make LM even better.



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.

Reply via email to