From owner-cvs-all Sun Dec 15 17:32: 6 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9F23337B401; Sun, 15 Dec 2002 17:32:05 -0800 (PST) Received: from apollo.backplane.com (apollo.backplane.com [216.240.41.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E7CB43EC2; Sun, 15 Dec 2002 17:32:05 -0800 (PST) (envelope-from dillon@apollo.backplane.com) Received: from apollo.backplane.com (localhost [127.0.0.1]) by apollo.backplane.com (8.12.5/8.12.5) with ESMTP id gBG1W5OM044228; Sun, 15 Dec 2002 17:32:05 -0800 (PST) (envelope-from dillon@apollo.backplane.com) Received: (from dillon@localhost) by apollo.backplane.com (8.12.5/8.12.5/Submit) id gBG067ZU085076; Sun, 15 Dec 2002 16:06:07 -0800 (PST) (envelope-from dillon) Date: Sun, 15 Dec 2002 16:06:07 -0800 (PST) From: Matthew Dillon Message-Id: <200212160006.gBG067ZU085076@apollo.backplane.com> To: Doug Barton Cc: cvs-committers@FreeBSD.ORG, "" Subject: Re: cvs commit: src/include unistd.h src/lib/libc/sys Makefile.inc swapon.2 src/sbin/swapon Makefile swapon.8 swapon.c src/sys/ia64/ia32 syscalls.master src/sys/kern subr_blist.c s References: <200212151917.gBFJHvCW029981@repoman.freebsd.org> <20021215154808.C54117-100000@12-234-90-219.client.attbi.com> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG : :I'm having problems with this commit. I built and installed the new kernel :ok. Then I booted from it, and tried to rebuild libc. It builds ok, but :when I try to install it I get an error about SYS_swapoff being an :undefined symbol (or some such). : :I'm currently doing a buildworld to see if that makes a difference, but a :word of warning... back up your installed libc.so.5 before playing with :this, because the old one going *poof* during 'make install' was the truly :nasty side effect of my (possibly flawed) experiment above. : :Doug I checked for files which I might have forgotten to commit and did not see any. I'll try doing a new buildworld from scratch (but mine's been failing trying to compile boot2 so it may not get far enough). There were two commits. The first commit was the main swapoff stuff, the second commit regenerated the system calls. Make sure you have both (e.g. cvsup the latest). Then try your buildworld again and if it still fails cut-and-paste the error and post it to the list. I recommend doing a 'make buildworld' without -DNOCLEAN or -DNOTOOLS or -j N, though I don't know if these would make a difference. -Matt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message