guile-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Error in make check building guile-lib for guile 2.0. trap-enable unboun


From: dsmich
Subject: Error in make check building guile-lib for guile 2.0. trap-enable unbound
Date: Fri, 4 Mar 2011 11:59:54 -0500

Howdy Guilers,

As some of you know, I've been slowing bringing scwm back up to speed.  I've 
gotten quite far but the next major hurdle is gtk+, so I am attempting to build 
and install that.  The first thing needed is guile-lib, which builds fine for 
me from git but has the following error output.

$ guile --version
guile (GNU Guile) 2.0.0.63-fd029

And I'm using libgc from the 7.2alpha5 tarball.

Here is the important part of make check output.  (also attached is the full 
make check output)

trap-enable is not mentioned in the guile NEWS.

PASS: search.basic.scm
Backtrace:
In module/ice-9/boot-9.scm:
 170: 11 [catch #t #<catch-closure 10ea2c0> ...]
In unknown file:
   ?: 10 [catch-closure]
In module/ice-9/boot-9.scm:
  62: 9 [call-with-prompt prompt0 ...]
In module/ice-9/eval.scm:
 389: 8 [eval # #]
In module/ice-9/boot-9.scm:
1917: 7 [save-module-excursion #<procedure 10f5840 at 
module/ice-9/boot-9.scm:3339:3 ()>]
3346: 6 [#<procedure 10f5840 at module/ice-9/boot-9.scm:3339:3 ()>]
1189: 5 [%start-stack load-stack ...]
1194: 4 [#<procedure 1105990 ()>]
In unknown file:
   ?: 3 [primitive-load "/home/dsmith/src/guile-lib/unit-tests/./statprof.scm"]
In module/ice-9/eval.scm:
 349: 2 [eval #<memoized (trap-enable (quote traps))> ()]
 356: 1 [eval #<memoized trap-enable> ()]
In unknown file:
   ?: 0 [memoize-variable-access! #<memoized trap-enable> #<directory # fea090>]

ERROR: In procedure memoize-variable-access!:
ERROR: Unbound variable: trap-enable

Some deprecated features have been used.  Set the environment
variable GUILE_WARN_DEPRECATED to "detailed" and rerun the
program to get more information.  Set it to "no" to suppress
this message.
FAIL: statprof.scm

-Dale

Attachment: make.out
Description: Binary data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]