Date: Mon, 14 Dec 2015 17:51:11 +0100 From: Mariusz Zaborski <oshogbo@FreeBSD.org> To: NGie Cooper <yanegomi@gmail.com> Cc: "Andrey V. Elsukov" <ae@freebsd.org>, FreeBSD-Stable ML <freebsd-stable@FreeBSD.org> Subject: Re: make tinderbox broken with LINT-NOINET on ref10-amd64.freebsd.org (if_gif compilation issues) Message-ID: <20151214165111.GA70582@jarvis.whl> In-Reply-To: <CE7F6687-9D20-4804-896B-6F2AF39AECE7@gmail.com> References: <CE7F6687-9D20-4804-896B-6F2AF39AECE7@gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Dec 14, 2015 at 06:31:52AM -0800, NGie Cooper wrote: > Hi Andrey, > Just a heads up that LINT-NOINET seems to be broken on amd64/i386 with if_gif(4) on stable/10. Could you please fix this? > Thanks, > -NGie Hi, I already found the problem we need to MFC r276224 and r277130. Cheers, > > $ tail -n 40 _.amd64.LINT-NOINET | head -n 20 > /scratch/tmp/ngie/svn/sys/modules/if_gif/../../netinet/in_gif.c:94:1: error: no previous prototype for function 'in_gif_output' [-Werror,-Wmissing-prototypes] > in_gif_output(struct ifnet *ifp, struct mbuf *m, int proto, uint8_t ecn) > ^ > /scratch/tmp/ngie/svn/sys/modules/if_gif/../../netinet/in_gif.c:232:1: error: no previous prototype for function 'in_gif_encapcheck' [-Werror,-Wmissing-prototypes] > in_gif_encapcheck(const struct mbuf *m, int off, int proto, void *arg) > ^ > /scratch/tmp/ngie/svn/sys/modules/if_gif/../../netinet/in_gif.c:248:1: error: no previous prototype for function 'in_gif_attach' [-Werror,-Wmissing-prototypes] > in_gif_attach(struct gif_softc *sc) > ^ > 3 errors generated. > *** [in_gif.o] Error code 1 > > make[7]: stopped in /scratch/tmp/ngie/svn/sys/modules/if_gif > 1 error > > make[7]: stopped in /scratch/tmp/ngie/svn/sys/modules/if_gif > *** [all_subdir_if_gif] Error code 2 > > make[6]: stopped in /scratch/tmp/ngie/svn/sys/modules > 1 error > > _______________________________________________ > freebsd-stable@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" -- Mariusz Zaborski oshogbo//vx | http://oshogbo.vexillium.org FreeBSD commiter | https://freebsd.org Software developer | http://wheelsystems.com If it's not broken, let's fix it till it is!!1
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20151214165111.GA70582>