http://qa.mandrakesoft.com/show_bug.cgi?id=3636
[EMAIL PROTECTED] changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From [EMAIL PROTECTED] 2003-02-07 22:55 -------
This one is fixed by the patches in bug 4060
Juan!
You need to apply those patches to the 2.4.21.2mdk...
As for the Madge Token Ring..., it's fixed in current Cooker
As for the Library routines..., It's not a bug,
they depend on a lot of things...
(or actually many things depend on them) so for the most part
they get autoselected so the system wont break...
--
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
------- Reminder: -------
assigned_to: [EMAIL PROTECTED]
status: RESOLVED
creation_date:
description:
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.