Re: pgsql: Revert "Avoid requiring Spanish locale to test NLS infrastructur

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Christoph Berg <myon(at)debian(dot)org>
Cc: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: pgsql: Revert "Avoid requiring Spanish locale to test NLS infrastructur
Date: 2025-12-17 15:29:31
Message-ID: 2628097.1765985371@sss.pgh.pa.us
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

Christoph Berg <myon(at)debian(dot)org> writes:
> The Debian package builds are complaining that there is now a
> usr/share/locale/es/LC_MESSAGES/regress-19.mo
> file that needs sorting into one of the .deb packages.
> Since regress.so itself doesn't get installed by autoconf's Makefiles,
> shouldn't that .mo file not get installed either? (Or resolve it the
> other way round and install both.)

Hm. I don't really care to revisit the decision not to install
regress.so. OTOH, if we don't install the .mo file, "make
installcheck" will not work, which is surely a nonstarter.
(Also, I see no provisions in either build system to build a
non-installed .mo file.)

Is it possible to override that packaging complaint?

regards, tom lane

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Christoph Berg 2025-12-17 15:55:07 Re: pgsql: Revert "Avoid requiring Spanish locale to test NLS infrastructur
Previous Message Heikki Linnakangas 2025-12-17 14:46:19 pgsql: Make postmaster 003_start_stop.pl test less flaky

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2025-12-17 15:29:56 Re: Replace is_publishable_class() with relispublishable column in pg_class
Previous Message Andres Freund 2025-12-17 15:19:54 Re: Add sanity check for duplicate enum values in GUC definitions