Date: Sun, 17 Aug 2003 12:20:06 -0400 (EDT) From: Robert Watson <rwatson@FreeBSD.org> To: Shin-ichi Yoshimoto <yosimoto@waishi.jp> Cc: current@FreeBSD.org Subject: Re: HEADS UP: dynamic root support now in the tree Message-ID: <Pine.NEB.3.96L.1030817121836.19664A-100000@fledge.watson.org> In-Reply-To: <20030817204742924602.GyazMail.yosimoto@waishi.jp>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.NEB.3.96L.1030817121836.19664A-100000>