Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make check shows a bunch of errors #2

Open
farleyknight opened this issue Jan 19, 2015 · 1 comment
Open

make check shows a bunch of errors #2

farleyknight opened this issue Jan 19, 2015 · 1 comment

Comments

@farleyknight
Copy link

Just came across your project. Looks like an amazing idea! I'm having trouble compiling your example on Ubuntu 14.04.

I get the sense I don't have all the dependencies required, despite the fact that ./configure forced me to install a fair amount.

Unfortunately, though make run doesn't work as expected. When I run make check, here's the log file that it spits out.

=============================================
   emacsy 0.1.2: src/emacsy/test-suite.log
=============================================

# TOTAL: 13
# PASS:  1
# SKIP:  0
# XFAIL: 0
# FAIL:  12
# XPASS: 0
# ERROR: 0

.. contents:: :depth: 2

FAIL: event-test
================

;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0
;;;       or pass the --no-auto-compile argument to disable.
;;; compiling /home/farleyknight/Downloads/emacsy-0.1.2/src/emacsy/./event-test.scm
;;; WARNING: compilation of /home/farleyknight/Downloads/emacsy-0.1.2/src/emacsy/./event-test.scm failed:
;;; ERROR: no code for module (debugging assert)
;;; compiling /home/farleyknight/Downloads/emacsy-0.1.2/support/scheme/check.scm
;;; compiled /home/farleyknight/.cache/guile/ccache/2.0-LE-8-2.0/home/farleyknight/Downloads/emacsy-0.1.2/support/scheme/check.scm.go
Backtrace:
In ice-9/boot-9.scm:
 157: 13 [catch #t #<catch-closure 26212c0> ...]
In unknown file:
   ?: 12 [apply-smob/1 #<catch-closure 26212c0>]
In ice-9/boot-9.scm:
  63: 11 [call-with-prompt prompt0 ...]
In ice-9/eval.scm:
 432: 10 [eval # #]
In ice-9/boot-9.scm:
2320: 9 [save-module-excursion #<procedure 2653d00 at ice-9/boot-9.scm:3961:3 ()>]
3968: 8 [#<procedure 2653d00 at ice-9/boot-9.scm:3961:3 ()>]
1645: 7 [%start-stack load-stack ...]
1650: 6 [#<procedure 2ae7c60 ()>]
In unknown file:
   ?: 5 [primitive-load "/home/farleyknight/Downloads/emacsy-0.1.2/src/emacsy/./event-test.scm"]
In check.scm:
 174: 4 [check:proc # #<procedure 299f2a0 at ice-9/eval.scm:416:20 ()> ...]
In ice-9/eval.scm:
 399: 3 [eval # #]
 387: 2 [eval # #]
 393: 1 [eval #<memoized <key-event>> #<directory (guile-user) 2615c60>]
In unknown file:
   ?: 0 [memoize-variable-access! #<memoized <key-event>> #<directory # 2615c60>]

ERROR: In procedure memoize-variable-access!:
ERROR: Unbound variable: <key-event>

(if (make <key-event> #:command-char #\a) #t #f) => 

FAIL: keymap-test
=================

;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0
;;;       or pass the --no-auto-compile argument to disable.
;;; compiling /home/farleyknight/Downloads/emacsy-0.1.2/src/emacsy/./keymap-test.scm
;;; WARNING: compilation of /home/farleyknight/Downloads/emacsy-0.1.2/src/emacsy/./keymap-test.scm failed:
;;; ERROR: no code for module (debugging assert)
Backtrace:
In ice-9/boot-9.scm:
 157: 13 [catch #t #<catch-closure 229f2c0> ...]
In unknown file:
   ?: 12 [apply-smob/1 #<catch-closure 229f2c0>]
In ice-9/boot-9.scm:
  63: 11 [call-with-prompt prompt0 ...]
In ice-9/eval.scm:
 432: 10 [eval # #]
In ice-9/boot-9.scm:
2320: 9 [save-module-excursion #<procedure 22d1d00 at ice-9/boot-9.scm:3961:3 ()>]
3968: 8 [#<procedure 22d1d00 at ice-9/boot-9.scm:3961:3 ()>]
1645: 7 [%start-stack load-stack ...]
1650: 6 [#<procedure 23b42a0 ()>]
In unknown file:
   ?: 5 [primitive-load "/home/farleyknight/Downloads/emacsy-0.1.2/src/emacsy/./keymap-test.scm"]
In check.scm:
 174: 4 [check:proc # #<procedure 28a6750 at ice-9/eval.scm:416:20 ()> ...]
In ice-9/eval.scm:
 399: 3 [eval # #]
 387: 2 [eval # #]
 393: 1 [eval #<memoized <keymap>> #<directory (guile-user) 2293c60>]
In unknown file:
   ?: 0 [memoize-variable-access! #<memoized <keymap>> #<directory # 2293c60>]

ERROR: In procedure memoize-variable-access!:
ERROR: Unbound variable: <keymap>

(if (make <keymap>) #t #f) => 

FAIL: command-test
==================

;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0
;;;       or pass the --no-auto-compile argument to disable.
;;; compiling /home/farleyknight/Downloads/emacsy-0.1.2/src/emacsy/./command-test.scm
;;; WARNING: compilation of /home/farleyknight/Downloads/emacsy-0.1.2/src/emacsy/./command-test.scm failed:
;;; ERROR: no code for module (string completion)
Backtrace:
In ice-9/boot-9.scm:
2783: 19 [resolve-interface (emacsy event) #:select ...]
2708: 18 [#<procedure 1f64480 at ice-9/boot-9.scm:2696:4 (name #:optional autoload version #:key ensure)> # ...]
2981: 17 [try-module-autoload (emacsy event) #f]
2320: 16 [save-module-excursion #<procedure 23a2db0 at ice-9/boot-9.scm:2982:17 ()>]
3001: 15 [#<procedure 23a2db0 at ice-9/boot-9.scm:2982:17 ()>]
In unknown file:
   ?: 14 [primitive-load-path "emacsy/event" ...]
In emacsy/event.scm:
   1: 13 [#<procedure 227c2e0 ()>]
In ice-9/boot-9.scm:
2870: 12 [define-module* (emacsy event) #:filename ...]
2845: 11 [resolve-imports (((ice-9 q)) ((ice-9 regex)) ((ice-9 optargs)) ...)]
2783: 10 [resolve-interface (emacsy util) #:select ...]
2708: 9 [#<procedure 1f64480 at ice-9/boot-9.scm:2696:4 (name #:optional autoload version #:key ensure)> # ...]
2981: 8 [try-module-autoload (emacsy util) #f]
2320: 7 [save-module-excursion #<procedure 24b67b0 at ice-9/boot-9.scm:2982:17 ()>]
3001: 6 [#<procedure 24b67b0 at ice-9/boot-9.scm:2982:17 ()>]
In unknown file:
   ?: 5 [primitive-load-path "emacsy/util" ...]
In emacsy/util.scm:
   1: 4 [#<procedure 24c28c0 ()>]
In ice-9/boot-9.scm:
2870: 3 [define-module* (emacsy util) #:filename ...]
2845: 2 [resolve-imports ((#) (#) (#) (#) ...)]
2786: 1 [resolve-interface (debugging assert) #:select ...]
In unknown file:
   ?: 0 [scm-error misc-error #f ...]

ERROR: In procedure scm-error:
ERROR: no code for module (debugging assert)

FAIL: buffer-test
=================

;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0
;;;       or pass the --no-auto-compile argument to disable.
;;; compiling /home/farleyknight/Downloads/emacsy-0.1.2/src/emacsy/./buffer-test.scm
;;; WARNING: compilation of /home/farleyknight/Downloads/emacsy-0.1.2/src/emacsy/./buffer-test.scm failed:
;;; ERROR: no code for module (string completion)
Backtrace:
In ice-9/boot-9.scm:
1650: 19 [#<procedure c95420 ()>]
In unknown file:
   ?: 18 [primitive-load "/home/farleyknight/Downloads/emacsy-0.1.2/src/emacsy/./buffer-test.scm"]
In ice-9/eval.scm:
 505: 17 [#<procedure 7e15a0 at ice-9/eval.scm:499:4 (exp)> (use-modules # # # ...)]
In ice-9/psyntax.scm:
1091: 16 [expand-top-sequence ((use-modules (check) (emacsy buffer) ...)) () ...]
 976: 15 [scan ((use-modules (check) (emacsy buffer) ...)) () ...]
 270: 14 [scan ((# #) #(syntax-object *unspecified* # #)) () (()) ...]
In ice-9/boot-9.scm:
3513: 13 [process-use-modules (((check)) ((emacsy buffer)) ((emacsy command)) ...)]
 627: 12 [map #<procedure 8b6b60 at ice-9/boot-9.scm:3513:25 (mif-args)> (# # # ...)]
3514: 11 [#<procedure 8b6b60 at ice-9/boot-9.scm:3513:25 (mif-args)> (#)]
2783: 10 [resolve-interface (emacsy command) #:select ...]
2708: 9 [#<procedure 8a9480 at ice-9/boot-9.scm:2696:4 (name #:optional autoload version #:key ensure)> # ...]
2981: 8 [try-module-autoload (emacsy command) #f]
2320: 7 [save-module-excursion #<procedure ceb1e0 at ice-9/boot-9.scm:2982:17 ()>]
3001: 6 [#<procedure ceb1e0 at ice-9/boot-9.scm:2982:17 ()>]
In unknown file:
   ?: 5 [primitive-load-path "emacsy/command" ...]
In emacsy/command.scm:
   1: 4 [#<procedure c63580 ()>]
In ice-9/boot-9.scm:
2870: 3 [define-module* (emacsy command) #:filename ...]
2845: 2 [resolve-imports ((#) (#) (#) (#))]
2786: 1 [resolve-interface (string completion) #:select ...]
In unknown file:
   ?: 0 [scm-error misc-error #f ...]

ERROR: In procedure scm-error:
ERROR: no code for module (string completion)

FAIL: block-test
================

;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0
;;;       or pass the --no-auto-compile argument to disable.
;;; compiling /home/farleyknight/Downloads/emacsy-0.1.2/src/emacsy/./block-test.scm
;;; WARNING: compilation of /home/farleyknight/Downloads/emacsy-0.1.2/src/emacsy/./block-test.scm failed:
;;; ERROR: no code for module (debugging assert)
Backtrace:
In ice-9/boot-9.scm:
 157: 13 [catch #t #<catch-closure 10bb2c0> ...]
In unknown file:
   ?: 12 [apply-smob/1 #<catch-closure 10bb2c0>]
In ice-9/boot-9.scm:
  63: 11 [call-with-prompt prompt0 ...]
In ice-9/eval.scm:
 432: 10 [eval # #]
In ice-9/boot-9.scm:
2320: 9 [save-module-excursion #<procedure 10edd00 at ice-9/boot-9.scm:3961:3 ()>]
3968: 8 [#<procedure 10edd00 at ice-9/boot-9.scm:3961:3 ()>]
1645: 7 [%start-stack load-stack ...]
1650: 6 [#<procedure 11d0540 ()>]
In unknown file:
   ?: 5 [primitive-load "/home/farleyknight/Downloads/emacsy-0.1.2/src/emacsy/./block-test.scm"]
In check.scm:
 174: 4 [check:proc # #<procedure 15b7bd0 at ice-9/eval.scm:416:20 ()> ...]
In ice-9/eval.scm:
 399: 3 [eval # #]
 386: 2 [eval # #]
 393: 1 [eval #<memoized call-blockable> #<directory (guile-user) 10afc60>]
In unknown file:
   ?: 0 [memoize-variable-access! #<memoized call-blockable> #<directory # 10afc60>]

ERROR: In procedure memoize-variable-access!:
ERROR: Unbound variable: call-blockable

(i-block) => unbound-variable ; *** failed ***
 ; expected result: misc-error

(if (call-blockable (lambda () (i-block))) #t #f) => 

FAIL: klecl-test
================

;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0
;;;       or pass the --no-auto-compile argument to disable.
;;; compiling /home/farleyknight/Downloads/emacsy-0.1.2/src/emacsy/./klecl-test.scm
;;; WARNING: compilation of /home/farleyknight/Downloads/emacsy-0.1.2/src/emacsy/./klecl-test.scm failed:
;;; ERROR: no code for module (debugging assert)
Backtrace:
In ice-9/boot-9.scm:
 157: 11 [catch #t #<catch-closure acb2c0> ...]
In unknown file:
   ?: 10 [apply-smob/1 #<catch-closure acb2c0>]
In ice-9/boot-9.scm:
  63: 9 [call-with-prompt prompt0 ...]
In ice-9/eval.scm:
 432: 8 [eval # #]
In ice-9/boot-9.scm:
2320: 7 [save-module-excursion #<procedure afdd00 at ice-9/boot-9.scm:3961:3 ()>]
3968: 6 [#<procedure afdd00 at ice-9/boot-9.scm:3961:3 ()>]
1645: 5 [%start-stack load-stack ...]
1650: 4 [#<procedure 1031b70 ()>]
In unknown file:
   ?: 3 [primitive-load "/home/farleyknight/Downloads/emacsy-0.1.2/src/emacsy/./klecl-test.scm"]
In ice-9/eval.scm:
 386: 2 [eval #<memoized (with-blockable (test-read-event))> ()]
 393: 1 [eval #<memoized with-blockable> ()]
In unknown file:
   ?: 0 [memoize-variable-access! #<memoized with-blockable> #<directory # abfc60>]

ERROR: In procedure memoize-variable-access!:
ERROR: Unbound variable: with-blockable

FAIL: kbd-macro-test
====================

;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0
;;;       or pass the --no-auto-compile argument to disable.
;;; compiling /home/farleyknight/Downloads/emacsy-0.1.2/src/emacsy/./kbd-macro-test.scm
;;; WARNING: compilation of /home/farleyknight/Downloads/emacsy-0.1.2/src/emacsy/./kbd-macro-test.scm failed:
;;; ERROR: no code for module (debugging assert)
Backtrace:
In ice-9/boot-9.scm:
1650: 19 [#<procedure 1fd8a20 ()>]
In unknown file:
   ?: 18 [primitive-load "/home/farleyknight/Downloads/emacsy-0.1.2/src/emacsy/./kbd-macro-test.scm"]
In ice-9/eval.scm:
 505: 17 [#<procedure 19f25a0 at ice-9/eval.scm:499:4 (exp)> (use-modules # # # ...)]
In ice-9/psyntax.scm:
1091: 16 [expand-top-sequence ((use-modules # # # ...)) () ((top)) ...]
 976: 15 [scan ((use-modules (emacsy kbd-macro) (emacsy event) ...)) () ...]
 270: 14 [scan ((# #) #(syntax-object *unspecified* # #)) () (()) ...]
In ice-9/boot-9.scm:
3513: 13 [process-use-modules ((#) (#) (#) (#) ...)]
 627: 12 [map #<procedure 1ac7b60 at ice-9/boot-9.scm:3513:25 (mif-args)> #]
3514: 11 [#<procedure 1ac7b60 at ice-9/boot-9.scm:3513:25 (mif-args)> (#)]
2783: 10 [resolve-interface (emacsy command) #:select ...]
2708: 9 [#<procedure 1aba480 at ice-9/boot-9.scm:2696:4 (name #:optional autoload version #:key ensure)> # ...]
2981: 8 [try-module-autoload (emacsy command) #f]
2320: 7 [save-module-excursion #<procedure 2114a80 at ice-9/boot-9.scm:2982:17 ()>]
3001: 6 [#<procedure 2114a80 at ice-9/boot-9.scm:2982:17 ()>]
In unknown file:
   ?: 5 [primitive-load-path "emacsy/command" ...]
In emacsy/command.scm:
   1: 4 [#<procedure 211ea60 ()>]
In ice-9/boot-9.scm:
2870: 3 [define-module* (emacsy command) #:filename ...]
2845: 2 [resolve-imports ((#) (#) (#) (#))]
2786: 1 [resolve-interface (string completion) #:select ...]
In unknown file:
   ?: 0 [scm-error misc-error #f ...]

ERROR: In procedure scm-error:
ERROR: no code for module (string completion)

FAIL: core-test
===============

;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0
;;;       or pass the --no-auto-compile argument to disable.
;;; compiling /home/farleyknight/Downloads/emacsy-0.1.2/src/emacsy/./core-test.scm
;;; WARNING: compilation of /home/farleyknight/Downloads/emacsy-0.1.2/src/emacsy/./core-test.scm failed:
;;; ERROR: no code for module (debugging assert)
Backtrace:
In ice-9/boot-9.scm:
2783: 19 [resolve-interface (emacsy event) #:select ...]
2708: 18 [#<procedure c45480 at ice-9/boot-9.scm:2696:4 (name #:optional autoload version #:key ensure)> # ...]
2981: 17 [try-module-autoload (emacsy event) #f]
2320: 16 [save-module-excursion #<procedure 1364a20 at ice-9/boot-9.scm:2982:17 ()>]
3001: 15 [#<procedure 1364a20 at ice-9/boot-9.scm:2982:17 ()>]
In unknown file:
   ?: 14 [primitive-load-path "emacsy/event" ...]
In emacsy/event.scm:
   1: 13 [#<procedure 1015800 ()>]
In ice-9/boot-9.scm:
2870: 12 [define-module* (emacsy event) #:filename ...]
2845: 11 [resolve-imports (((ice-9 q)) ((ice-9 regex)) ((ice-9 optargs)) ...)]
2783: 10 [resolve-interface (emacsy util) #:select ...]
2708: 9 [#<procedure c45480 at ice-9/boot-9.scm:2696:4 (name #:optional autoload version #:key ensure)> # ...]
2981: 8 [try-module-autoload (emacsy util) #f]
2320: 7 [save-module-excursion #<procedure 1364330 at ice-9/boot-9.scm:2982:17 ()>]
3001: 6 [#<procedure 1364330 at ice-9/boot-9.scm:2982:17 ()>]
In unknown file:
   ?: 5 [primitive-load-path "emacsy/util" ...]
In emacsy/util.scm:
   1: 4 [#<procedure 10c1a20 ()>]
In ice-9/boot-9.scm:
2870: 3 [define-module* (emacsy util) #:filename ...]
2845: 2 [resolve-imports ((#) (#) (#) (#) ...)]
2786: 1 [resolve-interface (debugging assert) #:select ...]
In unknown file:
   ?: 0 [scm-error misc-error #f ...]

ERROR: In procedure scm-error:
ERROR: no code for module (debugging assert)

FAIL: advice-test
=================

;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0
;;;       or pass the --no-auto-compile argument to disable.
;;; compiling /home/farleyknight/Downloads/emacsy-0.1.2/src/emacsy/./advice-test.scm
;;; WARNING: compilation of /home/farleyknight/Downloads/emacsy-0.1.2/src/emacsy/./advice-test.scm failed:
;;; ERROR: no code for module (debugging assert)
Backtrace:
In ice-9/boot-9.scm:
2783: 19 [resolve-interface (emacsy klecl) #:select ...]
2708: 18 [#<procedure 15dbe40 at ice-9/boot-9.scm:2696:4 (name #:optional autoload version #:key ensure)> # ...]
2981: 17 [try-module-autoload (emacsy klecl) #f]
2320: 16 [save-module-excursion #<procedure 1b03330 at ice-9/boot-9.scm:2982:17 ()>]
3001: 15 [#<procedure 1b03330 at ice-9/boot-9.scm:2982:17 ()>]
In unknown file:
   ?: 14 [primitive-load-path "emacsy/klecl" ...]
In emacsy/klecl.scm:
   1: 13 [#<procedure 1a80e80 ()>]
In ice-9/boot-9.scm:
2870: 12 [define-module* (emacsy klecl) #:filename ...]
2845: 11 [resolve-imports (((ice-9 optargs)) ((ice-9 q)) ((srfi srfi-1)) ...)]
2783: 10 [resolve-interface (emacsy command) #:select ...]
2708: 9 [#<procedure 15dbe40 at ice-9/boot-9.scm:2696:4 (name #:optional autoload version #:key ensure)> # ...]
2981: 8 [try-module-autoload (emacsy command) #f]
2320: 7 [save-module-excursion #<procedure 1baf480 at ice-9/boot-9.scm:2982:17 ()>]
3001: 6 [#<procedure 1baf480 at ice-9/boot-9.scm:2982:17 ()>]
In unknown file:
   ?: 5 [primitive-load-path "emacsy/command" ...]
In emacsy/command.scm:
   1: 4 [#<procedure 1bbf700 ()>]
In ice-9/boot-9.scm:
2870: 3 [define-module* (emacsy command) #:filename ...]
2845: 2 [resolve-imports ((#) (#) (#) (#))]
2786: 1 [resolve-interface (string completion) #:select ...]
In unknown file:
   ?: 0 [scm-error misc-error #f ...]

ERROR: In procedure scm-error:
ERROR: no code for module (string completion)

FAIL: minibuffer-test
=====================

;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0
;;;       or pass the --no-auto-compile argument to disable.
;;; compiling /home/farleyknight/Downloads/emacsy-0.1.2/src/emacsy/./minibuffer-test.scm
;;; WARNING: compilation of /home/farleyknight/Downloads/emacsy-0.1.2/src/emacsy/./minibuffer-test.scm failed:
;;; ERROR: no code for module (string completion)
Backtrace:
In ice-9/boot-9.scm:
2783: 19 [resolve-interface (emacsy event) #:select ...]
2708: 18 [#<procedure 1a59480 at ice-9/boot-9.scm:2696:4 (name #:optional autoload version #:key ensure)> # ...]
2981: 17 [try-module-autoload (emacsy event) #f]
2320: 16 [save-module-excursion #<procedure 20178a0 at ice-9/boot-9.scm:2982:17 ()>]
3001: 15 [#<procedure 20178a0 at ice-9/boot-9.scm:2982:17 ()>]
In unknown file:
   ?: 14 [primitive-load-path "emacsy/event" ...]
In emacsy/event.scm:
   1: 13 [#<procedure 2026680 ()>]
In ice-9/boot-9.scm:
2870: 12 [define-module* (emacsy event) #:filename ...]
2845: 11 [resolve-imports (((ice-9 q)) ((ice-9 regex)) ((ice-9 optargs)) ...)]
2783: 10 [resolve-interface (emacsy util) #:select ...]
2708: 9 [#<procedure 1a59480 at ice-9/boot-9.scm:2696:4 (name #:optional autoload version #:key ensure)> # ...]
2981: 8 [try-module-autoload (emacsy util) #f]
2320: 7 [save-module-excursion #<procedure 20171b0 at ice-9/boot-9.scm:2982:17 ()>]
3001: 6 [#<procedure 20171b0 at ice-9/boot-9.scm:2982:17 ()>]
In unknown file:
   ?: 5 [primitive-load-path "emacsy/util" ...]
In emacsy/util.scm:
   1: 4 [#<procedure 2044820 ()>]
In ice-9/boot-9.scm:
2870: 3 [define-module* (emacsy util) #:filename ...]
2845: 2 [resolve-imports ((#) (#) (#) (#) ...)]
2786: 1 [resolve-interface (debugging assert) #:select ...]
In unknown file:
   ?: 0 [scm-error misc-error #f ...]

ERROR: In procedure scm-error:
ERROR: no code for module (debugging assert)

FAIL: window-test
=================

;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0
;;;       or pass the --no-auto-compile argument to disable.
;;; compiling /home/farleyknight/Downloads/emacsy-0.1.2/src/emacsy/./window-test.scm
;;; compiling /home/farleyknight/Downloads/emacsy-0.1.2/src/convenience-lambda.scm
;;; compiled /home/farleyknight/.cache/guile/ccache/2.0-LE-8-2.0/home/farleyknight/Downloads/emacsy-0.1.2/src/convenience-lambda.scm.go
;;; WARNING: compilation of /home/farleyknight/Downloads/emacsy-0.1.2/src/emacsy/./window-test.scm failed:
;;; ERROR: no code for module (debugging assert)
Backtrace:
In ice-9/boot-9.scm:
 157: 12 [catch #t #<catch-closure 18892c0> ...]
In unknown file:
   ?: 11 [apply-smob/1 #<catch-closure 18892c0>]
In ice-9/boot-9.scm:
  63: 10 [call-with-prompt prompt0 ...]
In ice-9/eval.scm:
 432: 9 [eval # #]
In ice-9/boot-9.scm:
2320: 8 [save-module-excursion #<procedure 18bbd00 at ice-9/boot-9.scm:3961:3 ()>]
3968: 7 [#<procedure 18bbd00 at ice-9/boot-9.scm:3961:3 ()>]
1645: 6 [%start-stack load-stack ...]
1650: 5 [#<procedure 1c8f030 ()>]
In unknown file:
   ?: 4 [primitive-load "/home/farleyknight/Downloads/emacsy-0.1.2/src/emacsy/./window-test.scm"]
In check.scm:
 174: 3 [check:proc # #<procedure 1d87000 at ice-9/eval.scm:416:20 ()> ...]
In ice-9/eval.scm:
 386: 2 [eval #<memoized (window? root-window)> #<directory (guile-user) 187dc60>]
 393: 1 [eval #<memoized window?> #<directory (guile-user) 187dc60>]
In unknown file:
   ?: 0 [memoize-variable-access! #<memoized window?> #<directory # 187dc60>]

ERROR: In procedure memoize-variable-access!:
ERROR: Unbound variable: window?

(window? root-window) => 

FAIL: help-test
===============

;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0
;;;       or pass the --no-auto-compile argument to disable.
;;; compiling /home/farleyknight/Downloads/emacsy-0.1.2/src/emacsy/./help-test.scm
;;; WARNING: compilation of /home/farleyknight/Downloads/emacsy-0.1.2/src/emacsy/./help-test.scm failed:
;;; ERROR: no code for module (debugging assert)
Backtrace:
In ice-9/boot-9.scm:
 157: 11 [catch #t #<catch-closure 235f2c0> ...]
In unknown file:
   ?: 10 [apply-smob/1 #<catch-closure 235f2c0>]
In ice-9/boot-9.scm:
  63: 9 [call-with-prompt prompt0 ...]
In ice-9/eval.scm:
 432: 8 [eval # #]
In ice-9/boot-9.scm:
2320: 7 [save-module-excursion #<procedure 2391d00 at ice-9/boot-9.scm:3961:3 ()>]
3968: 6 [#<procedure 2391d00 at ice-9/boot-9.scm:3961:3 ()>]
1645: 5 [%start-stack load-stack ...]
1650: 4 [#<procedure 2474180 ()>]
In unknown file:
   ?: 3 [primitive-load "/home/farleyknight/Downloads/emacsy-0.1.2/src/emacsy/./help-test.scm"]
In ice-9/eval.scm:
 386: 2 [eval # ()]
 393: 1 [eval #<memoized define-variable> ()]
In unknown file:
   ?: 0 [memoize-variable-access! # #]

ERROR: In procedure memoize-variable-access!:
ERROR: Unbound variable: define-variable
@farleyknight
Copy link
Author

I'm thinking it has something to do with guile-libs, but I've definitely installed it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant