From owner-freebsd-questions@FreeBSD.ORG Tue Oct 23 02:32:49 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3613910A for ; Tue, 23 Oct 2012 02:32:49 +0000 (UTC) (envelope-from mail@ozzmosis.com) Received: from icp-osb-irony-out4.external.iinet.net.au (icp-osb-irony-out4.external.iinet.net.au [203.59.1.220]) by mx1.freebsd.org (Postfix) with ESMTP id A37D18FC14 for ; Tue, 23 Oct 2012 02:32:48 +0000 (UTC) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AiYXAF4BhlA6BvH//2dsb2JhbABEg3+BLLsnAQOBCoEIgmFnTRhNh3oMmnuRB5BUjCIsAoJUgkNgA5VwhVI1ijODAw X-IronPort-AV: E=Sophos;i="4.80,633,1344182400"; d="scan'208";a="50942449" Received: from unknown (HELO smtp.phoenix) ([58.6.241.255]) by icp-osb-irony-out4.iinet.net.au with ESMTP; 23 Oct 2012 10:32:46 +0800 Received: by smtp.phoenix (Postfix, from userid 1001) id 7944DFDA; Tue, 23 Oct 2012 13:32:46 +1100 (EST) Date: Tue, 23 Oct 2012 13:32:46 +1100 From: andrew clarke To: freebsd-questions@freebsd.org Subject: /usr/bin/lint - bitrot? Message-ID: <20121023023246.GA40948@ozzmosis.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Oct 2012 02:32:49 -0000 Is /usr/bin/lint still useful to anyone? Here, even the simplest of C programs does not parse without errors: $ cat null.c int main(void) { return 0; } $ lint null.c null.c: lint: cannot find llib-lc.ln Lint pass2: $ uname -r 9.1-RC2 I'm not sure how to generate llib-lc.ln. Evidently this issue has existed for at least 12 years if I'm reading this PR correctly: http://www.freebsd.org/cgi/query-pr.cgi?pr=18326 Regards Andrew