From owner-freebsd-stable@FreeBSD.ORG Fri Jan 20 14:28:20 2012 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 D18531065674 for ; Fri, 20 Jan 2012 14:28:20 +0000 (UTC) (envelope-from apseudoutopia@gmail.com) Received: from mail-lpp01m010-f54.google.com (mail-lpp01m010-f54.google.com [209.85.215.54]) by mx1.freebsd.org (Postfix) with ESMTP id 50DC78FC20 for ; Fri, 20 Jan 2012 14:28:19 +0000 (UTC) Received: by lahe6 with SMTP id e6so490025lah.13 for ; Fri, 20 Jan 2012 06:28:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=V/1nYgp7pt7vvZ4D6Va3nO1EpjVCx2WlDQNEp8Nu7Lg=; b=WCdMj0TUJCLE7ExzGNPFiKZ9DrTdjDNDuJYBkooT2kIyEGjYKSy1GqKwtVD3Q0Q0GW fxmC60U2ehM9uc1fIiQN+jbhSLt1PDYameHYUWozFZD4c9Y0hrRZrrtohuLp0d7n1LBX W7om8m0oqCQssoZHbJQx2rHrNISFGeGUW8ZvU= MIME-Version: 1.0 Received: by 10.112.39.138 with SMTP id p10mr7593263lbk.98.1327068018526; Fri, 20 Jan 2012 06:00:18 -0800 (PST) Received: by 10.112.90.4 with HTTP; Fri, 20 Jan 2012 06:00:18 -0800 (PST) In-Reply-To: <20120120071954.GA47009@crete.org.ua> References: <20120120071954.GA47009@crete.org.ua> Date: Fri, 20 Jan 2012 09:00:18 -0500 Message-ID: From: APseudoUtopia To: Alexander Shikoff Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: freebsd-stable@freebsd.org Subject: Re: 'make installworld' fails while upgrading from 9.0-CURRENT to 9.0-RELEASE 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, 20 Jan 2012 14:28:20 -0000 2012/1/20 Alexander Shikoff : > Hello All, > > I'm unable to complete upgrading 9.0-CURRENT to 9.0-RELEASE from sources. > 'make installworld' fails on installing chpass: > [...] > =3D=3D=3D> usr.bin/chpass (install) > install -s -o root -g wheel -m 4555 =C2=A0 chpass /usr/bin > install -o root -g wheel -m 444 chpass.1.gz =C2=A0/usr/share/man/man1 > /usr/share/man/man1/chfn.1.gz -> /usr/share/man/man1/chpass.1.gz > /usr/share/man/man1/chsh.1.gz -> /usr/share/man/man1/chpass.1.gz > /usr/share/man/man1/ypchpass.1.gz -> /usr/share/man/man1/chpass.1.gz > /usr/share/man/man1/ypchfn.1.gz -> /usr/share/man/man1/chpass.1.gz > /usr/share/man/man1/ypchsh.1.gz -> /usr/share/man/man1/chpass.1.gz > /usr/bin/chfn -> /usr/bin/chpass > ln: /usr/bin/chfn: Operation not permitted > > It seems that it fails because of schg flag on old chfn, chsh, ypchpass, > ypchfn, ypchsh binaries. Should I manually remove it? Or there is > another way to fix an issue? Thanks in advance! > > -- > MINO-RIPE > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" I had this problem as well. I WAS installing in single-user mode. For some reason, it got hung up on those binaries for the same exact reason. I just manually removed the schg flag then ran `make installworld` again. Make sure you check again afterwards to make sure the proper flags are set.