NGie Cooper
2015-Dec-14 14:31 UTC
make tinderbox broken with LINT-NOINET on ref10-amd64.freebsd.org (if_gif compilation issues)
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 $ 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
Mariusz Zaborski
2015-Dec-14 16:51 UTC
make tinderbox broken with LINT-NOINET on ref10-amd64.freebsd.org (if_gif compilation issues)
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, > -NGieHi, 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 at freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe at 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