From owner-freebsd-questions@FreeBSD.ORG Thu Jan 29 10:33:13 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CE23016A4CE for ; Thu, 29 Jan 2004 10:33:13 -0800 (PST) Received: from termite.phillipoux.net (bob.net1.nerim.net [62.212.96.168]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D91243D1F for ; Thu, 29 Jan 2004 10:33:12 -0800 (PST) (envelope-from jonathan@phillipoux.net) Received: from webmail.phillipoux.net (localhost.phillipoux.net [127.0.0.1]) by termite.phillipoux.net (Postfix) with SMTP id AC239558E for ; Thu, 29 Jan 2004 19:23:46 +0100 (CET) Received: from 192.168.0.8 (SquirrelMail authenticated user freebsdlists) by webmail.phillipoux.net with HTTP; Thu, 29 Jan 2004 19:23:46 +0100 (CET) Message-ID: <51117.192.168.0.8.1075400626.squirrel@webmail.phillipoux.net> Date: Thu, 29 Jan 2004 19:23:46 +0100 (CET) From: "Jonathan Clarke" To: freebsd-questions@freebsd.org User-Agent: SquirrelMail/1.4.2 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 Importance: Normal Subject: 5.2 /usr/libexec/ld-elf.so.1 upgrade problem in make installworld X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Jan 2004 18:33:13 -0000 Hello everyone, I have a problem during make installworld while upgrading from 5.1-p11 to 5.2-RELEASE. I cvsup'ed my source tree this morning, did make buildworld, make buildkernel and make installkernel, reboot, everything was fine. While running make installworld, I bump into an error in libexec/rtld-elf, output is below. I can see this is to do with the move from /usr/libexec to /libexec, but I can't work out how to get round it. The permission denied must be coming from a schg flag... Any help would be appreciated. I apologize if this question has already come up but googling hasn't revealed anything. Thanks in advance! Jonathan Output from make installworld: [...] ===> libexec/rtld-elf chflags noschg /usr/libexec/ld-elf.so.1 install -s -o root -g wheel -m 555 -fschg -C -b ld-elf.so.1 /libexec install -o root -g wheel -m 444 rtld.1.gz /usr/share/man/man1 /usr/share/man/man1/ld-elf.so.1.1.gz -> /usr/share/man/man1/rtld.1.gz /usr/share/man/man1/ld.so.1.gz -> /usr/share/man/man1/rtld.1.gz /usr/libexec/ld-elf.so.1 -> /libexec/ld-elf.so.1 ln: /usr/libexec/ld-elf.so.1: Operation not permitted *** Error code 1 Stop in /usr/src/libexec/rtld-elf. *** Error code 1 Stop in /usr/src/libexec. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src.