From owner-freebsd-current@FreeBSD.ORG Sat Jun 13 21:23:14 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 01180106566B; Sat, 13 Jun 2009 21:23:14 +0000 (UTC) (envelope-from mister.olli@googlemail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.153]) by mx1.freebsd.org (Postfix) with ESMTP id 57AD68FC14; Sat, 13 Jun 2009 21:23:12 +0000 (UTC) (envelope-from mister.olli@googlemail.com) Received: by fg-out-1718.google.com with SMTP id e12so157684fga.12 for ; Sat, 13 Jun 2009 14:23:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:subject:from:reply-to:to:cc :content-type:date:message-id:mime-version:x-mailer :content-transfer-encoding; bh=69zWRl5g1UiJk5/ccZGIE/Xxp2UomizzZk4A3F+q248=; b=RW+SVcyg53SWGStAb01Hw5qBVBISsZEvhi9BUVBNBmMJZ7IV46xrOdcjNueq5piY32 xPYhEbwA0dqmRfs1sZFs0TqOPH/JiU6suCu8Q/uiDyUXhh7EEOZKZ24AHZbsZ0USyLeF M24c2YR6y0qyGn+aDCciEYmMJNRQEN2ub8UZQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=subject:from:reply-to:to:cc:content-type:date:message-id :mime-version:x-mailer:content-transfer-encoding; b=Gc8stfhQuhAMMHc/aqWEjJLN8MdCnIRrRNV51dp9VNhGiNqas5TGyc2cb5MIOAUN9C ojXjIMmteeIjytyV8ohwIQcvv7TBTqPT25xi+8HHLUJAmCXaLClI+UA/69m58I0fke2f l6PJkjvhgQvuadvxKLPourl+Ns8j/iCbKDgx8= Received: by 10.86.27.6 with SMTP id a6mr5301844fga.18.1244928191917; Sat, 13 Jun 2009 14:23:11 -0700 (PDT) Received: from ?80.187.5.2? (tmo-005-2.customers.d1-online.com [80.187.5.2]) by mx.google.com with ESMTPS id l19sm6050066fgb.7.2009.06.13.14.23.10 (version=SSLv3 cipher=RC4-MD5); Sat, 13 Jun 2009 14:23:11 -0700 (PDT) From: Mister Olli To: freebsd-current@freebsd.org Content-Type: text/plain Date: Sat, 13 Jun 2009 23:23:01 +0200 Message-Id: <1244928181.6570.1.camel@phoenix.blechhirn.net> Mime-Version: 1.0 X-Mailer: Evolution 2.24.5 Content-Transfer-Encoding: 7bit Cc: freebsd-xen@freebsd.org Subject: XEN kernel fails to build with 8-CURRENT t194017 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: mister.olli@googlemail.com List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Jun 2009 21:23:14 -0000 Hi, during 'make buildkernel KERNCONF=XEN' I currently get 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/src/sys -I/usr/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/src/sys/dev/xen/blkfront/blkfront.c cc1: warnings being treated as errors /usr/src/sys/dev/xen/blkfront/blkfront.c:1104: warning: pointer type mismatch in conditional expression *** Error code 1 Stop in /usr/obj/usr/src/sys/XEN. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. template-8_CURRENT# svn info /usr/src Path: /usr/src URL: http://svn.freebsd.org/base/head Repository Root: http://svn.freebsd.org/base Repository UUID: ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f Revision: 194107 Node Kind: directory Schedule: normal Last Changed Author: edwin Last Changed Rev: 194107 Last Changed Date: 2009-06-13 15:35:18 +0200 (Sat, 13 Jun 2009) Regards, --- Mr. Olli