Re: [gentoo-user] a few blockers I can't figure out

2015-09-01 Thread Marc Joliet_1
On Tuesday 01 September 2015 11:55:12 Alan McKinnon wrote: >On 01/09/2015 02:12, cov...@ccs.covici.com wrote: [...] > >Got it, finally :-) > >fail2ban wants sys-apps/systemd[python(-)], and systemd-219_p112 is the >highest version with an explicit python USE flag. All later versions do >not have

Re: [gentoo-user] a few blockers I can't figure out

2015-09-01 Thread Alan McKinnon
On 01/09/2015 02:12, cov...@ccs.covici.com wrote: > Alan McKinnon wrote: > >> On 31/08/2015 18:54, cov...@ccs.covici.com wrote: The words make sense, the meaning doesn't :-) > > It looks like fail2ban wants systemd without python support, but the > true

Re: [gentoo-user] a few blockers I can't figure out

2015-09-01 Thread Rich Freeman
On Tue, Sep 1, 2015 at 5:55 AM, Alan McKinnon wrote: > Got it, finally :-) > > fail2ban wants sys-apps/systemd[python(-)], and systemd-219_p112 is the > highest version with an explicit python USE flag. All later versions do > not have the flag at all. > > Your choices

Re: [gentoo-user] a few blockers I can't figure out

2015-09-01 Thread Alan McKinnon
On 01/09/2015 12:18, Marc Joliet_1 wrote: > On Tuesday 01 September 2015 11:55:12 Alan McKinnon wrote: >> On 01/09/2015 02:12, cov...@ccs.covici.com wrote: > [...] >> >> Got it, finally :-) >> >> fail2ban wants sys-apps/systemd[python(-)], and systemd-219_p112 is the >> highest version with an

Re: [gentoo-user] a few blockers I can't figure out

2015-09-01 Thread Rich Freeman
On Tue, Sep 1, 2015 at 7:13 AM, wrote: > Rich Freeman wrote: >> >> Sounds like this is covered by: >> https://bugs.gentoo.org/show_bug.cgi?id=558168 >> https://bugs.gentoo.org/show_bug.cgi?id=02 >> >> It seems to me like this is a portage issue with

Re: [gentoo-user] a few blockers I can't figure out

2015-09-01 Thread covici
Rich Freeman wrote: > On Tue, Sep 1, 2015 at 5:55 AM, Alan McKinnon wrote: > > Got it, finally :-) > > > > fail2ban wants sys-apps/systemd[python(-)], and systemd-219_p112 is the > > highest version with an explicit python USE flag. All later versions

Re: [gentoo-user] a few blockers I can't figure out

2015-09-01 Thread covici
Rich Freeman wrote: > On Tue, Sep 1, 2015 at 7:13 AM, wrote: > > Rich Freeman wrote: > >> > >> Sounds like this is covered by: > >> https://bugs.gentoo.org/show_bug.cgi?id=558168 > >> https://bugs.gentoo.org/show_bug.cgi?id=02 >

Re: [gentoo-user] a few blockers I can't figure out

2015-09-01 Thread covici
Alan McKinnon wrote: > On 01/09/2015 02:12, cov...@ccs.covici.com wrote: > > Alan McKinnon wrote: > > > >> On 31/08/2015 18:54, cov...@ccs.covici.com wrote: > The words make sense, the meaning doesn't :-) > > > > It looks like

Re: [gentoo-user] a few blockers I can't figure out

2015-09-01 Thread Alan McKinnon
On 01/09/2015 13:03, cov...@ccs.covici.com wrote: > Alan McKinnon wrote: > >> On 01/09/2015 02:12, cov...@ccs.covici.com wrote: >>> Alan McKinnon wrote: >>> On 31/08/2015 18:54, cov...@ccs.covici.com wrote: >> The words make sense, the

Re: [gentoo-user] a few blockers I can't figure out

