Caleb Ristvedt <[email protected]> skribis: > As we found out on IRC yesterday, https://bugs.gnu.org/15602 is causing > this to fail. If I understand correctly, the workaround involves trying > to make sure that modules that use (guix memoization) are compiled > before (guix memoization) is (and it turns out that once that's solved > the same issue occurs with (guix config)). Considering that the > module-import-compiled builders just do a depth-first-search for scheme > source files ordered alphabetically, that's a bit tricky. I ended up > making a dummy module, (gnu build dummy), that does nothing but use > (guix config) and (guix memoization), and the tests now pass.
I finally got around to fixing it in a31174e896047e6a0f42b69db331fdeebb3cc995. The kludge is no longer needed! Ludo’.
