From owner-freebsd-current Wed Jun 5 15:47: 9 2002 Delivered-To: freebsd-current@freebsd.org Received: from prophecy.dyndns.org (phil2201.dialup.dandy.net [66.28.137.201]) by hub.freebsd.org (Postfix) with ESMTP id 478BA37B404 for ; Wed, 5 Jun 2002 15:47:03 -0700 (PDT) Received: from prophecy.dyndns.org (localhost.prophecy.dyndns.org [127.0.0.1]) by prophecy.dyndns.org (8.12.2/8.12.2) with ESMTP id g55IlALD066952 for ; Wed, 5 Jun 2002 18:47:11 GMT (envelope-from apeiron@prophecy.dyndns.org) Received: (from apeiron@localhost) by prophecy.dyndns.org (8.12.2/8.12.2/Submit) id g55Il9v3066951; Wed, 5 Jun 2002 18:47:09 GMT Subject: Re: I can not compile the kernel From: Christopher Nehren To: freebsd-current@FreeBSD.ORG In-Reply-To: References: Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.5 Date: 05 Jun 2002 18:47:08 +0000 Message-Id: <1023302828.29919.52.camel@prophecy.dyndns.org> Mime-Version: 1.0 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > ---------------------- > root@juanillo:/usr/src/sys/i386/compile/JUANILLO $ make > cc -c -x assembler-with-cpp -DLOCORE -O -pipe -Wall -Wredundant-decls > -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith > -Winline -Wcast-qual -fformat-extensions -ansi -g -nostdinc -I- -I. > -I../../.. -I../../../dev -I../../../contrib/dev/acpica > -I../../../contrib/ipfilter -I../../../../include -D_KERNEL > -ffreestanding -include opt_global.h -fno-common > -mpreferred-stack-boundary=2 -Werror ../../../i386/i386/locore.s > {standard input}: Assembler messages: > {standard input}:1689: Warning: rest of line ignored; first ignored > character is `t' > {standard input}:1691: Error: unknown pseudo-op: `.' > {standard input}:1806: Error: missing ')' > {standard input}:1806: Error: missing ')' > {standard input}:1806: Error: junk `tmpstk)- 0xc0000000)' after expression > *** Error code 1 > > Stop in /usr/src/sys/i386/compile/JUANILLO. > ----------------------- After a CVSUP on 18:13 EST, the problem still exists. I'd fix it myself, except that I have no idea how it's even arriving at line 1689 (since the file referenced doesn't even have 1100 lines). I've CVSUP'd numerous times, and the error remains. I'm surprised no one else has brought this up yet -- is it not affecting anyone else? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message