Re: make xconfig and choice bug?

From: Andrzej Krzysztofowicz (kufel!ankry@green.mif.pg.gda.pl)
Date: Sun Jan 09 2000 - 19:13:09 EST


> while playing with reiserfs, I found out that:
>
> make xconfig does not choose any of the options of a "choice"
> selection for a new option, while make menuconfig does and make
> oldconfig/make config ask anyways for new options.
>
> This is the relevant Config.in fragment. I expect make xconfig to set
> CONFIG_CRYPTO_SECURE_HASH unless explicitly touched (yes, REISERFS is
> set).
>
> #reiserfs support
> tristate 'Reiserfs support' CONFIG_REISERFS_FS
> if [ "$CONFIG_REISERFS_FS" = "y" -o "$CONFIG_REISERFS_FS" = "m" ]; then
>
> choice 'Reiserfs hash function' \
> "...tea_hash CONFIG_CRYPTO_SECURE_HASH \
> ...rupasov_hash CONFIG_YRH_HASH" ...tea_hash
> fi
>
> Comments, Fixes? (I cannot currently program Tcl/Tk).

Kernel 2.2.* ?
This bug has already been fixed in 2.3.
Patch for 2.2 xconfig should be available somewhere at
  ftp://rudy.mif.pg.gda.pl/pub/People/ankry/linux/kernel-patches/2.2/

Andrzej

-
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 Jan 15 2000 - 21:00:16 EST