From owner-freebsd-amd64@FreeBSD.ORG Sun Feb 28 11:05:20 2010 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A4337106566B for ; Sun, 28 Feb 2010 11:05:20 +0000 (UTC) (envelope-from yanefbsd@gmail.com) Received: from mail-pw0-f54.google.com (mail-pw0-f54.google.com [209.85.160.54]) by mx1.freebsd.org (Postfix) with ESMTP id 7A73A8FC15 for ; Sun, 28 Feb 2010 11:05:20 +0000 (UTC) Received: by pwj7 with SMTP id 7so1209529pwj.13 for ; Sun, 28 Feb 2010 03:05:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=Qf+xYfVzXdg6CN7czkexU2L7u9eNiDguN7zDESWcvV0=; b=gcNuCBfT4jqLI9AyhjoTeaeRsTNKwDk7MBpN222J2fQSqormLY++cMlvcT9Hrdr+vl L/Dkjv1rfNOTH+Q1fOZmMC4CTaHJSi7FVTHmhEqFvdRqfJ0aVo/gvM9Zrl6M94ihmApu jpbEWuoKF2BkUobfq0r8cUuHcf1pJDzDiOGCk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=QI9f2f3Wpd1J56U1zNK6dUI+N8yLR1mGT1x8gnqjdhQpN6DqcsUfgK1CAEhaU90/ol coNsodbvaekAxDqBM2+6pesvd0VR+uKKV7uF8HEfl7gSR34dMeo3GJjLdQ0IUStIZJdy f+WCAcxZQyWWnNxW+mxxpH9d6mIbUkQyOGO78= MIME-Version: 1.0 Received: by 10.142.61.42 with SMTP id j42mr1696663wfa.26.1267353641177; Sun, 28 Feb 2010 02:40:41 -0800 (PST) In-Reply-To: <003001cab85c$1842bf50$48c83df0$@net> References: <003001cab85c$1842bf50$48c83df0$@net> Date: Sun, 28 Feb 2010 02:40:41 -0800 Message-ID: <7d6fde3d1002280240w7849c7a8id530253b3713c5d2@mail.gmail.com> From: Garrett Cooper To: Howard Leadmon Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-amd64@freebsd.org Subject: Re: Building kernel now fails: In function 'ath_key_alloc' X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Feb 2010 11:05:20 -0000 On Sun, Feb 28, 2010 at 1:54 AM, Howard Leadmon wrote: > =A0 Was trying to update my 8.0 system earlier today, and trying to build= a > kernel results in the following on an amd64 platform, any ideas how to fi= x > this?? =A0 =A0 =A0Funny thing, I don't even use the ath modules.. > > > > > > =3D=3D=3D> ath (all) > > cc -O2 -pipe -march=3Dnocona -fno-strict-aliasing -Werror -D_KERNEL > -DKLD_MODULE -nostdinc =A0-I. -I/usr/src/sys/modules/ath/../../dev/ath > -I/usr/src/sys/modules/ath/../../dev/ath/ath_hal > -DHAVE_KERNEL_OPTION_HEADERS -include > /usr/obj/usr/src/sys/VORLON/opt_global.h -I. -I@ -I@/contrib/altq > -finline-limit=3D8000 --param inline-unit-growth=3D100 --param > large-function-growth=3D1000 -fno-common -g -fno-omit-frame-pointer > -I/usr/obj/usr/src/sys/VORLON -mcmodel=3Dkernel -mno-red-zone =A0-mfpmath= =3D387 > -mno-sse -mno-sse2 -mno-sse3 -mno-mmx -mno-3dnow =A0-msoft-float > -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector > -std=3Diso9899:1999 -fstack-protector -Wall -Wredundant-decls -Wnested-ex= terns > -Wstrict-prototypes =A0-Wmissing-prototypes -Wpointer-arith -Winline > -Wcast-qual =A0-Wundef -Wno-pointer-sign -fformat-extensions -c > /usr/src/sys/modules/ath/../../dev/ath/if_ath.c > > /usr/src/sys/modules/ath/../../dev/ath/if_ath.c: In function > 'ath_key_alloc': > > /usr/src/sys/modules/ath/../../dev/ath/if_ath.c:2240: error: expected > expression before '/' token > > *** Error code 1 > > > > Stop in /usr/src/sys/modules/ath. The error was reported seen on the ppc and sparc64 tinderboxes earlier on, but I haven't seen this issue compiling amd64 with RELENG_8 on my box today. Thanks, -Garrett