public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
From: Alan McKinnon <alan.mckinnon@gmail.com>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] a few blockers I can't figure out
Date: Mon, 31 Aug 2015 16:53:24 +0200	[thread overview]
Message-ID: <55E46A64.5030701@gmail.com> (raw)
In-Reply-To: <29989.1441029822@ccs.covici.com>

On 31/08/2015 16:03, covici@ccs.covici.com wrote:
> Alan McKinnon <alan.mckinnon@gmail.com> wrote:
> 
>> On 31/08/2015 13:49, covici@ccs.covici.com wrote:
>>>> A clue is in the ebuilds for systemd:
>>>>>
>>>>>         sysv-utils? (
>>>>>                 !sys-apps/systemd-sysv-utils
>>>>>                 !sys-apps/sysvinit )
>>>>>
>>>>> That's a hard blocker, no way round it. It's in all the systemd ebuilds
>>>>> for the current unstable versions.
>>>>>
>>>>> Do you have USE="sysv-utils" set for sysvinit?
>>>>>
>>>>> If so, to have both sysvinit and systemd, you will have to disable that
>>>>> USE flag and see what comes next.
>>> I put that use flag in there because I thought it would allow systemd to
>>> generate a service from a script in /etc/init.d, but I will see what
>>> happens when I remove that flag or maybe if there is another way to
>>> accomplish that?
>>> Well, that did it!  It still is downgrading systemd, but that's not too
>>> bad, thanks guys.
>>
>> $ euses -sf sysv-utils
>> sys-apps/systemd:sysv-utils - Install sysvinit compatibility symlinks
>> and manpages for init, telinit, halt, poweroff, reboot, runlevel, and
>> shutdown
>>
>>
>> That description is quite vague, and could mean many things. I'm no
>> expert on systemd, but I would imagine that it already has it's own
>> scripts to deal with those listed functions. I wonder what the use of
>> the flag is then? Perhaps an old compatibility layer than is not needed now?
>>
>>
>> I can't see a reason why systemd is being downgraded; the previous
>> output either lists just "sys-apps/systemd" or uses a ">=" operator.
>> Nothing to say why 219_p112 is the highest usable version.
>>
>> Once the emerge finishes and portage has done what it wants, run these
>> commands:
>>
>> emerge -pv systemd
>> emerge -pv =systemd-225
>>
>> (225 being latest in the tree). Then we can see better why portage is
>> doing what it does
>>
>>
>>
> 
> I think it has something to do with fail2ban -- the version of systemd
> in the tree after the 219 version is 224-r1 and 225 and now portage is
> saying
> WARNING: One or more updates/rebuilds have been skipped due to a
> dependency conflict:
> and one of those says 
>   (sys-apps/systemd-225:0/2::gentoo, ebuild scheduled for merge)
>   conflicts with^M
>     sys-apps/systemd[python(-),python_targets_python2_7(-),python_single_target_python2_7(+),python_targets_python3_4(-)]
>     required by (net-analyzer/fail2ban-0.9.3:0/0::gentoo, installed)
> Does that make sense?
> 

The words make sense, the meaning doesn't :-)

It looks like fail2ban wants systemd without python support, but the
true reason is still hidden. The fail2ban ebuild has this:

RDEPEND="
        ...
        systemd? ( $(python_gen_cond_dep '|| (
                dev-python/python-systemd[${PYTHON_USEDEP}]
                sys-apps/systemd[python(-),${PYTHON_USEDEP}]


I'm thinking maybe you have a specific portage entry that's getting in
the way. What are your results for:

emerge --info
grep -r python /etc/portage
grep -r systemd /etc/portage


-- 
Alan McKinnon
alan.mckinnon@gmail.com



  reply	other threads:[~2015-08-31 14:54 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-08-31  4:19 [gentoo-user] a few blockers I can't figure out covici
2015-08-31  8:50 ` Neil Bothwick
2015-08-31  9:04   ` covici
2015-08-31  9:36 ` Alan McKinnon
2015-08-31 11:03   ` covici
2015-08-31 11:10     ` Alan McKinnon
2015-08-31 11:49       ` covici
2015-08-31 12:40         ` Alan McKinnon
2015-08-31 13:37           ` Alec Ten Harmsel
2015-08-31 14:03           ` covici
2015-08-31 14:53             ` Alan McKinnon [this message]
2015-08-31 16:54               ` covici
2015-08-31 17:02                 ` Neil Bothwick
2015-08-31 18:12                   ` covici
2015-08-31 22:18                 ` Alan McKinnon
2015-09-01  0:12                   ` covici
2015-09-01  9:55                     ` Alan McKinnon
2015-09-01 10:15                       ` Rich Freeman
2015-09-01 11:13                         ` covici
2015-09-01 11:45                           ` Rich Freeman
2015-09-01 11:54                             ` covici
2015-09-01 10:18                       ` Marc Joliet_1
2015-09-01 10:46                         ` Alan McKinnon
2015-09-01 11:03                       ` covici
2015-09-01 11:15                         ` Alan McKinnon
2015-08-31 23:51                 ` Jeremi Piotrowski
2015-09-01  0:22                   ` covici
2015-09-02 11:57                   ` [gentoo-user] " walt
2015-09-02 12:45                     ` Rich Freeman
2015-09-02 13:06                     ` Jeremi Piotrowski

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=55E46A64.5030701@gmail.com \
    --to=alan.mckinnon@gmail.com \
    --cc=gentoo-user@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox