Gentoo Archives: gentoo-user

From: Volker Armin Hemmann <volkerarmin@××××××××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] ZFS on Linux (spl build error)
Date: Sat, 14 Dec 2013 00:13:21
Message-Id: 52ABA292.9020801@googlemail.com
In Reply to: Re: [gentoo-user] ZFS on Linux (spl build error) by Bruce Hill
1 Am 14.12.2013 01:04, schrieb Bruce Hill:
2 > On Fri, Dec 13, 2013 at 09:08:54PM +0100, Volker Armin Hemmann wrote:
3 >> well, you won't find it in menuconfig. Or at least I couldn't. You can
4 >> reach that option in xconfig.
5 >>
6 >> On the other hand ZLIB_DEFLATE is turned on by a douzend of other
7 >> options that it is VERY probable you never have to touch it.
8 > xconfig doesn't turn on options that aren't there in menuconfig ... you just
9 > might be able to navigate xconfig's interface better.
10
11 I saw the option in xconfig. I did not see it in menuconfig.
12
13 xconfig has a setting to show options that are only enabled by other
14 options.
15
16 Show normal options: ZLIB_DEFLATE is hidden
17 Show all options: ZLIB_DEFLATE is visible and can be changed.
18
19 >
20 > Any time you can't see how to enable a kernel option, just search for it and
21 > look at the Selected By field to see what you need to turn it on:
22 >
23 > Symbol: ZLIB_DEFLATE [=y]
24 > Type : tristate
25 > Defined at lib/Kconfig:198
26 > Selected by: PPP_DEFLATE [=n] && NETDEVICES [=y] && PPP [=n] || BTRFS_FS [=n] && BLOCK [=y] || JFFS2_ZLIB [=n] && MISC_FILESYSTEMS [=y] && JFFS2_FS [=n] || LOGFS [=n] && MISC_FILESYSTEMS [=y] && (MTD [=n] || BLOCK [=y]
27
28 and you are missing half of it:
29 Selected by: PPP_DEFLATE [=n] && NETDEVICES [=y] && PPP [=n] || BTRFS_FS
30 [=n] && BLOCK [=y] || JFFS2_ZLIB [=n] && MISC_FILESYSTEMS [=y] &&
31 JFFS2_FS [=n] || LOGFS [=n] && MISC_FILESYSTEMS [=y] && (MTD [=n] ||
32 BLOCK [=y]) || CRYPTO_DEFLATE [=y] && CRYPTO [=y] || CRYPTO_ZLIB [=m] &&
33 CRYPTO [=y]
34
35 oh look: crypto_zlib turns it on too.
36
37 > My personal preference is nconfig ... easy to navigate, nice colors on black bgd.
38
39 but it seems that nconfig is hiding information from you, that xconfig
40 delivers.

Replies

Subject Author
Re: [gentoo-user] ZFS on Linux (spl build error) Bruce Hill <daddy@×××××××××××××××××××××.com>