Guest User

Untitled

a guest
Nov 11th, 2015
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. /bin/mkdir -p `dirname "guix/scripts/refresh.go"` ; \
  2. unset GUILE_LOAD_COMPILED_PATH ; \
  3. LC_ALL=C \
  4. ./pre-inst-env \
  5. /usr/bin/guild compile -L "." -L "." \
  6. -Wformat -Wunbound-variable -Warity-mismatch --target="x86_64-pc-linux-gnu" \
  7. -o "guix/scripts/refresh.go" "guix/scripts/refresh.scm"
  8. Backtrace:
  9. In ice-9/psyntax.scm:
  10. 279: 19 [scan ((#(syntax-object let # ...) (#) (# #) ...)) () ...]
  11. In ice-9/eval.scm:
  12. 411: 18 [eval # ()]
  13. In ice-9/boot-9.scm:
  14. 2951: 17 [define-module* (guix scripts refresh) #:filename ...]
  15. 2926: 16 [resolve-imports (((guix ui)) ((guix hash)) ((guix scripts)) ...)]
  16. 2864: 15 [resolve-interface (guix import pypi) #:select ...]
  17. 2789: 14 [#<procedure 10bbb40 at ice-9/boot-9.scm:2777:4 (name #:optional autoload version #:key ensure)> # ...]
  18. 3065: 13 [try-module-autoload (guix import pypi) #f]
  19. 2401: 12 [save-module-excursion #<procedure 1824600 at ice-9/boot-9.scm:3066:17 ()>]
  20. 3085: 11 [#<procedure 1824600 at ice-9/boot-9.scm:3066:17 ()>]
  21. In unknown file:
  22. ?: 10 [primitive-load-path "guix/import/pypi" ...]
  23. In ice-9/eval.scm:
  24. 505: 9 [#<procedure ff1b00 at ice-9/eval.scm:499:4 (exp)> (define-module # # ...)]
  25. In ice-9/psyntax.scm:
  26. 1106: 8 [expand-top-sequence ((define-module # # # ...)) () ((top)) ...]
  27. 989: 7 [scan ((define-module (guix import pypi) #:use-module ...)) () ...]
  28. 279: 6 [scan ((#(syntax-object let # ...) (#) (# #) ...)) () ...]
  29. In ice-9/eval.scm:
  30. 411: 5 [eval # ()]
  31. In ice-9/boot-9.scm:
  32. 2951: 4 [define-module* (guix import pypi) #:filename ...]
  33. 2926: 3 [resolve-imports ((#) (#) (#) (#) ...)]
  34. 2867: 2 [resolve-interface (json) #:select ...]
  35. In unknown file:
  36. ?: 1 [scm-error misc-error #f "~A ~S" ("no code for module" (json)) #f]
  37. In ice-9/boot-9.scm:
  38. 106: 0 [#<procedure 13ab9c0 at ice-9/boot-9.scm:97:6 (thrown-k . args)> misc-error ...]
  39.  
  40. ice-9/boot-9.scm:106:20: In procedure #<procedure 13ab9c0 at ice-9/boot-9.scm:97:6 (thrown-k . args)>:
  41. ice-9/boot-9.scm:106:20: no code for module (json)
  42. Makefile:4526: recipe for target 'guix/scripts/refresh.go' failed
Advertisement
Add Comment
Please, Sign In to add comment