From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24662 invoked by alias); 19 Aug 2010 18:26:03 -0000 Received: (qmail 24654 invoked by uid 22791); 19 Aug 2010 18:26:02 -0000 X-SWARE-Spam-Status: No, hits=-2.1 required=5.0 tests=AWL,BAYES_00 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; Thu, 19 Aug 2010 18:25:54 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 162F72BAC24; Thu, 19 Aug 2010 14:25:52 -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 rH1l4AYsfS2Z; Thu, 19 Aug 2010 14:25:52 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id BD12A2BAC1D; Thu, 19 Aug 2010 14:25:51 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 15979F59B2; Thu, 19 Aug 2010 20:25:50 +0200 (CEST) Date: Thu, 19 Aug 2010 18:26:00 -0000 From: Joel Brobecker To: Michael Snyder Cc: Tom Tromey , "gdb-patches@sourceware.org" Subject: Re: FYI: make python install directory Message-ID: <20100819182550.GG2903@adacore.com> References: <4C6D71ED.2020206@vmware.com> <4C6D73B1.7040903@vmware.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4C6D73B1.7040903@vmware.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-08/txt/msg00349.txt.bz2 > >This seems to generate a new build error for me: > > > > mkdir cannot create /usr/share/gdb Permission denied > > Err, with more context: Cannot reproduce (no enough info: How did you configure, and what commands did you use?). Certainly, the above must have occurred not during the build, but during the install. On my end of things: /bin/bash /home/brobecke/act/cvs/gdb-7.2-public.cvs/gdb/../mkinstalldirs /t.a/brobecke/bld/tst-gdb-7.2-public.cvs/install/share/gdb/python/gdb mkdir -p -- /t.a/brobecke/bld/tst-gdb-7.2-public.cvs/install/share/gdb/python/gdb I tried with both HEAD and branch... -- Joel