Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Oct 2013 17:04:21 -0400
From:      Outback Dingo <outbackdingo@gmail.com>
To:        Ian Lepore <ian@freebsd.org>
Cc:        freebsd-current@freebsd.org
Subject:   Re: CURRENT BUILD FAILURE sys/modules/cxgbe
Message-ID:  <CAKYr3zwzbGFN0w770j8K0C6yodMOGQGE_0%2BCVfWEGBLcfRJByA@mail.gmail.com>
In-Reply-To: <1381179611.1130.19.camel@revolution.hippie.lan>
References:  <CAKYr3zzo3H8VmJjsn8hKrypaRbmA5Xec6_q=T=qVECaox7TUmQ@mail.gmail.com> <1381179611.1130.19.camel@revolution.hippie.lan>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Oct 7, 2013 at 5:00 PM, Ian Lepore <ian@freebsd.org> 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
>
>
>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAKYr3zwzbGFN0w770j8K0C6yodMOGQGE_0%2BCVfWEGBLcfRJByA>