From owner-freebsd-stable@freebsd.org Mon Dec 14 14:31:55 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 D7B2CA476C0 for ; Mon, 14 Dec 2015 14:31:55 +0000 (UTC) (envelope-from yanegomi@gmail.com) Received: from mail-pf0-x22b.google.com (mail-pf0-x22b.google.com [IPv6:2607:f8b0:400e:c00::22b]) (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 B22671D9F; Mon, 14 Dec 2015 14:31:55 +0000 (UTC) (envelope-from yanegomi@gmail.com) Received: by pfnn128 with SMTP id n128so106327578pfn.0; Mon, 14 Dec 2015 06:31:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:content-type:content-transfer-encoding:subject:date:message-id :cc:to:mime-version; bh=ZxtU2WsxiBr6iw5gHLTHU9/cRCDEXQuQp1rzQS+U5iI=; b=Df4PeJRbtNFkdFXb3bm4s4TcGfwIUxmkd5ozZTnYWyLNvSDfXxf4FHtun+vo/gacC3 IBleQqzKiDZyYdRF4LEDDcwpnSMBMoPXgP/yiou1vveUHl9dSuVAxJdiAIxSLkV3NnwK dDTXvgub7poLOkfhraIrjJYuJ+/nbtrz4qb9HbQC4kipVaqbYD4VS/cZwKpy2YecDZSO o51BPxEqfa/f+Ep1+ViBYSNejqww8pRU/prcK8t2O+u22MD4A/2DRE7gy+uVskSdkq1J 20iy9nyN3wd6GF3lme5BSY5rU90jY2JHS4JJ0fevUNUjUqzuGe+bqA0BsJxN5zIYBHFZ HktA== X-Received: by 10.98.66.9 with SMTP id p9mr167200pfa.100.1450103515308; Mon, 14 Dec 2015 06:31:55 -0800 (PST) Received: from [192.168.20.7] (c-24-16-212-205.hsd1.wa.comcast.net. [24.16.212.205]) by smtp.gmail.com with ESMTPSA id n10sm15541114pfi.29.2015.12.14.06.31.54 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 14 Dec 2015 06:31:54 -0800 (PST) From: NGie Cooper Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Subject: make tinderbox broken with LINT-NOINET on ref10-amd64.freebsd.org (if_gif compilation issues) Date: Mon, 14 Dec 2015 06:31:52 -0800 Message-Id: Cc: FreeBSD-Stable ML To: "Andrey V. Elsukov" Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2104\)) X-Mailer: Apple Mail (2.2104) 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 14:31:55 -0000 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