GNU bug report logs - #24677
Failure in automatic tests for guile 2.0.13

Previous Next

Package: guile;

Reported by: Russell Rezaian <rrezaian <at> mac.com>

Date: Wed, 12 Oct 2016 17:12:02 UTC

Severity: normal

Done: Andy Wingo <wingo <at> pobox.com>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 24677 in the body.
You can then email your comments to 24677 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-guile <at> gnu.org:
bug#24677; Package guile. (Wed, 12 Oct 2016 17:12:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Russell Rezaian <rrezaian <at> mac.com>:
New bug report received and forwarded. Copy sent to bug-guile <at> gnu.org. (Wed, 12 Oct 2016 17:12:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Russell Rezaian <rrezaian <at> mac.com>
To: bug-guile <at> gnu.org
Subject: Failure in automatic tests for guile 2.0.13
Date: Wed, 12 Oct 2016 11:49:14 -0500
[Message part 1 (text/plain, inline)]
Hello,

Have just been building guile 2.0.13 on a small collection of Macs. 
Several different OS versions.

Compile completes successfully.

When I run make check, however, I get an error:

with GUILE_LOAD_PATH=/Users/rjr/Documents/build/guile-2.0.13/test-suite
Running 00-initial-env.test
Running 00-repl-server.test
FAIL: check-guile
==================================
1 of 1 test failed
Please report to bug-guile <at> gnu.org
==================================


Guile 2.0.12 has successfully compiled and passed auto-checks on all of
these platforms.
--
Russell

[Message part 2 (text/html, inline)]

Information forwarded to bug-guile <at> gnu.org:
bug#24677; Package guile. (Fri, 18 Nov 2016 23:01:02 GMT) Full text and rfc822 format available.

Message #8 received at 24677 <at> debbugs.gnu.org (full text, mbox):

From: Matt Wette <mwette <at> alumni.caltech.edu>
To: 24677 <at> debbugs.gnu.org
Subject: Failure in automatic tests for guile 2.0.13
Date: Fri, 18 Nov 2016 15:00:02 -0800
[Message part 1 (text/plain, inline)]
I did a make check, Mac OS Sierra, and saw it crash too.  

$ cd test-suite/lalr
$ ../../meta/guile 
...
scheme@(guile-user)> (load "test-lr-basics-01.scm")
ERROR: In procedure #<syntax-transformer make-lexical-token>:
ERROR: Wrong type to apply: #<syntax-transformer make-lexical-token>

Entering a new prompt.  Type `,bt' for a backtrace or `,q' to continue.
scheme@(guile-user) [1]> 


modules/system/base/lalr.upstream.scm contains the following:

(define-record-type lexical-token
  (make-lexical-token category source value)
  lexical-token?
  (category lexical-token-category)
  (source   lexical-token-source)
  (value    lexical-token-value))


[Message part 2 (text/html, inline)]

Information forwarded to bug-guile <at> gnu.org:
bug#24677; Package guile. (Tue, 03 Jan 2017 02:03:01 GMT) Full text and rfc822 format available.

Message #11 received at 24677 <at> debbugs.gnu.org (full text, mbox):

From: Matt Wette <matt.wette <at> gmail.com>
To: 24677 <at> debbugs.gnu.org
Subject: Failure in automatic tests for guile 2.0.13
Date: Mon, 2 Jan 2017 18:02:00 -0800
[Message part 1 (text/plain, inline)]
This may be related to the following, in which I have posted some fixes:

https://debbugs.gnu.org/cgi/bugreport.cgi?bug=24862 <https://debbugs.gnu.org/cgi/bugreport.cgi?bug=24862>


[Message part 2 (text/html, inline)]

Information forwarded to bug-guile <at> gnu.org:
bug#24677; Package guile. (Wed, 01 Mar 2017 11:02:01 GMT) Full text and rfc822 format available.

Message #14 received at 24677 <at> debbugs.gnu.org (full text, mbox):

From: Andy Wingo <wingo <at> pobox.com>
To: Russell Rezaian <rrezaian <at> mac.com>
Cc: 24677 <at> debbugs.gnu.org
Subject: Re: bug#24677: Failure in automatic tests for guile 2.0.13
Date: Wed, 01 Mar 2017 12:01:02 +0100
On Wed 12 Oct 2016 18:49, Russell Rezaian <rrezaian <at> mac.com> writes:

> Have just been building guile 2.0.13 on a small collection of Macs. Several different OS versions.
>
> Compile completes successfully.
>
> When I run make check, however, I get an error:
>
> with GUILE_LOAD_PATH=/Users/rjr/Documents/build/guile-2.0.13/test-suite
> Running 00-initial-env.test
> Running 00-repl-server.test
> FAIL: check-guile

I get an error too here on a GNU system; it just dies with error code
141.  Grumble!

Andy




Reply sent to Andy Wingo <wingo <at> pobox.com>:
You have taken responsibility. (Wed, 01 Mar 2017 11:36:01 GMT) Full text and rfc822 format available.

Notification sent to Russell Rezaian <rrezaian <at> mac.com>:
bug acknowledged by developer. (Wed, 01 Mar 2017 11:36:02 GMT) Full text and rfc822 format available.

Message #19 received at 24677-done <at> debbugs.gnu.org (full text, mbox):

From: Andy Wingo <wingo <at> pobox.com>
To: Russell Rezaian <rrezaian <at> mac.com>
Cc: 24677-done <at> debbugs.gnu.org
Subject: Re: bug#24677: Failure in automatic tests for guile 2.0.13
Date: Wed, 01 Mar 2017 12:35:30 +0100
On Wed 12 Oct 2016 18:49, Russell Rezaian <rrezaian <at> mac.com> writes:

> Hello,
>
> Have just been building guile 2.0.13 on a small collection of Macs. Several different OS versions.
>
> Compile completes successfully.
>
> When I run make check, however, I get an error:
>
> with GUILE_LOAD_PATH=/Users/rjr/Documents/build/guile-2.0.13/test-suite
> Running 00-initial-env.test
> Running 00-repl-server.test
> FAIL: check-guile

I believe I have fixed this.  The problem was that in Guile builds
without threads, the REPL server tests should not be run.  Additionally
these tests were failing to ignore SIGPIPE.

Thanks for the report,

Andy




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Thu, 30 Mar 2017 11:24:06 GMT) Full text and rfc822 format available.

This bug report was last modified 8 years and 86 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.