Simon Tournier writes: > Clicking on the “3” from leads to > > which displays nothing: > > Showing 0 new derivations across 0 packages > > Moreover, clicking on > > lists many that does not seem related to ’tlpui’. > > This story looks like #61616. > > > > Since in both cases it seems an issue with Open MPI and it had been > fixed by 9ae4846c502b75867b83180bb65d422ff838e4e6, are these 3 failures > relevant? They are indeed not relevant to the changes here. They are detected as changing because the derivations do change, but that's because they change every time you try and compute them, rather than changing as a result from the patches here. I think a way to avoid this would be to have the error happen earlier, so rather than waiting until you try and build the derivation, try to detect that the builder script can't be read when it's being created. I can't see an easy way to do that, but I've filed an issue about it: https://issues.guix.gnu.org/62051