Re: [patch] 2.4.0-test6 compile fixes

From: Rasmus Andersen (rasmus@jaquet.dk)
Date: Fri Aug 11 2000 - 15:14:55 EST


On 0, Arjan van de Ven <arjan@fenrus.demon.nl> wrote:
> Hi,
>
> I merged the compile-patch to test6 and included new fixes for the
> netfilter problems (rusty) and for UMSDOS. I am still testing for new
> regressions, but so far test6 + patch seem to compile all possible i386
> configurations. If you find that 2.4.0-test6 does not compile for you, you
> can give the patch at
>
> http://www.fenrus.demon.nl/test6/compile.diff
>
> a shot. If it doesn't help for you, please send me your .config file and
> I'll try to fix it.

Hi.

Your patch makes menuconfig crash if you try to configure Irda support.
Apparently because menuconfig does not approve of empty if statements
and your patch creates one (in net/irda/compressors/Config.in).

The following patch (against yours) comments out everything in net/irda/
compressors/Config.in since it seemed to be a hollow shell anyhow.

--- linux/net/irda/compressors/Config.in.arjan Fri Aug 11 22:06:10 2000
+++ linux/net/irda/compressors/Config.in Fri Aug 11 22:09:32 2000
@@ -1,11 +1,11 @@
 
-bool ' IrLAP compression' CONFIG_IRDA_COMPRESSION
+#bool ' IrLAP compression' CONFIG_IRDA_COMPRESSION
 
-if [ "$CONFIG_IRDA_COMPRESSION" != "n" ]; then
- comment ' IrDA compressors'
- if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then
+#if [ "$CONFIG_IRDA_COMPRESSION" != "n" ]; then
+# comment ' IrDA compressors'
+# if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then
 # dep_tristate ' Deflate compression (EXPERIMENTAL)' CONFIG_IRDA_DEFLATE $CONFIG_IRDA
- fi
+# fi
 # tristate ' BZIP2 compression' CONFIG_IRDA_BZIP2
 # tristate ' BSD compression' CONFIG_IRDA_BSD
-fi
+#fi

-- 
Regards,
        Rasmus(rasmus@diku.dk)

Television is called a medium because it is neither rare nor well-done. -- Anonymous

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



This archive was generated by hypermail 2b29 : Tue Aug 15 2000 - 21:00:26 EST