Date: Tue, 14 May 2002 15:52:41 +1000 (EST) From: Bruce Evans <bde@zeta.org.au> To: "David W. Chapman Jr." <dwcjr@inethouston.net> Cc: current@FreeBSD.ORG Subject: Re: installworld problem with /usr/src/usr.bin/tip/tip Message-ID: <20020514154423.R2924-100000@gamplex.bde.org> In-Reply-To: <20020513191336.GB52184@leviathan.inethouston.net>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020514154423.R2924-100000>
