From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20521 invoked by alias); 29 Oct 2010 19:18:29 -0000 Received: (qmail 20505 invoked by uid 22791); 29 Oct 2010 19:18:28 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00,TW_SM 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; Fri, 29 Oct 2010 19:18:23 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id AF9A72BAD11; Fri, 29 Oct 2010 15:18:21 -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 j7-4Xsaw+ekx; Fri, 29 Oct 2010 15:18:21 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 683512BACC4; Fri, 29 Oct 2010 15:18:21 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 1BC1FF59A2; Fri, 29 Oct 2010 15:18:20 -0400 (EDT) Date: Fri, 29 Oct 2010 19:18:00 -0000 From: Joel Brobecker To: Eli Zaretskii Cc: Tom Tromey , asmwarrior@gmail.com, gdb@sourceware.org, gdb-patches@sourceware.org Subject: Re: gdb with python support still get crash on showing uninitialized local variables Message-ID: <20101029191820.GA2936@adacore.com> References: <4CB66700.3000907@gmail.com> <4CBE7B08.9060905@gmail.com> <83bp6l9b4l.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <83bp6l9b4l.fsf@gnu.org> 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-10/txt/msg00386.txt.bz2 > > asmwarrior> /bin/sh: line 1: ../../../../src/gdb/bfd/../mkinstalldirs: Permission denied > > > > This file should be +x. > > There's no such thing on Windows. Yes, because it's a script, the makefile should execute it via $SHELL. I see that we're making the same error in gdb/doc, for instance, so it looks like we would be unable to build the documentation if building using MinGW tools. I am flying back this evening, so I will try to remember to send a patch soon. -- Joel