Date: Tue, 8 Oct 2013 00:26:45 +0200 From: Dimitry Andric <dim@FreeBSD.org> To: Outback Dingo <outbackdingo@gmail.com> Cc: "freebsd-current@freebsd.org CURRENT" <freebsd-current@freebsd.org>, Ian Lepore <ian@freebsd.org>, Paul Webster <paul.g.webster.lists@gmail.com> Subject: Re: CURRENT BUILD FAILURE sys/modules/cxgbe Message-ID: <1B5DCBF6-A6E4-4D34-AB86-0195174296C6@FreeBSD.org> In-Reply-To: <CAKYr3zwzbGFN0w770j8K0C6yodMOGQGE_0%2BCVfWEGBLcfRJByA@mail.gmail.com> References: <CAKYr3zzo3H8VmJjsn8hKrypaRbmA5Xec6_q=T=qVECaox7TUmQ@mail.gmail.com> <1381179611.1130.19.camel@revolution.hippie.lan> <CAKYr3zwzbGFN0w770j8K0C6yodMOGQGE_0%2BCVfWEGBLcfRJByA@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
--Apple-Mail=_8154AB34-D7D5-4EDE-9369-B144B341F3E6 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=us-ascii On Oct 7, 2013, at 23:04, Outback Dingo <outbackdingo@gmail.com> wrote: > 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 My bad, the fix for gcc I committed in r256118 does not work on amd64, since the headers work differently there. I will commit a fix ASAP. -Dimitry --Apple-Mail=_8154AB34-D7D5-4EDE-9369-B144B341F3E6 Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP using GPGMail -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0.20 (Darwin) iEYEARECAAYFAlJTNSUACgkQsF6jCi4glqP76wCg/KOYTzt0XwkgQSckYW9afBxq TdEAnAsc6tqzzA3gY9xSBZaNqIYsYPzB =3a1P -----END PGP SIGNATURE----- --Apple-Mail=_8154AB34-D7D5-4EDE-9369-B144B341F3E6--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1B5DCBF6-A6E4-4D34-AB86-0195174296C6>