From owner-freebsd-alpha Wed Jul 18 21:33:44 2001 Delivered-To: freebsd-alpha@freebsd.org Received: from wall.polstra.com (rtrwan160.accessone.com [206.213.115.74]) by hub.freebsd.org (Postfix) with ESMTP id C825F37B401 for ; Wed, 18 Jul 2001 21:33:39 -0700 (PDT) (envelope-from jdp@wall.polstra.com) Received: from vashon.polstra.com (vashon.polstra.com [206.213.73.13]) by wall.polstra.com (8.11.3/8.11.1) with ESMTP id f6J4XZq68349; Wed, 18 Jul 2001 21:33:35 -0700 (PDT) (envelope-from jdp@wall.polstra.com) Received: (from jdp@localhost) by vashon.polstra.com (8.11.3/8.11.0) id f6J4XYS23569; Wed, 18 Jul 2001 21:33:34 -0700 (PDT) (envelope-from jdp) Date: Wed, 18 Jul 2001 21:33:34 -0700 (PDT) Message-Id: <200107190433.f6J4XYS23569@vashon.polstra.com> To: alpha@freebsd.org From: John Polstra Cc: bsdalpha@epcdirect.co.uk Subject: Re: too bad, release mostly worked for alpha... In-Reply-To: <001a01c10f99$89d81fe0$c80fa8c0@lfarr> References: <001a01c10f99$89d81fe0$c80fa8c0@lfarr> Organization: Polstra & Co., Seattle, WA Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org In article <001a01c10f99$89d81fe0$c80fa8c0@lfarr>, Lawrence Farr wrote: > > Don't know if this is a dumb answer, but I had the same (and reported it > to -STABLE) > On my automatic i386 builds. Had to remove the CPUTYPE from make.conf to > get it to fit. [...] > -----Original Message----- > I guess things got too big again: > > Making the regular boot floppy. > Compressing doc files... > *** Error code 1 (ignored) > rm -rf /R/stage/mfsfd/stand/help/* > sh -e /usr/src/release/scripts/doFS.sh -s mfsroot /R/stage /mnt > 2880 /R/stage/mfsfd 8000 minimum2 > Warning: Block size restricts cylinders per group to 6. > Warning: 2432 sector(s) in last cylinder unallocated > /dev/md11c: 5760 sectors in 2 cylinders of 1 tracks, 4096 sectors > 2.8MB in 1 cyl groups (6 c/g, 12.00MB/g, 384 i/g) > super-block backups (for fsck -b #) at: 32 > cpio: write error: No space left on device > *** Error code 1 I don't see how changing CPUTYPE in /etc/make.conf can make any difference for make release. As far as I can tell, /etc/make.conf is ignored for make release. That would make sense, since most of it takes place in a chroot environment from which /etc isn't even visible. I have CPUTYPE=ev56 in my /etc/make.conf, and I ran a make release a day or two ago. Mine also died because it wouldn't fit. Grepping the log of the whole thing, I find that -mcpu=ev56 essentially doesn't appear anywhere. What I do see is a lot of -mcpu=ev4. In my experience ev56 generates smaller code, because it takes advantage of the byte load/store instructions. John -- John Polstra jdp@polstra.com John D. Polstra & Co., Inc. Seattle, Washington USA "Disappointment is a good sign of basic intelligence." -- Chögyam Trungpa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message