From owner-freebsd-stable@FreeBSD.ORG Fri May 15 20:45:56 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 C96661065670 for ; Fri, 15 May 2009 20:45:56 +0000 (UTC) (envelope-from dudu@dudu.ro) Received: from mail-bw0-f213.google.com (mail-bw0-f213.google.com [209.85.218.213]) by mx1.freebsd.org (Postfix) with ESMTP id 62C818FC0A for ; Fri, 15 May 2009 20:45:56 +0000 (UTC) (envelope-from dudu@dudu.ro) Received: by bwz9 with SMTP id 9so2122330bwz.43 for ; Fri, 15 May 2009 13:45:55 -0700 (PDT) MIME-Version: 1.0 Received: by 10.223.113.132 with SMTP id a4mr2856334faq.75.1242420355081; Fri, 15 May 2009 13:45:55 -0700 (PDT) In-Reply-To: <4A0DD289.6050908@andric.com> References: <4A0DB94F.9040804@andric.com> <4A0DD289.6050908@andric.com> From: Vlad GALU Date: Fri, 15 May 2009 23:45:35 +0300 Message-ID: To: Dimitry Andric Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 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:45:57 -0000 On Fri, May 15, 2009 at 11:37 PM, Dimitry Andric wrote= : > 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. :) =A0What 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=3D-C -b). > There's no error, I just happened to notice that the mtime of my ld-elf.so.1 was from about 2 months ago (that's about when I made the last update). The size of the fresh one from /usr/obj/... is different. Not to mention that there were even some recent changes in rtld.c :)