From owner-cvs-src Mon Feb 17 18:28:56 2003 Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 95F4237B401; Mon, 17 Feb 2003 18:28:52 -0800 (PST) Received: from ns1.xcllnt.net (209-128-86-226.bayarea.net [209.128.86.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 91A8A43F3F; Mon, 17 Feb 2003 18:28:51 -0800 (PST) (envelope-from marcel@xcllnt.net) Received: from athlon.pn.xcllnt.net (athlon.pn.xcllnt.net [192.168.4.3]) by ns1.xcllnt.net (8.12.6/8.12.6) with ESMTP id h1I2Sp1o028564; Mon, 17 Feb 2003 18:28:51 -0800 (PST) (envelope-from marcel@piii.pn.xcllnt.net) Received: from athlon.pn.xcllnt.net (localhost [127.0.0.1]) by athlon.pn.xcllnt.net (8.12.7/8.12.7) with ESMTP id h1I2Sp0O002078; Mon, 17 Feb 2003 18:28:51 -0800 (PST) (envelope-from marcel@athlon.pn.xcllnt.net) Received: (from marcel@localhost) by athlon.pn.xcllnt.net (8.12.7/8.12.7/Submit) id h1I2SpAH002077; Mon, 17 Feb 2003 18:28:51 -0800 (PST) Date: Mon, 17 Feb 2003 18:28:51 -0800 From: Marcel Moolenaar To: "Tim J. Robbins" 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> References: <200302180208.h1I28Kbu046465@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200302180208.h1I28Kbu046465@repoman.freebsd.org> User-Agent: Mutt/1.5.3i Sender: owner-cvs-src@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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