bug#58419: Grafting order depends on store connection state

2022-10-17 Thread Ludovic Courtès
Hi, Ludovic Courtès skribis: > If we squint a bit, we realize it’s the same thing but in a different > order, which is good news: it’s functionally equivalent. > > The downside is obvious: it’s stupidly non-deterministic, and we can end > up building the same grafts multiple times. > > The order

bug#58419: Grafting order depends on store connection state

2022-10-14 Thread Ludovic Courtès
Hi, Josselin Poiret skribis: > (let ((right (with-store store (run-with-store store (package->derivation > (specification->package >"password-store") > (wrong (with-store store

bug#58419: Grafting order depends on store connection state

2022-10-10 Thread Josselin Poiret via Bug reports for GNU Guix
Hi, Someone reported yesterday on IRC [1] that they didn't get the same canonical path for the pass (from `password-store`) binary if they built it directly or in a profile with `fontconfig` added. I managed to isolate the issue down to the following: --8<---cut here---st