From owner-freebsd-current@FreeBSD.ORG Sun Jun 14 14:12:32 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 0FB90106564A; Sun, 14 Jun 2009 14:12:32 +0000 (UTC) (envelope-from mister.olli@googlemail.com) Received: from mail-fx0-f228.google.com (mail-fx0-f228.google.com [209.85.220.228]) by mx1.freebsd.org (Postfix) with ESMTP id 6A31F8FC18; Sun, 14 Jun 2009 14:12:30 +0000 (UTC) (envelope-from mister.olli@googlemail.com) Received: by fxm28 with SMTP id 28so522619fxm.43 for ; Sun, 14 Jun 2009 07:12:30 -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 :in-reply-to:references:content-type:date:message-id:mime-version :x-mailer:content-transfer-encoding; bh=Elthq2lDjW2oq46Vp+GV9G+hYzZ18298LiWM54OYL2Q=; b=ZdlBg2eRW25IcsgCeSZEZSkUu8E6j5X/m5Y4LzvcRKvT6FH37AMQWJDERR/SbVKN+g ghtDOVNUVpzWIgv5FAeFCrjdEjOT8T276abkLFQPmpJxUMG6Sbpa52xXz/TMBL3euwd2 uRwXH/dhzKyhoOs4IQFwH3RI6DwSvqLv0pO7c= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=subject:from:reply-to:to:cc:in-reply-to:references:content-type :date:message-id:mime-version:x-mailer:content-transfer-encoding; b=MUqg5kGY83Q/iahaTRgV8GOwuomrOBCeYxWN9sfYHIJSFmFYw/2GzLMZtOXlVaCyj/ hsikUsl7cyLlO9XQ5hw1m8dfnqKi2jk2WtykDQFPtmky3X6y+BST3apFNBPD2glauvON fSLNFgKx8/ngEuiQ68oxbPyOZ58wm5TOyBhkw= Received: by 10.86.95.8 with SMTP id s8mr5832468fgb.2.1244988749709; Sun, 14 Jun 2009 07:12:29 -0700 (PDT) Received: from ?88.128.34.150? ([88.128.34.150]) by mx.google.com with ESMTPS id 12sm8351759fgg.15.2009.06.14.07.12.24 (version=SSLv3 cipher=RC4-MD5); Sun, 14 Jun 2009 07:12:26 -0700 (PDT) From: Mister Olli To: Kip Macy In-Reply-To: <3c1674c90906131457p3656732ka64c8d0ded3269a6@mail.gmail.com> References: <1244928181.6570.1.camel@phoenix.blechhirn.net> <3c1674c90906131457p3656732ka64c8d0ded3269a6@mail.gmail.com> Content-Type: text/plain Date: Sun, 14 Jun 2009 16:12:18 +0200 Message-Id: <1244988738.6570.2.camel@phoenix.blechhirn.net> Mime-Version: 1.0 X-Mailer: Evolution 2.24.5 Content-Transfer-Encoding: 7bit Cc: freebsd-xen@freebsd.org, freebsd-current@freebsd.org Subject: Re: 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: Sun, 14 Jun 2009 14:12:32 -0000 Hi, compiles works like a charm. Great work :-)) Thanks. Regards, --- Mr. Olli On Sat, 2009-06-13 at 14:57 -0700, Kip Macy wrote: > Should be fixed now. > > Cheers, > Kip > > On Sat, Jun 13, 2009 at 2:23 PM, Mister Olli wrote: > > 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 > > > > _______________________________________________ > > 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" > > > > >