Re: [gentoo-dev] dev-python/cryptography to use rust, effectively killing alpha, hppa, ia64, m68k, s390

2021-02-10 Thread Alexey Sokolov
ср, 10 февр. 2021 г. в 01:16, Tim Harder : > > On 2021-02-09 Tue 17:51, Benda Xu wrote: > > I am wondering how useable pkgcore is on alpha, hppa, etc. Maybe it's > > time for us to plan for a Gentoo without essential Python dependency. > > Just to keep misinformation down, pkgcore currently has no

Re: [gentoo-dev] New project: binhost

2021-02-10 Thread Alexey Sokolov
ср, 10 февр. 2021 г. в 19:12, Rich Freeman : > > On Wed, Feb 10, 2021 at 12:57 PM Andreas K. Hüttel > wrote: > > > > * what portage features are still needed or need improvements (e.g. binpkg > > signing and verification) > > * how should hosting look like > > Some ideas for portage enhancements:

[gentoo-dev] Bug-Wranglers note: Assign arch bugs to the maintainer

2021-02-10 Thread Jonas Stein
Hi, please assign bugs which occur on a specific architecture only (arm, arm64, ppc, ...) to the maintainer of the package. The maintainer of the package can ping the arch teams on IRC in order to solve the bug together. In order to defeat the bugs, we need the best possible reporting and a

Re: [gentoo-dev] New project: binhost

2021-02-10 Thread Aisha Tammy
On 2/10/21 2:11 PM, Rich Freeman wrote: On Wed, Feb 10, 2021 at 12:57 PM Andreas K. Hüttel wrote: * what portage features are still needed or need improvements (e.g. binpkg signing and verification) * how should hosting look like Some ideas for portage enhancements: 1. Ability to fetch bi

Re: [gentoo-dev] dev-python/cryptography to use rust, effectively killing alpha, hppa, ia64, m68k, s390

2021-02-10 Thread Peter Stuge
Mike Gilbert wrote: > > > The first big blocker we're going to hit is trustme [3] package that > > > relies on cryptography API pretty heavily to generate TLS certs for > > > testing. > > > > For which testing? Could it be changed to generate certs differently? > > He is probably referring to the

Re: [gentoo-dev] New project: binhost

2021-02-10 Thread Aisha Tammy
On 2/10/21 12:57 PM, Andreas K. Hüttel wrote: Hi all, I'm announcing a new project here - "binhost" "The Gentoo Binhost project aims to provide readily installable, precompiled packages for a subset of configurations, via central binary package hosting. Currently we are still in the conceptu

Re: [gentoo-dev] dev-python/cryptography to use rust, effectively killing alpha, hppa, ia64, m68k, s390

2021-02-10 Thread Mike Gilbert
On Wed, Feb 10, 2021 at 4:57 PM Peter Stuge wrote: > > The first big blocker we're going to hit is trustme [3] package that > > relies on cryptography API pretty heavily to generate TLS certs for > > testing. > > For which testing? Could it be changed to generate certs differently? He is probably

Re: [gentoo-dev] dev-python/cryptography to use rust, effectively killing alpha, hppa, ia64, m68k, s390

2021-02-10 Thread Peter Stuge
Michał Górny wrote: > I'm seriously wondering why I'm wasting so much effort on open source. Open source only ever works when taking responsibility for one's problems. > I don't see a good way out of it. I see a couple. Of course all require some effort. One was already mentioned; move Gentoo

Re: [gentoo-dev] New project: binhost

2021-02-10 Thread Toralf Förster
On 2/10/21 6:57 PM, Andreas K. Hüttel wrote: Comments, ideas, flamebaits? :D I'd appreciate bin packages from a user perspective too. With -j1 I do have compile times of about 1 day and more for few packages. But the topic "repoducible builds" is lurking around the corner! -- Toralf PGP 23217

Re: [gentoo-dev] New project: binhost

2021-02-10 Thread Frédéric Pierret
Le 2/10/21 à 6:57 PM, Andreas K. Hüttel a écrit : Hi all, I'm announcing a new project here - "binhost" "The Gentoo Binhost project aims to provide readily installable, precompiled packages for a subset of configurations, via central binary package hosting. Currently we are still in the conce

Re: [gentoo-dev] New project: binhost

2021-02-10 Thread Andreas K . Hüttel
> Some ideas for portage enhancements: > > 1. Ability to fetch binary packages from some kind of repo. > 2. Ability to have multiple binary packages co-exist in a repo (local > or remote) with different build attributes (arch, USE, CFLAGS, > DEPENDS, whatever). > 3. Ability to pick the most app

Re: [gentoo-dev] New project: binhost

2021-02-10 Thread Rich Freeman
On Wed, Feb 10, 2021 at 12:57 PM Andreas K. Hüttel wrote: > > * what portage features are still needed or need improvements (e.g. binpkg > signing and verification) > * how should hosting look like Some ideas for portage enhancements: 1. Ability to fetch binary packages from some kind of repo.

Re: [gentoo-dev] New project: binhost

2021-02-10 Thread Lars Wendler
On Wed, 10 Feb 2021 19:57:48 +0200 Andreas K. Hüttel wrote: >Hi all, > >I'm announcing a new project here - "binhost" > >"The Gentoo Binhost project aims to provide readily installable, >precompiled packages for a subset of configurations, via central >binary package hosting. Currently we are sti

[gentoo-dev] New project: binhost

2021-02-10 Thread Andreas K . Hüttel
Hi all, I'm announcing a new project here - "binhost" "The Gentoo Binhost project aims to provide readily installable, precompiled packages for a subset of configurations, via central binary package hosting. Currently we are still in the conceptual planning stage. " https://wiki.gentoo.org/wi

Re: [gentoo-dev] A script to pick next free UID/GID for your acct-* packages

2021-02-10 Thread Jaco Kroon
Hi Peter, On 2021/02/09 19:51, Peter Stuge wrote: > Joonas Niilola wrote: >> There's a script by jkroon in data/api.git >> (https://gitweb.gentoo.org/data/api.git/) that prints the next available >> UID/GID pair for new acct-* packages. > This is super nice! Thanks a lot jkroon! You're most welco