From owner-freebsd-current Thu May 9 13:46:48 2002 Delivered-To: freebsd-current@freebsd.org Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by hub.freebsd.org (Postfix) with ESMTP id 742B537B405 for ; Thu, 9 May 2002 13:46:42 -0700 (PDT) Received: by flood.ping.uio.no (Postfix, from userid 2602) id 4854A535E; Thu, 9 May 2002 22:46:38 +0200 (CEST) X-URL: http://www.ofug.org/~des/ X-Disclaimer: The views expressed in this message do not necessarily coincide with those of any organisation or company with which I am or have been affiliated. To: pawel.worach@mysun.com Cc: current@FreeBSD.ORG Subject: Re: buildworld broken in usr.sbin/rpc.yppasswdd References: <89728323.83238972@mysun.com> From: Dag-Erling Smorgrav Date: 09 May 2002 22:46:37 +0200 In-Reply-To: <89728323.83238972@mysun.com> Message-ID: Lines: 12 User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/21.2 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --=-=-= "Pawel Worach" writes: > Any idea? rpcgen needs to be a bootstrap tool, but isn't. This has been broken for a long time, just not visibly. Try the attached patch. DES -- Dag-Erling Smorgrav - des@ofug.org --=-=-= Content-Type: text/x-patch Content-Disposition: attachment; filename=rpcgen.diff Index: Makefile.inc1 =================================================================== RCS file: /home/ncvs/src/Makefile.inc1,v retrieving revision 1.268 diff -u -r1.268 Makefile.inc1 --- Makefile.inc1 8 May 2002 20:35:12 -0000 1.268 +++ Makefile.inc1 9 May 2002 20:45:43 -0000 @@ -583,7 +583,7 @@ bootstrap-tools: .for _tool in ${_strfile} usr.bin/yacc usr.bin/colldef \ - usr.bin/xargs usr.bin/xinstall \ + usr.bin/rpcgen usr.bin/xargs usr.bin/xinstall \ usr.sbin/config usr.sbin/kbdcontrol \ gnu/usr.bin/gperf gnu/usr.bin/groff gnu/usr.bin/texinfo cd ${.CURDIR}/${_tool}; \ --=-=-=-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message