unofficial mirror of guile-devel@gnu.org 
 help / color / mirror / Atom feed
From: Quanah Gibson-Mount <quanah@stanford.edu>
Subject: guile 1.8 and x86_64
Date: Fri, 07 Apr 2006 12:40:00 -0700	[thread overview]
Message-ID: <3E76C952D0DE7C18F2E3A89F@cadabra-sw.stanford.edu> (raw)

guile 1.8 fails to compile for me on my x86_64 box.  I saw some previous 
thread about guile 1.7.xx having this issue, and I was wondering if there's 
been a fix since the 1.8 release.

guile reports:

Making all in libguile
make[2]: Entering directory 
`/afs/ir.stanford.edu/src/pubsw/languages/guile-1.8.0/build/@sys/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="/afs/ir/src/pubsw/languages/guile-1.8.0/build/@sys/pre-inst-guile" 
../../../scripts/snarf-check-and-output-texi --manual > guile.texi || { rm 
guile.texi; false; }
ERROR: In procedure memoization:
ERROR: Bad binding (vector-set! x (unquote (caddr e)) y) in expression 
(letrec ((genmatch (lambda (x clauses match-expr) (let* ((length>= #) 
#<freed cell 0x2aaaabb57380; GC missed a reference> (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* # #))))) (error-maker (lambda 
(match-expr) (cond ((eq? match:error-control #) (cons # #)) ((memq 
match:error-control #) (cons # #)) ((eq? match:error-control #) (let # #)) 
(else (match:syntax-err # "invalid value for match:error-control, legal 
values are"))))) (unreachable (lambda (plist match-expr) (for-each (lambda 
(x) (if # #)) plist))) (validate-pattern (lambda (pattern) (letrec 
((simple? #) (ordinary #) (quasi #) (ordlist #)) (ordinary pattern)))) 
(unquote e) (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 
`/afs/ir.stanford.edu/src/pubsw/languages/guile-1.8.0/build/@sys/libguile'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory 
`/afs/ir.stanford.edu/src/pubsw/languages/guile-1.8.0/build/@sys'
make: *** [all] Error 2


Thanks,
Quanah

--
Quanah Gibson-Mount
Principal Software Developer
ITS/Shared Application Services
Stanford University
GnuPG Public Key: http://www.stanford.edu/~quanah/pgp.html


_______________________________________________
Guile-devel mailing list
Guile-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-devel


             reply	other threads:[~2006-04-07 19:40 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-04-07 19:40 Quanah Gibson-Mount [this message]
2006-04-10  8:14 ` guile 1.8 and x86_64 Ludovic Courtès
2006-04-10 22:55   ` Neil Jerram
2006-04-10 23:03     ` Quanah Gibson-Mount
2006-04-11 20:37       ` Neil Jerram
2006-04-11 20:52         ` Quanah Gibson-Mount
2006-05-05 14:05         ` Miroslav Lichvar
2006-05-06 11:12           ` Miroslav Lichvar
2006-05-07 21:29             ` Marius Vollmer
2006-05-08 10:28               ` Andy Wingo
2006-05-08 21:52                 ` Marius Vollmer
2006-05-09  6:49                   ` Neil Jerram
2006-05-09 13:23                     ` Andy Wingo
2006-05-09 22:31                       ` Default stack limit Marius Vollmer
2006-05-10 14:31                         ` Andy Wingo
2006-05-10 23:58                           ` Kevin Ryde

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/guile/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3E76C952D0DE7C18F2E3A89F@cadabra-sw.stanford.edu \
    --to=quanah@stanford.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).