From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29457 invoked by alias); 19 Jul 2010 15:43:37 -0000 Received: (qmail 29447 invoked by uid 22791); 19 Jul 2010 15:43:37 -0000 X-SWARE-Spam-Status: No, hits=-2.2 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (38.113.113.100) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 19 Jul 2010 15:43:31 +0000 Received: (qmail 16146 invoked from network); 19 Jul 2010 15:43:30 -0000 Received: from unknown (HELO caradoc.them.org) (dan@127.0.0.2) by mail.codesourcery.com with ESMTPA; 19 Jul 2010 15:43:30 -0000 Date: Mon, 19 Jul 2010 15:43:00 -0000 From: Daniel Jacobowitz To: Pedro Alves Cc: gdb-patches@sourceware.org, Jan Kratochvil , Joel Brobecker Subject: Re: ping: [patch 5/6] testsuite: Fix prelink-support.exp without prelink installed Message-ID: <20100719154257.GA26454@caradoc.them.org> Mail-Followup-To: Pedro Alves , gdb-patches@sourceware.org, Jan Kratochvil , Joel Brobecker References: <20100329161831.GD2940@host0.dyn.jankratochvil.net> <20100629220904.GV2595@adacore.com> <20100704101842.GE6875@host0.dyn.jankratochvil.net> <201007191606.29992.pedro@codesourcery.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201007191606.29992.pedro@codesourcery.com> User-Agent: Mutt/1.5.20 (2009-06-14) Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2010-07/txt/msg00288.txt.bz2 On Mon, Jul 19, 2010 at 04:06:29PM +0100, Pedro Alves wrote: > On a related note: ubuntu/debian's system gdb includes some half cooked > up gdb translations; Just Ubunutu! :-) I wasn't aware of these and they aren't in Debian. > I then just remember to do "unset LANG", and rerun the testsuite, > though I think this should be handled by our testsuite automatically > somewhere. How does gcc's testsuite handle this? # We set LC_ALL and LANG to C so that we get the same error messages as expected. setenv LC_ALL C setenv LANG C -- Daniel Jacobowitz CodeSourcery