Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.72) (envelope-from ) id 1UZO1F-0005OO-0P for pgsql-committers@arkaria.postgresql.org; Mon, 06 May 2013 16:12:05 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.72) (envelope-from ) id 1UZO1E-0005FG-D3 for pgsql-committers@arkaria.postgresql.org; Mon, 06 May 2013 16:12:04 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtp (Exim 4.72) (envelope-from ) id 1UZO1C-0005EM-U4 for pgsql-committers@postgresql.org; Mon, 06 May 2013 16:12:02 +0000 Received: from eisentraut.org ([85.214.91.16] helo=gattler.pezone.net) by magus.postgresql.org with esmtp (Exim 4.72) (envelope-from ) id 1UZO1A-0007Mh-8h for pgsql-committers@postgresql.org; Mon, 06 May 2013 16:12:02 +0000 Received: from jesse.mybdev.com (unknown [204.145.120.11]) by gattler.pezone.net (Postfix) with ESMTPSA id B45D4D08302; Mon, 6 May 2013 16:11:57 +0000 (UTC) Message-ID: <5187D64C.8060000@gmx.net> Date: Mon, 06 May 2013 12:11:56 -0400 From: Peter Eisentraut User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:17.0) Gecko/20130328 Thunderbird/17.0.5 MIME-Version: 1.0 To: Tom Lane CC: pgsql-committers@postgresql.org, remi_zara@mac.com Subject: Re: pgsql: Translation updates References: <12992.1367847205@sss.pgh.pa.us> <5187C5E4.7020700@gmx.net> <15332.1367852721@sss.pgh.pa.us> In-Reply-To: <15332.1367852721@sss.pgh.pa.us> Content-Type: multipart/mixed; boundary="------------060004010805030300080101" X-Pg-Spam-Score: -1.9 (-) List-Archive: List-Help: List-ID: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: X-Mailing-List: pgsql-committers Precedence: bulk Sender: pgsql-committers-owner@postgresql.org This is a multi-part message in MIME format. --------------060004010805030300080101 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit On 5/6/13 11:05 AM, Tom Lane wrote: > Peter Eisentraut writes: >> On 5/6/13 9:33 AM, Tom Lane wrote: >>> It looks like several of the buildfarm members have problems with this >>> commit. I'm seeing failures like > >> The failures are all the same NetBSD installation. It's probably >> running a very old gettext installation. It might be useful to know >> which version that is. > > Some of the Windows machines are showing the same failure, though for > them it seems to show up as an "install" not "make" failure. OK, that supports that theory: the recommended downloads for Windows lead you to gettext version 0.14.4 dated April 2005. If you are going to roll the beta in the next few hours, please apply the attached patch. I will figure out a more permanent fix in the coming days. --------------060004010805030300080101 Content-Type: text/plain; charset=UTF-8; x-mac-type="0"; x-mac-creator="0"; name="po-fix.patch" Content-Disposition: attachment; filename="po-fix.patch" Content-Transfer-Encoding: quoted-printable diff --git a/src/backend/po/de.po b/src/backend/po/de.po index 574f816..3666920 100644 --- a/src/backend/po/de.po +++ b/src/backend/po/de.po @@ -19991,18 +19991,3 @@ msgstr "kann keinen Snapshot aus einer anderen Dat= enbank importieren" =20 #~ msgid "argument number is out of range" #~ msgstr "Argumentnummer ist au=C3=9Ferhalb des zul=C3=A4ssigen Bereichs" - -#, fuzzy -#~| msgid "received promote request" -#~ msgid "received fast promote request" -#~ msgstr "Anforderung zum Bef=C3=B6rdern empfangen" - -#, fuzzy -#~| msgid "database with OID %u must be vacuumed within %u transactions" -#~ msgid "database with OID %u must be vacuumed before %u more MultiXactId= are used" -#~ msgstr "Datenbank mit OID %u muss innerhalb von %u Transaktionen gevacu= umt werden" - -#, fuzzy -#~| msgid "database \"%s\" must be vacuumed within %u transactions" -#~ msgid "database \"%s\" must be vacuumed before %u more MultiXactId are = used" -#~ msgstr "Datenbank =E2=80=9E%s=E2=80=9C muss innerhalb von %u Transaktio= nen gevacuumt werden" diff --git a/src/bin/pg_basebackup/po/cs.po b/src/bin/pg_basebackup/po/cs.po index ea2a314..81554c8 100644 --- a/src/bin/pg_basebackup/po/cs.po +++ b/src/bin/pg_basebackup/po/cs.po @@ -828,10 +828,6 @@ msgstr "%s: integer_datetimes p=C5=99ep=C3=ADna=C4=8D = kompilace neodpov=C3=ADd=C3=A1 serveru\n" #~ msgstr "" #~ "%s: timeline mezi base backupem a streamovac=C3=ADm spojen=C3=ADm neod= pov=C3=ADd=C3=A1\n" =20 -#~| msgid "%s: keepalive message is incorrect size: %d\n" -#~ msgid "%s: keepalive message has incorrect size %d\n" -#~ msgstr "%s: keepalive zpr=C3=A1va m=C3=A1 neplatnou velikost: %d\n" - #~ msgid " --help show this help, then exit\n" #~ msgstr " --help zobraz tuto n=C3=A1pov=C4=9Bdu, pot= =C3=A9 skon=C4=8Di\n" =20 --------------060004010805030300080101 Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: 8bit MIME-Version: 1.0 -- Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers --------------060004010805030300080101--