[gentoo-portage-dev] [PATCH] Escape percent-signs in filename when fetching from mirrors

2020-05-30 Thread Mike Gilbert
Bug: https://bugs.gentoo.org/719810 Signed-off-by: Mike Gilbert --- lib/portage/package/ebuild/fetch.py | 9 +++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/lib/portage/package/ebuild/fetch.py b/lib/portage/package/ebuild/fetch.py index 28e7caf53..47c3ad28f 100644 ---

Re: [gentoo-dev] Gentoo/OpenBSD current status

2020-05-30 Thread Benda Xu
Aisha Tammy writes: > I've been trying to play around with the prefix and reading the > code. Basically trying to get it to work for my system. I've not > managed to get even a small headstart and am quite lost to say the > least. I was wondering if the openbsd prefix support is something >

Re: [gentoo-dev] Gentoo Council Election 2020 - Call For Election Officials

2020-05-30 Thread Roy Bamford
On 2020.05.30 13:14, Rich Freeman wrote: > On Sat, May 30, 2020 at 6:09 AM Roy Bamford > wrote: > > > > We sill need more volunteers. > > > > Not going to be running, so I'm happy to pitch in. > > -- > Rich > > > Rich, Thank you. -- Regards, Roy Bamford (Neddyseagoon) a member of

[gentoo-dev] Gentoo/OpenBSD current status

2020-05-30 Thread Aisha Tammy
Hi maksbotan and other devs, I've been trying to play around with the prefix and reading the code. Basically trying to get it to work for my system. I've not managed to get even a small headstart and am quite lost to say the least. I was wondering if the openbsd prefix support is something

Re: [gentoo-dev] [PATCH] kernel-2.eclass: use $(CC) as HOSTCC, bug #725878

2020-05-30 Thread Manoj Gupta
Also see https://bugs.chromium.org/p/chromium/issues/detail?id=1088210 on Chrome OS. Verified that this fixes the linux-headers build issue when gcc links are not installed. Thanks, Manoj On Sat, May 30, 2020 at 5:24 AM Sergei Trofimovich wrote: > Before the change HOSTCC always used gcc.

[gentoo-dev] Update on Python 3.8 and 3.9 support

2020-05-30 Thread Michał Górny
Hello, TL;DR: py3.8 unmasked where possible, py3.9 is ready for package testing, arch teams need to finally finish pending keywordreqs. Upstream has recently released Python 3.9.0b1. This means that there are no further major changes planned and it is now time to start testing packages for

[gentoo-dev] [PATCH] kernel-2.eclass: use $(CC) as HOSTCC, bug #725878

2020-05-30 Thread Sergei Trofimovich
Before the change HOSTCC always used gcc. This was detected by Agostino on linux-headers package. After the change HOSTCC uses user-specified CC (or BUILD_CC). Tested on native linux-headers and on cross-*/linux-headers. CC: ker...@gentoo.org Reported-by: Agostino Sarubbo

Re: [gentoo-dev] Gentoo Council Election 2020 - Call For Election Officials

2020-05-30 Thread Rich Freeman
On Sat, May 30, 2020 at 6:09 AM Roy Bamford wrote: > > We sill need more volunteers. > Not going to be running, so I'm happy to pitch in. -- Rich

Re: [gentoo-dev] Gentoo Council Election 2020 - Call For Election Officials

2020-05-30 Thread Roy Bamford
On 2020.05.29 21:10, David Abbott wrote: > On Fri, May 29, 2020 at 4:03 PM Roy Bamford > wrote: > > > > Team, > > > > Our current council will hold their last meeting on 14-Jun-20. > > We therefore need to elect a new council before the July meeting. > > > > To do this, I'm calling for three

Re: [gentoo-dev] Value of Continuous integration vs Code Review / Pull Requests

2020-05-30 Thread Michał Górny
On Fri, 2020-05-29 at 16:34 -0700, Alec Warner wrote: > The pull-based mirroring is a bit sad, as it would be nice to auto-update > some forks, but it's not a killer feature. Exactly. Especially that our push-based mirroring is better, and I think that's how we want to populate it. > I think