public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] ZFS on Linux (spl build error)
@ 2013-12-13 17:34 Michael Rühmann
  2013-12-13 17:48 ` Michael Rühmann
  0 siblings, 1 reply; 14+ messages in thread
From: Michael Rühmann @ 2013-12-13 17:34 UTC (permalink / raw
  To: gentoo-user

Hi all,

had some troubles to build sys-kernel/spl-0.6.2-r2.

<snip>
 >>> Emerging (4 of 6) sys-kernel/spl-0.6.2-r2
  * spl-0.6.2.tar.gz SHA256 SHA512 WHIRLPOOL size ;-) 
...                                                            [ ok ]
  * spl-0.6.2-p1.tar.xz SHA256 SHA512 WHIRLPOOL size ;-) 
...                                                         [ ok ]
  * Determining the location of the kernel source code
  * Found kernel source directory:
  *     /usr/src/linux
  * Found kernel object directory:
  *     /lib/modules/3.10.17-gentoo/build
  * Found sources for kernel version:
  *     3.10.17-gentoo
  * Checking for suitable kernel configuration options...
  *   CONFIG_ZLIB_DEFLATE:        is not set when it should be.
  * Please check to make sure these options are set correctly.
  * Failure to do so may cause unexpected problems.
  * Once you have satisfied these options, please try merging
  * this package again.
  * ERROR: sys-kernel/spl-0.6.2-r2::gentoo failed (setup phase):
  *   Incorrect kernel configuration options
</snap>

The problem is now: How do i set CONFIG_ZLIB_DEFLATE in menuconfig?
Maybe i'm completely blind...


Thanks in advance for any help,
Mosh


^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [gentoo-user] ZFS on Linux (spl build error)
  2013-12-13 17:34 [gentoo-user] ZFS on Linux (spl build error) Michael Rühmann
@ 2013-12-13 17:48 ` Michael Rühmann
  2013-12-13 18:59   ` hasufell
  0 siblings, 1 reply; 14+ messages in thread
From: Michael Rühmann @ 2013-12-13 17:48 UTC (permalink / raw
  To: gentoo-user

Am 13.12.2013 18:34, schrieb Michael Rühmann:
> Hi all,
>
> had some troubles to build sys-kernel/spl-0.6.2-r2.
>
> <snip>
> >>> Emerging (4 of 6) sys-kernel/spl-0.6.2-r2
>  * spl-0.6.2.tar.gz SHA256 SHA512 WHIRLPOOL size ;-) 
> ...                                                            [ ok ]
>  * spl-0.6.2-p1.tar.xz SHA256 SHA512 WHIRLPOOL size ;-) 
> ...                                                         [ ok ]
>  * Determining the location of the kernel source code
>  * Found kernel source directory:
>  *     /usr/src/linux
>  * Found kernel object directory:
>  *     /lib/modules/3.10.17-gentoo/build
>  * Found sources for kernel version:
>  *     3.10.17-gentoo
>  * Checking for suitable kernel configuration options...
>  *   CONFIG_ZLIB_DEFLATE:        is not set when it should be.
>  * Please check to make sure these options are set correctly.
>  * Failure to do so may cause unexpected problems.
>  * Once you have satisfied these options, please try merging
>  * this package again.
>  * ERROR: sys-kernel/spl-0.6.2-r2::gentoo failed (setup phase):
>  *   Incorrect kernel configuration options
> </snap>
>
> The problem is now: How do i set CONFIG_ZLIB_DEFLATE in menuconfig?
> Maybe i'm completely blind...
>
>
> Thanks in advance for any help,
> Mosh
>
lol, done!
As i thought...i was blind :D


^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [gentoo-user] ZFS on Linux (spl build error)
  2013-12-13 17:48 ` Michael Rühmann
@ 2013-12-13 18:59   ` hasufell
  2013-12-13 19:21     ` Bruce Hill
  0 siblings, 1 reply; 14+ messages in thread
