GNU bug report logs - #14891
GNU Automake 1.14 FAIL: 5

Previous Next

Package: automake;

Reported by: Dennis Clarke <dclarke <at> blastwave.org>

Date: Wed, 17 Jul 2013 12:48:02 UTC

Severity: minor

Tags: moreinfo, wontfix

Done: Stefano Lattarini <stefano.lattarini <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Stefano Lattarini <stefano.lattarini <at> gmail.com>
To: Dennis Clarke <dclarke <at> blastwave.org>
Cc: 14891 <at> debbugs.gnu.org, "automake-patches <at> gnu.org" <automake-patches <at> gnu.org>
Subject: bug#14891: GNU Automake 1.14 FAIL:  5
Date: Wed, 30 Oct 2013 23:52:33 +0000
Hi Dennis.

On 07/21/2013 05:23 PM, Stefano Lattarini wrote:
> Reference:
> <http://debbugs.gnu.org/cgi/bugreport.cgi?bug=14891>
> 
> On 07/17/2013 01:47 PM, Dennis Clarke wrote:
>>
>> FAIL: t/test-extensions.sh
>>
> Please try the patch below for this, and let me know if it
> fixes this spurious failure.
> 
> Thanks,
>   Stefano
> 
> ---- 8< ---- 8< ---- 8< --- 8< ---- 8< ---- 8< ---- 8< ---- 8< ----
> 
> From 9ac9b2ceef705596cdf77501ea2669f17d1f280e Mon Sep 17 00:00:00 2001
> Message-Id: <9ac9b2ceef705596cdf77501ea2669f17d1f280e.1374423800.git.stefano.lattarini <at> gmail.com>
> From: Stefano Lattarini <stefano.lattarini <at> gmail.com>
> Date: Sun, 21 Jul 2013 17:15:38 +0100
> Subject: [PATCH] tests: avoid use of intervals to capitalize letters
> 
> It was causing spurious failures with with Solaris 8 'tr'.
> See automake bug#14891.
> 
> * t/test-extensions.sh: Adjust.
> 
> Signed-off-by: Stefano Lattarini <stefano.lattarini <at> gmail.com>
> ---
>  t/test-extensions.sh | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/t/test-extensions.sh b/t/test-extensions.sh
> index 0700991..ca7c5ec 100644
> --- a/t/test-extensions.sh
> +++ b/t/test-extensions.sh
> @@ -39,7 +39,7 @@ $AUTOMAKE -a
>  grep -i 'log' Makefile.in # For debugging.
> 
>  for lc in $valid_extensions; do
> -  uc=$(echo $lc | tr '[a-z]' '[A-Z]')
> +  uc=$(echo $lc | tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ)
>    $FGREP "\$(${uc}_LOG_COMPILER)" Makefile.in
>    grep "^${uc}_LOG_COMPILE =" Makefile.in
>    grep "^\.${lc}\.log:" Makefile.in
> 
Ping?  Does this solve your problem with this test?

Stefano




This bug report was last modified 10 years and 216 days ago.

Previous Next


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