From owner-freebsd-questions@FreeBSD.ORG Fri Sep 30 16:21:26 2011 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1A66C106564A for ; Fri, 30 Sep 2011 16:21:26 +0000 (UTC) (envelope-from norgaard@locolomo.org) Received: from mail.locolomo.org (97.pool85-48-194.static.orange.es [85.48.194.97]) by mx1.freebsd.org (Postfix) with ESMTP id C74ED8FC0C for ; Fri, 30 Sep 2011 16:21:25 +0000 (UTC) Received: from gamma.lan.locolomo.org (gamma.lan.locolomo.org [192.168.0.40]) by mail.locolomo.org (Postfix) with ESMTPSA id EF0161C0841; Fri, 30 Sep 2011 18:05:20 +0200 (CEST) Message-ID: <4E85E8C0.4070503@locolomo.org> Date: Fri, 30 Sep 2011 18:05:20 +0200 From: =?ISO-8859-1?Q?Erik_N=F8rgaard?= User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:6.0.2) Gecko/20110902 Thunderbird/6.0.2 MIME-Version: 1.0 To: "questions@FreeBSD.org Questions" Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: 8_RELEASE buildkernel fails X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Sep 2011 16:21:26 -0000 Hi: I csup'ed my source tree and rebuilt world succesfully, but buildkernel fails with the following error: cc -c -O -pipe -std=c99 -g -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/usr/local/src/sys -I/usr/local/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -ffreestanding -fstack-protector -Werror /usr/local/src/sys/net/if_vlan.c /usr/local/src/sys/net/if_vlan.c: In function 'vlan_ioctl': /usr/local/src/sys/net/if_vlan.c:1424: error: stray '\1' in program *** Error code 1 Stop in /usr/local/obj/usr/local/src/sys/GENERIC. *** Error code 1 Stop in /usr/local/src. *** Error code 1 Stop in /usr/local/src. I've cleaned and retried a few times, csup'ed again, but it fails at the same point. Any suggestions? Thanks, Erik