No LINGUAS file yet for pg_combinebackup - Mailing list pgsql-hackers

From Tom Lane
Subject No LINGUAS file yet for pg_combinebackup
Date
Msg-id 1882061.1703526497@sss.pgh.pa.us
Whole thread Raw
Responses Re: No LINGUAS file yet for pg_combinebackup
List pgsql-hackers
Since dc2123400, any "make" in src/bin/pg_combinebackup whines

cat: ./po/LINGUAS: No such file or directory

if you have selected --enable-nls.  This is evidently from

AVAIL_LANGUAGES := $(shell cat $(srcdir)/po/LINGUAS)

I don't particularly care to see that warning until whenever
it is that the translations first get populated.  Perhaps
we should hack up nls-global.mk to hide the warning, but
that might bite somebody someday.  I'm inclined to just
add an empty LINGUAS file as a temporary measure.
Thoughts?

            regards, tom lane



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: apply pragma system_header to python headers
Next
From: Pavel Borisov
Date:
Subject: Re: Bug in nbtree optimization to skip > operator comparisons (or < comparisons in backwards scans)