On Mon, Feb 16, 2026, at 13:06, Andreas Enge wrote:
> Hello,
>
> a joint message to gnome-team and rust-team.
>
> Right now, gnome-team does not get built on QA:
> https://data.qa.guix.gnu.org/
> "Failed to import data"
> But I can do a "guix pull" to the HEAD commit of that branch.
>
> After discussion with Chris, a possible cause could be a circular
> dependency somewhere in the package graph; otherwise said,
> guix build --derivations bad-package
> could be breaking, for some value of bad-package.
>
> gnome-team, do you have an idea what could be a problematic commit?
> Would it make sense to try out a branch with fewer changes?
> The branch is being built on CI, but I do not see how to make a
> judgement for or against merging to master from there.
I found a bug in the upower definition that I've sent a patch for
(https://codeberg.org/guix/guix/pulls/6472), I don't know if that could
cause an issue but I'll help take a look.
> rust-team, in the meantime I would suggest to consider the branch
> frozen: It is being evaluated by QA, and in the absence of gnome-team
> packages, the branch should be built out on the bordeaux build farm.
> So it could potentially be merged next.
>
> Andreas