From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4533 invoked by alias); 18 Sep 2012 13:54:31 -0000 Received: (qmail 4524 invoked by uid 22791); 18 Sep 2012 13:54:30 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00,RCVD_IN_HOSTKARMA_NO X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 18 Sep 2012 13:54:12 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id DFD5B1C7B78; Tue, 18 Sep 2012 09:54:10 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id lMDyGmnsHO2w; Tue, 18 Sep 2012 09:54:10 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 719D51C7A65; Tue, 18 Sep 2012 09:54:10 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id D3F3CCB9D5; Tue, 18 Sep 2012 06:54:07 -0700 (PDT) Date: Tue, 18 Sep 2012 13:54:00 -0000 From: Joel Brobecker To: Eli Zaretskii Cc: Jan Kratochvil , khooyp@cs.umd.edu, gdb-patches@sourceware.org Subject: Re: [PATCH] Warn about data-directory when failing to import Python "gdb" module Message-ID: <20120918135407.GA3276@adacore.com> References: <20120917202241.GB4423@host2.jankratochvil.net> <20120917205828.GA28626@adacore.com> <83txuv26ti.fsf@gnu.org> <20120918115814.GA4659@host2.jankratochvil.net> <83d31j1pzz.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <83d31j1pzz.fsf@gnu.org> User-Agent: Mutt/1.5.21 (2010-09-15) 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: 2012-09/txt/msg00357.txt.bz2 > > relocate_gdb_directory call could be adjusted to handle > > data-directory also in the GDB build directory. > > That'd be nice, thanks. Yes, I agree :). -- Joel