From owner-freebsd-current@FreeBSD.ORG Mon Jun 4 01:41:49 2007 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B6E0A16A579 for ; Mon, 4 Jun 2007 01:41:49 +0000 (UTC) (envelope-from eculp@encontacto.net) Received: from farris.bafirst.com (adsl-065-081-102-002.sip.jan.bellsouth.net [65.81.102.2]) by mx1.freebsd.org (Postfix) with ESMTP id 3FFF713C447 for ; Mon, 4 Jun 2007 01:41:48 +0000 (UTC) (envelope-from eculp@encontacto.net) Received: from HOME.encontacto.net ([189.129.2.135]) by farris.bafirst.com with esmtp; Sun, 03 Jun 2007 20:41:46 -0500 id 0006D421.46636DDB.00015124 Received: from localhost (localhost [127.0.0.1]) (uid 80) by HOME.encontacto.net with local; Sun, 03 Jun 2007 20:41:43 -0500 id 0004AC29.46636DD7.00006941 Received: from dsl-189-129-2-135.prod-infinitum.com.mx (dsl-189-129-2-135.prod-infinitum.com.mx [189.129.2.135]) by intranet.encontacto.net (Horde MIME library) with HTTP; Sun, 03 Jun 2007 20:41:43 -0500 Message-ID: <20070603204143.mgpprab1dwos488c@intranet.encontacto.net> X-Priority: 3 (Normal) Date: Sun, 03 Jun 2007 20:41:43 -0500 From: eculp@encontacto.net To: Garrett Cooper References: <20070603160628.usrmzygdkwooo40s@intranet.encontacto.net> <20070603163140.ihcy2jmpco84cw84@intranet.encontacto.net> <4663369D.2020709@u.washington.edu> In-Reply-To: <4663369D.2020709@u.washington.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; DelSp="Yes"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: quoted-printable User-Agent: Internet Messaging Program (IMP) H3 (4.2-cvs) X-Originating-IP: 189.129.2.135 Cc: freebsd-current@freebsd.org Subject: Re: Couldn't build a release with this morning's sources md1 fixit floppy space problem. 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: Mon, 04 Jun 2007 01:41:49 -0000 Quoting Garrett Cooper : > eculp@encontacto.net wrote: >> Quoting eculp@encontacto.net: >> >>> I tried to build a release from this morning's sources and it =20 >>> seems that the fixit.flp needed more that the md alocated space. >>> >>> + [ x !=3D x ] >>> + mdconfig -a -t vnode -f /R/stage/floppies/fixit.flp >>> + MDDEVICE=3Dmd1 >>> + [ ! -c /dev/md1 ] >>> + trap umount /mnt; mdconfig -d -u md1 EXIT >>> + [ xbsdlabel !=3D x ] >>> + bsdlabel -w -B -b /R/stage/trees/base/boot/boot md1 fd1440 >>> + newfs -O1 -i 40000 -o space -m 0 /dev/md1c >>> /dev/md1c: 1.4MB (2880 sectors) block size 4096, fragment size 512 >>> using 2 cylinder groups of 1.22MB, 312 blks, 32 inodes. >>> super-block backups (for fsck -b #) at: >>> 32, 2528 >>> + mount /dev/md1c /mnt >>> + [ -d /R/stage/fixitfd ] >>> + set -e >>> + cd /R/stage/fixitfd >>> + + findcpio . -print -dump >>> /mnt >>> cpio: write error: No space left on device >>> + umount /mnt >>> + mdconfig -d -u md1 >>> *** Error code 1 >>> >>> Stop in /usr/src/release. >>> + umount /dev >>> *** Error code 1 >>> >>> I'm going to give it another try with MAKE_FLOPPIES=3Dfalse which =20 >>> will hopefully work. >>> >>> For future reference, it there a way to restart a broken make release? >> >> Maybe I could just have put a -DNO_CLEAN and MAKE_FLOPPIES=3Dfalse =20 >> after the error and continued but i have my doubts. Suggestions =20 >> apreciated. Especially being so near yet so far. >> >>> >>> ed > How large is it? Could it be the possible quadratic gcc 4.2 bug? > -Garrett > Darn, I already blew the release fs away [newfs] to try again with a =20 new cvsup. I'll check it this time, if the MAKE_FLOPPIES=3Dfalse =20 doesn't screw it up. sorry, ed