Re: [ptxdist] OSELAS.toolchain - GCC snapshots gone

2021-05-02 Thread Alexander Dahl
Hello Ariel, On Sat, May 01, 2021 at 04:40:14PM +0200, Ariel Garcia wrote: > trying to reproduce a somewhat older setup using OSELAS 2019.09.1 > I noticed that it fails due to: > > - > Could not download package > URL: https://ftp.gnu.org/gnu/gcc/gcc-9-20191130/gcc-9-20191130.tar.xz http:// >

Re: [ptxdist] OSELAS.toolchain - GCC snapshots gone

2021-05-02 Thread Roland Hieber
On Sat, May 01, 2021 at 04:40:14PM +0200, Ariel Garcia wrote: > Hello, > > trying to reproduce a somewhat older setup using OSELAS 2019.09.1 > I noticed that it fails due to: > > - > Could not download package > URL: https://ftp.gnu.org/gnu/gcc/gcc-9-20191130/gcc-9-20191130.tar.xz http:// > f

Re: [ptxdist] [PATCH 4/4] host-fakeroot: version bump 1.25.1 -> 1.25.3

2021-05-02 Thread Roland Hieber
On Sat, May 01, 2021 at 12:31:06AM +0200, Lucas Stach wrote: [...] > diff --git a/rules/host-fakeroot.make b/rules/host-fakeroot.make > index 27b0d01f5260..f2ddad4443ec 100644 > --- a/rules/host-fakeroot.make > +++ b/rules/host-fakeroot.make > @@ -15,12 +15,12 @@ HOST_PACKAGES-$(PTXCONF_HOST_FAKERO

Re: [ptxdist] [PATCH 3/4] host-nss: disable array-parameter warning

2021-05-02 Thread Roland Hieber
On Sat, May 01, 2021 at 12:31:05AM +0200, Lucas Stach wrote: > This breaks the build with gc11. For now go the same route as Fedora Nit: s/gc11/gcc11/ - Roland > and just disable the warning. > > Signed-off-by: Lucas Stach > --- > rules/host-nss.make | 5 +++-- > 1 file changed, 3 insertions