guile-user
[Top][All Lists]
Advanced

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

Unable to build guile-1.8.0 on AMD Opteron (Fedora Core 4).


From: Steve Juranich
Subject: Unable to build guile-1.8.0 on AMD Opteron (Fedora Core 4).
Date: Fri, 24 Feb 2006 09:41:17 -0700

I'm having some trouble with the 64-bit build to complete.

I ran the configure script with `--with-threads=pthreads' (along with
some other stuff to set up my paths).  The configure script ran
sucessfully, but when I type make, I eventually bump into the
following wall (while make is inside the libguile directory):

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="/home/juranich/projects/3df/packages/third-party/guile-1.8.0/pre-inst-guile"
../scripts/snarf-check-and-output-texi --manual > guile.texi || { rm
guile.texi; false; }
ERROR: In procedure memoization:
ERROR: Bad binding #<freed cell 0x2aaaaaf1d620; GC missed a reference>
in expression (letrec ((genmatch (lambda (x clauses match-expr) (let*
((length>= #) (eb-errf #) (blist #) (plist #) (code #)) (unreachable
plist match-expr) (inline-let (quasiquote #))))) (genletrec (lambda
(pat exp body match-expr) (let* ((length>= #) (eb-errf #) (x #) (p #)
(bv #) (bindings #) (code #) (plist #) (x #) (m #) ...) (unreachable
plist match-expr) (quasiquote (letrec # #))))) (gendefine (lambda (pat
exp match-expr) (let* ((length>= #) (eb-errf #) (x #) (p #) (bv #)
(bindings #) (code #) (plist #) (x #) (m #) ...) (unreachable plist
match-expr) (quasiquote (begin # #))))) (pattern-var? (lambda (x) (and
(symbol? x) (not (dot-dot-k? x)) (not (memq x #))))) (dot-dot-k?
(lambda (s) (and (symbol? s) (if (memq s #) 0 (let* # #))))) #<freed
cell 0x2aaaaaf1d620; GC missed a reference> (unreachable (lambda
(plist match-expr) (for-each (lambda (x) (if # #)) plist)))
(validate-pattern (lambda (pattern) (letrec ((simple? #) (ordinary #)
(quasi #) (ordlist #)) (ordinary pattern)))) (quote _) (inline-let
(lambda (let-exp) (letrec ((occ #) (subst #) (const? #) (isval? #)
(small? #)) (let loop (# # #) (cond # # #))))) ...) (list genmatch
genletrec gendefine pattern-var?)).
make[2]: *** [guile.texi] Error 1
make[2]: Leaving directory
`/home/juranich/projects/e3d/packages/third-party/guile-1.8.0/libguile'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
`/home/juranich/projects/e3d/packages/third-party/guile-1.8.0'

To my untrained eye, it looks like there's a bug in the
scripts/snarf-check-and-output-texi.  Can anybody tell me what's going
on and (better yet) how to get around it?

Thanks a bunch.

BTW: I have gotten it to build sucessfully on our 32-bit systems, and
this (ice-9 threads) stuff is *SUPER* cool.
--
Steve Juranich
Tucson, AZ
USA




reply via email to

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