From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id A4A1F13827E for ; Sat, 14 Dec 2013 00:13:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 65CE3E0B62; Sat, 14 Dec 2013 00:13:10 +0000 (UTC) Received: from mail-ea0-f171.google.com (mail-ea0-f171.google.com [209.85.215.171]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4088EE0A99 for ; Sat, 14 Dec 2013 00:13:09 +0000 (UTC) Received: by mail-ea0-f171.google.com with SMTP id h10so1147057eak.16 for ; Fri, 13 Dec 2013 16:13:08 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=f4nbHHj0ZcWthXQNmm6H/UwO8y4hHkWMlJ83b4teddQ=; b=tMtgPmzcnkd72ZtGb9nugIupv9qoRjfGEwQrxa8b8rIkAbdB+ixpcaHBq+k9wda2h5 ZYxmSPN+v+VV07it7038TzTbmVmlupuZloJlhtyPaY+24otMovzUG6QJXhckkKhHtH2O daOsArJn6KdCURjtti7hHNWSVnhvIAJ1ofZcALs8VX9Tl1uzm96budwRtkg67+qRtvbf 8X1oRw5ML+siuscuQvg7OAt9Fxrk01bgjV5Vx0VRAASXyG8vJKklS9GT+8Dzg/5aMQEZ XJSTzXLn0CLr6wIm05kv4gS7swCxWHkhzZsEkmmidxHAIlKPwtGqxZ9YKOQUITD4wyku QORw== X-Received: by 10.15.82.136 with SMTP id a8mr5279349eez.81.1386979988035; Fri, 13 Dec 2013 16:13:08 -0800 (PST) Received: from [192.168.178.21] (pD952C195.dip0.t-ipconnect.de. [217.82.193.149]) by mx.google.com with ESMTPSA id 4sm12346671eed.14.2013.12.13.16.13.07 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 13 Dec 2013 16:13:07 -0800 (PST) Message-ID: <52ABA292.9020801@googlemail.com> Date: Sat, 14 Dec 2013 01:13:06 +0100 From: Volker Armin Hemmann User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.1.1 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] ZFS on Linux (spl build error) References: <52AB450F.7000101@ruehmann-wf.de> <52AB4877.6080402@ruehmann-wf.de> <52AB591D.104@gentoo.org> <20131213192142.GD5364@server> <52AB6956.7030905@googlemail.com> <20131214000418.GJ5364@server> In-Reply-To: <20131214000418.GJ5364@server> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Archives-Salt: d6333a57-ee44-4d51-a946-0b4607a33bb9 X-Archives-Hash: 9cf4ff885951fe153a93ec0647713e9f Am 14.12.2013 01:04, schrieb Bruce Hill: > On Fri, Dec 13, 2013 at 09:08:54PM +0100, Volker Armin Hemmann wrote: >> well, you won't find it in menuconfig. Or at least I couldn't. You can >> reach that option in xconfig. >> >> On the other hand ZLIB_DEFLATE is turned on by a douzend of other >> options that it is VERY probable you never have to touch it. > xconfig doesn't turn on options that aren't there in menuconfig ... you just > might be able to navigate xconfig's interface better. I saw the option in xconfig. I did not see it in menuconfig. xconfig has a setting to show options that are only enabled by other options. Show normal options: ZLIB_DEFLATE is hidden Show all options: ZLIB_DEFLATE is visible and can be changed. > > Any time you can't see how to enable a kernel option, just search for it and > look at the Selected By field to see what you need to turn it on: > > Symbol: ZLIB_DEFLATE [=y] > Type : tristate > Defined at lib/Kconfig:198 > 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] and you are missing half of it: 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]) || CRYPTO_DEFLATE [=y] && CRYPTO [=y] || CRYPTO_ZLIB [=m] && CRYPTO [=y] oh look: crypto_zlib turns it on too. > My personal preference is nconfig ... easy to navigate, nice colors on black bgd. but it seems that nconfig is hiding information from you, that xconfig delivers.