From: hasufell @ 2013-12-13 18:59 UTC (permalink / raw
  To: gentoo-user

On 12/13/2013 06:48 PM, Michael Rühmann wrote:
> Am 13.12.2013 18:34, schrieb Michael Rühmann:
>> Hi all,
>>
>> had some troubles to build sys-kernel/spl-0.6.2-r2.
>>
>> <snip>
>> >>> Emerging (4 of 6) sys-kernel/spl-0.6.2-r2
>>  * spl-0.6.2.tar.gz SHA256 SHA512 WHIRLPOOL size ;-)
>> ...                                                            [ ok ]
>>  * spl-0.6.2-p1.tar.xz SHA256 SHA512 WHIRLPOOL size ;-)
>> ...                                                         [ ok ]
>>  * Determining the location of the kernel source code
>>  * Found kernel source directory:
>>  *     /usr/src/linux
>>  * Found kernel object directory:
>>  *     /lib/modules/3.10.17-gentoo/build
>>  * Found sources for kernel version:
>>  *     3.10.17-gentoo
>>  * Checking for suitable kernel configuration options...
>>  *   CONFIG_ZLIB_DEFLATE:        is not set when it should be.
>>  * Please check to make sure these options are set correctly.
>>  * Failure to do so may cause unexpected problems.
>>  * Once you have satisfied these options, please try merging
>>  * this package again.
>>  * ERROR: sys-kernel/spl-0.6.2-r2::gentoo failed (setup phase):
>>  *   Incorrect kernel configuration options
>> </snap>
>>
>> The problem is now: How do i set CONFIG_ZLIB_DEFLATE in menuconfig?
>> Maybe i'm completely blind...
>>
>>
>> Thanks in advance for any help,
>> Mosh
>>
> lol, done!
> As i thought...i was blind :D
> 

You could at least say how you did it. *sigh*

maybe even add the kernel part to https://wiki.gentoo.org/wiki/ZFS


^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [gentoo-user] ZFS on Linux (spl build error)
  2013-12-13 18:59   ` hasufell
@ 2013-12-13 19:21     ` Bruce Hill
  2013-12-13 20:08       ` Volker Armin Hemmann
                         ` (2 more replies)
  0 siblings, 3 replies; 14+ messages in thread
