From owner-freebsd-current@FreeBSD.ORG Fri Oct 28 04:15:59 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E326B1065673 for ; Fri, 28 Oct 2011 04:15:59 +0000 (UTC) (envelope-from coco@executive-computing.de) Received: from mail.moehre.org (mail.moehre.org [195.96.35.7]) by mx1.freebsd.org (Postfix) with ESMTP id 9C7168FC17 for ; Fri, 28 Oct 2011 04:15:59 +0000 (UTC) Received: from mail.moehre.org (unknown [195.96.35.7]) by mail.moehre.org (Postfix) with ESMTP id 88C928B143B for ; Fri, 28 Oct 2011 06:00:00 +0200 (CEST) X-Spam-Flag: NO X-Spam-Score: -100.888 X-Spam-Level: X-Spam-Status: No, score=-100.888 tagged_above=-999 required=5 tests=[ALL_TRUSTED=-1, AWL=-0.042, TW_HF=0.077, TW_YP=0.077, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mail.moehre.org ([195.96.35.7]) by mail.moehre.org (mail.moehre.org [195.96.35.7]) (amavisd-new, port 10024) with ESMTP id bz4+wzBbsCiB for ; Fri, 28 Oct 2011 05:59:58 +0200 (CEST) Received: from s560x.c0c0.intra (p54B0C97B.dip.t-dialin.net [84.176.201.123]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: coco@executive-computing.de) by mail.moehre.org (Postfix) with ESMTPSA id 9F8708B141B for ; Fri, 28 Oct 2011 05:59:58 +0200 (CEST) Date: Fri, 28 Oct 2011 05:59:57 +0200 (CEST) From: Marco Steinbach X-X-Sender: coco@s560x.c0c0.intra To: freebsd-current@freebsd.org In-Reply-To: <201110272148.15459.break19@gmail.com> Message-ID: References: <201110272148.15459.break19@gmail.com> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Subject: Re: make installworld fails on releng9 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Fri, 28 Oct 2011 04:16:00 -0000 On Thu, 27 Oct 2011, Chuck Burns wrote: > I had some issues while running make installworld after I sync'd to the latest > releng9, on my RC1 install. > > Now, it appears to failed, while trying to create some links, > chfn > chsh > ypchpass > ypchfn > ypchsh. > > These are supposed to be hardlinked to /usr/bin/chpass, except that, since the > other files already exist, and are immutable, make installworld was unable to > do anything, so I wound up removing the immutable flag on these files and re- > running make installworld. > > I didn't see any mention of this little.. issue, in UPDATING, or in the - > current mailing list (yes, I know, 9.0 is no longer technically, current, but > since it isn't released yet, I figure it's close enough) I'm seeing this on head (226827, amd64), also. MfG CoCo