From owner-freebsd-stable@freebsd.org Mon Dec 14 16:51:49 2015 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7C043A43562 for ; Mon, 14 Dec 2015 16:51:49 +0000 (UTC) (envelope-from oshogbo.vx@gmail.com) Received: from mail-wm0-x235.google.com (mail-wm0-x235.google.com [IPv6:2a00:1450:400c:c09::235]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 18C3C119D; Mon, 14 Dec 2015 16:51:49 +0000 (UTC) (envelope-from oshogbo.vx@gmail.com) Received: by mail-wm0-x235.google.com with SMTP id p66so52988531wmp.0; Mon, 14 Dec 2015 08:51:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=SEURHCGONaEB7jfN5ZY7SygWIOmvI2wRstVYBR1YMpk=; b=G2Zq60k+ZxarqDvhHubhgp7zhiRqJZ8RyPvTYSR5MZJgIGMTH60ohadz1NWkV3YQ4H DnUSIZINhSJlSPMzRwogOTXGHbzdPjO5WgOk8Znofd+8+XmmceJWX5lJUVLmjogpjRPW MHSZR4R4YWE85w5pSominWKRvkQOtLlmpmzUu+nNxOh/NK6E7+BHcHHxudisk0IhPs+a dHlKJevfxAZxIHHIW5ykK90yjVCtK+q5Kjc67zD21w8X0tfGvZ5zb2u9FIXrMoUxzjJ6 cdM6iBaD4qpwDhOH5DXYY+p9yooZd+D8D1OOWttcASFPqsP7+N35PjFD53olXtFv/aC7 +R4A== X-Received: by 10.194.118.74 with SMTP id kk10mr38148481wjb.5.1450111874584; Mon, 14 Dec 2015 08:51:14 -0800 (PST) Received: from jarvis.whl (58.wheelsystems.com. [83.12.187.58]) by smtp.gmail.com with ESMTPSA id e9sm15829821wjp.18.2015.12.14.08.51.12 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 14 Dec 2015 08:51:13 -0800 (PST) Sender: Mariusz Zaborski Date: Mon, 14 Dec 2015 17:51:11 +0100 From: Mariusz Zaborski To: NGie Cooper Cc: "Andrey V. Elsukov" , FreeBSD-Stable ML Subject: Re: make tinderbox broken with LINT-NOINET on ref10-amd64.freebsd.org (if_gif compilation issues) Message-ID: <20151214165111.GA70582@jarvis.whl> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Dec 2015 16:51:49 -0000 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