public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] is zfs no longer compatible with systemd?
@ 2015-10-08  6:51 covici
  0 siblings, 0 replies; 6+ messages in thread
From: covici @ 2015-10-08  6:51 UTC (permalink / raw
  To: gentoo-user

In trying to emerge sysf-fs/zfs today I get the following
[ebuild   R   *] sys-fs/zfs-9999::gentoo  USE="rootfs -bash-completion
-custom-cflags -debug (-kernel-builtin) -static-libs -test-suite"
PYTHON_TARGETS="python2_7 python3_4 -python3_3" 0 KiB
[blocks B      ] >=sys-fs/udev-init-scripts-28
(">=sys-fs/udev-init-scripts-28" is blocking sys-fs/zfs-9999)

Total: 1 package (1 reinstall), Size of downloads: 0 KiB
Conflict: 1 block (1 unsatisfied)

 * Error: The above package list contains packages which cannot be
 * installed at the same time on the same system.

  (sys-fs/zfs-9999:0/0::gentoo, ebuild scheduled for merge) pulled in by
    sys-fs/zfs required by @selected
    sys-fs/zfs

  (sys-fs/udev-init-scripts-30:0/0::gentoo, installed) pulled in by
    >=sys-fs/udev-init-scripts-25 required by
  (sys-apps/systemd-226-r1:0/2::gentoo, installed)


Am I reading this correctly, or is there a way to satisfy the block?

Thanks in advance for any suggestions.

-- 
Your life is like a penny.  You're going to lose it.  The question is:
How do
you spend it?

         John Covici
         covici@ccs.covici.com


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

* Re: [gentoo-user] is zfs no longer compatible with systemd?
       [not found] <SWry1r00p1kktTk01WrzEG>
@ 2015-10-08  7:23 ` John Campbell
  2015-10-08  8:24   ` covici
  0 siblings, 1 reply; 6+ messages in thread
From: John Campbell @ 2015-10-08  7:23 UTC (permalink / raw
  To: gentoo-user

On 10/07/2015 11:51 PM, covici@ccs.covici.com wrote:
> In trying to emerge sysf-fs/zfs today I get the following
> [ebuild   R   *] sys-fs/zfs-9999::gentoo  USE="rootfs -bash-completion
> -custom-cflags -debug (-kernel-builtin) -static-libs -test-suite"
> PYTHON_TARGETS="python2_7 python3_4 -python3_3" 0 KiB
> [blocks B      ] >=sys-fs/udev-init-scripts-28
> (">=sys-fs/udev-init-scripts-28" is blocking sys-fs/zfs-9999)
>
> Total: 1 package (1 reinstall), Size of downloads: 0 KiB
> Conflict: 1 block (1 unsatisfied)
>
>   * Error: The above package list contains packages which cannot be
>   * installed at the same time on the same system.
>
>    (sys-fs/zfs-9999:0/0::gentoo, ebuild scheduled for merge) pulled in by
>      sys-fs/zfs required by @selected
>      sys-fs/zfs
>
>    (sys-fs/udev-init-scripts-30:0/0::gentoo, installed) pulled in by
>      >=sys-fs/udev-init-scripts-25 required by
>    (sys-apps/systemd-226-r1:0/2::gentoo, installed)
>
>
> Am I reading this correctly, or is there a way to satisfy the block?

Just from your output and reading the ebuilds you can downgrade to 
udev-init-scripts-27


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

* Re: [gentoo-user] is zfs no longer compatible with systemd?
  2015-10-08  7:23 ` [gentoo-user] is zfs no longer compatible with systemd? John Campbell
@ 2015-10-08  8:24   ` covici
  2015-10-08  8:37     ` Alan McKinnon
  2015-10-08  8:39     ` Emanuele Rusconi
  0 siblings, 2 replies; 6+ messages in thread
From: covici @ 2015-10-08  8:24 UTC (permalink / raw
  To: gentoo-user

John Campbell <jdc.rpv@cox.net> wrote:

> On 10/07/2015 11:51 PM, covici@ccs.covici.com wrote:
> > In trying to emerge sysf-fs/zfs today I get the following
> > [ebuild   R   *] sys-fs/zfs-9999::gentoo  USE="rootfs -bash-completion
> > -custom-cflags -debug (-kernel-builtin) -static-libs -test-suite"
> > PYTHON_TARGETS="python2_7 python3_4 -python3_3" 0 KiB
> > [blocks B      ] >=sys-fs/udev-init-scripts-28
> > (">=sys-fs/udev-init-scripts-28" is blocking sys-fs/zfs-9999)
> >
> > Total: 1 package (1 reinstall), Size of downloads: 0 KiB
> > Conflict: 1 block (1 unsatisfied)
> >
> >   * Error: The above package list contains packages which cannot be
> >   * installed at the same time on the same system.
> >
> >    (sys-fs/zfs-9999:0/0::gentoo, ebuild scheduled for merge) pulled in by
> >      sys-fs/zfs required by @selected
> >      sys-fs/zfs
> >
> >    (sys-fs/udev-init-scripts-30:0/0::gentoo, installed) pulled in by
> >      >=sys-fs/udev-init-scripts-25 required by
> >    (sys-apps/systemd-226-r1:0/2::gentoo, installed)
> >
> >
> > Am I reading this correctly, or is there a way to satisfy the block?
> 
> Just from your output and reading the ebuilds you can downgrade to
> udev-init-scripts-27
> 

Thanks so much -- I wonder why portage did not mention this, but it
works now -- thanks.

-- 
Your life is like a penny.  You're going to lose it.  The question is:
How do
you spend it?

         John Covici
         covici@ccs.covici.com


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

* Re: [gentoo-user] is zfs no longer compatible with systemd?
  2015-10-08  8:24   ` covici
@ 2015-10-08  8:37     ` Alan McKinnon
  2015-10-08  8:41       ` covici
  2015-10-08  8:39     ` Emanuele Rusconi
  1 sibling, 1 reply; 6+ messages in thread
From: Alan McKinnon @ 2015-10-08  8:37 UTC (permalink / raw
  To: gentoo-user

On 08/10/2015 10:24, covici@ccs.covici.com wrote:
> John Campbell <jdc.rpv@cox.net> wrote:
> 
>> On 10/07/2015 11:51 PM, covici@ccs.covici.com wrote:
>>> In trying to emerge sysf-fs/zfs today I get the following
>>> [ebuild   R   *] sys-fs/zfs-9999::gentoo  USE="rootfs -bash-completion
>>> -custom-cflags -debug (-kernel-builtin) -static-libs -test-suite"
>>> PYTHON_TARGETS="python2_7 python3_4 -python3_3" 0 KiB
>>> [blocks B      ] >=sys-fs/udev-init-scripts-28
>>> (">=sys-fs/udev-init-scripts-28" is blocking sys-fs/zfs-9999)
>>>
>>> Total: 1 package (1 reinstall), Size of downloads: 0 KiB
>>> Conflict: 1 block (1 unsatisfied)
>>>
>>>   * Error: The above package list contains packages which cannot be
>>>   * installed at the same time on the same system.
>>>
>>>    (sys-fs/zfs-9999:0/0::gentoo, ebuild scheduled for merge) pulled in by
>>>      sys-fs/zfs required by @selected
>>>      sys-fs/zfs
>>>
>>>    (sys-fs/udev-init-scripts-30:0/0::gentoo, installed) pulled in by
>>>      >=sys-fs/udev-init-scripts-25 required by
>>>    (sys-apps/systemd-226-r1:0/2::gentoo, installed)
>>>
>>>
>>> Am I reading this correctly, or is there a way to satisfy the block?
>>
>> Just from your output and reading the ebuilds you can downgrade to
>> udev-init-scripts-27
>>
> 
> Thanks so much -- I wonder why portage did not mention this, but it
> works now -- thanks.
> 

Portage DID mention it, here:

[blocks B      ] >=sys-fs/udev-init-scripts-28
(">=sys-fs/udev-init-scripts-28" is blocking sys-fs/zfs-9999)

Note the ">=" and that you are running zfs-9999. Problems like blockers
are to be expected.

The block is from zfs-9999, it's ebuild says it must block
>=udev-init-scripts-28, obviously zfs only works with udev-init-scripts
up to 27 (or 28 has new features in it that are not supported in zfs yet)

systemd has nothing to do with this (your subject line), it is merely
the package that pulls in udev-init-scripts and that is what triggers
the block. Portage displays that so if the blocker is from an unexpected
package you can see why it's being pulled in.



-- 
Alan McKinnon
alan.mckinnon@gmail.com



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

* Re: [gentoo-user] is zfs no longer compatible with systemd?
  2015-10-08  8:24   ` covici
  2015-10-08  8:37     ` Alan McKinnon
@ 2015-10-08  8:39     ` Emanuele Rusconi
  1 sibling, 0 replies; 6+ messages in thread
From: Emanuele Rusconi @ 2015-10-08  8:39 UTC (permalink / raw
  To: gentoo-user

On 8 October 2015 at 10:24, <covici@ccs.covici.com> wrote:
>
> I wonder why portage did not mention this

It did. Somewhat cryptic, but it's there.

-- Emanuele Rusconi


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

* Re: [gentoo-user] is zfs no longer compatible with systemd?
  2015-10-08  8:37     ` Alan McKinnon
@ 2015-10-08  8:41       ` covici
  0 siblings, 0 replies; 6+ messages in thread
From: covici @ 2015-10-08  8:41 UTC (permalink / raw
  To: gentoo-user

Alan McKinnon <alan.mckinnon@gmail.com> wrote:

> On 08/10/2015 10:24, covici@ccs.covici.com wrote:
> > John Campbell <jdc.rpv@cox.net> wrote:
> > 
> >> On 10/07/2015 11:51 PM, covici@ccs.covici.com wrote:
> >>> In trying to emerge sysf-fs/zfs today I get the following
> >>> [ebuild   R   *] sys-fs/zfs-9999::gentoo  USE="rootfs -bash-completion
> >>> -custom-cflags -debug (-kernel-builtin) -static-libs -test-suite"
> >>> PYTHON_TARGETS="python2_7 python3_4 -python3_3" 0 KiB
> >>> [blocks B      ] >=sys-fs/udev-init-scripts-28
> >>> (">=sys-fs/udev-init-scripts-28" is blocking sys-fs/zfs-9999)
> >>>
> >>> Total: 1 package (1 reinstall), Size of downloads: 0 KiB
> >>> Conflict: 1 block (1 unsatisfied)
> >>>
> >>>   * Error: The above package list contains packages which cannot be
> >>>   * installed at the same time on the same system.
> >>>
> >>>    (sys-fs/zfs-9999:0/0::gentoo, ebuild scheduled for merge) pulled in by
> >>>      sys-fs/zfs required by @selected
> >>>      sys-fs/zfs
> >>>
> >>>    (sys-fs/udev-init-scripts-30:0/0::gentoo, installed) pulled in by
> >>>      >=sys-fs/udev-init-scripts-25 required by
> >>>    (sys-apps/systemd-226-r1:0/2::gentoo, installed)
> >>>
> >>>
> >>> Am I reading this correctly, or is there a way to satisfy the block?
> >>
> >> Just from your output and reading the ebuilds you can downgrade to
> >> udev-init-scripts-27
> >>
> > 
> > Thanks so much -- I wonder why portage did not mention this, but it
> > works now -- thanks.
> > 
> 
> Portage DID mention it, here:
> 
> [blocks B      ] >=sys-fs/udev-init-scripts-28
> (">=sys-fs/udev-init-scripts-28" is blocking sys-fs/zfs-9999)
> 
> Note the ">=" and that you are running zfs-9999. Problems like blockers
> are to be expected.
> 
> The block is from zfs-9999, it's ebuild says it must block
> >=udev-init-scripts-28, obviously zfs only works with udev-init-scripts
> up to 27 (or 28 has new features in it that are not supported in zfs yet)
> 
> systemd has nothing to do with this (your subject line), it is merely
> the package that pulls in udev-init-scripts and that is what triggers
> the block. Portage displays that so if the blocker is from an unexpected
> package you can see why it's being pulled in.

OK, thanks.


-- 
Your life is like a penny.  You're going to lose it.  The question is:
How do
you spend it?

         John Covici
         covici@ccs.covici.com


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

end of thread, other threads:[~2015-10-08  8:41 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <SWry1r00p1kktTk01WrzEG>
2015-10-08  7:23 ` [gentoo-user] is zfs no longer compatible with systemd? John Campbell
2015-10-08  8:24   ` covici
2015-10-08  8:37     ` Alan McKinnon
2015-10-08  8:41       ` covici
2015-10-08  8:39     ` Emanuele Rusconi
2015-10-08  6:51 covici

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