From owner-freebsd-alpha Sat Nov 9 18:35:28 2002 Delivered-To: freebsd-alpha@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 465CF37B401 for ; Sat, 9 Nov 2002 18:35:27 -0800 (PST) Received: from beppo.feral.com (beppo.feral.com [192.67.166.79]) by mx1.FreeBSD.org (Postfix) with ESMTP id B52EE43E42 for ; Sat, 9 Nov 2002 18:35:26 -0800 (PST) (envelope-from mjacob@feral.com) Received: from mailhost.feral.com (mjacob@mailhost.feral.com [192.67.166.1]) by beppo.feral.com (8.11.3/8.11.3) with ESMTP id gAA2ZNZ54086; Sat, 9 Nov 2002 18:35:23 -0800 (PST) (envelope-from mjacob@feral.com) Date: Sat, 9 Nov 2002 18:35:23 -0800 (PST) From: Matthew Jacob X-Sender: mjacob@beppo Reply-To: mjacob@feral.com To: Marcel Moolenaar Cc: alpha@FreeBSD.ORG Subject: Re: stumped by latest build breakage In-Reply-To: <20021110020650.GA43521@athlon.pn.xcllnt.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Sat, 9 Nov 2002, Marcel Moolenaar wrote: > On Sat, Nov 09, 2002 at 05:26:14PM -0800, Matthew Jacob wrote: > > > > cc -c -x assembler-with-cpp -DLOCORE -O -pipe -mcpu=ev4 -mtune=ev5 -Wall > > -Wredundant-decls -Wnested-externs -Wstrict-prototypes > > -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual > > -fformat-extensions -ansi -g -nostdinc -I- -I. -I/usr/src/sys > > -I/usr/src/sys/dev -I/usr/src/sys/contrib/dev/acpica > > -I/usr/src/sys/contrib/ipfilter -D_KERNEL -include opt_global.h > > -fno-common -mno-fp-regs -ffixed-8 -Wa,-mev6 -ffreestanding > > "" /usr/src/sys/alpha/alpha/locore.s > ^^^^ > I think the double-quotes are the problem. Do you have a local change > where a variable is put inside \" and it evaluates to the empty string? Ah. That was it. It was my attempt to reinstall the WERROR stuff that got broken a few weeks ago (so wouldn't have to do it on a command line). Sorry for the noise! My bad - I should have checked GENERIC unmodified first! > > > Anyone see something like this or know anything about it? > > I don't see it myself. I just rebuilt world and kernel on my alpha. > > -- > Marcel Moolenaar USPA: A-39004 marcel@xcllnt.net > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message