guile-devel
[Top][All Lists]
Advanced

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

Re: Error in make check building guile-lib for guile 2.0. trap-enable un


From: dsmich
Subject: Re: Error in make check building guile-lib for guile 2.0. trap-enable unbound
Date: Mon, 7 Mar 2011 13:57:06 -0500

---- Neil Jerram <address@hidden> wrote: 
> address@hidden (Ludovic Courtès) writes:
> 
> > Hi Neil,
> >
> > Neil Jerram <address@hidden> writes:
> >
> >> I had a feeling that a lot (or even maybe all) of guile-lib got merged
> >> into the main Guile distribution.  So are you sure you still need
> >> separate guile-lib at all?
> >
> > Only (sxml ...), (texinfo ...), and (statprof) got merged, IIRC.  The
> > other modules are still unique to Guile-Lib:
> >
> >   http://www.nongnu.org/guile-lib/doc/ref/
> 
> Ah, thanks.
> 
> > I changed Guile-Lib in Git to not install those modules that come with
> > 2.0 when using 2.0.
> 
> Sounds good.  That may do the trick, if Dale's only problem was picking
> up the wrong (old) version of statprof.scm.

Well, I'm seeing that and other errors too.

With the latest guile-lib from git, on a Debian Squeeze system, I get a failure 
building the info file:

make[1]: Entering directory `/home/dsmith/src/guile-lib/doc'
guile --debug --use-srfi=13 -l ./guile-library.scm \
         -c '(for-each (lambda (m) (format #t "~a.scm\n" (string-join (map 
symbol->string m) "/"))) (map car *modules*))' \
         > guile-libraryscmfiles
../dev-environ ./make-texinfo.scm ./guile-library.scm >guile-library.texi

;;; WARNING (Unknown stexi command, not rendering (expr ...))

;;; WARNING (Unknown stexi command, not rendering (expr ...))

;;; WARNING (Unknown stexi command, not rendering (expr ...))

;;; WARNING (Unknown stexi command, not rendering (r-exp ...))

;;; WARNING (Unknown stexi command, not rendering (expr ...))
restore=: && backupdir=".am$$" && \
        am__cwd=`pwd` && CDPATH="${ZSH_VERSION+.}:" && cd . && \
        rm -rf $backupdir && mkdir $backupdir && \
        if (/bin/sh /home/dsmith/src/guile-lib/missing --run makeinfo 
--version) >/dev/null 2>&1; then \
          for f in guile-library.info guile-library.info-[0-9] 
guile-library.info-[0-9][0-9] guile-library.i[0-9] guile-library.i[0-9][0-9]; 
do \
            if test -f $f; then mv $f $backupdir; restore=mv; else :; fi; \
          done; \
        else :; fi && \
        cd "$am__cwd"; \
        if /bin/sh /home/dsmith/src/guile-lib/missing --run makeinfo   -I . \
         -o guile-library.info guile-library.texi; \
        then \
          rc=0; \
          CDPATH="${ZSH_VERSION+.}:" && cd .; \
        else \
          rc=$?; \
          CDPATH="${ZSH_VERSION+.}:" && cd . && \
          $restore $backupdir/* `echo "./guile-library.info" | sed 
's|[^/]*$||'`; \
        fi; \
        rm -rf $backupdir; exit $rc
/home/dsmith/src/guile-lib/doc//guile-library.texi:2204: Cross reference to 
nonexistent node `SRFI-1 Fold and Map' (perhaps incorrect sectioning?).
makeinfo: Removing output file `guile-library.info' due to errors; use --force 
to preserve.


Forging ahead with make -k only has that one error.

Then make check -k has two failures and three warnings:

FAIL: api.scm
FAIL: statprof.scm

WARNING: (guile-user): `run' imported from both (unit-test) and (os process)
WARNING: (guile-user): `run' imported from both (unit-test) and (os process)
WARNING: (guile-user): imported module (sxml xpath) overrides core binding 
`filter'


The full make check -k output is attached.

-Dale

Attachment: make.out
Description: Binary data


reply via email to

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