Gentoo Archives: gentoo-user

From: Alan McKinnon <alan.mckinnon@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] is zfs no longer compatible with systemd?
Date: Thu, 08 Oct 2015 08:38:04
Message-Id: 56162B38.1000101@gmail.com
In Reply to: Re: [gentoo-user] is zfs no longer compatible with systemd? by covici@ccs.covici.com
1 On 08/10/2015 10:24, covici@××××××××××.com wrote:
2 > John Campbell <jdc.rpv@×××.net> wrote:
3 >
4 >> On 10/07/2015 11:51 PM, covici@××××××××××.com wrote:
5 >>> In trying to emerge sysf-fs/zfs today I get the following
6 >>> [ebuild R *] sys-fs/zfs-9999::gentoo USE="rootfs -bash-completion
7 >>> -custom-cflags -debug (-kernel-builtin) -static-libs -test-suite"
8 >>> PYTHON_TARGETS="python2_7 python3_4 -python3_3" 0 KiB
9 >>> [blocks B ] >=sys-fs/udev-init-scripts-28
10 >>> (">=sys-fs/udev-init-scripts-28" is blocking sys-fs/zfs-9999)
11 >>>
12 >>> Total: 1 package (1 reinstall), Size of downloads: 0 KiB
13 >>> Conflict: 1 block (1 unsatisfied)
14 >>>
15 >>> * Error: The above package list contains packages which cannot be
16 >>> * installed at the same time on the same system.
17 >>>
18 >>> (sys-fs/zfs-9999:0/0::gentoo, ebuild scheduled for merge) pulled in by
19 >>> sys-fs/zfs required by @selected
20 >>> sys-fs/zfs
21 >>>
22 >>> (sys-fs/udev-init-scripts-30:0/0::gentoo, installed) pulled in by
23 >>> >=sys-fs/udev-init-scripts-25 required by
24 >>> (sys-apps/systemd-226-r1:0/2::gentoo, installed)
25 >>>
26 >>>
27 >>> Am I reading this correctly, or is there a way to satisfy the block?
28 >>
29 >> Just from your output and reading the ebuilds you can downgrade to
30 >> udev-init-scripts-27
31 >>
32 >
33 > Thanks so much -- I wonder why portage did not mention this, but it
34 > works now -- thanks.
35 >
36
37 Portage DID mention it, here:
38
39 [blocks B ] >=sys-fs/udev-init-scripts-28
40 (">=sys-fs/udev-init-scripts-28" is blocking sys-fs/zfs-9999)
41
42 Note the ">=" and that you are running zfs-9999. Problems like blockers
43 are to be expected.
44
45 The block is from zfs-9999, it's ebuild says it must block
46 >=udev-init-scripts-28, obviously zfs only works with udev-init-scripts
47 up to 27 (or 28 has new features in it that are not supported in zfs yet)
48
49 systemd has nothing to do with this (your subject line), it is merely
50 the package that pulls in udev-init-scripts and that is what triggers
51 the block. Portage displays that so if the blocker is from an unexpected
52 package you can see why it's being pulled in.
53
54
55
56 --
57 Alan McKinnon
58 alan.mckinnon@×××××.com

Replies

Subject Author
Re: [gentoo-user] is zfs no longer compatible with systemd? covici@××××××××××.com