Bug#1051168: gtk4: 4.12 regression: FTBFS on riscv64: multiple test failures

Jeremy Bícha jeremy.bicha at canonical.com
Mon Sep 4 12:24:55 BST 2023


On Mon, Sep 4, 2023 at 5:00 AM Simon McVittie <smcv at debian.org> wrote:
> On Sun, 03 Sep 2023 at 20:26:31 +0200, Aurelien Jarno wrote:
> > In the meantime, would it be possible to ignore the corresponding
> > failures like it is done on mips*? I have tested the following patch:
> >
> >  # https://bugs.debian.org/1050077
> > -ifneq ($(filter mips%,$(DEB_HOST_ARCH_CPU)),)
> > +ifneq ($(filter mips% riscv64,$(DEB_HOST_ARCH_CPU)),)
>
> I'll apply at least that, but if new architectures can't have llvmpipe
> for a while, then perhaps it would make more sense to apply the mips%
> workaround to every architecture.

I very recently proposed
https://salsa.debian.org/gnome-team/gtk4/-/merge_requests/17 which
does the same thing as the patch proposed originally in this bug.

Thank you,
Jeremy Bícha



More information about the pkg-gnome-maintainers mailing list