From owner-freebsd-stable@FreeBSD.ORG Sat Apr 19 09:28:07 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 511E637B401 for ; Sat, 19 Apr 2003 09:28:07 -0700 (PDT) Received: from smtp809.mail.sc5.yahoo.com (smtp809.mail.sc5.yahoo.com [66.163.168.188]) by mx1.FreeBSD.org (Postfix) with SMTP id D7E4643FBD for ; Sat, 19 Apr 2003 09:28:06 -0700 (PDT) (envelope-from antonzav@pacbell.net) Received: from adsl-63-206-116-172.dsl.snfc21.pacbell.net (HELO travel) (antonzav@pacbell.net@63.206.116.172 with login) by smtp-sbc-v1.mail.vip.sc5.yahoo.com with SMTP; 19 Apr 2003 16:28:06 -0000 From: "Anton Zavrin" To: "'Andrew Reilly'" , "'Andy Farkas'" Date: Sat, 19 Apr 2003 09:27:00 -0700 Message-ID: <001e01c30690$816f5400$0200a8c0@travel> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2627 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4920.2300 In-Reply-To: <1050758386.19612.13.camel@gurney.reilly.home> cc: stable@freebsd.org Subject: RE: Broken buildworld in groff, 4.8-stable? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Apr 2003 16:28:07 -0000 cd /usr/obj chflags -R noschg * rm -rf * and clean this up too: cd /usr/src/sys/modules/linux make cleandir have fun Best Regards, Anton -----Original Message----- From: owner-freebsd-stable@freebsd.org [mailto:owner-freebsd-stable@freebsd.org] On Behalf Of Andrew Reilly Sent: Saturday, April 19, 2003 6:20 AM To: Andy Farkas Cc: stable@freebsd.org Subject: Re: Broken buildworld in groff, 4.8-stable? Hi Andy, On Sat, 2003-04-19 at 21:00, Andy Farkas wrote: > On Sat, 19 Apr 2003, Andrew Reilly wrote: > > > I've just cvsupped again, and tried a make buildworld, and get > > the following compiler barfage. Any suggestions? I've tried > > manually blowing /usr/obj/ away a few times, too. > > > > Try going into the source directory and doing a > > # cd /usr/src > # make cleandir; make cleandir > > ...should clear out any junk lying around. Nope, sorry. I've done that and the build still breaks in groff, in exactly the same way. It's odd: it should be working, I would think. mkdep is being called with -I/usr_plus/src/gnu/usr.bin/groff/src/libs/libgroff/../../../../../../co ntrib/groff/src/include -I/usr_plus/src/gnu/usr.bin/groff/src/libs/libgroff/../../../src/include -D__FBSDID=__RCSID, and all of the files that it claims to be missing are, in fact, in the first of those include directories. I'm stumped. -- Andrew Reilly _______________________________________________ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org"