From owner-freebsd-bugs Tue Dec 14 19:53:58 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from cc158233-a.catv1.md.home.com (cc158233-a.catv1.md.home.com [24.3.25.17]) by hub.freebsd.org (Postfix) with ESMTP id 7F8FB152C1 for ; Tue, 14 Dec 1999 19:53:55 -0800 (PST) (envelope-from sjr@home.net) Received: from istari.home.net (localhost.home.net [127.0.0.1]) by cc158233-a.catv1.md.home.com (8.9.3/8.9.3) with ESMTP id WAA15571 for ; Tue, 14 Dec 1999 22:53:51 -0500 (EST) (envelope-from sjr@cc158233-a.catv1.md.home.com) Message-Id: <199912150353.WAA15571@cc158233-a.catv1.md.home.com> Date: Tue, 14 Dec 1999 22:53:49 -0500 (EST) From: "Stephen J. Roznowski" Subject: Re: Problem building -current (gnu/usr.bin/binutils/doc) To: freebsd-bugs@FreeBSD.ORG MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The other day I posted a problem building .../gnu/usr.bin/binutils/doc: ... gzip -cn annotate.info > annotate.info.gz ln -sf /usr/src/gnu/usr.bin/binutils/doc/../../../../contrib/gdb/gdb/doc/all-cfg.texi gdb-cfg.texi cp /usr/src/gnu/usr.bin/binutils/doc/../../../../contrib/libreadline/doc/hsuser.texinfo inc-hist.texi patch -b .orig < /usr/src/gnu/usr.bin/binutils/doc/inc-hist.diff patch: **** can't find file `.orig' : No such file or directory *** Error code 2 Stop in /usr/src/gnu/usr.bin/binutils/doc. *** Error code 1 ... I was able to track this problem down to having ports/patch installed (/usr/local/bin/patch) and my build was picking up this version of patch vice the /usr/bin/patch one.... Perhaps "make buildworld" should specify a PATH variable? Removing this port fixed my problem..... -SR To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message