Date: Thu, 28 Aug 2014 22:21:44 +0000 From: "Bjoern A. Zeeb" <bz@FreeBSD.org> To: Jack F Vogel <jfv@FreeBSD.org> Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r270755 - in head/sys: conf modules Message-ID: <5BB90745-BC78-429F-8130-EDAFFD64AD54@FreeBSD.org> In-Reply-To: <376B9E49-8AEC-4B55-83EE-1320392FE259@FreeBSD.org> References: <201408281740.s7SHeJPN071417@svn.freebsd.org> <5B782898-FFC0-488B-BFFB-02DF985CB2F6@felyko.com> <376B9E49-8AEC-4B55-83EE-1320392FE259@FreeBSD.org>
index | next in thread | previous in thread | raw e-mail
On 28 Aug 2014, at 22:08 , Bjoern A. Zeeb <bz@FreeBSD.org> wrote: > > On 28 Aug 2014, at 17:41 , Rui Paulo <rpaulo@felyko.com> wrote: > >> On Aug 28, 2014, at 10:40, Jack F Vogel <jfv@FreeBSD.org> wrote: >>> >>> Author: jfv >>> Date: Thu Aug 28 17:40:19 2014 >>> New Revision: 270755 >>> URL: http://svnweb.freebsd.org/changeset/base/270755 >>> >>> Log: >>> Add XL710 device entries to NOTES, and directories to the module >>> Makefile so they will be built. >>> >>> MFC after: 1 day >> >> The minimum MFC timer is 3 days. > > > And it’s needed given sparc64 LINT fails with: > > /scratch/tmp/bz/head.svn/sys/dev/ixl/if_ixl.c:280:38: error: dev/netmap/if_ixl_netmap.h: No such file or directory > > and pc98 LINT fails with: > > /scratch/tmp/bz/head.svn/sys/dev/ixl/if_ixl.c:280:10: fatal error: 'dev/netmap/if_ixl_netmap.h' file not found > #include <dev/netmap/if_ixl_netmap.h> > ^ > 1 error generated. > /scratch/tmp/bz/head.svn/sys/dev/ixl/ixl_txrx.c:809:5: warning: 'NETMAP_API' is not defined, evaluates to 0 [-Wundef] > #if NETMAP_API < 4 > ^ > /scratch/tmp/bz/head.svn/sys/dev/ixl/ixl_txrx.c:1420:5: warning: 'NETMAP_API' is not defined, evaluates to 0 [-Wundef] > #if NETMAP_API < 4 > ^ > 2 warnings generated. > > > and I am waiting for more to come still .. . . . I guess putting it in sys/conf/NOTES wasn’t the right decision. well maybe that’s not even the problem. most i386 LINT kernels are failing now and the NOINET and NOIP ones have a long list of warnings/errors, while LINT, VIMAGE, and NOINET6 are failing equally to pc98. I’ll refrain from posting more errors. Please fix and do a universe test build. — Bjoern A. Zeeb "Come on. Learn, goddamn it.", WarGames, 1983help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5BB90745-BC78-429F-8130-EDAFFD64AD54>
