Hello, Mathieu Lirzin <m...@gnu.org> skribis:
> I am trying to build Guix master branch (commit > e2f37d6ab7427946e6c68ebaecc97c85d5217234) on Fedora 25. Here is the > issue I have: [...] > LOAD guix/utils.scm > LOAD guix/sets.scm > LOAD guix/modules.scm > LOAD guix/download.scm > ice-9/psyntax.scm:1558:32: In procedure expand-macro: > ice-9/psyntax.scm:1558:32: Syntax error: > unknown location: error: no 'ungexp' substitution (ungexp %utils-module) > Makefile:5314 : la recette pour la cible « make-go » a échouée Is it reproducible? This looks like <https://bugs.gnu.org/27476>, though in this case you appear to be building things sequentially (-j1; and the “load” phase is sequential anyway.) Thanks, Ludo’.