Date: Tue, 24 Oct 2000 07:55:42 -0400 From: "John W. De Boskey" <jwd@FreeBSD.ORG> To: Makoto MATSUSHITA <matusita@jp.FreeBSD.org> Cc: current@FreeBSD.ORG, jkh@FreeBSD.ORG Subject: Re: "make release" breakage on today's -current Message-ID: <20001024075542.A49857@bsdwins.com> In-Reply-To: <20001024155920T.matusita@jp.FreeBSD.org>; from matusita@jp.FreeBSD.org on Tue, Oct 24, 2000 at 03:59:20PM %2B0900 References: <20001024155920T.matusita@jp.FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
The following patch brings the floppy size down enough to fix the problem. One is a leftover from the config file syntax change. Also, I don't know how useful INET6 is to a GENERIC kernel on todays' networks (faith & gif are already removed). Index: dokern.sh =================================================================== RCS file: /mirror/ncvs/src/release/scripts/dokern.sh,v retrieving revision 1.37 diff -r1.37 dokern.sh 43c43 < -e '/apm0/d' \ --- > -e '/apm/d' \ 46a47 > -e '/INET6/d' \ 65c66 < -e '/apm0/d' \ --- > -e '/apm/d' \ 68a70 > -e '/INET6/d' \ I'll commit this later today unless I hear objections. -John ----- Makoto MATSUSHITA's Original Message ----- > > Maybe kernel image for kern.flp is a little bit larger than a 1.44MB floppy. > > *** > > linking BOOTMFS > text data bss dec hex filename > 2613503 196388 130744 2940635 2cdedb BOOTMFS > install -c -m 555 -o root -g wheel -fschg BOOTMFS /R/stage/kernels > mv /R/stage/kernels/BOOTMFS /R/stage/image.kern/kernel > Setting up /boot directory for kern floppy > /R/stage/image.kern/kernel: 54.9% -- 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 > disklabel: ioctl DIOCWLABEL: Operation not supported by device > Warning: Block size restricts cylinders per group to 6. > Warning: 1216 sector(s) in last cylinder unallocated > /dev/rvnn1c: 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. > > *** > > FYI: > > You can also fetch (last 50 lines of) logfile via: > > <URL:ftp://current.jp.freebsd.org/pub/FreeBSD/snapshots/i386/5.0-CURRENT-20001024-JPSNAP.log> > > "finger current@current.jp.FreeBSD.org" will also provide you the same > result. > > -- - > Makoto `MAR' MATSUSHITA > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-current" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20001024075542.A49857>