GNU bug report logs - #20688
"make check" fails on Fedora 21 x86-64

Previous Next

Package: emacs;

Reported by: Paul Eggert <eggert <at> cs.ucla.edu>

Date: Fri, 29 May 2015 04:55:02 UTC

Severity: normal

Done: Paul Eggert <eggert <at> cs.ucla.edu>

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 20688 in the body.
You can then email your comments to 20688 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-gnu-emacs <at> gnu.org:
bug#20688; Package emacs. (Fri, 29 May 2015 04:55:03 GMT) Full text and rfc822 format available.

Acknowledgement sent to Paul Eggert <eggert <at> cs.ucla.edu>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Fri, 29 May 2015 04:55:03 GMT) Full text and rfc822 format available.

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

From: Paul Eggert <eggert <at> cs.ucla.edu>
To: Emacs bug reports and feature requests <bug-gnu-emacs <at> gnu.org>
Subject: "make check" fails on Fedora 21 x86-64
Date: Thu, 28 May 2015 21:53:51 -0700
[Message part 1 (text/plain, inline)]
I hardly ever run "make check", as it always fails for me and always has on 
Fedora 21 x86-64.  I'm tempted to remove the offending tests as I don't 
understand them and haven't had the patience to figure out why they fail.  Plus, 
the tests take too long.  Anyway, attached are the failures for the current master.
[xx.txt (text/plain, attachment)]

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#20688; Package emacs. (Fri, 29 May 2015 07:06:02 GMT) Full text and rfc822 format available.

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

From: Glenn Morris <rgm <at> gnu.org>
To: Paul Eggert <eggert <at> cs.ucla.edu>
Cc: 20688 <at> debbugs.gnu.org
Subject: Re: bug#20688: "make check" fails on Fedora 21 x86-64
Date: Fri, 29 May 2015 03:05:19 -0400
Paul Eggert wrote:

> I hardly ever run "make check", as it always fails for me and always
> has on Fedora 21 x86-64.  I'm tempted to remove the offending tests as
> I don't understand them and haven't had the patience to figure out why
> they fail.

vc-test-rcs04-checkout-model has never passed, even when it was introduced.
If it was an attempt to motivate some VC progress, it hasn't worked.
IMO it should be marked as expected-failure, or commented out.

file-notify-test03-autorevert sometimes works for me and sometimes it
doesn't. I don't know why. Anyway, that's http://debbugs.gnu.org/20392 .

> Plus, the tests take too long.

And they smell bad!

Less flippantly, IME it's one or two tramp tests that are slow (almost
as slow as all the others put together). Perhaps some tests should be
labelled as slow somehow and not run by a standard `make check',
only by `make check-all' or somesuch.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#20688; Package emacs. (Fri, 29 May 2015 07:14:02 GMT) Full text and rfc822 format available.

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

From: Glenn Morris <rgm <at> gnu.org>
To: Paul Eggert <eggert <at> cs.ucla.edu>
Cc: 20688 <at> debbugs.gnu.org
Subject: Re: bug#20688: "make check" fails on Fedora 21 x86-64
Date: Fri, 29 May 2015 03:13:44 -0400
Glenn Morris wrote:

> vc-test-rcs04-checkout-model has never passed, even when it was introduced.
> If it was an attempt to motivate some VC progress, it hasn't worked.
> IMO it should be marked as expected-failure.

I just did that.

Since there already is a bug report about file-notify-test03-autorevert,
I don't see what's left to do here.




Reply sent to Paul Eggert <eggert <at> cs.ucla.edu>:
You have taken responsibility. (Fri, 29 May 2015 16:56:03 GMT) Full text and rfc822 format available.

Notification sent to Paul Eggert <eggert <at> cs.ucla.edu>:
bug acknowledged by developer. (Fri, 29 May 2015 16:56:03 GMT) Full text and rfc822 format available.

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

From: Paul Eggert <eggert <at> cs.ucla.edu>
To: Glenn Morris <rgm <at> gnu.org>
Cc: 20688-done <at> debbugs.gnu.org
Subject: Re: bug#20688: "make check" fails on Fedora 21 x86-64
Date: Fri, 29 May 2015 09:55:38 -0700
On 05/29/2015 12:13 AM, Glenn Morris wrote:
> Glenn Morris wrote:
>
>> vc-test-rcs04-checkout-model has never passed, even when it was introduced.
>> If it was an attempt to motivate some VC progress, it hasn't worked.
>> IMO it should be marked as expected-failure.
> I just did that.
>
> Since there already is a bug report about file-notify-test03-autorevert,
> I don't see what's left to do here.

Thanks for fixing the one and mentioning the other bug report. Perhaps 
I'll just remove the other test, if I find the time, since its bug seems 
to be low priority.  Anyway, I'll close this bug.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#20688; Package emacs. (Fri, 29 May 2015 17:59:01 GMT) Full text and rfc822 format available.

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

From: Michael Albinus <michael.albinus <at> gmx.de>
To: Glenn Morris <rgm <at> gnu.org>
Cc: "Eric S. Raymond" <esr <at> thyrsus.com>, 20688 <at> debbugs.gnu.org,
 Paul Eggert <eggert <at> cs.ucla.edu>
Subject: Re: bug#20688: "make check" fails on Fedora 21 x86-64
Date: Fri, 29 May 2015 19:58:35 +0200
Glenn Morris <rgm <at> gnu.org> writes:

>> I hardly ever run "make check", as it always fails for me and always
>> has on Fedora 21 x86-64.  I'm tempted to remove the offending tests as
>> I don't understand them and haven't had the patience to figure out why
>> they fail.
>
> vc-test-rcs04-checkout-model has never passed, even when it was introduced.
> If it was an attempt to motivate some VC progress, it hasn't worked.

Yes, I hoped that Eric would handle it. This attempt failed.

> file-notify-test03-autorevert sometimes works for me and sometimes it
> doesn't. I don't know why. Anyway, that's http://debbugs.gnu.org/20392 .

It's on my todo. As said already, due to health problems I still make
slow progress :-(

Best regards, Michael.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sat, 27 Jun 2015 11:24:05 GMT) Full text and rfc822 format available.

This bug report was last modified 9 years and 364 days ago.

Previous Next


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