bug-guile
[Top][All Lists]
Advanced

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

Guile error on AMD64


From: hyperdivision
Subject: Guile error on AMD64
Date: Thu, 09 Feb 2006 11:51:36 -0600
User-agent: nail 11.24 7/14/05

sorry it took so long.
here is the first part that it croaks at.
building on linuxfromscratch, but i get the same thing on FC5-test2
i'll have more time in a week or so if you need more info from me.

Making all in libguile
make[2]: Entering directory 
`/usr/src/firefly-2.375/guile-cvs/guile-core/libguile'
cat alist.doc arbiters.doc async.doc backtrace.doc boolean.doc chars.doc 
continuations.doc debug.doc deprecation.doc deprecated.doc discouraged.doc 
dynl.doc dynwind.doc environments.doc eq.doc error.doc eval.doc evalext.doc 
extensions.doc feature.doc fluids.doc fports.doc futures.doc gc.doc goops.doc 
gsubr.doc gc-mark.doc gc-segment.doc gc-malloc.doc gc-card.doc guardians.doc 
hash.doc hashtab.doc hooks.doc i18n.doc init.doc ioext.doc keywords.doc 
lang.doc list.doc load.doc macros.doc mallocs.doc modules.doc numbers.doc 
objects.doc objprop.doc options.doc pairs.doc ports.doc print.doc procprop.doc 
procs.doc properties.doc random.doc rdelim.doc read.doc root.doc rw.doc 
scmsigs.doc script.doc simpos.doc smob.doc sort.doc srcprop.doc stackchk.doc 
stacks.doc stime.doc strings.doc srfi-4.doc srfi-13.doc srfi-14.doc 
strorder.doc strports.doc struct.doc symbols.doc threads.doc throw.doc 
values.doc variable.doc vectors.doc version.doc vports.doc weaks.doc ramap.doc 
unif.doc dynl.doc filesys.doc posix.doc net_db.doc socket.doc regex-posix.doc | 
GUILE="/usr/src/firefly-2.375/guile-cvs/guile-core/pre-inst-guile" 
../scripts/snarf-check-and-output-texi --manual > guile.texi || { rm 
guile.texi; false; }
ERROR: In procedure memoization:
ERROR: Bad variable #<freed cell 0x2aaaab8c9270; GC missed a reference> in 
expression (define #<freed cell 0x2aaaab8c9270; GC missed a reference> "Returns 
a newly allocated stream, each element being the result of
invoking F with the corresponding elements of the STREAMs
as its arguments." (if #<freed cell 0x2aaaab8c9210; GC missed a reference> 
(make-stream (lambda (s) (or (stream-null? s) (cons (f #) (stream-cdr s)))) 
stream) (make-stream (lambda (streams) (or (or-map stream-null? streams) (cons 
(apply f #) (map stream-cdr streams)))) (cons stream rest)))).
make[2]: *** [guile.texi] Error 1
make[2]: Leaving directory 
`/usr/src/firefly-2.375/guile-cvs/guile-core/libguile'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/firefly-2.375/guile-cvs/guile-core'
make: *** [all] Error 2




reply via email to

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