From owner-freebsd-current@FreeBSD.ORG Fri Jan 23 08:07:19 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 32F0116A4CE for ; Fri, 23 Jan 2004 08:07:19 -0800 (PST) Received: from phantom.cris.net (phantom.cris.net [212.110.130.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id E60FC43D41 for ; Fri, 23 Jan 2004 08:07:15 -0800 (PST) (envelope-from ru@FreeBSD.org.ua) Received: from phantom.cris.net (ru@localhost [127.0.0.1]) by phantom.cris.net (8.12.10/8.12.10) with ESMTP id i0NG81em038646; Fri, 23 Jan 2004 18:08:01 +0200 (EET) (envelope-from ru@FreeBSD.org.ua) Received: (from ru@localhost) by phantom.cris.net (8.12.10/8.12.10/Submit) id i0NG80SS038641; Fri, 23 Jan 2004 18:08:00 +0200 (EET) (envelope-from ru) Date: Fri, 23 Jan 2004 18:08:00 +0200 From: Ruslan Ermilov To: Edwin Culp Message-ID: <20040123160800.GA38510@FreeBSD.org.ua> References: <20040123154533.59931.qmail@web13010.mail.yahoo.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="RnlQjJ0d97Da+TV1" Content-Disposition: inline In-Reply-To: <20040123154533.59931.qmail@web13010.mail.yahoo.com> User-Agent: Mutt/1.5.5.1i cc: current@FreeBSD.org Subject: Re: release failure on today's sourcer X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.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, 23 Jan 2004 16:07:19 -0000 --RnlQjJ0d97Da+TV1 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Jan 23, 2004 at 07:45:33AM -0800, Edwin Culp wrote: > For informational purposes, make release seems to have > stoped at doFS.sh today. This is the first release > failure I've had in a bit. It's probably already > fixed, but just in case. >=20 > ed >=20 > Copying if_sf.ko to /R/stage/mfsfd/modules > *** Error code 1 (ignored) > sh -e /usr/src/release/scripts/doFS.sh bsdlabel "" > /R/stage/mfsroot/mfsroot /R/stage /mnt 4320 > /R/stage/mfsfd 8000 minimum3 > + export BLOCKSIZE=3D512 > + DISKLABEL=3Dbsdlabel > + shift > + MACHINE=3D-m /R/stage/mfsroot/mfsroot > + shift > + FSIMG=3D/R/stage > + shift Odd. The code is: DISKLABEL=3D$1; shift MACHINE=3D${1:+"-m $1"}; shift FSIMG=3D$1; shift =2E.. So this should have produced + DISKLABEL=3Dbsdlabel + shift + MACHINE=3D + shift + FSIMG=3D/R/stage/mfsroot/mfsroot + shift since the second argument is "". > + RD=3D/mnt > + shift > + MNT=3D4320 > + shift > + FSSIZE=3D/R/stage/mfsfd > + shift > + FSPROTO=3D8000 > + shift > + FSINODE=3Dminimum3 > + shift > + FSLABEL=3D > + shift > shift: can't shift that many > *** Error code 2 >=20 > Stop in /usr/src/release. >=20 I've just checked with most fresh shell sources, and everything works as expected. Cheers, --=20 Ruslan Ermilov FreeBSD committer ru@FreeBSD.org --RnlQjJ0d97Da+TV1 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAEUbgUkv4P6juNwoRAivkAJ4mdrBHRIbiFCk3dlkh06Y05XF7zQCfQMDn oF9py28/KN72BF7pK2gKEdk= =tMC3 -----END PGP SIGNATURE----- --RnlQjJ0d97Da+TV1--