From owner-freebsd-questions@FreeBSD.ORG Thu Apr 1 08:35:12 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2CDBF16A4CE for ; Thu, 1 Apr 2004 08:35:12 -0800 (PST) Received: from ns.klondike.ru (ns.klondike.ru [195.170.237.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 851F143D46 for ; Thu, 1 Apr 2004 08:35:10 -0800 (PST) (envelope-from odenisov@klondike.ru) Received: from ns.klondike.ru (localhost [127.0.0.1]) by ns.klondike.ru (8.12.10/8.12.10) with ESMTP id i31GZ8fm090374 for ; Thu, 1 Apr 2004 20:35:08 +0400 (MSD) (envelope-from odenisov@klondike.ru) Received: (from root@localhost) by ns.klondike.ru (8.12.10/8.12.3/Submit) id i31GZ2QQ090373 for freebsd-questions@freebsd.org.KAV; Thu, 1 Apr 2004 20:35:02 +0400 (MSD) Received: from klondike.ru (denisov [195.170.237.21]) by ns.klondike.ru (8.12.10/8.12.10) with ESMTP id i31GZ2fm090365 for ; Thu, 1 Apr 2004 20:35:02 +0400 (MSD) (envelope-from odenisov@klondike.ru) Message-ID: <406C44B5.F7229D1D@klondike.ru> Date: Thu, 01 Apr 2004 20:35:01 +0400 From: "Oleg S. Denisov" Organization: Klondike X-Mailer: Mozilla 4.78 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Subject: Make release problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: odenisov@klondike.ru List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Apr 2004 16:35:12 -0000 Hi All. Please help if know. When i try build my own release i see the problem with floppy image building. Problem looks like this: ----------------------------------------------------------- /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. --------------------------------------------------- I have found letter from John Baldwin http://docs.freebsd.org/cgi/getmsg.cgi?fetch=605146+0+archive/2004/freebsd-current/20040201.freebsd-current but this is not help, because i try build 4_STABLE based system, and latest /usr/src/release/makefile for this branch dated 2003/11/02 (via cvsup) (John add his fix in January 2004). If somebody has correct Makefile, patch, which works correctly under FreeBSD 4 - please let me know. Any ideas - are welcome. Best regards, Oleg Denisov.