From owner-freebsd-current@FreeBSD.ORG Mon Oct 7 21:04:22 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A452E30D; Mon, 7 Oct 2013 21:04:22 +0000 (UTC) (envelope-from outbackdingo@gmail.com) Received: from mail-oa0-x22d.google.com (mail-oa0-x22d.google.com [IPv6:2607:f8b0:4003:c02::22d]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 617DB23A2; Mon, 7 Oct 2013 21:04:22 +0000 (UTC) Received: by mail-oa0-f45.google.com with SMTP id o17so6801078oag.18 for ; Mon, 07 Oct 2013 14:04:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=0c2Mj6f1hRMM4PcN+Z/OyXCpg3AAv/na7QTde0hv5jM=; b=zoGMTVlXZs0L9e4ClzUSO0hWnAVus7sn6XS0PZL+yRK8GYddGTrTV6EqfesJ8UtnSQ OmO62Lc2S5VaVmaai+Pehc6s55HNLoi6xuxW9NyJlSpkRBnpu+c+kJ7F4nK+E/2uVAmj mwsPMOa7xRavb5yR0J3nhn9zrxaRa7jX31hEz6sf+Kd3UUL9n7FuWBWEGv9QJOfgn4aq 9wDmk8GOUXv51elMUuYZZG0iHp9c0WFFFyK258ipZPZCQOPiOsu52icsM/WDwRaq46dg QEPF6VL4+VYNb3ZtIKO2Rd1FP02EujY0pJS4sAx6O+0aH0XLJl/FbQxkudvpM8onkeAp hp6A== MIME-Version: 1.0 X-Received: by 10.60.45.102 with SMTP id l6mr5202616oem.36.1381179861618; Mon, 07 Oct 2013 14:04:21 -0700 (PDT) Received: by 10.76.13.228 with HTTP; Mon, 7 Oct 2013 14:04:21 -0700 (PDT) In-Reply-To: <1381179611.1130.19.camel@revolution.hippie.lan> References: <1381179611.1130.19.camel@revolution.hippie.lan> Date: Mon, 7 Oct 2013 17:04:21 -0400 Message-ID: Subject: Re: CURRENT BUILD FAILURE sys/modules/cxgbe From: Outback Dingo To: Ian Lepore Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: freebsd-current@freebsd.org X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 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, 07 Oct 2013 21:04:22 -0000 On Mon, Oct 7, 2013 at 5:00 PM, Ian Lepore wrote: > On Mon, 2013-10-07 at 16:52 -0400, Outback Dingo wrote: > > cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE > -nostdinc > > -I/usr/src/sys/modules/cxgbe/if_cxgbe/../../../dev/cxgbe > > -DHAVE_KERNEL_OPTION_HEADERS -include > > /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I@ -I@/contrib/altq > > -fno-common -g -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer > > -I/usr/obj/usr/src/sys/GENERIC -mno-aes -mno-avx -mcmodel=kernel > > -mno-red-zone -mno-mmx -mno-sse -msoft-float > > -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector > > -std=iso9899:1999 -Qunused-arguments -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/cxgbe/if_cxgbe/../../../dev/cxgbe/t4_sge.c > > /usr/src/sys/modules/cxgbe/if_cxgbe/../../../dev/cxgbe/t4_sge.c:228:12: > > error: use of undeclared identifier 'cpu_clflush_line_size' > > pad = max(cpu_clflush_line_size, 16); > > ^ > > /usr/src/sys/modules/cxgbe/if_cxgbe/../../../dev/cxgbe/t4_sge.c:273:9: > > error: use of undeclared identifier 'cpu_clflush_line_size' > > len = cpu_clflush_line_size > 64 ? 128 : 64; > > ^ > > 2 errors generated. > > Fixed in r256118. > odd i show that commit in my svn log however, kernel build still fails ------------------------------------------------------------------------ r256120 | eadler | 2013-10-07 15:22:53 -0400 (Mon, 07 Oct 2013) | 4 lines This regenerates src.conf.5 for both the RCS removal as well as r255784. Approved by: re (glebius) ------------------------------------------------------------------------ r256119 | dim | 2013-10-07 12:57:48 -0400 (Mon, 07 Oct 2013) | 6 lines Remove redundant declarations of szsigcode and sigcode in sys/i386/ibcs2/ibcs2_sysvec.c, to silence two gcc warnings. Approved by: re (gjb) MFC after: 3 days ------------------------------------------------------------------------ r256118 | dim | 2013-10-07 12:56:56 -0400 (Mon, 07 Oct 2013) | 6 lines Remove redundant declaration of cpu_clflush_line_size in sys/dev/cxgbe/t4_sge.c, to silence a gcc warning. Approved by: re (gjb) MFC after: 3 days ------------------------------------------------------------------------ r256117 | dim | 2013-10-07 12:55:34 -0400 (Mon, 07 Oct 2013) | 6 lines Initialize a variable in sys/dev/xen/control/control.c, to silence a gcc warning. Approved by: re (gjb) > -- Ian > > >