Date: Fri, 20 Jul 2001 10:37:15 +1000 From: Peter Jeremy <peter.jeremy@alcatel.com.au> To: Matthew Jacob <mjacob@feral.com> Cc: alpha@FreeBSD.ORG Subject: Re: too bad, release mostly worked for alpha... Message-ID: <20010720103715.K506@gsmx07.alcatel.com.au> In-Reply-To: <Pine.BSF.4.21.0107180709490.44941-100000@beppo>; from mjacob@feral.com on Wed, Jul 18, 2001 at 07:15:04AM -0700 References: <Pine.BSF.4.21.0107180709490.44941-100000@beppo>
next in thread | previous in thread | raw e-mail | index | archive | help
On 2001-Jul-18 07:15:04 -0700, Matthew Jacob <mjacob@feral.com> wrote: >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 This is probably because of the very generous (16 byte) code alignment that gcc enforces. If anyone wants a local solution to this problem, there are a set of patches in gnu/26083 that add a set of alignment contol options for the Alpha (mirroring what's available for i386). David O'Brien is unwilling to commit them for various reasons (which I accept) but this functionality exists in gcc-3. Peter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010720103715.K506>