From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25744 invoked by alias); 26 Apr 2004 21:28:31 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 25632 invoked from network); 26 Apr 2004 21:28:23 -0000 Received: from unknown (HELO yosemite.airs.com) (209.128.65.135) by sources.redhat.com with SMTP; 26 Apr 2004 21:28:23 -0000 Received: (qmail 27191 invoked by uid 10); 26 Apr 2004 21:28:22 -0000 Received: (qmail 23803 invoked by uid 500); 26 Apr 2004 21:28:11 -0000 From: Ian Lance Taylor To: Rainer Orth Cc: chastain@sourceware.org, gdb-prs@sources.redhat.com, gdb-gnats@sources.redhat.com, gdb@sources.redhat.com Subject: Re: server/519: gdb fails to configure since some configure scripts lack execute permission References: <20040104204951.25454.qmail@sources.redhat.com> <16525.30124.599514.494256@xayide.TechFak.Uni-Bielefeld.DE> Date: Mon, 26 Apr 2004 21:32:00 -0000 In-Reply-To: <16525.30124.599514.494256@xayide.TechFak.Uni-Bielefeld.DE> Message-ID: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2004-04/txt/msg00166.txt.bz2 Rainer Orth writes: > > This problam has not been fixed yet, so I am re-opening the bug. > > > > In gdb HEAD as of 2004-01-04: > > > > % ls -l $(find * -type f -name configure -print) | sort > > -rw-r--r-- 1 mec.gnu mgnu 30802 Apr 15 1999 gdb/testsuite/gdb.stabs/configure > > -rw-r--r-- 1 mec.gnu mgnu 30857 Aug 29 12:37 sim/testsuite/frv-elf/configure > > -rw-r--r-- 1 mec.gnu mgnu 60386 Jun 29 2003 gdb/gdbserver/configure > > -rw-r--r-- 1 mec.gnu mgnu 124468 Aug 29 12:35 sim/frv/configure > > This is still unfixed in GDB 6.1 ;-( > > > Can I get someone to go into the repository and chmod these four files to 0755? > > Can someone *please* fix this trivial but permanently annoying issue on the > CVS server? This is broken since at least GDB 5.2, but nobody bothered to > spend the five seconds to fix it yet. I ran chmod a+x for each of the four files on sourceware. Due to the nature of CVS, this will affect new checkouts, but will not affect existing working directories. I will undo this if people complain. Ian