From debbugs-submit-bounces@debbugs.gnu.org Tue May 11 04:32:46 2010 Received: (at submit) by debbugs.gnu.org; 11 May 2010 08:32:46 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OBktS-00079D-BX for submit@debbugs.gnu.org; Tue, 11 May 2010 04:32:46 -0400 Received: from mx10.gnu.org ([199.232.76.166]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OBktQ-000798-Ic for submit@debbugs.gnu.org; Tue, 11 May 2010 04:32:45 -0400 Received: from lists.gnu.org ([199.232.76.165]:53843) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1OBktM-0008Ai-Mu for submit@debbugs.gnu.org; Tue, 11 May 2010 04:32:40 -0400 Received: from [140.186.70.92] (port=37120 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OBktF-0003q9-6E for bug-coreutils@gnu.org; Tue, 11 May 2010 04:32:38 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE autolearn=unavailable version=3.3.1 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OBktD-00067i-9u for bug-coreutils@gnu.org; Tue, 11 May 2010 04:32:32 -0400 Received: from smtp1-g21.free.fr ([212.27.42.1]:39899) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OBktC-00067Q-J1 for bug-coreutils@gnu.org; Tue, 11 May 2010 04:32:31 -0400 Received: from smtp1-g21.free.fr (localhost [127.0.0.1]) by smtp1-g21.free.fr (Postfix) with ESMTP id 17C52940124 for ; Tue, 11 May 2010 10:32:26 +0200 (CEST) Received: from mx.meyering.net (mx.meyering.net [82.230.74.64]) by smtp1-g21.free.fr (Postfix) with ESMTP for ; Tue, 11 May 2010 10:32:25 +0200 (CEST) Received: by rho.meyering.net (Acme Bit-Twister, from userid 1000) id 41863D89E; Tue, 11 May 2010 10:32:25 +0200 (CEST) From: Jim Meyering To: bug-coreutils@gnu.org Subject: [PATCH 1/2] build: update gnulib submodule to latest Date: Tue, 11 May 2010 10:32:25 +0200 Message-ID: <87zl06yh2e.fsf@meyering.net> Lines: 62 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-Spam-Score: -3.8 (---) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -5.1 (-----) FYI, >From 844b2570b3206f5483522242ca369929c7cff062 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 11 May 2010 09:50:29 +0200 Subject: [PATCH 1/2] build: update gnulib submodule to latest * tests/init.sh: Update from gnulib, to fix typo. --- gnulib | 2 +- tests/init.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gnulib b/gnulib index 204e7fe..34ccc00 160000 --- a/gnulib +++ b/gnulib @@ -1 +1 @@ -Subproject commit 204e7feaf617b2e14fdf1226dfaf858e984c1737 +Subproject commit 34ccc0097f0161afab82df3025b342d98ad63f01 diff --git a/tests/init.sh b/tests/init.sh index 1c0b4b4..05a983a 100644 --- a/tests/init.sh +++ b/tests/init.sh @@ -98,7 +98,7 @@ test -n "$EXEEXT" && shopt -s expand_aliases # This is cheap and useful for exposing code that depends on the fact that # malloc-related functions often return memory that is mostly zeroed. # If you have the time and cycles, use valgrind to do an even better job. -${MALLOC_PERTURB_=87} +: ${MALLOC_PERTURB_=87} export MALLOC_PERTURB_ # We use a trap below for cleanup. This requires us to go through -- 1.7.1.189.g07419 >From 7e978a7b2d2d2088543f6d7370a7b19ff28771c9 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 11 May 2010 10:31:21 +0200 Subject: [PATCH 2/2] build: record the gettext-0.18 requirement also in configure.ac * configure.ac: Require gettext-0.18 here, too. --- configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/configure.ac b/configure.ac index b07a52b..e7037a1 100644 --- a/configure.ac +++ b/configure.ac @@ -432,7 +432,7 @@ AC_SUBST([CONFIG_STATUS_DEPENDENCIES]) # As long as "grep 'PRI[diouxX]' po/*.pot" reports matches in # translatable strings, we must use need-formatstring-macros here. AM_GNU_GETTEXT([external], [need-formatstring-macros]) -AM_GNU_GETTEXT_VERSION([0.17]) +AM_GNU_GETTEXT_VERSION([0.18]) # For a test of uniq: it uses the $LOCALE_FR envvar. gt_LOCALE_FR -- 1.7.1.189.g07419 From debbugs-submit-bounces@debbugs.gnu.org Thu Jun 03 08:33:56 2010 Received: (at control) by debbugs.gnu.org; 3 Jun 2010 12:33:56 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OK9cS-0004YZ-DY for submit@debbugs.gnu.org; Thu, 03 Jun 2010 08:33:56 -0400 Received: from smtp1-g21.free.fr ([212.27.42.1]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OK9cP-0004YU-JR for control@debbugs.gnu.org; Thu, 03 Jun 2010 08:33:54 -0400 Received: from mx.meyering.net (mx.meyering.net [82.230.74.64]) by smtp1-g21.free.fr (Postfix) with ESMTP id C7C53940114 for ; Thu, 3 Jun 2010 14:33:43 +0200 (CEST) Received: by rho.meyering.net (Acme Bit-Twister, from userid 1000) id 040A9DE32; Thu, 3 Jun 2010 14:33:42 +0200 (CEST) From: Jim Meyering To: control@debbugs.gnu.org Subject: control In-Reply-To: <87d3wkot6w.fsf@meyering.net> (Jim Meyering's message of "Tue, 25 May 2010 18:13:43 +0200") References: <87d3wkot6w.fsf@meyering.net> Date: Thu, 03 Jun 2010 14:33:41 +0200 Message-ID: <87ljaw70t6.fsf@meyering.net> Lines: 7 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -2.3 (--) close 6270 close 6169 close 6317 close 6329 close 6293 tags 5962 + wishlist From unknown Mon Jun 23 14:58:44 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Fri, 02 Jul 2010 11:24:07 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator