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
Andrey V. Elsukov
2015-Dec-14 16:55 UTC
make tinderbox broken with LINT-NOINET on ref10-amd64.freebsd.org (if_gif compilation issues)
On 14.12.15 19:51, Mariusz Zaborski wrote:> 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.I don't think r277130 is related to this problem. I have this patch and I'm trying to build with them. -- WBR, Andrey V. Elsukov -------------- next part -------------- A non-text attachment was scrubbed... Name: modules.diff Type: text/x-patch Size: 1031 bytes Desc: not available URL: <http://lists.freebsd.org/pipermail/freebsd-stable/attachments/20151214/a0c9e72b/attachment.bin> -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 538 bytes Desc: OpenPGP digital signature URL: <http://lists.freebsd.org/pipermail/freebsd-stable/attachments/20151214/a0c9e72b/attachment.sig>