bug#13342: Errors trying to build Guile 2.0.7

2013-01-30 Thread Mark H Weaver
FYI, I've posted about this to the libffi-discuss mailing list. http://sourceware.org/ml/libffi-discuss/2013/msg00012.html Mark

bug#13342: Errors trying to build Guile 2.0.7

2013-01-30 Thread Ludovic Courtès
tags 13342 notabug thanks Hello! Mark H Weaver skribis: > FYI, I've posted about this to the libffi-discuss mailing list. > > http://sourceware.org/ml/libffi-discuss/2013/msg00012.html Thanks! So, according to , this is an LLVM bug. Peter: wou

bug#13342: closed (Re: bug#13342: Errors trying to build Guile 2.0.7) , bug#13386: closed (Re: bug#13342: Errors trying to build Guile 2.0.7)

2013-01-30 Thread Peter Teeson
Hi guys: Thanks for closing off those bugs. I have read all the emails you linked in your close emails and completely understand the conversation. Specially the comment by Michael Matz. That clearly confirms that it is an LLVM compiler bug. Good job both of you for digging down deeper and makin

bug#13509: wrong "definition in expression context" in R6RS mode

2013-01-30 Thread Mark H Weaver
Marco Maggi writes: > #!r6rs > (import (rnrs)) > (define (alpha) > (define-syntax define-special > (syntax-rules () > ((_ ?who ?val) >(define ?who ?val > (define-special beta #t) > #f) > (alpha) > > should succeed, but instead it