From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4377 invoked by alias); 30 Dec 2005 22:08:08 -0000 Received: (qmail 4369 invoked by uid 22791); 30 Dec 2005 22:08:07 -0000 X-Spam-Check-By: sourceware.org Received: from sibelius.xs4all.nl (HELO sibelius.xs4all.nl) (82.92.89.47) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 30 Dec 2005 22:08:05 +0000 Received: from elgar.sibelius.xs4all.nl (root@elgar.sibelius.xs4all.nl [192.168.0.2]) by sibelius.xs4all.nl (8.13.4/8.13.4) with ESMTP id jBUM6Ye4019681; Fri, 30 Dec 2005 23:06:34 +0100 (CET) Received: from elgar.sibelius.xs4all.nl (kettenis@localhost.sibelius.xs4all.nl [127.0.0.1]) by elgar.sibelius.xs4all.nl (8.13.4/8.13.3) with ESMTP id jBUM6YPQ005811; Fri, 30 Dec 2005 23:06:34 +0100 (CET) Received: (from kettenis@localhost) by elgar.sibelius.xs4all.nl (8.13.4/8.13.4/Submit) id jBUM6Y7a012417; Fri, 30 Dec 2005 23:06:34 +0100 (CET) Date: Fri, 30 Dec 2005 22:08:00 -0000 Message-Id: <200512302206.jBUM6Y7a012417@elgar.sibelius.xs4all.nl> From: Mark Kettenis To: bob@brasko.net CC: gdb@sources.redhat.com In-reply-to: <20051230214837.GA4388@white> (message from Bob Rossi on Fri, 30 Dec 2005 16:48:37 -0500) Subject: Re: CVS broken References: <20051230214837.GA4388@white> 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-12/txt/msg00224.txt.bz2 > Date: Fri, 30 Dec 2005 16:48:37 -0500 > From: Bob Rossi > > Hi all, > > I just did a fresh check out of GDB like this > cvs -d ':ext:bobbybrasko@sources.redhat.com:/cvs/src' co gdb+dejagnu Don't do that! We dropped dejagnu; the gdb+dejagnu module really only still exists for hysterical raisins. You should install dejagnu by some other means (for example by downloading it from ftp.gnu.org), and just check out the gdb module. Do we still have documentation suggesting checking out gdb+dejagnu? Mark