]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
README: Document the known problem with gettext <= 0.17.
authorJim Meyering <meyering@redhat.com>
Wed, 28 Nov 2007 21:44:24 +0000 (22:44 +0100)
committerJim Meyering <meyering@redhat.com>
Wed, 28 Nov 2007 21:44:38 +0000 (22:44 +0100)
ChangeLog
README

index 730ec25a16af9bcaf21badb9853a5175c1d82d50..7326a40785f03e7770c595ab279b97f9475efe74 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-11-28  Jim Meyering  <meyering@redhat.com>
+
+       * README: Document the known problem with gettext <= 0.17.
+
 2007-11-28  Paul Eggert  <eggert@cs.ucla.edu>
 
        * gl/modules/randread (Depends-on): Remove nonexistent rand-isaac.
diff --git a/README b/README
index fcac30f5e634d4e333bd448b25f7f05277d836cb..25f7ed35b6eaa47ad1582f6b04ab7dbb92f914b5 100644 (file)
--- a/README
+++ b/README
@@ -63,6 +63,18 @@ the ls `time-1' test to fail.  I believe that is due to a bug in the
 way Sun implemented link(2) and chmod(2).
 
 
+*****************************************
+Test failure with NLS and gettext <= 0.17
+-----------------------------------------
+
+Due to a conflict between libintl.h and gnulib's new xprintf module,
+when you configure with NLS support, and with a gettext installation
+older than 0.17.1 (not yet released, at the time of this writing),
+then some tests fail, at least on NetBSD 1.6.  To work around it in
+the mean time, you can configure with --disable-nls.  For details,
+see <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/12015/>.
+
+
 ***********************
 Pre-C99 build failure
 -----------------------