From: Bruce Hill @ 2013-12-13 19:21 UTC (permalink / raw
  To: gentoo-user

On Fri, Dec 13, 2013 at 07:59:41PM +0100, hasufell wrote:
> >>
> >> The problem is now: How do i set CONFIG_ZLIB_DEFLATE in menuconfig?
> >> Maybe i'm completely blind...
> >>
> >>
> >> Thanks in advance for any help,
> >> Mosh
> >>
> > lol, done!
> > As i thought...i was blind :D
> > 
> 
> You could at least say how you did it. *sigh*
> 
> maybe even add the kernel part to https://wiki.gentoo.org/wiki/ZFS

mingdao@baruch ~ $ zgrep CONFIG_ZLIB_DEFLATE /proc/config.gz 
CONFIG_ZLIB_DEFLATE=y

What *is* so difficult about that?
-- 
Happy Penguin Computers               >')
126 Fenco Drive                       ( \
Tupelo, MS 38801                       ^^
support@happypenguincomputers.com
662-269-2706 662-205-6424
http://happypenguincomputers.com/

A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?

Don't top-post: http://en.wikipedia.org/wiki/Top_post#Top-posting


^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [gentoo-user] ZFS on Linux (spl build error)
  2013-12-13 19:21     ` Bruce Hill
@ 2013-12-13 20:08       ` Volker Armin Hemmann
  2013-12-13 23:53         ` Michael Rühmann
  2013-12-14  0:04         ` Bruce Hill
  2013-12-13 21:37       ` hasufell
  2013-12-13 21:47       ` Neil Bothwick
  2 siblings, 2 replies; 14+ messages in thread
From: Volker Armin Hemmann @ 2013-12-13 20:08 UTC (permalink / raw
  To: gentoo-user

Am 13.12.2013 20:21, schrieb Bruce Hill:
> On Fri, Dec 13, 2013 at 07:59:41PM +0100, hasufell wrote:
>>>> The problem is now: How do i set CONFIG_ZLIB_DEFLATE in menuconfig?
>>>> Maybe i'm completely blind...
>>>>
>>>>
>>>> Thanks in advance for any help,
>>>> Mosh
>>>>
>>> lol, done!
>>> As i thought...i was blind :D
>>>
>> You could at least say how you did it. *sigh*
>>
>> maybe even add the kernel part to https://wiki.gentoo.org/wiki/ZFS
> mingdao@baruch ~ $ zgrep CONFIG_ZLIB_DEFLATE /proc/config.gz 
> CONFIG_ZLIB_DEFLATE=y
>
> What *is* so difficult about that?

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.


^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [gentoo-user] ZFS on Linux (spl build error)
  2013-12-13 19:21     ` Bruce Hill
  2013-12-13 20:08       ` Volker Armin Hemmann
@ 2013-12-13 21:37       ` hasufell
  2013-12-13 21:47       ` Neil Bothwick
  2 siblings, 0 replies; 14+ messages in thread
From: hasufell @ 2013-12-13 21:37 UTC (permalink / raw
  To: gentoo-user

On 12/13/2013 08:21 PM, Bruce Hill wrote:
> 
> What *is* so difficult about that?
> 

Nothing.


^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [gentoo-user] ZFS on Linux (spl build error)
  2013-12-13 19:21     ` Bruce Hill
  2013-12-13 20:08       ` Volker Armin Hemmann
  2013-12-13 21:37       ` hasufell
@ 2013-12-13 21:47       ` Neil Bothwick
  2013-12-14  0:16         ` Bruce Hill
  2 siblings, 1 reply; 14+ messages in thread
From: Neil Bothwick @ 2013-12-13 21:47 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 561 bytes --]

On Fri, 13 Dec 2013 13:21:42 -0600, Bruce Hill wrote:

> > You could at least say how you did it. *sigh*
> > 
> > maybe even add the kernel part to https://wiki.gentoo.org/wiki/ZFS  
> 
> mingdao@baruch ~ $ zgrep CONFIG_ZLIB_DEFLATE /proc/config.gz 
> CONFIG_ZLIB_DEFLATE=y
> 
> What *is* so difficult about that?

Nothing, but you've not answered the question. you have only shown that
you do have the option set, not how you set it.


-- 
Neil Bothwick

There's a fine line between fishing and standing on the shore looking
like an idiot.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [gentoo-user] ZFS on Linux (spl build error)
  2013-12-13 20:08       ` Volker Armin Hemmann
@ 2013-12-13 23:53         ` Michael Rühmann
  2013-12-14  0:05           ` Bruce Hill
  2013-12-14  0:04         ` Bruce Hill
  1 sibling, 1 reply; 14+ messages in thread
From: Michael Rühmann @ 2013-12-13 23:53 UTC (permalink / raw
  To: gentoo-user

Am 13.12.2013 21:08, schrieb Volker Armin Hemmann:
> Am 13.12.2013 20:21, schrieb Bruce Hill:
>> On Fri, Dec 13, 2013 at 07:59:41PM +0100, hasufell wrote:
>>>>> The problem is now: How do i set CONFIG_ZLIB_DEFLATE in menuconfig?
>>>>> Maybe i'm completely blind...
>>>>>
>>>>>
>>>>> Thanks in advance for any help,
>>>>> Mosh
>>>>>
>>>> lol, done!
>>>> As i thought...i was blind :D
>>>>
>>> You could at least say how you did it. *sigh*
>>>
>>> maybe even add the kernel part to https://wiki.gentoo.org/wiki/ZFS
>> mingdao@baruch ~ $ zgrep CONFIG_ZLIB_DEFLATE /proc/config.gz
>> CONFIG_ZLIB_DEFLATE=y
>>
>> What *is* so difficult about that?
> 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.
>
exactly.. i couldn't find it in menuconfig.
The answer was to set CONFIG_CRYPTO_DEFLATE=y manually in .config.
After building the new kernel, CONFIG_ZLIB_DEFLATE was pulled in and spl 
compiled without any problem.

There is nothing difficult about that :-)


^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [gentoo-user] ZFS on Linux (spl build error)
  2013-12-13 20:08       ` Volker Armin Hemmann
  2013-12-13 23:53         ` Michael Rühmann
@ 2013-12-14  0:04         ` Bruce Hill
  2013-12-14  0:13           ` Volker Armin Hemmann
  2013-12-14  0:15           ` Michael Rühmann
  1 sibling, 2 replies; 14+ messages in thread
From: Bruce Hill @ 2013-12-14  0:04 UTC (permalink / raw
  To: gentoo-user

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.

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]

My personal preference is nconfig ... easy to navigate, nice colors on black bgd.
-- 
Happy Penguin Computers               >')
126 Fenco Drive                       ( \
Tupelo, MS 38801                       ^^
support@happypenguincomputers.com
662-269-2706 662-205-6424
http://happypenguincomputers.com/

A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?

Don't top-post: http://en.wikipedia.org/wiki/Top_post#Top-posting


^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [gentoo-user] ZFS on Linux (spl build error)
  2013-12-13 23:53         ` Michael Rühmann
@ 2013-12-14  0:05           ` Bruce Hill
  0 siblings, 0 replies; 14+ messages in thread
From: Bruce Hill @ 2013-12-14  0:05 UTC (permalink / raw
  To: gentoo-user

On Sat, Dec 14, 2013 at 12:53:39AM +0100, Michael Rühmann wrote:

> >> mingdao@baruch ~ $ zgrep CONFIG_ZLIB_DEFLATE /proc/config.gz
> >> CONFIG_ZLIB_DEFLATE=y
> >>
> >> What *is* so difficult about that?
> > 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.
> >
> exactly.. i couldn't find it in menuconfig.
> The answer was to set CONFIG_CRYPTO_DEFLATE=y manually in .config.
> After building the new kernel, CONFIG_ZLIB_DEFLATE was pulled in and spl 
> compiled without any problem.

YDIW ... it's never a good idea to edit .config by hand. Always use one of the
"make <some>config" commands.

> There is nothing difficult about that :-)
-- 
Happy Penguin Computers               >')
126 Fenco Drive                       ( \
Tupelo, MS 38801                       ^^
support@happypenguincomputers.com
662-269-2706 662-205-6424
http://happypenguincomputers.com/

A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?

Don't top-post: http://en.wikipedia.org/wiki/Top_post#Top-posting


^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [gentoo-user] ZFS on Linux (spl build error)
  2013-12-14  0:04         ` Bruce Hill
@ 2013-12-14  0:13           ` Volker Armin Hemmann
  2013-12-14  0:20             ` Bruce Hill
  2013-12-14  0:15           ` Michael Rühmann
  1 sibling, 1 reply; 14+ messages in thread
From: Volker Armin Hemmann @ 2013-12-14  0:13 UTC (permalink / raw
  To: gentoo-user

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.


^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [gentoo-user] ZFS on Linux (spl build error)
  2013-12-14  0:04         ` Bruce Hill
  2013-12-14  0:13           ` Volker Armin Hemmann
@ 2013-12-14  0:15           ` Michael Rühmann
  1 sibling, 0 replies; 14+ messages in thread
From: Michael Rühmann @ 2013-12-14  0:15 UTC (permalink / raw
  To: gentoo-user

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.
>
> 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]
>
> My personal preference is nconfig ... easy to navigate, nice colors on black bgd.

There's always a lot to learn :D
I will have a look at nconfig and give it a try in the future.

Many thanks for the tips, Bruce


^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [gentoo-user] ZFS on Linux (spl build error)
  2013-12-13 21:47       ` Neil Bothwick
@ 2013-12-14  0:16         ` Bruce Hill
  0 siblings, 0 replies; 14+ messages in thread
From: Bruce Hill @ 2013-12-14  0:16 UTC (permalink / raw
  To: gentoo-user

On Fri, Dec 13, 2013 at 09:47:44PM +0000, Neil Bothwick wrote:
> On Fri, 13 Dec 2013 13:21:42 -0600, Bruce Hill wrote:
> 
> > > You could at least say how you did it. *sigh*
> > > 
> > > maybe even add the kernel part to https://wiki.gentoo.org/wiki/ZFS  
> > 
> > mingdao@baruch ~ $ zgrep CONFIG_ZLIB_DEFLATE /proc/config.gz 
> > CONFIG_ZLIB_DEFLATE=y
> > 
> > What *is* so difficult about that?
> 
> Nothing, but you've not answered the question. you have only shown that
> you do have the option set, not how you set it.
> 
> 
> -- 
> Neil Bothwick
> 
> There's a fine line between fishing and standing on the shore looking
> like an idiot.

As per another post, but my mouse paste came up short. Let me try again:

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] ) || PSTORE [=n] && MISC_FILESYSTEMS [=y] || CRYPTO_DEFLATE [=y] && CRYPTO [=y] || CRYPTO_ZLIB [=y] && CRYPTO [=y]

Which combination depends upon your use case.
-- 
Happy Penguin Computers               >')
126 Fenco Drive                       ( \
Tupelo, MS 38801                       ^^
support@happypenguincomputers.com
662-269-2706 662-205-6424
http://happypenguincomputers.com/

A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?

Don't top-post: http://en.wikipedia.org/wiki/Top_post#Top-posting


^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [gentoo-user] ZFS on Linux (spl build error)
  2013-12-14  0:13           ` Volker Armin Hemmann
@ 2013-12-14  0:20             ` Bruce Hill
  0 siblings, 0 replies; 14+ messages in thread
From: Bruce Hill @ 2013-12-14  0:20 UTC (permalink / raw
  To: gentoo-user

On Sat, Dec 14, 2013 at 01:13:06AM +0100, Volker Armin Hemmann wrote:
> >
> > 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.

No, it was 100% user error. Trying to do 14 things at once, and no matter what
any human says, when we "multi-task" we don't do *any* of the >1 tasks as well
as we do "exec task1 ; exec task2 ; exec task3 ; done"

Here's what I should have pasted:

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]) || PSTORE [=n] && MISC_FILESYSTEMS [=y] || CRYPTO_DEFLATE [=y] && CRYPTO [=y] || CRYPTO_ZLIB [=y] && CRYPTO [=y]
-- 
Happy Penguin Computers               >')
126 Fenco Drive                       ( \
Tupelo, MS 38801                       ^^
support@happypenguincomputers.com
662-269-2706 662-205-6424
http://happypenguincomputers.com/

A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?

Don't top-post: http://en.wikipedia.org/wiki/Top_post#Top-posting


^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2013-12-14  0:20 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-13 17:34 [gentoo-user] ZFS on Linux (spl build error) Michael Rühmann
2013-12-13 17:48 ` Michael Rühmann
2013-12-13 18:59   ` hasufell
2013-12-13 19:21     ` Bruce Hill
2013-12-13 20:08       ` Volker Armin Hemmann
2013-12-13 23:53         ` Michael Rühmann
2013-12-14  0:05           ` Bruce Hill
2013-12-14  0:04         ` Bruce Hill
2013-12-14  0:13           ` Volker Armin Hemmann
2013-12-14  0:20             ` Bruce Hill
2013-12-14  0:15           ` Michael Rühmann
2013-12-13 21:37       ` hasufell
2013-12-13 21:47       ` Neil Bothwick
2013-12-14  0:16         ` Bruce Hill

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox