Oleg Pykhalov writes: > * gnu/services/configuration.scm (define-configuration): Add location. > --- > gnu/services/configuration.scm | 5 +++++ > 1 file changed, 5 insertions(+) […] After ‘make clean-go’, the ‘make’ command outputs in Guix Git repo: --8<---------------cut here---------------start------------->8--- Backtrace: In ice-9/boot-9.scm: 2994:20 19 (_) 2312:4 18 (save-module-excursion #) 3014:26 17 (_) In unknown file: 16 (primitive-load-path "gnu/tests/mail" #) In ice-9/eval.scm: 626:19 15 (_ #) 293:34 14 (_ #) 163:9 13 (_ #) 159:9 12 (_ #) 293:34 11 (_ #) 214:21 10 (_ #(#(#(#(#(# ?) ?) ?) ?) ?)) 217:50 9 (lp (# ?)) 217:50 8 (lp (# ?)) 217:50 7 (lp (# ?)) 217:50 6 (lp (# ?)) 217:50 5 (lp (# ?)) 217:50 4 (lp (# ?)) 217:33 3 (lp (# ?)) 155:9 2 (_ #(#(#(#(#(# ?) ?) ?) ?) ?)) 619:8 1 (_ #(#(#(#(#(#(# ?) ?) ?) ?) ?) ?)) In ice-9/boot-9.scm: 260:13 0 (for-each # ?) ice-9/boot-9.scm:260:13: In procedure for-each: Throw to key `srfi-34' with args `(#)'. Some deprecated features have been used. Set the environment variable GUILE_WARN_DEPRECATED to "detailed" and rerun the program to get more information. Set it to "no" to suppress this message. make[2]: *** [Makefile:5576: make-go] Error 1 make[2]: Leaving directory '/home/natsu/src/guix' make[1]: *** [Makefile:4657: all-recursive] Error 1 make[1]: Leaving directory '/home/natsu/src/guix' make: *** [Makefile:3273: all] Error 2 --8<---------------cut here---------------end--------------->8--- Also my GuixSD fails to build. Will try to fix ‘gnu/services/mail.scm’. Oleg.