Advertisement
Guest User

Untitled

a guest
Dec 21st, 2020
219
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.09 KB | None | 0 0
  1. [ 1/26] Loading './gnu/build/linux-initrd.scm'...
  2. [ 2/26] Loading './guix/base32.scm'...
  3. [ 3/26] Loading './guix/build/store-copy.scm'...
  4. [ 4/26] Loading './guix/build/syscalls.scm'...
  5. [ 5/26] Loading './guix/build/utils.scm'...
  6. [ 6/26] Loading './guix/combinators.scm'...
  7. [ 7/26] Loading './guix/cpio.scm'...
  8. [ 8/26] Loading './guix/progress.scm'...
  9. [ 9/26] Loading './guix/records.scm'...
  10. [10/26] Loading './guix/serialization.scm'...
  11. [11/26] Loading './guix/sets.scm'...
  12. [12/26] Loading './guix/store/deduplication.scm'...
  13. ;;; Failed to autoload copy-file/deduplicate in (guix store deduplication):
  14. ;;; no code for module (gcrypt hash)
  15. Backtrace:
  16. 17 (primitive-load "/gnu/store/2bzyg5v9k444fkqdsvz5vb3xkxy?")
  17. In ice-9/eval.scm:
  18. 619:8 16 (_ #f)
  19. In srfi/srfi-1.scm:
  20. 460:18 15 (fold #<procedure 7ffff4ba8660 at ice-9/eval.scm:336:1?> ?)
  21. 460:18 14 (fold #<procedure 7ffff47b8080 at ice-9/eval.scm:336:1?> ?)
  22. 460:18 13 (fold #<procedure 7ffff4f48b80 at ice-9/eval.scm:336:1?> ?)
  23. In ice-9/eval.scm:
  24. 619:8 12 (_ #(#(#<directory (guix build utils) 7ffff5193d20>) # ?))
  25. In ice-9/boot-9.scm:
  26. 2806:4 11 (save-module-excursion #<procedure 7ffff4f48780 at ice-?>)
  27. In unknown file:
  28. 10 (primitive-load "./guix/store/deduplication.scm")
  29. In ice-9/eval.scm:
  30. 721:20 9 (primitive-eval (define-module (guix store #) # (# #) ?))
  31. In ice-9/psyntax.scm:
  32. 1241:36 8 (expand-top-sequence ((define-module (guix store #) ?)) ?)
  33. 1233:19 7 (parse _ (("placeholder" placeholder)) ((top) #(# # ?)) ?)
  34. 285:10 6 (parse _ (("placeholder" placeholder)) (()) _ c&e (eval) ?)
  35. In ice-9/eval.scm:
  36. 293:34 5 (_ #<directory (guix build utils) 7ffff5193d20>)
  37. In ice-9/boot-9.scm:
  38. 3380:4 4 (define-module* _ #:filename _ #:pure _ #:version _ # _ ?)
  39. 2565:24 3 (call-with-deferred-observers #<procedure 7ffff4c56b40 ?>)
  40. 3393:24 2 (_)
  41. 222:17 1 (map1 (((gcrypt hash)) ((guix build utils)) ((guix ?)) ?))
  42. 3300:6 0 (resolve-interface (gcrypt hash) #:select _ #:hide _ # _ ?)
  43.  
  44. ice-9/boot-9.scm:3300:6: In procedure resolve-interface:
  45. no code for module (gcrypt hash)
  46.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement