GNU bug report logs - #28582
Coreutils 'make check' failure due to expr change

Previous Next

Package: coreutils;

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

Date: Sun, 24 Sep 2017 16:49:01 UTC

Severity: normal

Done: Pádraig Brady <P <at> draigBrady.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 28582 in the body.
You can then email your comments to 28582 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-coreutils <at> gnu.org:
bug#28582; Package coreutils. (Sun, 24 Sep 2017 16:49:02 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-coreutils <at> gnu.org. (Sun, 24 Sep 2017 16:49:02 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: bug-coreutils <at> gnu.org
Cc: Assaf Gordon <assafgordon <at> gmail.com>
Subject: Coreutils 'make check' failure due to expr change
Date: Sun, 24 Sep 2017 09:48:33 -0700
[Message part 1 (text/plain, inline)]
I have the following in my environment:

LC_ALL=en_US.utf8
LC_COLLATE=en_US.UTF-8
LC_CTYPE=en_US.UTF-8
LC_MESSAGES=en_US.UTF-8

When I run 'make check' for bleeding-edge Coreutils, I get a failure due to 
recent changes in expr. tests/misc/expr.log is attached. Evidently the recent 
changes are not taking message translation into account.

My platform is Fedora 26 x86-64.
[expr.log (text/x-log, attachment)]

Information forwarded to bug-coreutils <at> gnu.org:
bug#28582; Package coreutils. (Sun, 24 Sep 2017 18:47:01 GMT) Full text and rfc822 format available.

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

From: Assaf Gordon <assafgordon <at> gmail.com>
To: Paul Eggert <eggert <at> cs.ucla.edu>, 28582 <at> debbugs.gnu.org
Subject: Re: bug#28582: Coreutils 'make check' failure due to expr change
Date: Sun, 24 Sep 2017 12:46:04 -0600
[Message part 1 (text/plain, inline)]
Hello Paul,

On 2017-09-24 10:48 AM, Paul Eggert wrote:
> When I run 'make check' for bleeding-edge Coreutils, I get a failure due
> to recent changes in expr. tests/misc/expr.log is attached. Evidently
> the recent changes are not taking message translation into account.

Thank you for catching this.

The attached patch should fix it.

regards,
 - assaf



[0001-tests-adjust-expr-syntax-error-tests-for-multibyte-l.patch (text/x-patch, attachment)]

Reply sent to Pádraig Brady <P <at> draigBrady.com>:
You have taken responsibility. (Sun, 24 Sep 2017 19:37:02 GMT) Full text and rfc822 format available.

Notification sent to Paul Eggert <eggert <at> cs.ucla.edu>:
bug acknowledged by developer. (Sun, 24 Sep 2017 19:37:02 GMT) Full text and rfc822 format available.

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

From: Pádraig Brady <P <at> draigBrady.com>
To: Paul Eggert <eggert <at> cs.ucla.edu>, 28582-done <at> debbugs.gnu.org
Cc: Assaf Gordon <assafgordon <at> gmail.com>
Subject: Re: bug#28582: Coreutils 'make check' failure due to expr change
Date: Sun, 24 Sep 2017 12:36:38 -0700
On 24/09/17 09:48, Paul Eggert wrote:
> I have the following in my environment:
> 
> LC_ALL=en_US.utf8
> LC_COLLATE=en_US.UTF-8
> LC_CTYPE=en_US.UTF-8
> LC_MESSAGES=en_US.UTF-8
> 
> When I run 'make check' for bleeding-edge Coreutils, I get a failure due to 
> recent changes in expr. tests/misc/expr.log is attached. Evidently the recent 
> changes are not taking message translation into account.
> 
> My platform is Fedora 26 x86-64.
> 

You weren't on latest git?
It was addressed 4 days ago with:
https://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=3a3f5f3

Marking bug done.

thanks,
Pádraig




Information forwarded to bug-coreutils <at> gnu.org:
bug#28582; Package coreutils. (Sun, 24 Sep 2017 19:44:01 GMT) Full text and rfc822 format available.

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

From: Assaf Gordon <assafgordon <at> gmail.com>
To: Pádraig Brady <P <at> draigBrady.com>,
 Paul Eggert <eggert <at> cs.ucla.edu>, 28582-done <at> debbugs.gnu.org
Subject: Re: bug#28582: Coreutils 'make check' failure due to expr change
Date: Sun, 24 Sep 2017 13:42:55 -0600
On 2017-09-24 01:36 PM, Pádraig Brady wrote:
> 
> You weren't on latest git?
> It was addressed 4 days ago with:
> https://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=3a3f5f3

heh, I missed it as well.
Thanks for fixing it!

-assaf





Information forwarded to bug-coreutils <at> gnu.org:
bug#28582; Package coreutils. (Sun, 24 Sep 2017 22:11:01 GMT) Full text and rfc822 format available.

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

From: Paul Eggert <eggert <at> cs.ucla.edu>
To: Pádraig Brady <P <at> draigBrady.com>,
 28582-done <at> debbugs.gnu.org
Cc: Assaf Gordon <assafgordon <at> gmail.com>
Subject: Re: bug#28582: Coreutils 'make check' failure due to expr change
Date: Sun, 24 Sep 2017 15:10:47 -0700
Pádraig Brady wrote:
> You weren't on latest git?

Apparently not. Thought I was. Sorry about the noise.




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

This bug report was last modified 7 years and 241 days ago.

Previous Next


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