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
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
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
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
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*
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
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
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
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