From owner-freebsd-current@FreeBSD.ORG Tue Dec 2 08:33:50 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ADA0816A4CE for ; Tue, 2 Dec 2003 08:33:50 -0800 (PST) Received: from gunfright.epcdirect.co.uk (gunfright.epcdirect.co.uk [195.10.242.32]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E14A43FB1 for ; Tue, 2 Dec 2003 08:33:46 -0800 (PST) (envelope-from bsd-current@epcdirect.co.uk) Received: from localhost (localhost [127.0.0.1]) by gunfright.epcdirect.co.uk (Postfix) with ESMTP id B0ABD1558A for ; Tue, 2 Dec 2003 16:33:44 +0000 (GMT) Received: from gunfright.epcdirect.co.uk ([127.0.0.1])port 10024) with ESMTP id 81600-05 for ; Tue, 2 Dec 2003 16:33:43 +0000 (GMT) Received: from lfarr (l-farr.int.epcdirect.co.uk [192.168.6.200]) by gunfright.epcdirect.co.uk (Postfix) with ESMTP id EFC1F1555E for ; Tue, 2 Dec 2003 16:33:42 +0000 (GMT) From: "Lawrence Farr" To: Date: Tue, 2 Dec 2003 16:33:42 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.5510 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 In-Reply-To: <20031126193142.DBC28154C4@gunfright.epcdirect.co.uk> Thread-Index: AcOzcMF2XH9z3nZPR2OJpjF3bZEllAAABewAADi9BjABJ3PKEA== Message-Id: <20031202163342.EFC1F1555E@gunfright.epcdirect.co.uk> X-Virus-Scanned: by Gunfright.epcdirect.co.uk Subject: RE: 4 -> 5 Problem X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Dec 2003 16:33:50 -0000 I've just tried this again, and noticed an error message that I'd missed: root@galaga:/usr/src# make installkernel make: no target to make. "/usr/src/Makefile.inc1", line 157: warning: "make -f /dev/null -m /usr/src/share/mk CPUTYPE=i686 -V CPUTYPE" returned non-zero status cd /usr/obj/usr/src/sys/P6MPFW; MAKEOBJDIRPREFIX=/usr/obj MACHINE_ARCH=i386 MACHINE=i386 CPUTYPE=i686 GROFF_BIN_PATH=/usr/obj/usr/src/i386/legacy/usr/bin GROFF_FONT_PATH=/usr/obj/usr/src/i386/legacy/usr/share/groff_font GROFF_TMAC_PATH=/usr/obj/usr/src/i386/legacy/usr/share/tmac PATH=/usr/obj/usr/src/i386/legacy/usr/sbin:/usr/obj/usr/src/i386/legacy/usr/ bin:/usr/obj/usr/src/i386/legacy/usr/games:/usr/obj/usr/src/i386/usr/sbin:/u sr/obj/usr/src/i386/usr/bin:/usr/obj/usr/src/i386/usr/games:/sbin:/bin:/usr/ sbin:/usr/bin make KERNEL=kernel install thiskernel=`sysctl -n kern.bootfile` ; if [ "`dirname "$thiskernel"`" != /boot/kernel ] ; then chflags -R noschg /boot/kernel ; rm -rf /boot/kernel ; else if [ -d /boot/kernel.old ] ; then chflags -R noschg /boot/kernel.old ; rm -rf /boot/kernel.old ; fi ; mv /boot/kernel /boot/kernel.old ; sysctl kern.bootfile=/boot/kernel.old/"`basename "$thiskernel"`" ; fi mkdir -p /boot/kernel install -p -m 555 -o root -g wheel kernel /boot/kernel *** Signal 12 I also tried un-setting CPUTYPE, but got the same error. This gives you a zero sized kernel in /boot/kernel. Running install -p -m 555 -o root -g wheel kernel /boot/kernel from within the correct /obj directory works though. Lawrence Farr EPC Direct Limited > -----Original Message----- > From: owner-freebsd-current@freebsd.org > [mailto:owner-freebsd-current@freebsd.org] On Behalf Of Lawrence Farr > Sent: 26 November 2003 19:32 > To: freebsd-current@freebsd.org > Subject: RE: 4 -> 5 Problem > > I'm still getting this with fresh sources. Has anyone else done 4->5 > in the last few days? Is it worth filing a PR? > > Lawrence Farr > EPC Direct Limited > > > -----Original Message----- > > From: owner-freebsd-current@freebsd.org > > [mailto:owner-freebsd-current@freebsd.org] On Behalf Of > Lawrence Farr > > Sent: 25 November 2003 16:27 > > To: 'Clement Laforet' > > Cc: freebsd-current@freebsd.org > > Subject: RE: 4 -> 5 Problem > > > > Err yes I did. Im trying to install a kernel. > > > > Lawrence Farr > > EPC Direct Limited > > > > > -----Original Message----- > > > From: Clement Laforet [mailto:sheepkiller@cultdeadsheep.org] > > > Sent: 25 November 2003 16:26 > > > To: Lawrence Farr > > > Cc: freebsd-current@freebsd.org > > > Subject: Re: 4 -> 5 Problem > > > > > > On Tue, 25 Nov 2003 16:18:26 -0000 > > > "Lawrence Farr" wrote: > > > > > > > > the Current target machine is from Thu Sep 25 14:32:19 GMT 2003, > > > > the stable one from Mon Mar 24 16:30:45 GMT 2003, and the > > > > src and obj are fresh from last night. > > > > > > did you read /usr/src/UPDATING ? > > > > > > 20031112: > > > The statfs structure has been updated with 64-bit > fields to > > > allow accurate reporting of multi-terabyte filesystem > > > sizes. You should build world, then build and boot > > > the new kernel > > > BEFORE doing a `installworld' as the new kernel will > > > know about > > > binaries using the old statfs structure, but an old > > > kernel will > > > not know about the new system calls that support the > > > new statfs > > > structure. > > > > > > clem > > > > > > > _______________________________________________ > > freebsd-current@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-current > > To unsubscribe, send any mail to > > "freebsd-current-unsubscribe@freebsd.org" > > > > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to > "freebsd-current-unsubscribe@freebsd.org" >