unofficial mirror of guile-devel@gnu.org 
 help / color / mirror / Atom feed
From: "Bill Schottstaedt" <bil@ccrma.Stanford.EDU>
Subject: Re: Guile 1.7.91 has been released.
Date: Mon, 13 Feb 2006 07:31:28 -0800	[thread overview]
Message-ID: <20060213152838.M41639@ccrma.Stanford.EDU> (raw)
In-Reply-To: <87y80gyxrq.fsf@zagadka.de>

In Linux FC4 dual x86-64, trying to build Guile 1.7.91 I get:

creating guile
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.d
oc 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 objpro
p.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 va
riable.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/bil/test/guile-1.7.91/
pre-inst-guile" ../scripts/snarf-check-and-output-texi --manual > guile.texi || { rm guile.texi; 
false; }
ERROR: In procedure memoization:
ERROR: Bad binding (e) in expression (letrec ((genmatch (lambda (x clauses match-expr) (let* 
((length>= #) #<freed cell 0x2aaaaaf3f2a0; GC missed a reference> (blist #) (plist #) (c
ode #)) (unreachable plist match-expr) (inline-let (quasiquote #))))) (genletrec (lambda (pat exp body 
match-expr) (let* ((length>= #) (eb-errf #) (x #) (p #) (bv #) (bindings #) (c
ode #) (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)))) (e) (in
line-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

I did:

touch guile.texi
touch guile-procedures.texi

and went on, but then after installation when trying to run it:

/home/bil/cl/ ../test/bin/guile
ERROR: In procedure memoization:
ERROR: Bad define placement (define (warn module name int1 val1 int2 val2 var val) (format #t 
"WARNING: ~A: `~A' imported from both ~A and ~A
" (module-name module) name (module-name int1) (module-name int2)) #f).


Not immediately sure what to look for here.



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


  parent reply	other threads:[~2006-02-13 15:31 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-02-12 23:15 Guile 1.7.91 has been released Marius Vollmer
2006-02-12 23:46 ` Michael Tuexen
2006-02-14 21:50   ` Marius Vollmer
2006-02-18 23:45     ` Han-Wen Nienhuys
2006-02-20 20:59   ` Marius Vollmer
2006-02-13  8:37 ` Han-Wen Nienhuys
2006-02-13  9:41 ` Ludovic Courtès
2006-02-13 19:50   ` Marius Vollmer
2006-02-14  9:22     ` Ludovic Courtès
2006-02-14 19:39       ` Marius Vollmer
2006-02-13 12:49 ` Bill Schottstaedt
2006-02-13 21:35   ` Kevin Ryde
2006-02-13 22:33     ` Bill Schottstaedt
2006-02-13 22:50       ` Kevin Ryde
2006-02-13 23:35         ` Bill Schottstaedt
2006-02-14  0:58           ` Kevin Ryde
2006-02-14  1:28             ` Kevin Ryde
2006-02-14 21:36               ` Bill Schottstaedt
2006-02-15  0:03                 ` Kevin Ryde
2006-02-15  7:56                   ` Ludovic Courtès
2006-02-15 12:37                   ` Guile 1.7.91 has been released (x86-64 segfault) Bill Schottstaedt
2006-02-14  9:27   ` Guile 1.7.91 has been released Ludovic Courtès
2006-02-13 15:31 ` Bill Schottstaedt [this message]
2006-02-14  8:50   ` Andy Wingo
2006-02-20 18:36   ` Neil Jerram
2006-02-20 20:04     ` Bill Schottstaedt
2006-02-13 18:40 ` Bill Schottstaedt
2006-02-14 11:35 ` Han-Wen Nienhuys
2006-02-14 21:32   ` Marius Vollmer
2006-02-14 13:58 ` Ludovic Courtès

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=20060213152838.M41639@ccrma.Stanford.EDU \
    --to=bil@ccrma.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).