From owner-freebsd-current Fri Feb 21 18:38:30 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id SAA15023 for current-outgoing; Fri, 21 Feb 1997 18:38:30 -0800 (PST) Received: from haywire.DIALix.COM (news@haywire.DIALix.COM [192.203.228.65]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id SAA15006 for ; Fri, 21 Feb 1997 18:37:55 -0800 (PST) Received: (from news@localhost) by haywire.DIALix.COM (8.8.4/8.8.2) id KAA04753 for freebsd-current@freebsd.org; Sat, 22 Feb 1997 10:37:38 +0800 (WST) X-Authentication-Warning: haywire.DIALix.COM: news set sender to usenet-request@haywire.dialix.com using -f Received: from GATEWAY by haywire.DIALix.COM with netnews for freebsd-current@freebsd.org (problems to: usenet@haywire.dialix.com) To: freebsd-current@freebsd.org Date: 22 Feb 1997 02:37:37 GMT From: peter@spinner.DIALix.COM (Peter Wemm) Message-ID: <856579057.712508@haywire.DIALix.COM> Organization: DIALix Internet Services References: <199702212145.IAA28080@genesis.atrad.adelaide.edu.au> Subject: Re: Missing sources under gdb? Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk In article <199702212202.QAA06337@jupiter.mcs.net>, karl@Mcs.Net (Karl Denninger) writes: >> >> Karl Denninger stands accused of saying: >> > > >> > > Try 'cvs update 'Pd'. Gdb has moved, and you're not cleaning it out >> > > correctly. This has been discussed here at least half a dozen times >> > > in the last three or so weeks. >> > >> > That's "cvs update -Pd", right? [..] >> > No change. If I REMOVE it and use "cvs update ." it comes right back where >> > it was. Is my CVS tree wrecked? I even went back and cvsup'd again, just >> > to make sure I'm current -- I am. [..] > Did that, didn't change a thing. > > The -Pd should REMOVE irrelavent things, right? So if gdb has moved, why is > this library directory (and the rest of it) still there? You are remembering to update src/contrib/gdb as well, aren't you? If so, check your .depend files, they often have the old pathnames and do not adapt to the .PATH settings in Makefile automatically. Do a 'make cleandepend' to be sure. The bulk of the gdb code moved from gnu/usr.bin/gdb to src/contrib/gdb and the remaining files are bmake glue to build it in a way compatable with the general build system. -Peter