Advertisement
Guest User

Untitled

a guest
Dec 11th, 2015
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.33 KB | None | 0 0
  1. $ guix build -f hello.scm
  2. Backtrace:
  3. In ice-9/boot-9.scm:
  4. 157: 15 [catch #t #<catch-closure 1c94830> ...]
  5. In unknown file:
  6. ?: 14 [apply-smob/1 #<catch-closure 1c94830>]
  7. In ice-9/boot-9.scm:
  8. 63: 13 [call-with-prompt prompt0 ...]
  9. In ice-9/eval.scm:
  10. 432: 12 [eval # #]
  11. In ice-9/boot-9.scm:
  12. 2401: 11 [save-module-excursion #<procedure 1ca4ca0 at ice-9/boot-9.scm:4045:3 ()>]
  13. 4050: 10 [#<procedure 1ca4ca0 at ice-9/boot-9.scm:4045:3 ()>]
  14. 1724: 9 [%start-stack load-stack ...]
  15. 1729: 8 [#<procedure 1cac6a8 ()>]
  16. In unknown file:
  17. ?: 7 [primitive-load "/gnu/store/x4nfycabdkhvbcjdckva1fd1w8r5qqpm-guix-0.9.0/bin/.guix-real"]
  18. In guix/ui.scm:
  19. 1173: 6 [run-guix-command build "-f" "hello.scm"]
  20. In ice-9/boot-9.scm:
  21. 157: 5 [catch srfi-34 #<procedure 2147330 at guix/ui.scm:411:2 ()> ...]
  22. 157: 4 [catch system-error ...]
  23. In guix/scripts/build.scm:
  24. 507: 3 [#<procedure 2147340 at guix/scripts/build.scm:503:2 ()>]
  25. 401: 2 [options->derivations #<build-daemon 256.14 2300d60> (# # # # ...)]
  26. In srfi/srfi-1.scm:
  27. 578: 1 [map #<procedure 2158fe0 at guix/scripts/build.scm:449:7 (expr)> #]
  28. In guix/scripts/build.scm:
  29. 431: 0 [object->argument #<unspecified>]
  30.  
  31. guix/scripts/build.scm:431:4: In procedure object->argument:
  32. guix/scripts/build.scm:431:4: Throw to key `match-error' with args `("match" "no matching pattern" #<unspecified>)'.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement