1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-17 09:06:50 +02:00

README: Document the known problem with gettext <= 0.17.

This commit is contained in:
Jim Meyering
2007-11-28 22:44:24 +01:00
parent 77f8502ea7
commit 4352534a0c
2 changed files with 16 additions and 0 deletions
+4
View File
@@ -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.
+12
View File
@@ -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
-----------------------