Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Jan 2003 00:36:17 -0400 (AST)
From:      "Marc G. Fournier" <scrappy@hub.org>
To:        freebsd-current@freebsd.org
Subject:   make release fails building floppies ...
Message-ID:  <20030124003329.B15704@hub.org>

next in thread | raw e-mail | index | archive | help

I'm slowly getting closer, but "am not quite there" yet :(

I'm at the stage where its building teh floppies, but its telling me that
the md devices are out of disk space:

if [ -d /R/stage/driversfd ]; then  sh -e /usr/local/5.0/src/release/scripts/doFS.sh  /R/stage/floppies/drivers.flp /R/stage /mnt 1440  /R/stage/driversfd 40000 fd1440;  cd /R/stage/driversfd && awk -f  /usr/local/5.0/src/release/scripts/driver-desc.awk  *.dsc >> /R/stage/floppies/DRIVERS.TXT;  fi
/dev/md3c: 1.4MB (2880 sectors) block size 4096, fragment size 512
        using 2 cylinder groups of 1.22MB, 312 blks, 32 inodes.
super-block backups (for fsck -b #) at:
 32, 2528
1871 blocks
Filesystem 1K-blocks Used Avail Capacity iused ifree %iused  Mounted on
/dev/md3c       1391  987   404    71%      33    29   53%   /mnt
*** Filesystem is 1440 K, 404 left
***     40000 bytes/inode, 29 left
sh -e /usr/local/5.0/src/release/scripts/doFS.sh -s mfsroot /R/stage /mnt  4320 /R/stage/mfsfd 8000 minimum3
/dev/md3c: 4.2MB (8640 sectors) block size 4096, fragment size 512
        using 4 cylinder groups of 1.06MB, 271 blks, 160 inodes.
super-block backups (for fsck -b #) at:
 32, 2200, 4368, 6536
6496 blocks
Filesystem 1K-blocks Used Avail Capacity iused ifree %iused  Mounted on
/dev/md3c       4175 3309   866    79%      96   542   15%   /mnt
*** Filesystem is 4320 K, 866 left
***     8000 bytes/inode, 542 left
mfsroot:                 67.4%
/dev/md3c: 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

/mnt: write failed, filesystem is full
cp: /mnt/mfsroot.gz: No space left on device
*** Error code 1

I ran 'make release' as:

make relesae \
        CHROOTDIR=/usr/local/release \
        BUILDNAME=vaio \
        CVSROOT=anoncvs@grappa.unix-ag.uni-kl.de:/home/ncvs \
        RELEASETAG=RELENG_5_0 \
        NODOC=YES \
        KERNEL_FLAGS="-j 5" \
        NOPORTS=YES \
        WORLD_FLAGS="-j 5"



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?20030124003329.B15704>