Skip site navigation (1)Skip section navigation (2)
Date:      09 May 2002 22:46:37 +0200
From:      Dag-Erling Smorgrav <des@ofug.org>
To:        pawel.worach@mysun.com
Cc:        current@FreeBSD.ORG
Subject:   Re: buildworld broken in usr.sbin/rpc.yppasswdd
Message-ID:  <xzpy9etgic2.fsf@flood.ping.uio.no>
In-Reply-To: <89728323.83238972@mysun.com>
References:  <89728323.83238972@mysun.com>

next in thread | previous in thread | raw e-mail | index | archive | help
--=-=-=

"Pawel Worach" <pworach@mysun.com> 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?xzpy9etgic2.fsf>