Re: [MERGE] Add a --disable-zfs configure flag.

2012-02-04 Thread Mike Gilbert
On 02/04/2012 10:40 PM, Darik Horn wrote: > On Sat, Feb 4, 2012 at 16:36, Mike Gilbert wrote: >> >> 1. grub's configure is failing to detect libnvpair due to some breakage >> upstream. See https://github.com/zfsonlinux/zfs/issues/560 . >> > > Please try the attached patch, which should fix this b

Re: [MERGE] Add a --disable-zfs configure flag.

2012-02-04 Thread Darik Horn
On Sat, Feb 4, 2012 at 16:36, Mike Gilbert wrote: > > 1. grub's configure is failing to detect libnvpair due to some breakage > upstream. See https://github.com/zfsonlinux/zfs/issues/560 . > Please try the attached patch, which should fix this build failure on Gentoo. Remember to run ./autogen.sh

Re: [MERGE] Add a --disable-zfs configure flag.

2012-02-04 Thread Mike Gilbert
Here's a new bundle including a --without-libzfs flag, and a fix for my build issue. # Bazaar merge directive format 2 (Bazaar 0.90) # revision_id: flop...@gentoo.org-20120205010752-empg4oxbegj3fepe # target_branch: http://bzr.savannah.gnu.org/r/grub/trunk/grub/ # testament_sha1: 3de5f3713591cd8770

Re: [MERGE] Add a --disable-zfs configure flag.

2012-02-04 Thread Mike Gilbert
On 02/04/2012 03:46 PM, Mike Gilbert wrote: > I have the libzfs headers in /usr/include/libzfs, which is where the ZFS > on Linux build system puts them. My best guess is that it isn't finding > libzfs.h, but I haven't really dug in. > As it turns out, there are a few things going on here: 1. gr

Re: [MERGE] Add a --disable-zfs configure flag.

2012-02-04 Thread Mike Gilbert
On Sat, Feb 4, 2012 at 4:41 PM, Richard Laager wrote: > Additionally in the case of libzfs specifically: >  A) There have been compatibility breakages in the past and it's not >    versioned. >  B) GRUB has an alternate method of working with ZFS (using the >    command-line tools). > > I support*

Re: [MERGE] Add a --disable-zfs configure flag.

2012-02-04 Thread Richard Laager
Additionally in the case of libzfs specifically: A) There have been compatibility breakages in the past and it's not versioned. B) GRUB has an alternate method of working with ZFS (using the command-line tools). I support* the patch if modified to name the option --disable-libzfs instead

Re: [MERGE] Add a --disable-zfs configure flag.

2012-02-04 Thread Mike Gilbert
On 02/04/2012 03:06 PM, Vladimir 'φ-coder/phcoder' Serbinenko wrote: > On 04.02.2012 20:56, Mike Gilbert wrote: >> I happen to have the ZFS libraries installed on my machine, but I don't >> want my boot loader to use them. It seems to be broken for me at the >> moment in any case. >> >> I'm new to

Re: [MERGE] Add a --disable-zfs configure flag.

2012-02-04 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 04.02.2012 20:56, Mike Gilbert wrote: I happen to have the ZFS libraries installed on my machine, but I don't want my boot loader to use them. It seems to be broken for me at the moment in any case. I'm new to bazaar and this is my first submission to this mailing list, so please let me know

[MERGE] Add a --disable-zfs configure flag.

2012-02-04 Thread Mike Gilbert
I happen to have the ZFS libraries installed on my machine, but I don't want my boot loader to use them. It seems to be broken for me at the moment in any case. I'm new to bazaar and this is my first submission to this mailing list, so please let me know if I've done something incorrectly. # Bazaa