bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#12728: v8.20 is missing LIBICONV for factor tool


From: Pádraig Brady
Subject: bug#12728: v8.20 is missing LIBICONV for factor tool
Date: Thu, 25 Oct 2012 12:57:59 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:13.0) Gecko/20120615 Thunderbird/13.0.1

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.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]