From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25263 invoked by alias); 22 Nov 2005 12:19:22 -0000 Received: (qmail 25251 invoked by uid 22791); 22 Nov 2005 12:19:21 -0000 X-Spam-Check-By: sourceware.org Received: from zigzag.lvk.cs.msu.su (HELO zigzag.lvk.cs.msu.su) (158.250.17.23) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 22 Nov 2005 12:19:18 +0000 Received: from Debian-exim by zigzag.lvk.cs.msu.su with spam-scanned (Exim 4.50) id 1EeX7B-00015M-HY for gdb@sources.redhat.com; Tue, 22 Nov 2005 15:19:14 +0300 Received: from zigzag.lvk.cs.msu.su ([158.250.17.23]) by zigzag.lvk.cs.msu.su with esmtp (Exim 4.50) id 1EeX7B-00015H-Fk for gdb@sources.redhat.com; Tue, 22 Nov 2005 15:19:13 +0300 From: Vladimir Prus To: gdb@sources.redhat.com Subject: Re: Anon CVS (Was: MI: full file name) Date: Tue, 22 Nov 2005 12:19:00 -0000 User-Agent: KMail/1.7.2 References: <20051122120946.GA21117@white> In-Reply-To: <20051122120946.GA21117@white> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200511221519.13020.ghost@cs.msu.su> Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2005-11/txt/msg00473.txt.bz2 On Tuesday 22 November 2005 15:09, Bob Rossi wrote: > > Later: > > > > Alternativly, you can check out a copy of the CVS repository directly > > using the command: > > > > cvs -d :pserver:anoncvs@sources.redhat.com:/cvs/src co gdb+dejagnu > > > > That works, but then configure dies with: > > > > configure: error: cannot find install-sh or install.sh in > > `cd .;pwd`/.. ./`cd .;pwd`/.. > > This is exclusivly how I get GDB and configure it. I'm not sure why this > wouldn't work for you. I do: > > cvs -d :pserver:anoncvs@sources.redhat.com:/cvs/src co gdb+dejagnu > mkdir builddir > cd builddir > ../src/conifugure > make > > This should probably also work for you. The only difference is, I don't > use anoncvs. It turns out, things got broken if "-d gdb-cvs" option is also used: cvs -d :pserver:anoncvs@sources.redhat.com:/cvs/src co -d gdb-cvs gdb+dejagnu Strange, I always thought that "-d" just changed the name of the directory and has no effect on anything. And I've added it because "src" does not look like a good name for directory. Maybe this issue should be explicitly mentioned. - Volodya