https://qa.mandrakesoft.com/show_bug.cgi?id=1149

           Product: kernel-source
         Component: kernel-source
           Summary: make menuconfig fails on ALSA component
           Version: 2.4.21-0.pre3.3mdk
          Platform: PC
        OS/Version: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


Running 'make menuconfig' and navigating to the ALSA configuration results in 
a crash. the patch below fixes this.

diff -Nuarp linux-2.4.21-0.pre3.1mdk/arch/i386/config.in linux-2.4.21-
0.pre3.1mdk.new/arch/i386/config.in
--- linux-2.4.21-0.pre3.1mdk/arch/i386/config.in        2003-01-16 
18:18:19.000000000 +0200
+++ linux-2.4.21-0.pre3.1mdk.new/arch/i386/config.in    2003-01-19 
14:03:57.000000000 +0200
@@ -451,6 +451,8 @@ if [ "$CONFIG_VT" = "y" ]; then
    endmenu
 fi
 
+source drivers/usb/Config.in
+
 mainmenu_option next_comment
 comment 'Sound'
 
@@ -460,8 +462,6 @@ if [ "$CONFIG_SOUND" != "n" ]; then
 fi
 endmenu
 
-source drivers/usb/Config.in
-
 source net/bluetooth/Config.in
 
 mainmenu_option next_comment
diff -Nuarp linux-2.4.21-0.pre3.1mdk/sound/Config.in linux-2.4.21-
0.pre3.1mdk.new/sound/Config.in
--- linux-2.4.21-0.pre3.1mdk/sound/Config.in    2003-01-16 18:18:14.000000000 
+0200
+++ linux-2.4.21-0.pre3.1mdk.new/sound/Config.in        2003-01-19 
14:04:36.000000000 +0200
@@ -8,7 +8,6 @@ dep_tristate 'Advanced Linux Sound Archi
 if [ "$CONFIG_SND" != "n" ]; then
   source sound/core/Config.in
   source sound/drivers/Config.in
-  source sound/usb/Config.in
 fi
 if [ "$CONFIG_SND" != "n" -a "$CONFIG_ISA" = "y" ]; then
   source sound/isa/Config.in



------- 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