From owner-freebsd-current@FreeBSD.ORG Sun Jun 3 21:46:12 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 0365C16A400 for ; Sun, 3 Jun 2007 21:46:12 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from mxout4.cac.washington.edu (mxout4.cac.washington.edu [140.142.33.19]) by mx1.freebsd.org (Postfix) with ESMTP id D4D3213C46C for ; Sun, 3 Jun 2007 21:46:11 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from smtp.washington.edu (smtp.washington.edu [140.142.32.139]) by mxout4.cac.washington.edu (8.13.7+UW06.06/8.13.7+UW07.05) with ESMTP id l53Lk7HG012282 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Sun, 3 Jun 2007 14:46:08 -0700 X-Auth-Received: from [192.168.10.45] (c-67-166-149-71.hsd1.ca.comcast.net [67.166.149.71]) (authenticated authid=youshi10) by smtp.washington.edu (8.13.7+UW06.06/8.13.7+UW07.03) with ESMTP id l53Lk6ix015509 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sun, 3 Jun 2007 14:46:07 -0700 Message-ID: <4663369D.2020709@u.washington.edu> Date: Sun, 03 Jun 2007 14:46:05 -0700 From: Garrett Cooper User-Agent: Thunderbird 2.0.0.0 (Windows/20070326) MIME-Version: 1.0 To: eculp@encontacto.net References: <20070603160628.usrmzygdkwooo40s@intranet.encontacto.net> <20070603163140.ihcy2jmpco84cw84@intranet.encontacto.net> In-Reply-To: <20070603163140.ihcy2jmpco84cw84@intranet.encontacto.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-PMX-Version: 5.3.1.294258, Antispam-Engine: 2.5.1.298604, Antispam-Data: 2007.6.3.142743 X-Uwash-Spam: Gauge=IIIIIII, Probability=7%, Report='__CT 0, __CTE 0, __CT_TEXT_PLAIN 0, __HAS_MSGID 0, __MIME_TEXT_ONLY 0, __MIME_VERSION 0, __SANE_MSGID 0, __USER_AGENT 0' 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: Sun, 03 Jun 2007 21:46:12 -0000 eculp@encontacto.net wrote: > Quoting eculp@encontacto.net: > >> I tried to build a release from this morning's sources and it seems >> that the fixit.flp needed more that the md alocated space. >> >> + [ x != x ] >> + mdconfig -a -t vnode -f /R/stage/floppies/fixit.flp >> + MDDEVICE=md1 >> + [ ! -c /dev/md1 ] >> + trap umount /mnt; mdconfig -d -u md1 EXIT >> + [ xbsdlabel != 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=false which 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=false after > the error and continued but i have my doubts. Suggestions apreciated. > Especially being so near yet so far. > >> >> ed How large is it? Could it be the possible quadratic gcc 4.2 bug? -Garrett