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: Ludovic Courtès
Subject: Re: Error in make check building guile-lib for guile 2.0. trap-enable unbound
Date: Mon, 07 Mar 2011 22:14:59 +0100
User-agent: Gnus/5.110013 (No Gnus v0.13) Emacs/23.2 (gnu/linux)

Hi Dale,

<address@hidden> writes:

[...]

> /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.

[...]

> FAIL: api.scm

This one is my fault: it’s because ‘(sxml fold)’ in Guile-Lib exports
‘fold’, but the one in Guile doesn’t.

There are several ways to fix this, such as:

  1. Document the API change in Guile-Lib, tell users to use SRFI-1.

  2. Always install Guile-Lib’s ‘(sxml fold)’, for backward
     compatibility.

Thoughts?

> FAIL: statprof.scm

Commit f8926d8bff047a9ef4f6d13d29dc5fc643c445a4 fixes this.

Thanks,
Ludo’.



reply via email to

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