From owner-freebsd-current@FreeBSD.ORG Fri Mar 27 14:30:07 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 752C0106566C for ; Fri, 27 Mar 2009 14:30:07 +0000 (UTC) (envelope-from mister.olli@googlemail.com) Received: from mail-fx0-f167.google.com (mail-fx0-f167.google.com [209.85.220.167]) by mx1.freebsd.org (Postfix) with ESMTP id CF02C8FC17 for ; Fri, 27 Mar 2009 14:30:06 +0000 (UTC) (envelope-from mister.olli@googlemail.com) Received: by fxm11 with SMTP id 11so1009021fxm.43 for ; Fri, 27 Mar 2009 07:30:05 -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 :content-type:date:message-id:mime-version:x-mailer :content-transfer-encoding; bh=jpFRvcBOl7vZC0hDyOPH/EA4kPtOLrwm7s2nHkto6Yc=; b=qOmT2BvIAuNIC/wuitAfuRkpa3YWb9NJemrAjnkMDmROg++lsh13LRWVzh1HF+CHjU CEQfAcnJFG/0s9JrVEpvpypKyQPF7BhCihg55Gm90pwcsQsLlmCRmS0RKgQ0W+Cs/ezI 4kcuea3K5dvwBiJKUeUaV8wUULLBXO3Zih0TI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=subject:from:reply-to:to:content-type:date:message-id:mime-version :x-mailer:content-transfer-encoding; b=rJF60I22ubeitdu4cnobyaB+idpyPp/eAfQe9y4q3dbSkFfRTpS5WnfeY4Hf8AvkhG CPYNAhyXFzeqMOZ6sUNO+ZWtSKEFYwkCNim5aNS9CfdjzWh35uORppdrFIAZqSFMHFAk F79I5yUNZ2sn9d0qZxfYDDmWzzoVJrXpTfOpw= Received: by 10.103.226.20 with SMTP id d20mr451396mur.8.1238162685681; Fri, 27 Mar 2009 07:04:45 -0700 (PDT) Received: from ?10.30.1.163? (vpn-or.studi-planet.com [78.47.172.52]) by mx.google.com with ESMTPS id 12sm2981584muq.35.2009.03.27.07.04.44 (version=SSLv3 cipher=RC4-MD5); Fri, 27 Mar 2009 07:04:45 -0700 (PDT) From: Mister Olli To: freebsd-xen@freebsd.org, freebsd-current@freebsd.org Content-Type: text/plain Date: Fri, 27 Mar 2009 15:03:22 +0100 Message-Id: <1238162602.24399.29.camel@phoenix.blechhirn.net> Mime-Version: 1.0 X-Mailer: Evolution 2.24.5 Content-Transfer-Encoding: 7bit Cc: Subject: Compiling CURRENT with XEN config fails 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: Fri, 27 Mar 2009 14:30:07 -0000 Hi, I just tried to compile CURRENT kernel with the XEN kernel config that is shipped with it, but it 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/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/xen/evtchn/evtchn.c /usr/src/sys/xen/evtchn/evtchn.c:516: error: conflicting types for 'bind_virq_to_irqhandler' /usr/src/sys/xen/xen_intr.h:61: error: previous declaration of 'bind_virq_to_irqhandler' was here /usr/src/sys/xen/evtchn/evtchn.c: In function 'bind_virq_to_irqhandler': /usr/src/sys/xen/evtchn/evtchn.c:523: error: 'arg' undeclared (first use in this function) /usr/src/sys/xen/evtchn/evtchn.c:523: error: (Each undeclared identifier is reported only once /usr/src/sys/xen/evtchn/evtchn.c:523: error: for each function it appears in.) *** 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 http://svn.freebsd.org/base/head /usr/src Path: head URL: http://svn.freebsd.org/base/head Repository Root: http://svn.freebsd.org/base Repository UUID: ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f Revision: 190466 Node Kind: directory Last Changed Author: jamie Last Changed Rev: 190466 Last Changed Date: 2009-03-27 14:13:59 +0100 (Fri, 27 Mar 2009) 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: 190464 Node Kind: directory Schedule: normal Last Changed Author: dds Last Changed Rev: 190464 Last Changed Date: 2009-03-27 12:03:02 +0100 (Fri, 27 Mar 2009) Anybody knows how to fix this??? ;-)) greetz Olli