Bug#786885: Broken gettext check in the build system of bison

2023-06-17 Thread Bruno Haible
The issue was fixed through https://git.savannah.gnu.org/gitweb/?p=gettext.git;a=commitdiff;h=b67399b40bc5bf3165b09e6a095ec941d4b30a97 and is thus contained in gettext-0.19.8 and newer. The *gettext functions in musl libc work seamlessly with .mo files produced by msgfmt 0.22 or newer, except for

Bug#786885: Broken gettext check in the build system of bison

2019-03-07 Thread Helmut Grohne
Control: clone -1 -2 Control: reassign -2 gettext Control: retitle -2 broken gettext check in gettext.m4 Control: tags -2 + upstream Control: affects -2 + src:attr On Tue, May 26, 2015 at 02:46:06PM +0200, Szabolcs Nagy wrote: > When building bison on a musl libc based system, creating > the packa

Bug#786885: Broken gettext check in the build system of bison

2015-05-26 Thread Szabolcs Nagy
Package: bison Version: 2:3.0.2.dfsg-2 When building bison on a musl libc based system, creating the package fails because it incorrectly assumes that the libc has no gettext support. The bison configure.ac uses AM_GNU_GETTEXT([external], [need-ngettext]) which ends up checking for glibc inter