Date: Sun, 03 Jun 2007 16:31:40 -0500 From: eculp@encontacto.net To: freebsd-current@freebsd.org Subject: Re: Couldn't build a release with this morning's sources md1 fixit floppy space problem. Message-ID: <20070603163140.ihcy2jmpco84cw84@intranet.encontacto.net> In-Reply-To: <20070603160628.usrmzygdkwooo40s@intranet.encontacto.net> References: <20070603160628.usrmzygdkwooo40s@intranet.encontacto.net>
next in thread | previous in thread | raw e-mail | index | archive | help
Quoting eculp@encontacto.net: > I tried to build a release from this morning's sources and it seems =20 > 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 will =20 > 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 after =20 the error and continued but i have my doubts. Suggestions apreciated. =20 Especially being so near yet so far. > > ed > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070603163140.ihcy2jmpco84cw84>