From owner-freebsd-stable Sun Jul 9 8:41:14 2000 Delivered-To: freebsd-stable@freebsd.org Received: from mail.rdc1.sfba.home.com (ha1.rdc1.sfba.home.com [24.0.0.66]) by hub.freebsd.org (Postfix) with ESMTP id D33B137C1DB for ; Sun, 9 Jul 2000 08:40:54 -0700 (PDT) (envelope-from boshea@ricochet.net) Received: from beastie.localdomain ([24.19.158.41]) by mail.rdc1.sfba.home.com (InterMail vM.4.01.03.00 201-229-121) with ESMTP id <20000709154053.RUFH13081.mail.rdc1.sfba.home.com@beastie.localdomain>; Sun, 9 Jul 2000 08:40:53 -0700 Received: (from brian@localhost) by beastie.localdomain (8.9.3/8.8.7) id IAA01216; Sun, 9 Jul 2000 08:51:34 -0700 (PDT) (envelope-from brian) Date: Sun, 9 Jul 2000 08:51:34 -0700 From: "Brian O'Shea" To: Gabriel Ambuehl Cc: freebsd-stable@FreeBSD.ORG Subject: Re: Can't build Kernel... Message-ID: <20000709085134.A351@beastie.localdomain> Reply-To: boshea@ricochet.net Mail-Followup-To: Gabriel Ambuehl , freebsd-stable@FreeBSD.ORG References: <1251614050.20000709162858@buz.ch> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <1251614050.20000709162858@buz.ch>; from Gabriel Ambuehl on Sun, Jul 09, 2000 at 04:28:58PM +0200 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Gabriel, I had this problem yesterday too. What are you updating from, and what procedure did you follow to update? I started with 4.0-RELEASE and updated my sources some time yesterday morning. To get around this problem, I did a buildworld followed by an installworld (I'm assuming this was needed to update the compiler, assembler and friends) and then built the kernel. This was on a system that doesn't have any critical data on it, so I could throw caution to the wind. Your situation may differ and you might want to follow the suggestions in UPDATING more carefully than I did. -brian On Sun, Jul 09, 2000 at 04:28:58PM +0200, Gabriel Ambuehl wrote: > Hello, > I cvsupped my 4-STABLE systems today at approx. 11am GMT. Since then, > none of them can compile its Kernel anymore (all machines use > identical, unchanged configfiles), this is what I get when I try to compile the > Kernel: > > cc -c -O -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -nostdinc -I- -I. -I../.. -I../../../include -D_KERNEL -include opt_global.h -elf -mpreferred-stack-boundary=2 ../../i386/i386/bios.c > cc -c -x assembler-with-cpp -DLOCORE -O -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -nostdinc -I- -I. -I../.. -I../../../include -D_KERNEL -include opt_global.h -elf -mpreferred-stack-boundary=2 ../../i386/i386/bioscall.s > /tmp/ccc89247.s: Assembler messages: > /tmp/ccc89247.s:774: Error: operands given don't match any known 386 instruction > /tmp/ccc89247.s:839: Error: operands given don't match any known 386 instruction > *** Error code 1 > > > > > > > Best regards, > Gabriel > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message -- Brian O'Shea boshea@ricochet.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message