Date: Fri, 25 Jan 2002 15:21:20 -0800 (PST) From: Supart <part_fb@yahoo.com> To: freebsd-gnats-submit@FreeBSD.org Subject: i386/34288: make release broken (the size of kern.flp seems to be over 1.44 M) Message-ID: <200201252321.g0PNLKh55050@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 34288
>Category: i386
>Synopsis: make release broken (the size of kern.flp seems to be over 1.44 M)
>Confidential: no
>Severity: serious
>Priority: high
>Responsible: freebsd-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Fri Jan 25 15:30:00 PST 2002
>Closed-Date:
>Last-Modified:
>Originator: Supart
>Release: 4.5 RC on stable branch with snapshot on Fri Jan 25, 2002
>Organization:
throughwave
>Environment:
FreeBSD robuz.throughwave.com 4.5-RC FreeBSD 4.5-RC #0: Fri Jan 25 02:38:56 PST 2002 part@robuz.throughwave.com:/usr/obj/usr/src/sys/GENERIC i386
>Description:
"make release" process failed.
the output from build log are as the following:
----------------------------------------------------------
linking BOOTMFS
text data bss dec hex filename
2812353 286888 180084 3279325 3209dd BOOTMFS
install -c -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=0x11781
/R/stage/image.kern/kernel: 52.6% -- 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
/mnt: write failed, file system is full
cpio: write error: No space left on device
*** Error code 1
Stop in /usr/src/release.
*** Error code 1
-----------------------------------------------------------
df show that the floppies image that mounted over vn node full, it seems like the content of kern.flp is over limit of 1440K. See the result below.
---------------------------------------------------------------
robuz# df
Filesystem 1K-blocks Used Avail Capacity Mounted on
/dev/ad0s2a 99183 82545 8704 90% /
/dev/ad0s2f 6710062 5714315 458943 93% /usr
/dev/ad0s2e 297663 20731 253119 8% /var
procfs 4 4 0 100% /proc
/dev/vnn0c 1407 1401 -8 101% /mnt
--------------------------------------------------------------
>How-To-Repeat:
- Sync to stable branch on Jan 25th, 2002.
- add "pseudo-device vn" to the kernel configuration file.
- Make world and upgrade both binaries and kernel.
- Configure Makefile in /usr/src/release to have CHROOTDIR directory and other info correctly.
- do "make release" in /usr/src/release
Note: The same problem existed before on 4.4 in November around the time that opelssh fixed was checked in, someone must fix that since I could build release based on 4.4 in december.
>Fix:
>Release-Note:
>Audit-Trail:
>Unformatted:
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200201252321.g0PNLKh55050>
