GNU bug report logs - #12728
v8.20 is missing LIBICONV for factor tool

Previous Next

Package: coreutils;

Reported by: "Christian Jullien" <eligis <at> orange.fr>

Date: Thu, 25 Oct 2012 04:54:01 UTC

Severity: normal

Done: Pádraig Brady <P <at> draigBrady.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Pádraig Brady <P <at> draigBrady.com>
To: Jim Meyering <jim <at> meyering.net>
Cc: 12728 <at> debbugs.gnu.org
Subject: bug#12728: v8.20 is missing LIBICONV for factor tool
Date: Thu, 25 Oct 2012 12:57:59 +0100
On 10/25/2012 11:21 AM, Jim Meyering wrote:
> Thanks for dealing with that.
> Along with the fix, please add a syntax-check rule that does something
> like this:
>
>    cd src; for i in $(git grep -l -w proper_name_utf8 *.c|sed 's/\.c//'); do
>      grep -E "^src_${i}_LDADD .?= .*\$(LIBICONV)" local.mk > /dev/null \
>        || echo FAIL $i
>    done
>
> Before the fix, it would print this:
>
>    FAIL factor

Pushed with this:

# Ensure programs with authors with non ASCII names link with LIBICONV
sc_check-I18N-AUTHORS:
       @(cd $(srcdir)/src &&                           \
         for i in $$(git grep -l -w proper_name_utf8 *.c|sed 's/\.c//'); do \
           grep -E "^src_$${i}_LDADD"' .?= .*\$$\(LIBICONV\)' local.mk > \
             /dev/null || { echo FAIL $$i; exit 1; };            \
         done)

thanks,
Pádraig.




This bug report was last modified 12 years and 205 days ago.

Previous Next


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