2015-08-31 Thread Alan McKinnon
On 31/08/2015 16:03, cov...@ccs.covici.com wrote: > Alan McKinnon wrote: > >> On 31/08/2015 13:49, cov...@ccs.covici.com wrote: A clue is in the ebuilds for systemd: > > sysv-utils? ( > !sys-apps/systemd-sysv-utils >

Re: [gentoo-user] a few blockers I can't figure out

2015-08-31 Thread covici
Alan McKinnon wrote: > On 31/08/2015 16:03, cov...@ccs.covici.com wrote: > > Alan McKinnon wrote: > > > >> On 31/08/2015 13:49, cov...@ccs.covici.com wrote: > A clue is in the ebuilds for systemd: > > > > sysv-utils? ( >

Re: [gentoo-user] a few blockers I can't figure out

2015-08-31 Thread Neil Bothwick
On Mon, 31 Aug 2015 12:54:47 -0400, cov...@ccs.covici.com wrote: > EMERGE_DEFAULT_OPTS="--ask --color=n --verbose --nospinner > --autounmask=n --quiet-build=n" Get rid of the --verbose flag as a default. Part of the reason the output from portage is so confusing is that there is so much of it,

Re: [gentoo-user] a few blockers I can't figure out

2015-08-31 Thread covici
Neil Bothwick wrote: > On Mon, 31 Aug 2015 12:54:47 -0400, cov...@ccs.covici.com wrote: > > > EMERGE_DEFAULT_OPTS="--ask --color=n --verbose --nospinner > > --autounmask=n --quiet-build=n" > > Get rid of the --verbose flag as a default. Part of the reason the output > from

Re: [gentoo-user] a few blockers I can't figure out

2015-08-31 Thread Alan McKinnon
On 31/08/2015 18:54, cov...@ccs.covici.com wrote: >> 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=" >> > ... >> >

Re: [gentoo-user] a few blockers I can't figure out

2015-08-31 Thread Jeremi Piotrowski
On Mon, 31 Aug 2015, cov...@ccs.covici.com wrote: [snip] > Just to let you know, most of the python entries were mandated by > portage, certainly the systemd one. > emerge --info > Portage 2.2.20.1 (python 2.7.10-final-0, > default/linux/amd64/13.0/desktop/gnome, gcc-4.9.3, glibc-2.21-r1, >

Re: [gentoo-user] a few blockers I can't figure out

2015-08-31 Thread covici
Alan McKinnon wrote: > On 31/08/2015 18:54, cov...@ccs.covici.com wrote: > >> 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

Re: [gentoo-user] a few blockers I can't figure out

2015-08-31 Thread covici
Jeremi Piotrowski wrote: > On Mon, 31 Aug 2015, cov...@ccs.covici.com wrote: > > [snip] > > > Just to let you know, most of the python entries were mandated by > > portage, certainly the systemd one. > > emerge --info > > Portage 2.2.20.1 (python 2.7.10-final-0, >

Re: [gentoo-user] a few blockers I can't figure out

2015-08-31 Thread covici
Neil Bothwick wrote: > On Mon, 31 Aug 2015 00:19:08 -0400, cov...@ccs.covici.com wrote: > > > Hi. On my latest update of world, I have a few blockers which I am > > unable to figure out how to solve -- I will put the related output below > > with inserted comments. I am

Re: [gentoo-user] a few blockers I can't figure out

2015-08-31 Thread Neil Bothwick
On Mon, 31 Aug 2015 00:19:08 -0400, cov...@ccs.covici.com wrote: > Hi. On my latest update of world, I have a few blockers which I am > unable to figure out how to solve -- I will put the related output below > with inserted comments. I am using "unstable" gentooand I have masked > ncurses-6

Re: [gentoo-user] a few blockers I can't figure out

2015-08-31 Thread Alan McKinnon
On 31/08/2015 13:03, cov...@ccs.covici.com wrote: > Alan McKinnon wrote: > >> On 31/08/2015 06:19, cov...@ccs.covici.com wrote: >> >> >> answers interleaved >> >> >>> Hi. On my latest update of world, I have a few blockers which I am >>> unable to figure out how to

Re: [gentoo-user] a few blockers I can't figure out

2015-08-31 Thread covici
Alan McKinnon wrote: > On 31/08/2015 13:03, cov...@ccs.covici.com wrote: > > Alan McKinnon wrote: > > > >> On 31/08/2015 06:19, cov...@ccs.covici.com wrote: > >> > >> > >> answers interleaved > >> > >> > >>> Hi. On my latest update of world, I

Re: [gentoo-user] a few blockers I can't figure out

2015-08-31 Thread Alan McKinnon
On 31/08/2015 06:19, cov...@ccs.covici.com wrote: answers interleaved > Hi. On my latest update of world, I have a few blockers which I am > unable to figure out how to solve -- I will put the related output below > with inserted comments. I am using "unstable" gentooand I have masked >

Re: [gentoo-user] a few blockers I can't figure out

2015-08-31 Thread covici
Alan McKinnon wrote: > On 31/08/2015 06:19, cov...@ccs.covici.com wrote: > > > answers interleaved > > > > Hi. On my latest update of world, I have a few blockers which I am > > unable to figure out how to solve -- I will put the related output below > > with

Re: [gentoo-user] a few blockers I can't figure out

2015-08-31 Thread Alan McKinnon
On 31/08/2015 13:49, cov...@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

Re: [gentoo-user] a few blockers I can't figure out

2015-08-31 Thread Alec Ten Harmsel
On Mon, Aug 31, 2015 at 02:40:02PM +0200, Alan McKinnon wrote: > On 31/08/2015 13:49, cov...@ccs.covici.com wrote: > >> A clue is in the ebuilds for systemd: > >> > > >> > sysv-utils? ( > >> > !sys-apps/systemd-sysv-utils > >> > !sys-apps/sysvinit ) > >> >

Re: [gentoo-user] a few blockers I can't figure out

2015-08-31 Thread covici
Alan McKinnon wrote: > On 31/08/2015 13:49, cov...@ccs.covici.com wrote: > >> A clue is in the ebuilds for systemd: > >> > > >> > sysv-utils? ( > >> > !sys-apps/systemd-sysv-utils > >> > !sys-apps/sysvinit ) > >> > > >> > That's