From owner-freebsd-stable@FreeBSD.ORG Fri May 15 20:37:28 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 36D9E10656E6 for ; Fri, 15 May 2009 20:37:28 +0000 (UTC) (envelope-from dimitry@andric.com) Received: from tensor.andric.com (cl-327.ede-01.nl.sixxs.net [IPv6:2001:7b8:2ff:146::2]) by mx1.freebsd.org (Postfix) with ESMTP id E51398FC17 for ; Fri, 15 May 2009 20:37:27 +0000 (UTC) (envelope-from dimitry@andric.com) Received: from [IPv6:2001:7b8:3a7:0:99b:8d02:f4ad:74c3] (unknown [IPv6:2001:7b8:3a7:0:99b:8d02:f4ad:74c3]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id 31CA35C42; Fri, 15 May 2009 22:37:27 +0200 (CEST) Message-ID: <4A0DD289.6050908@andric.com> Date: Fri, 15 May 2009 22:37:29 +0200 From: Dimitry Andric User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.9.1b5pre) Gecko/20090515 Shredder/3.0b3pre MIME-Version: 1.0 To: Vlad GALU References: <4A0DB94F.9040804@andric.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-stable@freebsd.org Subject: Re: ld-elf.so.1 isn't overwritten upon making installworld X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 May 2009 20:37:32 -0000 On 2009-05-15 22:25, Vlad GALU wrote: >>> called on the newly built copy, but even though the system copy's file >>> flags are cleared (noschg), the overwriting fails. I managed to >>> overwrite it by (cp -f)-ing) the fresh copy over the old one. >> Are you running in single-user mode during installworld? Alright, just checking. :) What is the exact error that you're getting? It might also be the binary isn't changed at all, and in that case it will *not* be updated (its Makefile uses INSTALLFLAGS=-C -b).