Re: [gentoo-dev] rfc: Remove inherit eutils from font.eclass for EAPI=6

2018-02-14 Thread Guilherme Amadio
On Thu, Feb 15, 2018 at 03:16:22AM +0200, Mart Raudsepp wrote: > On Wed, 2018-02-14 at 23:43 +0100, Jonas Stein wrote: > > Did I miss something? > > Who can help to check with (an automatic) testenvironment, if these > > packages will survive? > > Don't check with test environments, read the

Re: [gentoo-dev] rfc: Remove inherit eutils from font.eclass for EAPI=6

2018-02-14 Thread Ulrich Mueller
> On Wed, 14 Feb 2018, Jonas Stein wrote: > I think we do not need > inherit eutils > https://github.com/gentoo/gentoo/blob/master/eclass/font.eclass#L9 > for the case that EAPI=6 What is eutils needed for in EAPIs 0 to 5? Ulrich pgpnMLnuhBQTB.pgp Description: PGP signature

Re: [gentoo-portage-dev] [PATCH] filter-bash-environment.py: use buffered input, raw bytes (bug 647654)

2018-02-14 Thread Zac Medico
On 02/14/2018 12:46 PM, Alec Warner wrote: > On Wed, Feb 14, 2018 at 3:38 PM, Zac Medico > wrote: > > Use sys.stdin.buffer instead of sys.stdin.buffer.raw, for buffered > input. > Also use raw bytes instead of unicode strings, in order

[gentoo-portage-dev] [PATCH v2] filter-bash-environment.py: use buffered input, raw bytes (bug 647654)

2018-02-14 Thread Zac Medico
Use sys.stdin.buffer instead of sys.stdin.buffer.raw, for buffered input. Also use raw bytes instead of unicode strings, in order to avoid making assumptions about character encodings, and also to avoid overhead from unicode decoding/encoding. Since the % operator does not support bytes operands

Re: [gentoo-dev] stability of 17.0 hardened profile

2018-02-14 Thread Magnus Granberg
onsdag 14 februari 2018 kl. 19:44:13 CET skrev Paweł Hajdan, Jr.: > I was looking into the new 17.0 profiles (nice work!), and noticed the > hardened one is marked as dev. I'm somewhat concerned about switching to > that on my laptop (I'm currently using hardened/linux/amd64). > > Is there

Re: [gentoo-dev] rfc: Remove inherit eutils from font.eclass for EAPI=6

2018-02-14 Thread Mart Raudsepp
On Wed, 2018-02-14 at 23:43 +0100, Jonas Stein wrote: > Did I miss something? > Who can help to check with (an automatic) testenvironment, if these > packages will survive? Don't check with test environments, read the ebuilds. Test environments will find it hard to catch changes in the installed

[gentoo-dev] rfc: Remove inherit eutils from font.eclass for EAPI=6

2018-02-14 Thread Jonas Stein
Hi, I think we do not need inherit eutils https://github.com/gentoo/gentoo/blob/master/eclass/font.eclass#L9 for the case that EAPI=6 I suggest to change the line to [[ ${EAPI:-0} == [012345] ]] && inherit eutils we would have to test the following packages (the grep line does not list

Re: [gentoo-portage-dev] [PATCH] filter-bash-environment.py: use buffered input, raw bytes (bug 647654)

2018-02-14 Thread Alec Warner
On Wed, Feb 14, 2018 at 3:38 PM, Zac Medico wrote: > Use sys.stdin.buffer instead of sys.stdin.buffer.raw, for buffered input. > Also use raw bytes instead of unicode strings, in order to avoid making > assumptions about character encodings, and also to avoid overhead from >

[gentoo-portage-dev] [PATCH] filter-bash-environment.py: use buffered input, raw bytes (bug 647654)

2018-02-14 Thread Zac Medico
Use sys.stdin.buffer instead of sys.stdin.buffer.raw, for buffered input. Also use raw bytes instead of unicode strings, in order to avoid making assumptions about character encodings, and also to avoid overhead from unicode decoding/encoding. Bug: https://bugs.gentoo.org/647654 ---

Re: [gentoo-portage-dev] emerging binary pkgs very slow on ppc32

2018-02-14 Thread Zac Medico
On 02/14/2018 07:49 AM, Joakim Tjernlund wrote: > We got an embedded target which we upded with binary pks(157 in this case) > using: > PKGDIR=/opt/fs/osappl04a-r30b-1/usr/portage/packages emerge > --rebuilt-binaries --verbose --usepkgonly -NDu @world @cusfpv3 > and this takes forever, about 1

Re: [gentoo-dev] [PATCH] glep-0074: Remove single filesystem limitation

2018-02-14 Thread Robin H. Johnson
On Thu, Feb 08, 2018 at 06:09:22PM +0100, Michał Górny wrote: > Remove the limitation that all files covered by the Manifest must reside > on a single filesystem. This breaks valid uses of overlayfs without > providing any real advantage. Replying for the record: I approve this change, because I

[gentoo-dev] stability of 17.0 hardened profile

2018-02-14 Thread Paweł Hajdan , Jr .
I was looking into the new 17.0 profiles (nice work!), and noticed the hardened one is marked as dev. I'm somewhat concerned about switching to that on my laptop (I'm currently using hardened/linux/amd64). Is there something I can do to help move the profile to stable? Alternatively, is there a

Re: [gentoo-dev] The future of virtual/mysql and virtual/libmysqlclient

2018-02-14 Thread Brian Evans
On 2/14/2018 9:35 AM, Francesco Riosa wrote: > > On 14/02/2018 05:37, Robin H. Johnson wrote: >> On Tue, Feb 13, 2018 at 09:32:32PM -0500, Brian Evans wrote: >>> I have a plan I would like some eyes on... >>> >>> I want to gradually *BAN* the use of virtual/mysql and >>> virtual/libmysqlclient as

Re: [gentoo-dev] The future of virtual/mysql and virtual/libmysqlclient

2018-02-14 Thread Francesco Riosa
On 14/02/2018 05:37, Robin H. Johnson wrote: > On Tue, Feb 13, 2018 at 09:32:32PM -0500, Brian Evans wrote: >> I have a plan I would like some eyes on... >> >> I want to gradually *BAN* the use of virtual/mysql and >> virtual/libmysqlclient as dependencies. > Overall I agree, but there's some

[gentoo-portage-dev] emerging binary pkgs very slow on ppc32

2018-02-14 Thread Joakim Tjernlund
We got an embedded target which we upded with binary pks(157 in this case) using: PKGDIR=/opt/fs/osappl04a-r30b-1/usr/portage/packages emerge --rebuilt-binaries --verbose --usepkgonly -NDu @world @cusfpv3 and this takes forever, about 1 hour not sure where to start looking for a cause, is this

Re: [gentoo-dev] Re: [gentoo-project] rfc: council members and appeals

2018-02-14 Thread Rich Freeman
On Tue, Feb 13, 2018 at 5:44 PM, Ulrich Mueller wrote: > > At least for QA this is quite an oversimplified description of the > team's role. Quoting GLEP 48, first bullet point of the specification: > "The QA team's purpose is to provide cross-team assistance in keeping > the