From owner-freebsd-current Mon May 13 22:50:45 2002 Delivered-To: freebsd-current@freebsd.org Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by hub.freebsd.org (Postfix) with ESMTP id BBD9D37B405 for ; Mon, 13 May 2002 22:50:41 -0700 (PDT) Received: from bde.zeta.org.au (bde.zeta.org.au [203.2.228.102]) by mailman.zeta.org.au (8.9.3/8.8.7) with ESMTP id PAA15355; Tue, 14 May 2002 15:50:27 +1000 Date: Tue, 14 May 2002 15:52:41 +1000 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: "David W. Chapman Jr." Cc: current@FreeBSD.ORG Subject: Re: installworld problem with /usr/src/usr.bin/tip/tip In-Reply-To: <20020513191336.GB52184@leviathan.inethouston.net> Message-ID: <20020514154423.R2924-100000@gamplex.bde.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 On Mon, 13 May 2002, David W. Chapman Jr. wrote: > I get the following everytime I make installworld on -current > > ln: /usr/bin/cu: Operation not permitted > *** Error code 1 > > To fix it I have to modify /usr/src/usr.bin/tip/tip/Makefile and > remove the LINKS to cu and then all works well. Is anyone else > having this problem? This seems to be because you have an old /usr/bin/cu with the schg set on it, and rev.1.17 of the Makefile broke the unsetting of the schg bit (${DESTDIR}/${BINDIR}/cu rarely exists, becuase BINDIR is used before it is initialized). Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message