Hi Feng, I had a similar issue, I did "make clean" and then it worked again.
Clément Feng Shu <[email protected]> writes: > make[2]: 进入目录“/home/feng/project/guix” > Compiling Scheme modules... > LOAD guix/http-client.scm > LOAD guix/scripts/pack.scm > LOAD guix/scripts/system.scm > LOAD gnu/bootloader/grub.scm > LOAD gnu/bootloader/u-boot.scm > LOAD gnu/packages/algebra.scm > LOAD gnu/packages/audio.scm > LOAD gnu/packages/bootloaders.scm > LOAD gnu/packages/check.scm > LOAD gnu/packages/code.scm > LOAD gnu/packages/compression.scm > LOAD gnu/packages/cpp.scm > LOAD gnu/packages/emacs.scm > LOAD gnu/packages/firmware.scm > LOAD gnu/packages/games.scm > LOAD gnu/packages/gnome.scm > LOAD gnu/packages/gnuzilla.scm > LOAD gnu/packages/image.scm > LOAD gnu/packages/image-viewers.scm > LOAD gnu/packages/java.scm > LOAD gnu/packages/calendar.scm > LOAD gnu/packages/linux.scm > LOAD gnu/packages/messaging.scm > LOAD gnu/packages/music.scm > LOAD gnu/packages/networking.scm > LOAD gnu/packages/python.scm > LOAD gnu/packages/qt.scm > LOAD gnu/packages/rust.scm > LOAD gnu/packages/samba.scm > LOAD gnu/packages/search.scm > LOAD gnu/packages/tls.scm > LOAD gnu/packages/video.scm > LOAD gnu/packages/wine.scm > LOAD gnu/services/base.scm > LOAD gnu/system.scm > LOAD gnu/system/file-systems.scm > LOAD gnu/system/install.scm > LOAD gnu/system/vm.scm > LOAD gnu/build/file-systems.scm > LOAD gnu/build/linux-boot.scm > LOAD gnu/tests.scm > LOAD gnu/tests/install.scm > Backtrace: > In ice-9/boot-9.scm: > 222:29 19 (map1 (((gnu bootloader extlinux)) ((gnu tests)) ((…)) …)) > 222:29 18 (map1 (((gnu tests)) ((gnu tests base)) ((gnu #)) (#) …)) > 222:17 17 (map1 (((gnu tests base)) ((gnu system)) ((gnu # #)) # …)) > 2788:17 16 (resolve-interface (gnu tests base) #:select _ #:hide _ …) > 2714:10 15 (_ (gnu tests base) _ _ #:ensure _) > 2982:16 14 (try-module-autoload _ _) > 2312:4 13 (save-module-excursion #<procedure ae379c0 at ice-9/boo…>) > 3002:22 12 (_) > In unknown file: > 11 (primitive-load-path "gnu/tests/base" #<procedure a9731…>) > In gnu/tests/base.scm: > 390:6 10 (_) > 63:20 9 (run-basic-test #<<operating-system> kernel: #<package…> …) > In ice-9/eval.scm: > 155:9 8 (_ #(#(#<directory (gnu system) bddb050>) #<<operati…> …)) > 159:9 7 (_ #(#(#<directory (gnu system) bddb050>) #<<operati…> …)) > 293:34 6 (_ #(#(#(#(#(#(#(#(#(#<directo…>) …) …) …) …) …) …) …) …)) > 196:35 5 (_ #(#(#(#(#<directory (gnu system) bddb050>) # #) #) #)) > 196:35 4 (_ #(#(#(#<directory (gnu system) bddb050>) #<<ope…>) …)) > In gnu/system/linux-initrd.scm: > 335:4 3 (base-initrd (#<<file-system> device: "TAGjoptajej2…> …) …) > 233:10 2 (file-system-packages (#<<file-system> device: "TAG…> …) …) > In unknown file: > 1 (find #<procedure b179d490 at gnu/system/linux-initrd.…> …) > 0 (string-prefix? "ext" (read-only) #<undefined> #<undef…> …) > > ERROR: In procedure string-prefix?: > In procedure string-prefix?: Wrong type argument in position 2 (expecting > string): (read-only) > > 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:5408:make-go] 错误 1 > make[2]: 离开目录“/home/feng/project/guix” > make[1]: *** [Makefile:4536:all-recursive] 错误 1 > make[1]: 离开目录“/home/feng/project/guix” > make: *** [Makefile:3122:all] 错误 2 > feng@tumashu:~/project/guix $
