From owner-freebsd-hackers Wed Mar 5 04:43:52 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id EAA14795 for hackers-outgoing; Wed, 5 Mar 1997 04:43:52 -0800 (PST) Received: from os.inf.tu-dresden.de (os.inf.tu-dresden.de [141.76.1.46]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id EAA14779 for ; Wed, 5 Mar 1997 04:43:48 -0800 (PST) Received: from sax.sax.de (sax.sax.de [193.175.26.33]) by os.inf.tu-dresden.de (8.8.5/8.8.5) with ESMTP id NAA27351; Wed, 5 Mar 1997 13:20:25 +0100 Received: (from uucp@localhost) by sax.sax.de (8.6.12/8.6.12-s1) with UUCP id KAA19595; Wed, 5 Mar 1997 10:02:47 +0100 Received: (from j@localhost) by uriah.heep.sax.de (8.8.5/8.8.5) id JAA15512; Wed, 5 Mar 1997 09:31:57 +0100 (MET) Message-ID: Date: Wed, 5 Mar 1997 09:31:56 +0100 From: j@uriah.heep.sax.de (J Wunsch) To: shaun@emma.eng.uct.ac.za (Shaun Courtney) Cc: hackers@FreeBSD.ORG Subject: Re: make world error in gdb with 2.2-GAMMA source References: <19970305090608.20417@emma.eng.uct.ac.za> X-Mailer: Mutt 0.55-PL10 Mime-Version: 1.0 X-Phone: +49-351-2012 669 X-PGP-Fingerprint: DC 47 E6 E4 FF A6 E9 8F 93 21 E0 7D F9 12 D6 4E Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) In-Reply-To: <19970305090608.20417@emma.eng.uct.ac.za>; from Shaun Courtney on Mar 5, 1997 09:06:08 +0200 Sender: owner-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk As Shaun Courtney wrote: > I'm trying to upgrade my 2.2-BETA to 2.2-GAMMA, so I grabed the source > for 2.2-GAMMA and did a make world. It fell over when doing a make of gdb. For all the people with gdb problems: gdb has undergone a major source tree restructuring, first in -current, and following in RELENG_2_2. Most of the code has been moved out to /usr/src/contrib/gdb. If you have build problems with it, please do the following: rm -rf /usr/obj/usr/src/gnu/usr.bin/gdb If you can: rm -rf /usr/src/gnu/usr.bin/gdb and reinstall from pristine source (e.g. CVS or CVSup). cd /usr/src/gnu/usr.bin/gdb make obj depend all I can assure you all that Jordan's and my builds in the RELENG_2_2 tree (which we are doing on a fairly regular basis, and which imply more than a `make world') *don't* fall over, so it must indeed be some stale old file or .depend or whatnot in your tree that breaks it. -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-)