From owner-freebsd-current@FreeBSD.ORG Mon Jan 30 23:39:13 2012 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 9ED6C106566B; Mon, 30 Jan 2012 23:39:13 +0000 (UTC) (envelope-from jfvogel@gmail.com) Received: from mail-ww0-f50.google.com (mail-ww0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id 0B2B48FC08; Mon, 30 Jan 2012 23:39:12 +0000 (UTC) Received: by wgbdr11 with SMTP id dr11so5118235wgb.31 for ; Mon, 30 Jan 2012 15:39:12 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=M2EG4zaj4R0dSEhK1cSwj9nyys4I5x382YV2ZMyGrzY=; b=w5PCgMYV8Dt+tinzAnxsA+tUn6IHvED2/qhHLbhNCDFgSE1UlklyVA07xpl9CqJFgG rmrDc0HZIIGi4iOcH5IzEooZRtgT5rIrz2pksUOH4zBmzsWSXnkIpszHe/w3LaTlXwLt NWrlQiOcOW5dD7FVvCYxwcJcAHJDRLtl6ARbc= MIME-Version: 1.0 Received: by 10.180.103.132 with SMTP id fw4mr23353983wib.3.1327965263532; Mon, 30 Jan 2012 15:14:23 -0800 (PST) Received: by 10.180.75.137 with HTTP; Mon, 30 Jan 2012 15:14:23 -0800 (PST) In-Reply-To: <20120130231125.GC2315@glenbarber.us> References: <4F271FF4.9010103@zedat.fu-berlin.de> <20120130231125.GC2315@glenbarber.us> Date: Mon, 30 Jan 2012 15:14:23 -0800 Message-ID: From: Jack Vogel To: Glen Barber Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Current FreeBSD , "O. Hartmann" Subject: Re: FreeBSD 10-CURRENT/amd64: revision 230789: [...] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Jan 2012 23:39:13 -0000 Yes, it was. Now if I can just figure out what's going on with sparc.... Jack On Mon, Jan 30, 2012 at 3:11 PM, Glen Barber wrote: > On Mon, Jan 30, 2012 at 11:55:48PM +0100, O. Hartmann wrote: > > The follwoing error occurs hwen trying to compile a kernel (make > > buildworld works fine): > > > > objcopy --strip-debug if_ixgb.ko > > ===> ixgbe (all) > > clang -O2 -pipe -O2 -fno-strict-aliasing -pipe -pipe -O3 > > -fno-strict-aliasing -march=native -DSMP -DIXGBE_FDIR -D_KERNEL > > -DKLD_MODULE -nostdinc -I/usr/src/sys/modules/ixgbe/../../dev/ixgbe > > -DHAVE_KERNEL_OPTION_HEADERS -include > > /usr/obj/usr/src/sys/THOR/opt_global.h -I. -I@ -I@/contrib/altq > > -fno-common -fno-omit-frame-pointer -I/usr/obj/usr/src/sys/THOR > > -mno-aes -mno-avx -mcmodel=kernel -mno-red-zone -mno-mmx -msoft-float > > -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector > > -std=iso9899:1999 -fstack-protector -Wall -Wredundant-decls > > -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes > > -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign > > -fformat-extensions -Wmissing-include-dirs -fdiagnostics-show-option > > -Wno-error-tautological-compare -Wno-error-empty-body > > -Wno-error-parentheses-equality -c > > /usr/src/sys/modules/ixgbe/../../dev/ixgbe/ixgbe.c > > In file included from > /usr/src/sys/modules/ixgbe/../../dev/ixgbe/ixgbe.c:40: > > In file included from > /usr/src/sys/modules/ixgbe/../../dev/ixgbe/ixgbe.h:96: > > In file included from > > /usr/src/sys/modules/ixgbe/../../dev/ixgbe/ixgbe_api.h:38: > > In file included from > > /usr/src/sys/modules/ixgbe/../../dev/ixgbe/ixgbe_type.h:38: > > /usr/src/sys/modules/ixgbe/../../dev/ixgbe/ixgbe_osdep.h:109:19: error: > > typedef redefinition with different types ('boolean_t' (aka 'int') vs > > '_Bool') > > typedef boolean_t bool; > > ^ > > @/sys/types.h:271:15: note: previous definition is here > > typedef _Bool bool; > > ^ > > 1 error generated. > > *** Error code 1 > > > > Stop in /usr/src/sys/modules/ixgbe. > > *** Error code 1 > > > > Stop in /usr/src/sys/modules. > > *** Error code 1 > > > > Stop in /usr/obj/usr/src/sys/THOR. > > *** Error code 1 > > > > Stop in /usr/src. > > *** Error code 1 > > > > Stop in /usr/src. > > > > I believe this was just fixed: > > http://svn.freebsd.org/changeset/base/230790 > > Glen > > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" >