Gentoo Archives: gentoo-user

From: "Michael Rühmann" <mosh@×××××××××××.de>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] ZFS on Linux (spl build error)
Date: Fri, 13 Dec 2013 23:53:53
Message-Id: 52AB9E03.5010504@ruehmann-wf.de
In Reply to: Re: [gentoo-user] ZFS on Linux (spl build error) by Volker Armin Hemmann
1 Am 13.12.2013 21:08, schrieb Volker Armin Hemmann:
2 > Am 13.12.2013 20:21, schrieb Bruce Hill:
3 >> On Fri, Dec 13, 2013 at 07:59:41PM +0100, hasufell wrote:
4 >>>>> The problem is now: How do i set CONFIG_ZLIB_DEFLATE in menuconfig?
5 >>>>> Maybe i'm completely blind...
6 >>>>>
7 >>>>>
8 >>>>> Thanks in advance for any help,
9 >>>>> Mosh
10 >>>>>
11 >>>> lol, done!
12 >>>> As i thought...i was blind :D
13 >>>>
14 >>> You could at least say how you did it. *sigh*
15 >>>
16 >>> maybe even add the kernel part to https://wiki.gentoo.org/wiki/ZFS
17 >> mingdao@baruch ~ $ zgrep CONFIG_ZLIB_DEFLATE /proc/config.gz
18 >> CONFIG_ZLIB_DEFLATE=y
19 >>
20 >> What *is* so difficult about that?
21 > well, you won't find it in menuconfig. Or at least I couldn't. You can
22 > reach that option in xconfig.
23 >
24 > On the other hand ZLIB_DEFLATE is turned on by a douzend of other
25 > options that it is VERY probable you never have to touch it.
26 >
27 exactly.. i couldn't find it in menuconfig.
28 The answer was to set CONFIG_CRYPTO_DEFLATE=y manually in .config.
29 After building the new kernel, CONFIG_ZLIB_DEFLATE was pulled in and spl
30 compiled without any problem.
31
32 There is nothing difficult about that :-)

Replies

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