On Sun, 23 Mar 2025 14:22:30 +0100
Michał Górny wrote:
> On Sun, 2025-03-23 at 08:39 +0100, Alfredo Tupone wrote:
> > On Tue, 18 Mar 2025 06:56:24 +0100
> > Michał Górny wrote:
> >
> > > > Bug fixed, and python team removed
> > >
> > > The tests still fail:
> > >
> > > FAILED (failures=
This avoids the build host vs target flag separation issue. Sometimes it
is important for the build host to use the right flags. We cannot fix
this for cross-compiling now, but it should at least work for native
builds.
Closes: https://bugs.gentoo.org/951740
Signed-off-by: James Le Cuirot
---
ec
Eli Schwartz writes:
> On 3/14/25 11:31 AM, orbea wrote:
>> Changing it as you suggested I think would be significantly more
>> complicated and would require refactoring the eclass.
>
>
> Yes, it's unfortunately the type of thing that would be a somewhat
> involved change. :(
>
>
>> However I won
# Michał Górny (2025-03-23)
# dev-python/pip-run is a NIH package with significant number of NIH
# deps. New versions require "coherent" build system that's designed
# to be completely incompatible with downstream packaging.
# No revdeps left.
#
# Includes a number of NIH dependencies, some of th
On 2025-03-21, Michał Górny wrote:
> Hello, everyone.
>
> TL;DR: I'm thinking of shutting down all gentoo-mirror repositories,
> except for gentoo and guru.
>
>
> Over 10 years ago, I've started the repository mirror & CI project.
> What started as a bunch of shell scripts on a user-donated ser
Am Freitag, 21. März 2025, 14:32:31 Mitteleuropäische Normalzeit schrieb Michał
Górny:
> Hello, everyone.
>
> TL;DR: I'm thinking of shutting down all gentoo-mirror repositories,
> except for gentoo and guru.
>
>
> Over 10 years ago, I've started the repository mirror & CI project.
> What star
On Tue, 18 Mar 2025 06:56:24 +0100
Michał Górny wrote:
> > Bug fixed, and python team removed
>
> The tests still fail:
>
> FAILED (failures=3, errors=1)
>
Here they are not. Maybe I miss further dependency.
Mind to share the log ?
Alfredo