From owner-freebsd-current@FreeBSD.ORG Sun Aug 17 09:20:45 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 421B337B401 for ; Sun, 17 Aug 2003 09:20:45 -0700 (PDT) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 864EF43F75 for ; Sun, 17 Aug 2003 09:20:44 -0700 (PDT) (envelope-from robert@fledge.watson.org) Received: from fledge.watson.org (localhost [127.0.0.1]) by fledge.watson.org (8.12.9/8.12.9) with ESMTP id h7HGK7AL020248; Sun, 17 Aug 2003 12:20:07 -0400 (EDT) (envelope-from robert@fledge.watson.org) Received: from localhost (robert@localhost)h7HGK68q020245; Sun, 17 Aug 2003 12:20:07 -0400 (EDT) Date: Sun, 17 Aug 2003 12:20:06 -0400 (EDT) From: Robert Watson X-Sender: robert@fledge.watson.org To: Shin-ichi Yoshimoto In-Reply-To: <20030817204742924602.GyazMail.yosimoto@waishi.jp> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: current@FreeBSD.org Subject: Re: HEADS UP: dynamic root support now in the tree X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Aug 2003 16:20:45 -0000 On Sun, 17 Aug 2003, Shin-ichi Yoshimoto wrote: > make installworld broken. > > ==>libexex/rtld-elf > [snip] > ln: /usr/libexec/ld-elf.so.1: Operation not permitted > *** Error code 1 > > any idea ? I'm guessing we need to remove the schg flag from the old ld-elf.so.1 before trying to replace it with a symlink: paprika:/usr/src/kerberos5/usr.bin/kadmin> ls -lo /usr/libexec/ld-elf.so.1 -r-xr-xr-x 1 root wheel schg 133292 Jul 3 21:07 /usr/libexec/ld-elf.so.1* You can work around it locally, probably, by doing a "chflags noschg /usr/libexec/ld-elf.so.1", but the official makefiles probably need to do something about it also. Robert N M Watson FreeBSD Core Team, TrustedBSD Projects robert@fledge.watson.org Network Associates Laboratories