Date: Mon, 17 Feb 2003 18:28:51 -0800 From: Marcel Moolenaar <marcel@xcllnt.net> To: "Tim J. Robbins" <tjr@FreeBSD.org> Cc: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/bin/sh machdep.h memalloc.c nodes.c.pat Message-ID: <20030218022850.GB1973@athlon.pn.xcllnt.net> In-Reply-To: <200302180208.h1I28Kbu046465@repoman.freebsd.org> References: <200302180208.h1I28Kbu046465@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Feb 17, 2003 at 06:08:20PM -0800, Tim J. Robbins wrote: > tjr 2003/02/17 18:08:20 PST > > Modified files: > bin/sh memalloc.c nodes.c.pat > Added files: > bin/sh machdep.h > Log: > Revert ALIGN change for the second and last time. I can't figure out > why this is breaking sparc64. Hmmm.... Maybe this is what's breaking ia64 as well. I just bumped _ALIGNBYTES from 7 to 15 and the argument passing seems to be screwed. Is that that what you see as well? itanium% cd /usr/src itanium% sudo make installworld Running test variables PASS: Test variables detected no regression, output matches. Running test targets PASS: Test targets detected no regression. Running test sysvmatch PASS: Test sysvmatch detected no regression. Running test lhs_expn PASS: Test lhs_expn detected no regression. Running test notdef PASS: Test notdef detected no regression. Running test modifiers PASS: Test modifiers detected no regression. Running test funny_targets PASS: Test funny_targets detected no regression. Checking to see if your booted kernel is fresh enough.. /usr/obj/nfs/freebsd/5.x/src/bin/sh/sh -c 'echo "Testing installed kernel for 'Testing installed kernel for new sigaction(2) syscall Seems ok.. mkdir -p /tmp/install.ONFdke9s for prog in [ awk cat chflags chmod chown date echo egrep find grep ln make mkecd /nfs/freebsd/5.x/src; MAKEOBJDIRPREFIX=/usr/obj MACHINE_ARCH=ia64 MACHINE=l-------------------------------------------------------------- >>> Making hierarchy -------------------------------------------------------------- cd /nfs/freebsd/5.x/src; make -f Makefile.inc1 hierarchy cd /nfs/freebsd/5.x/src/etc; make distrib-dirs set - `grep "^[a-zA-Z]" /nfs/freebsd/5.x/src/etc/locale.deprecated`; while [ $emtree -deU -f /nfs/freebsd/5.x/src/etc/mtree/BSD.root.dist -p / boot changed type expected dir found link ./boot/defaults missing (directory not created: File exists) ./boot/kernel missing (directory not created: File exists) ./boot/modules missing (directory not created: File exists) mtree -deU -f /nfs/freebsd/5.x/src/etc/mtree/BSD.var.dist -p /var mtree -deU -f /nfs/freebsd/5.x/src/etc/mtree/BSD.usr.dist -p /usr mtree -deU -f /nfs/freebsd/5.x/src/etc/mtree/BSD.include.dist -p /usr/include mtree -deU -f /nfs/freebsd/5.x/src/etc/mtree/BSD.sendmail.dist -p / cd /; rm -f /sys; ln -s usr/src/sys sys cd /usr/share/man/en.ISO8859-1; ln -sf ../man* . cd /usr/share/man; set - `grep "^[a-zA-Z]" /nfs/freebsd/5.x/src/etc/man.alias`ecd /usr/share/openssl/man; set - `grep "^[a-zA-Z]" /nfs/freebsd/5.x/src/etc/maecd /usr/share/locale; set - `grep "^[a-zA-Z]" /nfs/freebsd/5.x/src/etc/locale.ecd /usr/share/openssl/man/en.ISO8859-1; ln -sf ../man* . cd /usr/share/nls; set - `grep "^[a-zA-Z]" /nfs/freebsd/5.x/src/etc/nls.alias`e -------------------------------------------------------------- >>> Installing everything.. -------------------------------------------------------------- cd /nfs/freebsd/5.x/src; make -f Makefile.inc1 install make: don't know how to make ................. Stop *** Error code 2 -- Marcel Moolenaar USPA: A-39004 marcel@xcllnt.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-src" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030218022850.GB1973>