Gentoo Archives: gentoo-dev

From: Francesco Riosa <vivo75@×××××.com>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] Lastrite: ogle, ogle-gui, goggles, zfs-fuse and ripmake
Date: Mon, 09 Jan 2012 20:05:06
Message-Id: CAD6zcDygkSLpypREH+7POr5rCW+o06fEXpzBbh9EsLzu0uYdPg@mail.gmail.com
In Reply to: [gentoo-dev] Lastrite: ogle, ogle-gui, goggles, zfs-fuse and ripmake by Samuli Suominen
1 2012/1/9 Samuli Suominen <ssuominen@g.o>:
2 > # Samuli Suominen <ssuominen@g.o> (09 Jan 2012)
3 > # Fails to compile against recent glibc and multiple other issues.
4 > # No maintainer to take care of the package. Removal in 30 days.
5 > # Bugs 325331, 284369, 380749, 388741, 381539, 358697, and 332395.
6 > sys-fs/zfs-fuse
7
8 this is un-fortunate, it would be possible to replace it with the zfs
9 module, there are ebuilds in some overlay for the couple sys-devel/spl
10 + sys-fs/zfs which work well with some adjustment up to kernel 3.1.8.
11
12 For example "pinkbyte" overlay (mentioned @
13 http://wiki.gentoo.org/wiki/ZFS) has good version of them, the only
14 changes needed where:
15 1) <= automake to 1.10
16 2) - --with-linux-obj="${KERNEL_DIR}"
17 + --with-linux-obj="${KBUILD_OUTPUT}"
18 3) maybe spl should register for "module-rebuild" but it does not (not sure)

Replies

Subject Author
Re: [gentoo-dev] Lastrite: ogle, ogle-gui, goggles, zfs-fuse and ripmake Samuli Suominen <ssuominen@g.o>