gettext version problem exposed by buildfarm failures on "canary" - Mailing list pgsql-hackers

From Tom Lane
Subject gettext version problem exposed by buildfarm failures on "canary"
Date
Msg-id 4500.1246023261@sss.pgh.pa.us
Whole thread Raw
Responses Re: gettext version problem exposed by buildfarm failures on "canary"  ("Andrew Dunstan" <andrew@dunslane.net>)
Re: gettext version problem exposed by buildfarm failures on "canary"  (Kris Jurka <books@ejurka.com>)
List pgsql-hackers
I see buildfarm member "canary" (NetBSD 1.6) was recently resurrected,
but is failing to build HEAD, because msgfmt fails like this:

po/es.po:8039: keyword "msgid_plural" unknown
po/es.po:8036: missing `msgstr' section
po/es.po:8039: parse error

This indicates (1) canary needs a newer version of gettext, and
(2) our configure test for a sufficiently new gettext installation
is not in fact correct, because it didn't complain.

I asked about the configure issue some time ago, and was told that
the existing test for bind_textdomain_codeset() in libintl was
sufficient because that was introduced after ngettext().  It could
be that the library's history is different on NetBSD, or perhaps
canary has a recent libintl.so and a not so recent msgfmt.

I doubt it's worth trying to fix this before 8.4 release, but it
should get looked into eventually.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Jeremy Kerr
Date:
Subject: Re: [PATCH] backend: compare word-at-a-time in bcTruelen
Next
From: Tom Lane
Date:
Subject: Re: [PATCH] backend: compare word-at-a-time in bcTruelen