From owner-freebsd-amd64@FreeBSD.ORG Sun Feb 28 10:34:29 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 3C038106566C for ; Sun, 28 Feb 2010 10:34:29 +0000 (UTC) (envelope-from howard@leadmon.net) Received: from mail.leadmon.net (mail.leadmon.net [173.13.218.154]) by mx1.freebsd.org (Postfix) with ESMTP id A60AC8FC15 for ; Sun, 28 Feb 2010 10:34:28 +0000 (UTC) Received: from HDLDESKTOP64 (hdl-desktop-64.leadmon.net [10.0.0.3]) (authenticated bits=0) by mail.leadmon.net (8.14.3/8.14.3/LNSG+SCOP+PSBL+LUBL+NJABL+SBL+DSBL+SORBS+CBL+RHSBL) with ESMTP id o1S9t01D011462 for ; Sun, 28 Feb 2010 04:55:01 -0500 (EST) (envelope-from howard@leadmon.net) X-DKIM: Sendmail DKIM Filter v2.8.3 mail.leadmon.net o1S9t01D011462 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=leadmon.net; s=default; t=1267350901; bh=EoY9OoUVhDnKCJ4vJ3fvUwQUU0Q2uWlw+BpKqC6uDzM=; h=From:To:Subject:Date:Message-ID:MIME-Version:Content-Type; b=DV/21UJAEymrso3oNRq6nTBLJ5vx+3om25TYAuyz8F+pOzbkkcM7tmzKbBNgXX9Ht sbljeeuIV2kzXG+f5+rSZpoUXDsvqG3uCYGThyZqnmPEwiRE/kxbiwUuAd+l7O+5oq XkAjEt1U2vLMLPeiZD33TL1iHgbqeU2qKVUURViw= X-DomainKeys: Sendmail DomainKeys Filter v1.0.2 mail.leadmon.net o1S9t01D011462 DomainKey-Signature: a=rsa-sha1; s=default; d=leadmon.net; c=simple; q=dns; h=x-senderid:authentication-results:from:to:subject:date: message-id:mime-version:content-type:x-mailer:thread-index:content-language; b=LZjzaqrTnwcHq7Q7lVdyOlxIjc2HhIQGDdT2/tEth0wLryKhWY7BIPqQ+Q3npSSJJ 9UyoiQpO9d13Mmqweq9SOqOyBwgO0kkb68Vy6Sej1AbKDEDIJw54MyQ4u5sQCFO6p0R SNN/3YSvj0RC5pfsBeSRj0iy4lMsiixPtcofE4E= X-SenderID: Sendmail Sender-ID Filter v1.0.0 mail.leadmon.net o1S9t01D011462 Authentication-Results: mail.leadmon.net; sender-id=pass header.from=howard@leadmon.net; spf=pass smtp.mfrom=howard@leadmon.net From: "Howard Leadmon" To: Date: Sun, 28 Feb 2010 04:54:58 -0500 Message-ID: <003001cab85c$1842bf50$48c83df0$@net> MIME-Version: 1.0 X-Mailer: Microsoft Office Outlook 12.0 Thread-Index: Acq4XBY+1os0ks3STWWBqfKnAjZfUA== Content-language: en-us X-Virus-Scanned: clamav-milter 0.95.3 at vorlon.leadmon.net X-Virus-Status: Clean Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: 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 10:34:29 -0000 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 fix this?? Funny thing, I don't even use the ath modules.. ===> ath (all) cc -O2 -pipe -march=nocona -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -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=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-common -g -fno-omit-frame-pointer -I/usr/obj/usr/src/sys/VORLON -mcmodel=kernel -mno-red-zone -mfpmath=387 -mno-sse -mno-sse2 -mno-sse3 -mno-mmx -mno-3dnow -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -std=iso9899:1999 -fstack-protector -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -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. *** Error code 1 Stop in /usr/src/sys/modules. *** Error code 1 --- Howard Leadmon