Re: gettext version problem exposed by buildfarm failures on "canary"
В списке pgsql-hackers по дате отправления:
| От | Kris Jurka |
|---|---|
| Тема | Re: gettext version problem exposed by buildfarm failures on "canary" |
| Дата | |
| Msg-id | 4A44FF22.4010906@ejurka.com обсуждение исходный текст |
| Ответ на | gettext version problem exposed by buildfarm failures on "canary" (Tom Lane <tgl@sss.pgh.pa.us>) |
| Список | pgsql-hackers |
Tom Lane wrote: > 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. NetBSD has an odd mix of a BSD libintl and GNU msgfmt, so the library provides both ngettext and bind_textdomain_codeset, but that has no implications about what msgfmt supports. pgfarm@netbsd:~$ msgfmt --version msgfmt (GNU gettext) 0.10.35 Also, the man page for libintl says, "bind_textdomain_codeset() does not work at this moment (always fail)." So perhaps this platform is just a lost cause.
В списке pgsql-hackers по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера