From owner-freebsd-current@FreeBSD.ORG Tue Jan 20 11:46:17 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 3C38016A4CE for ; Tue, 20 Jan 2004 11:46:17 -0800 (PST) Received: from f48.peterstar.ru (relay.peterstar.ru [217.195.65.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3862143D49 for ; Tue, 20 Jan 2004 11:46:15 -0800 (PST) (envelope-from debscribe@peterstar.ru) Received: from gracer.home.org (dialup92-134.ip.PeterStar.net [217.195.92.134]) by f48.peterstar.ru (8.12.10/8.12.9) with ESMTP id i0KJkA7S007577 for ; Tue, 20 Jan 2004 22:46:11 +0300 (MSK) Received: by gracer.home.org (Postfix, from userid 1000) id D2B4D87FF; Tue, 20 Jan 2004 20:53:45 +0300 (MSK) Date: Tue, 20 Jan 2004 20:53:45 +0300 From: Sergey Baturov To: current@freebsd.org Message-ID: <20040120175345.GA680@gracer> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.5.1i X-Mailman-Approved-At: Wed, 21 Jan 2004 05:01:44 -0800 Subject: make release failed 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: Tue, 20 Jan 2004 19:46:17 -0000 Hello, current@ When I tried *make release* on my 5.2-RELEASE box I've got the following error: sh -e /usr/src/release/scripts/doFS.sh bsdlabel "" /R/stage/floppies/mfsroot.flp /R/stage /mnt 1440 /R/stage/mfsroot/mfsroot.gz 80000 fd1440 + export BLOCKSIZE=512 + DISKLABEL=bsdlabel + shift + MACHINE= + shift + FSIMG=/R/stage/floppies/mfsroot.flp + shift + RD=/R/stage + shift + MNT=/mnt + shift + FSSIZE=1440 + shift + FSPROTO=/R/stage/mfsroot/mfsroot.gz + shift + FSINODE=80000 + shift + FSLABEL=fd1440 + shift + [ 1440 -eq 0 -a fd1440 = auto ] + deadlock=20 + uname -r + [ -f /R/stage/trees/base/boot/boot ] + BOOT=-B -b /R/stage/trees/base/boot/boot + dofs_md + true + rm -f /R/stage/floppies/mfsroot.flp + [ x != x ] + dd of=/R/stage/floppies/mfsroot.flp if=/dev/zero count=1440 bs=1k + mdconfig -a -t vnode -f /R/stage/floppies/mfsroot.flp + MDDEVICE=md0 + [ ! -c /dev/md0 ] + trap umount /mnt; mdconfig -d -u md0 EXIT + bsdlabel -w -B -b /R/stage/trees/base/boot/boot md0 fd1440 + newfs -O1 -i 80000 -o space -m 0 /dev/md0c fstab: /etc/fstab:0: No such file or directory /dev/md0c: 1.4MB (2880 sectors) block size 4096, fragment size 512 using 1 cylinder groups of 1.41MB, 360 blks, 32 inodes. super-block backups (for fsck -b #) at: 32 + mount /dev/md0c /mnt + [ -d /R/stage/mfsroot/mfsroot.gz ] + cp -p /R/stage/mfsroot/mfsroot.gz /mnt /mnt: write failed, filesystem is full cp: /mnt/mfsroot.gz: No space left on device + umount /mnt + mdconfig -d -u md0 *** Error code 1 Stop in /usr/src/release. *** Error code 1 Stop in /usr/src/release. + umount /dev *** Error code 1 Stop in /usr/src/release.