Date: Fri, 23 Jan 2004 18:08:00 +0200 From: Ruslan Ermilov <ru@FreeBSD.org> To: Edwin Culp <edwinlculp@yahoo.com> Cc: current@FreeBSD.org Subject: Re: release failure on today's sourcer Message-ID: <20040123160800.GA38510@FreeBSD.org.ua> In-Reply-To: <20040123154533.59931.qmail@web13010.mail.yahoo.com> References: <20040123154533.59931.qmail@web13010.mail.yahoo.com>
next in thread | previous in thread | raw e-mail | index | archive | help
--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--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040123160800.GA38510>