[PATCH] xconfig complaint in 2.3.99-pre8

From: Michael Levitin (lms@web.mediaclan.at)
Date: Sat May 13 2000 - 01:17:46 EDT

  • Next message: Wing T. Wong: "oops (fwd)"

    randy.dunlap@intel.com writes:

    > [rdunlap@dragon rdunlap]$ cd linux
    > /usr/src/linux
    > [rdunlap@dragon linux]$ make xconfig
    > rm -f include/asm
    > ( cd include ; ln -sf asm-i386 asm)
    > make -C scripts kconfig.tk
    > make[1]: Entering directory `/work/linsrc/lin2399pre8/scripts'
    > gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -c -o tkparse.o
    > tkparse.c
    > gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -c -o tkcond.o
    > tkcond.c
    > gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -c -o tkgen.o
    > tkgen.c
    > gcc -o tkparse tkparse.o tkcond.o tkgen.o
    > cat header.tk >> ./kconfig.tk
    > ./tkparse < ../arch/i386/config.in >> kconfig.tk
    > drivers/net/Config.in: 221: can't handle dep_bool/dep_mbool/dep_tristate
    > condition
    > make[1]: *** [kconfig.tk] Error 1
    > make[1]: Leaving directory `/work/linsrc/lin2399pre8/scripts'
    > make: *** [xconfig] Error 2
    > [rdunlap@dragon linux]$

    Hi !

    This little patch fix this problem...

    --- linux-2.3.99-pre8.orig/drivers/net/Config.in Fri May 12 20:30:00 2000
    +++ linux/drivers/net/Config.in Sat May 13 06:55:17 2000
    @@ -218,7 +218,7 @@
        dep_tristate ' PPP support for async serial ports' CONFIG_PPP_ASYNC $CONFIG_PPP
        dep_tristate ' PPP support for sync tty ports' CONFIG_PPP_SYNC_TTY $CONFIG_PPP
        dep_tristate ' PPP Deflate compression' CONFIG_PPP_DEFLATE $CONFIG_PPP
    - dep_tristate ' PPP BSD-Compress compression' CONFIG_PPP_BSDCOMP
    + dep_tristate ' PPP BSD-Compress compression' CONFIG_PPP_BSDCOMP $CONFIG_PPP
        if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then
                dep_tristate ' PPP over Ethernet (EXPERIMENTAL)' CONFIG_PPPOE $CONFIG_PPP
        fi

    Ciao
    LMS:-)

    -
    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 : Sat May 13 2000 - 01:22:37 EDT