[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Guile Build Errors
From: |
bornlibra23 |
Subject: |
Guile Build Errors |
Date: |
Thu, 27 Aug 2009 01:19:42 -0700 (PDT) |
Hello People
I am trying to compile guile-1.8.7 on Stratus Open VOS.
I am able to build it successfully but the following errors while testing
have left me perplexed. I am totally new to guile. Please suggest.
PASS: test-system-cmds
ERROR: In procedure dynamic-link:
ERROR: file: "libguile-srfi-srfi-1-v-3", message: "file not found"
FAIL: test-require-extension
ERROR: In procedure string-append:
ERROR: Wrong type (expecting string): #<freed cell 400876c0; GC missed a
reference>
FAIL: test-bad-identifiers
PASS: test-num2integral.pm
PASS: test-round.pm
PASS: test-gh.pm
ERROR: In procedure dynamic-link:
ERROR: file: "libtest-asmobs", message: "file not found"
FAIL: test-asmobs
PASS: test-list.pm
PASS: test-unwind.pm
fail: scm_is_signed_integer ((expt 2 63), -9223372036854775808,
9223372036854775807) == 0
FAIL: test-conversion.pm
FAIL: test-fast-slot-ref
Backtrace:
In unknown file:
...
?: 7 (begin (if # #) (make-modules-in # full-name))
?: 8* (if (or # #) (try-load-module name))
?: 9 [try-load-module (srfi srfi-1)]
?: 10 (or (begin (try-module-linked name)) (try-module-autoload name)
...)
?: 11* [try-module-autoload (srfi srfi-1)]
?: 12 (let* (# # # #) (resolve-module dir-hint-module-name #f) (and #
#))
...
?: 13 (letrec ((load-file #)) (dynamic-wind (lambda () #) (lambda () #)
...) ...)
?: 14* [dynamic-wind #<procedure #f ()> #<procedure #f ()> #<procedure #f
()>]
?: 15* [#<procedure #f ()>]
?: 16* (let* ((file #)) (cond (# => #) (# => #)))
?: 17 [#<procedure #f #> "/<<PATH>>/guile-1.8.7/srfi/srfi-1.scm"]
...
?: 18 [with-fluid* #<fluid 7> #f #<procedure #f ()>]
?: 19* [#<procedure #f ()>]
?: 20* [load-file #<primitive-procedure primitive-load> ...]
?: 21* [save-module-excursion #<procedure #f ()>]
?: 22 (let (# #) (dynamic-wind # thunk #))
?: 23 [dynamic-wind #<procedure #f ()> #<procedure #f ()> #<procedure #f
()>]
?: 24* [#<procedure #f ()>]
?: 25* [primitive-load "/<<PATH>>/guile-1.8.7/srfi/srfi-1.scm"]
In /<<PATH>>/guile-1.8.7/srfi/srfi-1.scm:
223: 26* [load-extension "libguile-srfi-srfi-1-v-3" "scm_init_srfi_1"]
/<<PATH>>/guile-1.8.7/srfi/srfi-1.scm:223:1: In procedure dynamic-link in
expression (load-extension "libguile-srfi-srfi-1-v-3" "scm_init_srfi_1"):
/<<PATH>>/guile-1.8.7/srfi/srfi-1.scm:223:1: file:
"libguile-srfi-srfi-1-v-3", message: "file not found"
guile --use-srfi=1,10 fails to run
FAIL: test-use-srfi
PASS: test-scm-c-read.pm
PASS: test-scm-take-locale-symbol.pm
PASS: test-with-guile-module.pm
PASS: test-scm-with-guile.pm
==================================
6 of 16 tests failed
Please report to address@hidden
==================================
--
View this message in context:
http://www.nabble.com/Guile-Build-Errors-tp25167250p25167250.html
Sent from the Gnu - Guile - User mailing list archive at Nabble.com.
- Guile Build Errors,
bornlibra23 <=