From owner-freebsd-alpha Thu May 13 5:48:45 1999 Delivered-To: freebsd-alpha@freebsd.org Received: from uni4nn.gn.iaf.nl (osmium.gn.iaf.nl [193.67.144.12]) by hub.freebsd.org (Postfix) with ESMTP id 5F36514D3E; Thu, 13 May 1999 05:48:22 -0700 (PDT) (envelope-from wilko@yedi.iaf.nl) Received: from yedi.iaf.nl (uucp@localhost) by uni4nn.gn.iaf.nl (8.9.2/8.9.2) with UUCP id OAA10195; Thu, 13 May 1999 14:08:33 +0200 (MET DST) Received: (from wilko@localhost) by yedi.iaf.nl (8.9.3/8.9.3) id AAA04213; Thu, 13 May 1999 00:02:25 +0200 (CEST) (envelope-from wilko) From: Wilko Bulte Message-Id: <199905122202.AAA04213@yedi.iaf.nl> Subject: Re: de driver problem In-Reply-To: <199905122044.NAA03768@gndrsh.aac.dev.com> from "Rodney W. Grimes" at "May 12, 1999 1:44:30 pm" To: rgrimes@gndrsh.aac.dev.com (Rodney W. Grimes) Date: Thu, 13 May 1999 00:02:25 +0200 (CEST) Cc: mark@grondar.za, dfr@nlsystems.com, khaled@mailbox.telia.net, freebsd-alpha@FreeBSD.ORG, freebsd-current@FreeBSD.ORG X-Organisation: Private FreeBSD site - Arnhem, The Netherlands X-pgp-info: PGP public key at 'finger wilko@freefall.freebsd.org' X-Mailer: ELM [version 2.4ME+ PL43 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org As Rodney W. Grimes wrote ... > > Wilko Bulte wrote: > > > PERL_SRC=/usr/obj/usr/src/gnu/usr.bin/perl/perl > > > Writing Makefile for DynaLoader > > > ==> Your Makefile has been rebuilt. <== > > > ==> Please rerun the make command. <== > > > false > > > false: not found > > > *** Error code 1 > > > > I periodically see this one reported, and It is always repaired > > by the reporter making sure their tree is _really_ clean before > > doing a make world. "Really clean" means "make cleandir" _twice_, > > This indicates to me, the original author of ``cleandir'', that > something has broken the functionality that it had. This something > is more than likely the removal of code similiar to: > > cd /usr/obj/{.CURDIR}; chflags -R noschg tmp; rm -rf *; > > before the equiv of: > cd {.CURDIR}; ${make} clean > > > and complete removal of the contents of /usr/obj. _Then_ cvsup. > > I prefer to usr CVS checkout, as it shows all the differences and > > other turds in my source tree. > > If ``make cleandir'' is leaving some cruft in any form behind anyplace > in the build tree things are broken. Sounds very reasonable to me. Running the same command twice to get things really clean sounds suspicious ;-) In any case: I'm rebuilding now after a cvsup && chflags -R noschg /usr/obj/* && rm -rf /usr/obj/* We'll see what happens next. | / o / / _ Arnhem, The Netherlands - Powered by FreeBSD - |/|/ / / /( (_) Bulte WWW : http://www.tcja.nl http://www.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message