From owner-freebsd-current@FreeBSD.ORG Fri Feb 13 19:08:25 2015 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 400937E3 for ; Fri, 13 Feb 2015 19:08:25 +0000 (UTC) Received: from mail-we0-x229.google.com (mail-we0-x229.google.com [IPv6:2a00:1450:400c:c03::229]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id BC885C90 for ; Fri, 13 Feb 2015 19:08:24 +0000 (UTC) Received: by mail-we0-f169.google.com with SMTP id k48so18494192wev.0 for ; Fri, 13 Feb 2015 11:08:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=bN3XtiTFx5QOMKD7IueU9dlHkWfvZuQ4A29qCm2CU3o=; b=hw7UUOsBpdq+pNSN1oGXBObBMgILgbia8yzczmOJoqpjOWO/BX5nP/QD6sQnilCcax 8kAydWzk7tRAUBO4QxvZsVXp2PyC90TX5LLKKQNstpTkl85afvb9JrNw7h7YNIniEMsc RwrtuyG5wSA0LaRw48krxfGZpTk682ApuxfqHb7ZJHEVY+LN1+kMpldYDoROqP9bjZ4A kMkU52+7eQaIAmn1hBPVsg8NdOCE86ywebU8xbPWMSXdbeWLqT9wP6sbkQUxTLvTSEru 2flAGZtcXoSgK4M2F+FO3qccd52HoFwrDNUtDNLOCTAy4HIw9g2r1+ADvlv+PONgkJBu fEmA== X-Received: by 10.180.8.98 with SMTP id q2mr16229592wia.80.1423854503192; Fri, 13 Feb 2015 11:08:23 -0800 (PST) Received: from ivaldir.etoilebsd.net ([2001:41d0:8:db4c::1]) by mx.google.com with ESMTPSA id a13sm8096322wic.3.2015.02.13.11.08.21 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 13 Feb 2015 11:08:22 -0800 (PST) Sender: Baptiste Daroussin Date: Fri, 13 Feb 2015 20:08:20 +0100 From: Baptiste Daroussin To: Shawn Webb Subject: Re: make installworld broken on current amd64 at /usr/src/usr.bin/chpass Message-ID: <20150213190820.GN29891@ivaldir.etoilebsd.net> References: <201502130238.t1D2cTvl091639@pozo.com> <1977269.4cg8I6HNM5@shawnwebb-laptop> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="fBycuDTqZgS1bANG" Content-Disposition: inline In-Reply-To: <1977269.4cg8I6HNM5@shawnwebb-laptop> User-Agent: Mutt/1.5.23 (2014-03-12) Cc: freebsd-current@freebsd.org X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18-1 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, 13 Feb 2015 19:08:25 -0000 --fBycuDTqZgS1bANG Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Feb 12, 2015 at 10:17:28PM -0500, Shawn Webb wrote: > On Thursday, February 12, 2015 06:38:29 PM Manfred Antar wrote: > > make install in usr.bin/chpass broken on current: > >=20 > > (chpass)5006}make install > > install -s -o root -g wheel -m 4555 -fschg -S chpass /usr/bin/chpass > > install -o root -g wheel -m 444 chpass.1.gz /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 > > install: link /usr/bin/chpass -> /usr/bin/chfn: Operation not permitted > > *** Error code 71 > >=20 > > Stop. > > make: stopped in /usr/src/usr.bin/chpass >=20 > I'm getting this, too. >=20 > Thanks, >=20 > Shawn It has been fixed sorry about that. Bapt --fBycuDTqZgS1bANG Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAlTeS6QACgkQ8kTtMUmk6EzrjQCgk+gHbChY2djEDK1U4nnlLV0e FKUAn10EzF4MedBiRLnUSY/M9BTxf2OV =u8KR -----END PGP SIGNATURE----- --fBycuDTqZgS1bANG--