From owner-freebsd-questions Thu Jan 23 3:46:11 2003 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 96AB737B401; Thu, 23 Jan 2003 03:46:08 -0800 (PST) Received: from ns0.binep.ac.ru (serv2.binep.ac.ru [193.233.44.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id 972C343F18; Thu, 23 Jan 2003 03:46:05 -0800 (PST) (envelope-from goshik@binep.ac.ru) Received: from byfi (byfi.binep.ac.ru [193.233.44.234]) by ns0.binep.ac.ru (8.11.6/8.11.6) with SMTP id h0NCaBt41933; Thu, 23 Jan 2003 15:36:11 +0300 (MSK) (envelope-from goshik@binep.ac.ru) Message-ID: <007601c2c2d5$015d27a0$ea2ce9c1@binep.ac.ru> From: "Igor B. Bykhalo" To: "FreeBSD Questions" Cc: Subject: make release broken for -STABLE? Date: Thu, 23 Jan 2003 14:45:55 +0300 Organization: BINEPCP RAS MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 8bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG goshik# uname -a FreeBSD goshik.binep.ac.ru 4.7-STABLE FreeBSD 4.7-STABLE #55: Wed Jan 22 13:20:00 MSK 2003 goshik@goshik.binep.ac.ru:/usr/obj/usr/src/sys/GO i386 > goshik# make release CVSROOT=/home/ncvs CHROOTDIR=/home/release RELEASETAG=RELENG_4 DOCLANG=en_US.ISO8859-1 MAKE_ISOS=YES [...] > touch hack.c > cc -shared -nostdlib hack.c -o hack.So > rm -f hack.c > sh /usr/src/sys/conf/newvers.sh BOOTMFS > cc -c -O -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-q ual -fformat-extensions -ansi -nostdinc -I- -I. -I/usr/src/sys -I/usr/src/sys/../include -I/usr/src/sys/contrib/ipfilter -D_KERNE L -include opt_global.h -mpreferred-stack-boundary=2 vers.c > linking BOOTMFS > text data bss dec hex filename > 2669495 207576 209556 3086627 2f1923 BOOTMFS > -------------------------------------------------------------- > >>> Kernel build for BOOTMFS completed on Wed Jan 22 18:19:12 GMT 2003 > -------------------------------------------------------------- > cd /usr/obj/usr/src/sys/BOOTMFS; MAKEOBJDIRPREFIX=/usr/obj MACHINE_ARCH=i386 MACHINE=i386 OBJFORMAT_PATH=/usr/obj/usr/src/i386/usr/libexec PERL5LIB=/usr/obj/usr/src/i386/usr/libdata/perl/5.00503 GROFF_BIN_PATH=/usr/obj/usr/src/i386/usr/bin GROFF_FONT_PATH=/usr/obj/usr/src/i386/usr/share/groff_font GROFF_TMAC_PATH=/usr/obj/usr/src/i386/usr/share/tmac make KERNEL=BOOTMFS reinstall > install -m 555 -o root -g wheel -fschg BOOTMFS /R/stage/kernels/BOOTMFS > mv /R/stage/kernels/BOOTMFS /R/stage/image.kern/kernel > Setting up /boot directory for kern floppy > dload=0x200000 dsize=0x25000 isize=0x25000 entry=0x200000 nsize=0x11afc > /R/stage/image.kern/kernel: 53.7% -- replaced with /R/stage/image.kern/kernel.gz > sh -e /usr/src/release/scripts/doFS.sh /R/stage/floppies/kern.flp /R/stage /mnt 1440 /R/stage/image.kern 80000 fd1440 > Warning: Block size restricts cylinders per group to 6. > Warning: 1216 sector(s) in last cylinder unallocated > /dev/rvnn0c: 2880 sectors in 1 cylinders of 1 tracks, 4096 sectors > 1.4MB in 1 cyl groups (6 c/g, 12.00MB/g, 32 i/g) > super-block backups (for fsck -b #) at: > 32 > cpio: write error: No space left on device > *** Error code 1 > > Stop in /usr/src/release. > *** Error code 1 > > Stop in /usr/src/release. > *** Error code 1 > > Stop in /usr/src/release. > goshik# > I don't get it: > goshik#cd /home/release/R/stages > > goshik#ls -l crunch > total 3392 > -r-xr-xr-x 34 root wheel 2180036 22 ÑÎ× 21:10 boot > -rwxr-xr-x 1 root wheel 1233892 22 ÑÎ× 21:11 fixit > > goshik# ls -l floppies > total 2912 > -rw-r--r-- 1 root wheel 1474560 22 ÑÎ× 21:19 kern.flp > -rw-r--r-- 1 root wheel 1474560 22 ÑÎ× 21:17 mfsroot.flp > > goshik# ls -l *kern* > image.kern: > total 1346 > drwxr-xr-x 2 root wheel 512 22 ÑÎ× 21:19 boot > -r-xr-xr-x 1 root wheel 1344894 22 ÑÎ× 21:19 kernel.gz > > kernels: > total 2864 > -r-xr-xr-x 1 root wheel 2909648 22 ÑÎ× 21:19 BOOTMFS.kern Looks like kernel.gz fits to floppy, but for some reason it doesn't... Should i supply more info? TIA, Igor To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message