bug-gnu-utils
[Top][All Lists]
Advanced

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

Bug#155631: gettext: Missing macro (fwd)


From: Santiago Vila
Subject: Bug#155631: gettext: Missing macro (fwd)
Date: Wed, 7 Aug 2002 16:36:34 +0200 (CEST)

Hello.

I've received this report from the Debian bug system.

---------- Forwarded message ----------
Date: Tue, 06 Aug 2002 12:06:59 +0200
From: Göran Weinholt <address@hidden>
To: Debian Bug Tracking System <address@hidden>
Subject: Bug#155631: gettext: Missing macro

Package: gettext
Version: 0.11.4-1
Severity: important
Tags: sid upstream

The macro jm_AC_TYPE_UINTMAX_T in /usr/share/aclocal/uintmax_t.m4 requires
jm_AC_TYPE_UNSIGNED_LONG_LONG. That macro is in the file m4/ulonglong.m4
which is not being installed.
---------------------------------------

Additionaly, I've received this patch:

---------------------------------------

Date: Tue, 6 Aug 2002 18:32:23 -0700
From: Jeremy T. Bouse <address@hidden>
To: address@hidden
Subject: Bug#155631: gettext: Missing macro

        The following attached patch applied to gettext_0.11.4-1  will
install ulonglong.m4 and build a binary that corrects this problem;
however there are a few caveats. You can't run automake as Debian only
has 1.4-p6 and it complains on most of the Makefile.{am,in} needing 1.5
and it adds some references to JAVA defines...

diff -urN gettext-0.11.4.old/m4/Makefile.am gettext-0.11.4/m4/Makefile.am
--- gettext-0.11.4.old/m4/Makefile.am   2002-07-23 16:08:46.000000000 +0000
+++ gettext-0.11.4/m4/Makefile.am       2002-08-07 01:14:00.000000000 +0000
@@ -1,7 +1,7 @@
 ## Process this file with automake to produce Makefile.in -*-Makefile-*-

 aclocaldir = @aclocaldir@
-aclocal_DATA = codeset.m4 gettext.m4 glibc21.m4 iconv.m4 intdiv0.m4 
inttypes.m4 inttypes_h.m4 inttypes-pri.m4 isc-posix.m4 lib-ld.m4 lib-link.m4 
lib-prefix.m4 lcmessage.m4 progtest.m4 stdint_h.m4 uintmax_t.m4
+aclocal_DATA = codeset.m4 gettext.m4 glibc21.m4 iconv.m4 intdiv0.m4 
inttypes.m4 inttypes_h.m4 inttypes-pri.m4 isc-posix.m4 lib-ld.m4 lib-link.m4 
lib-prefix.m4 lcmessage.m4 progtest.m4 stdint_h.m4 uintmax_t.m4 ulonglong.m4

 # Generate this list with
 # find . -type f -name '*.m4' -printf '%f\n'|sort |fmt |tr '\012' @ \
diff -urN gettext-0.11.4.old/m4/Makefile.in gettext-0.11.4/m4/Makefile.in
--- gettext-0.11.4.old/m4/Makefile.in   2002-07-25 12:53:48.000000000 +0000
+++ gettext-0.11.4/m4/Makefile.in       2002-08-07 01:13:49.000000000 +0000
@@ -146,7 +146,7 @@
 with_gnu_ld = @with_gnu_ld@

 aclocaldir = @aclocaldir@
-aclocal_DATA = codeset.m4 gettext.m4 glibc21.m4 iconv.m4 intdiv0.m4 
inttypes.m4 inttypes_h.m4 inttypes-pri.m4 isc-posix.m4 lib-ld.m4 lib-link.m4 
lib-prefix.m4 lcmessage.m4 progtest.m4 stdint_h.m4 uintmax_t.m4
+aclocal_DATA = codeset.m4 gettext.m4 glibc21.m4 iconv.m4 intdiv0.m4 
inttypes.m4 inttypes_h.m4 inttypes-pri.m4 isc-posix.m4 lib-ld.m4 lib-link.m4 
lib-prefix.m4 lcmessage.m4 progtest.m4 stdint_h.m4 uintmax_t.m4 ulonglong.m4

 # Generate this list with
 # find . -type f -name '*.m4' -printf '%f\n'|sort |fmt |tr '\012' @ \




reply via email to

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