bug-guile
[Top][All Lists]
Advanced

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

FAIL: test-use-srfi (Leopard)


From: Alexander Asteroth
Subject: FAIL: test-use-srfi (Leopard)
Date: Sat, 17 May 2008 12:51:53 +0200

OK, I managed getting guile-1.8.5 compiled on Mac OS X Leopard.

Since gmp-4.2.2 detected 64 bit (and compilation failed with ABI=32) I configured guile with CLFLAGS=-m64. After using make LIBTOOL=/usr/ local/bin/libool (to get libtool-2.2.2) compilation succeeded successfully.

When doing a make check, I get an error trace (see below).
Also the binary guile fails to execute with an error trace - stack overflow).

Thanks for any help,

        Alex

PS: I also tried guile-1.8.4 before and 1.6.8. Both faild to compile.

==============================================================

...
make  check-TESTS
PASS: test-system-cmds
PASS: test-require-extension
PASS: test-bad-identifiers
PASS: test-num2integral
PASS: test-round
PASS: test-gh
PASS: test-asmobs
PASS: test-list
PASS: test-unwind
PASS: test-conversion
Backtrace:
In unknown file:
   ?: 133* [#<procedure #f ()>]
   ?: 134* [load-file #<primitive-procedure primitive-load> ...]
   ?: 135* [save-module-excursion #<procedure #f ()>]
   ?: 136  (let (# #) (dynamic-wind # thunk #))
?: 137 [dynamic-wind #<procedure #f ()> #<procedure #f ()> #<procedure #f ()>]
   ?: 138* [#<procedure #f ()>]
?: 139* [primitive-load "/Users/aster/src/guile-1.8.5/ice-9/ debug.scm"]
In /Users/aster/src/guile-1.8.5/ice-9/debug.scm:
  22: 140* (define-module (ice-9 debug) :export ...)
In unknown file:
   ?: 141* [copy-tree ...
   ?: 142* [apply #<procedure #f args> (# :export #)]
   ?: 143  [#<procedure #f args> (ice-9 debug) :export ...]
   ?: 144  (quasiquote (eval-case (# #) (else #)))
   ?: 145* [compile-define-module-args (# :export #)]
?: 146 [loop ((quote #)) (:export (frame-number->index trace untrace ...))]
     ...
   ?: 147  [loop ((quote (ice-9 debug))) ...
   ?: 148* [cons ...
   ?: 149* [keyword-like-symbol->keyword :export]
   ?: 150  [symbol->keyword ...
   ?: 151* [string->symbol ...
   ?: 152* (substring (symbol->string sym) 1)

<unnamed port>: In expression (substring (symbol->string sym) 1):
<unnamed port>: Stack overflow
guile --use-srfi=1,10 fails to run
FAIL: test-use-srfi
PASS: test-with-guile-module
==================================
1 of 12 tests failed
Please report to address@hidden
==================================
make[4]: *** [check-TESTS] Error 1
make[3]: *** [check-am] Error 2
make[2]: *** [check] Error 2
make[1]: *** [check-recursive] Error 1
make: *** [check-recursive] Error 1





reply via email to

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