Skip to content

Instantly share code, notes, and snippets.

@ijp
Created May 26, 2015 13:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ijp/326a86d0163b16a9a1e9 to your computer and use it in GitHub Desktop.
Save ijp/326a86d0163b16a9a1e9 to your computer and use it in GitHub Desktop.
~/src/guile $ make
/usr/bin/make all-recursive
make[1]: Entering directory `/home/ian/src/guile'
Making all in lib
make[2]: Entering directory `/home/ian/src/guile/lib'
/usr/bin/make all-recursive
make[3]: Entering directory `/home/ian/src/guile/lib'
make[4]: Entering directory `/home/ian/src/guile/lib'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory `/home/ian/src/guile/lib'
make[3]: Leaving directory `/home/ian/src/guile/lib'
make[2]: Leaving directory `/home/ian/src/guile/lib'
Making all in meta
make[2]: Entering directory `/home/ian/src/guile/meta'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/ian/src/guile/meta'
Making all in libguile
make[2]: Entering directory `/home/ian/src/guile/libguile'
/usr/bin/make all-am
make[3]: Entering directory `/home/ian/src/guile/libguile'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/home/ian/src/guile/libguile'
make[2]: Leaving directory `/home/ian/src/guile/libguile'
Making all in module
make[2]: Entering directory `/home/ian/src/guile/module'
GUILEC ice-9/boot-9.go
Backtrace:
In ice-9/eval.scm:
605: 19 [#<procedure 2715820 at ice-9/eval.scm:604:6 (env)> #]
In unknown file:
?: 18 [call-with-values #<procedure 27ffb20 at ice-9/eval.scm:327:13 ()> ...]
?: 17 [call-with-values #<procedure 27ff760 at ice-9/eval.scm:327:13 ()> ...]
?: 16 [call-with-values #<procedure 27ff680 at ice-9/eval.scm:327:13 ()> ...]
In ice-9/eval.scm:
643: 15 [#<unspecified> #<unspecified>]
605: 14 [#<procedure 2722da0 at ice-9/eval.scm:604:6 (env)> #]
In unknown file:
?: 13 [primitive-load-path "language/cps/spec" ...]
In ice-9/eval.scm:
707: 12 [primitive-eval _]
In ice-9/psyntax.scm:
1200: 11 [expand-top-sequence #<unspecified> _ ...]
In language/cps/reify-primitives.scm:
76: 10 [parse _ (("placeholder" placeholder)) ...]
In ice-9/psyntax.scm:
279: 9 [parse _ (("placeholder" placeholder)) ...]
In ice-9/eval.scm:
290: 8 [#<procedure 310a000 at ice-9/eval.scm:289:11 (env)> #<module # 50f7ab0>]
605: 7 [#<procedure 2753700 at ice-9/eval.scm:604:6 (env)> #(# #)]
290: 6 [#<procedure 27538c0 at ice-9/eval.scm:289:11 (env)> #(# #)]
193: 5 [#<procedure 283e060 at ice-9/eval.scm:193:12 (env)> #(# # #)]
156: 4 [#<procedure 2843320 at ice-9/eval.scm:156:9 (env)> #(# # #)]
605: 3 [#<procedure 2710440 at ice-9/eval.scm:604:6 (env)> #(#(# #f) #f)]
In unknown file:
?: 2 [scm-error misc-error #f ...]
?: 1 [call-with-values #<procedure 3ef1540 at ice-9/eval.scm:327:13 ()> ...]
?: 0 [call-with-values #<procedure 3efaf80 at ice-9/eval.scm:327:13 ()> ...]
ERROR: make[2]: *** [ice-9/boot-9.go] Error 1
make[2]: Leaving directory `/home/ian/src/guile/module'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/ian/src/guile'
make: *** [all] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment