From owner-freebsd-current Mon Jan 15 9:41: 5 2001 Delivered-To: freebsd-current@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [209.152.133.57]) by hub.freebsd.org (Postfix) with ESMTP id BF97637B400 for ; Mon, 15 Jan 2001 09:40:43 -0800 (PST) Received: (from obrien@localhost) by dragon.nuxi.com (8.11.1/8.11.1) id f0FHeeJ40241; Mon, 15 Jan 2001 09:40:40 -0800 (PST) (envelope-from obrien) Date: Mon, 15 Jan 2001 09:40:40 -0800 From: "David O'Brien" To: "Thomas T. Veldhouse" Cc: "FreeBSD-Current, " Subject: Re: Buildworld failure as of 01-15-2001 @ 8:30 CST Message-ID: <20010115094040.A40110@dragon.nuxi.com> Reply-To: freebsd-current@freebsd.org References: <004401c07f00$b86aabe0$3028680a@tgt.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <004401c07f00$b86aabe0$3028680a@tgt.com>; from veldy@veldy.net on Mon, Jan 15, 2001 at 08:37:43AM -0600 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Jan 15, 2001 at 08:37:43AM -0600, Thomas T. Veldhouse wrote: > I just installed the FreeBSD 5.0-20010107-CURRENT snapshot and have cvsup'd > to the latest source (as of subject). Buildworld fails as below: Do not manually do anything to get around this yet. Please apply and try this patch. Report here, if it works or not. Index: Makefile.inc1 =================================================================== RCS file: /home/ncvs/src/Makefile.inc1,v retrieving revision 1.179 diff -u -r1.179 Makefile.inc1 --- Makefile.inc1 2000/12/03 20:29:31 1.179 +++ Makefile.inc1 2001/01/15 17:39:37 @@ -564,7 +564,7 @@ build-tools: .for _tool in bin/csh bin/sh ${_games} gnu/usr.bin/cc/cc_tools ${_fortran} \ - ${_libroken4} ${_libkrb5} lib/libncurses ${_share} + usr.bin/rpcgen ${_libroken4} ${_libkrb5} lib/libncurses ${_share} cd ${.CURDIR}/${_tool}; ${MAKE} build-tools .endfor To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message