From owner-freebsd-xen@FreeBSD.ORG Thu Feb 5 04:04:05 2009 Return-Path: Delivered-To: freebsd-xen@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1AED3106566C for ; Thu, 5 Feb 2009 04:04:05 +0000 (UTC) (envelope-from mat.macy@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.228]) by mx1.freebsd.org (Postfix) with ESMTP id E27D28FC19 for ; Thu, 5 Feb 2009 04:04:04 +0000 (UTC) (envelope-from mat.macy@gmail.com) Received: by rv-out-0506.google.com with SMTP id b25so42744rvf.43 for ; Wed, 04 Feb 2009 20:04:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to:cc :content-type:content-transfer-encoding; bh=ND8H3BfWt9fA73OugoWWEqC6FhLSL0O7gRrK68K6oAE=; b=HfZHYkeZP7IdQLKwFOA7j6S8D5hG4QCRqfObNWYE9e7paytzDNo3gZmVt3EzLtLCYT kH1t+DPc6rK42kkGdJ5ebGM0Tl9qhXlv6dfYpafq1jrQmrAg/xtd8gXb8dCaF76r53+u OK40qI4qr/mwDgkE1VghxWkFaSGfRsg1eTHbI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=nMnTLsyA/E7zRs7bnIpwfdYBtwarlMuI2kLeo2/AXBmRtIWuIRvzhasQHTNf0p694w /fvTH0s4s38UY2qr9RRed+OxB23u0rCJLqMm9GTeu3OgvraEs7KrCCdwcNrEkKwDb3CV N8VO94exXBDLftrBCc1TEaMq54UnhcwelbR7c= MIME-Version: 1.0 Sender: mat.macy@gmail.com Received: by 10.141.177.2 with SMTP id e2mr23666rvp.71.1233806644594; Wed, 04 Feb 2009 20:04:04 -0800 (PST) In-Reply-To: <1233687579.4832.11.camel@phoenix.blechhirn.net> References: <1233687579.4832.11.camel@phoenix.blechhirn.net> Date: Wed, 4 Feb 2009 20:04:04 -0800 X-Google-Sender-Auth: d85595e4b29d67ee Message-ID: <3c1674c90902042004m1b7261d7o60a57a80c447582b@mail.gmail.com> From: Kip Macy To: mister.olli@googlemail.com Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-xen@freebsd.org Subject: Re: 8-CURRENT does not build without WITNESS activated X-BeenThere: freebsd-xen@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussion of the freebsd port to xen - implementation and usage List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Feb 2009 04:04:05 -0000 adding lock.h will fix that - sorry about it Thanks, Kip On Tue, Feb 3, 2009 at 10:59 AM, Mister Olli wrote: > Hi. > > I'm currently unable to build the 8-CURRENT kernel in a PV domU, without > "options WITNESS" in my kernel config. > > The output is the following: > ====================================================== > make -V CFILES -V SYSTEM_CFILES -V GEN_CFILES | MKDEP_CPP="cc -E" > CC="cc" xargs mkdep -a -f .newdep -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 -I/usr/src/sys/contrib/ipfilter > -I/usr/src/sys/contrib/pf -I/usr/src/sys/dev/ath > -I/usr/src/sys/dev/ath/ath_hal -I/usr/src/sys/contrib/ngatm > -I/usr/src/sys/dev/twa -I/usr/src/sys/gnu/fs/xfs/FreeBSD > -I/usr/src/sys/gnu/fs/xfs/FreeBSD/support -I/usr/src/sys/gnu/fs/xfs > -I/usr/src/sys/contrib/opensolaris/compat -I/usr/src/sys/dev/cxgb > -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 > In file included from /usr/src/sys/dev/xen/netfront/netfront.c:32: > /usr/src/sys/sys/sx.h:210:2: error: #error "LOCK_DEBUG not defined, > include before " > mkdep: compile failed > *** 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# > ====================================================== > > -- > Mr. Olli > > > > > _______________________________________________ > freebsd-xen@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-xen > To unsubscribe, send any mail to "freebsd-xen-unsubscribe@freebsd.org" >