Re: Problems w/ 2.1.131-ac7

Michael Elizabeth Chastain (mec@shout.net)
Sat, 12 Dec 1998 05:51:11 -0600


Hi Dennis, Dag, and Alan:

> - make xconfig is broken, there's a syntax error in the tcl routine
> that writes the config out.

Indeed there is! The error is in the file drivers/net/irda/Config.in,
in this section:

if [ "$CONFIG_DONGLE" != "n" ]; then
dep_tristate ' ESI JetEye PC dongle' CONFIG_ESI_DONGLE $CONFIG_IRDA
dep_tristate ' ACTiSYS IR-220L and IR220L+ dongle' CONFIG_ACTISYS_DONGLE $CONFIG_IRDA
dep_tristate ' Tekram IrMate 210B dongle' CONFIG_TEKRAM_DONGLE
fi

The line for CONFIG_TEKRAM_DONGLE fails to include the argument
$CONFIG_IRDA. This error is still in 2.1.131-ac9, but it will be
easy for Dag to fix.

> - - Once compiled, OSS-full for UP 2.1.131 refused to install,
> failing the compatibility checks.

Can you give more context please; what kind of compatiblity checks
is OSS-full doing and how, exactly, does it say that it's failing?

Regards,

Michael Elizabeth Chastain
<mailto:mec@shout.net>
"love without fear"

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