From owner-freebsd-current Sun Nov 1 05:24:30 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA07095 for freebsd-current-outgoing; Sun, 1 Nov 1998 05:24:30 -0800 (PST) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from smtp04.wxs.nl (smtp04.wxs.nl [195.121.6.59]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA07079 for ; Sun, 1 Nov 1998 05:24:24 -0800 (PST) (envelope-from asmodai@wxs.nl) Received: from diabolique.ninth-circle.org ([195.121.58.216]) by smtp04.wxs.nl (Netscape Messaging Server 3.6) with ESMTP id AAA4901; Sun, 1 Nov 1998 14:24:16 +0100 Message-ID: X-Mailer: XFMail 1.3 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <199810311902.LAA22746@austin.polstra.com> Date: Sun, 01 Nov 1998 14:28:06 +0100 (CET) Organization: Ninth Circle Enterprises From: Jeroen Ruigrok/Asmodai To: John Polstra Subject: Re: Another compile error Cc: current@FreeBSD.ORG Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi John, On 31-Oct-98 John Polstra wrote: > But there shouldn't be any directories in your tree named "Attic", and > there shouldn't be any files named "*,v". I think that at some > point when you were first experimenting with CVSup, you must have > done an update without the "tag=." statement in your supfile. Hmmm... Noting =) > I recommend that you do this to clean it up: > > cd /src > find . \( -name '*,v' -o -name .depend -o -type l \) -print | xargs rm -f I went from 78% capacity to 33% on my 1 GB slice for cvsup ;) > find -d . -name Attic | xargs rm -rf that also cleaned some stuff... > cd /usr/obj > rm -rf * # (You will get some error messages -- don't worry Jups, with the libs... > chflags -R 0 * > rm -rf * # (Yes, again) to get rid of the last remnants... gotcha ;) > Now do another CVSup update just for good measure. Then try your > make world, and I think it will work this time. OK, going to do it while I am sending this mail... > Good luck, I needed it? =) Thanks, let ye know how it went... > -- > John Polstra jdp@polstra.com > John D. Polstra & Co., Inc. Seattle, Washington USA > "Nobody ever went broke underestimating the taste of the American public." > -- H. L. Mencken > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-current" in the body of the message --- Jeroen Ruigrok van der Werven/Asmodai asmodai(at)wxs.nl Junior Network/Security Specialist FreeBSD & picoBSD: The Power to Serve... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message