From owner-freebsd-questions@FreeBSD.ORG Thu Mar 18 14:28:20 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 F062316A4CE for ; Thu, 18 Mar 2004 14:28:19 -0800 (PST) Received: from juniper.net (tokra.juniper.net [207.17.137.104]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE70F43D31 for ; Thu, 18 Mar 2004 14:28:19 -0800 (PST) (envelope-from kketell@juniper.net) Received: from ([172.24.245.25]) by tokra.juniper.net with ESMTP ; Thu, 18 Mar 2004 14:27:51 -0800 (PST) Received: from electron.jnpr.net ([172.24.15.21]) by gamma.jnpr.net with Microsoft SMTPSVC(6.0.3790.0); Thu, 18 Mar 2004 14:27:51 -0800 X-MimeOLE: Produced By Microsoft Exchange V6.5.6944.0 Content-class: urn:content-classes:message MIME-Version: 1.0 Date: Thu, 18 Mar 2004 14:27:51 -0800 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Problems making release 4.9 Thread-Index: AcQNOD+prhmeDfqDRYmSksoUzCls8A== From: "Kent Ketell" To: X-OriginalArrivalTime: 18 Mar 2004 22:27:51.0919 (UTC) FILETIME=[402C47F0:01C40D38] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: Problems making release 4.9 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Mar 2004 22:28:20 -0000 I am having difficulty getting make release to complete under 4.9. I have cvsup'd the source, built the world, installed the world and then attempted to do make release and failed. =20 The failure is always in the same spot: =20 -------------------------------------------------------------- >>> Installing kernel -------------------------------------------------------------- cd /usr/obj/usr/src/sys/BOOTMFS; MAKEOBJDIRPREFIX=3D/usr/obj MACHINE_ARCH=3Di386 MACHINE=3Di386 OBJFORMAT_PATH=3D/usr/obj/usr/src/i386/usr/libexec GROFF_BIN_PATH=3D/usr/obj/usr/src/i386/usr/bin GROFF_FONT_PATH=3D/usr/obj/usr/src/i386/usr/share/groff_font GROFF_TMAC_PATH=3D/usr/obj/usr/src/i386/usr/share/tmac PERL5LIB=3D/usr/obj/usr/src/i386/usr/libdata/perl/5.00503 PATH=3D/usr/obj/usr/src/i386/usr/sbin:/usr/obj/usr/src/i386/usr/bin:/usr/= o bj/usr/src/i386/usr/games:/sbin:/bin:/usr/sbin:/usr/bin make KERNEL=3DBOOTMFS 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=3D0x200000 dsize=3D0x25000 isize=3D0x25000 entry=3D0x200000 = nsize=3D0x11b02 /R/stage/image.kern/kernel: 53.4% -- 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 =20 /mnt: write failed, file system is full cpio: write error: No space left on device *** Error code 1 =20 Stop in /usr/src/release. *** Error code 1 =20 Stop in /usr/src/release. *** Error code 1 =20 Stop in /usr/src/release. =20 It would appear that the goodies trying to be stuffed onto the floppy are too big to fit: =20 ls -l /b/release/4.9-STABLE/R/stage/image.kern/ total 1346 drwxr-xr-x 2 root wheel 512 Mar 18 14:12 boot/ -r-xr-xr-x 1 root wheel 1345876 Mar 18 14:12 kernel.gz* =20 I have done this many times with pervious releases to make custom install CDs, but have yet to have it work under 4.9. What can I do to trim some fat from the bits to make them fit on the floppy. =20 I don't even need the floppies, other than boot.flp. =20 Please reply directly if you can, as I am not subscribed to the list. =20 Thanks in advance. =20 -Kent-