From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1763093AbcALRBB (ORCPT ); Tue, 12 Jan 2016 12:01:01 -0500 Received: from hqemgate14.nvidia.com ([216.228.121.143]:10738 "EHLO hqemgate14.nvidia.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753271AbcALRBA (ORCPT ); Tue, 12 Jan 2016 12:01:00 -0500 X-PGP-Universal: processed; by hqnvupgp08.nvidia.com on Tue, 12 Jan 2016 08:56:32 -0800 Message-ID: <56952EE1.3060807@nvidia.com> Date: Tue, 12 Jan 2016 22:20:41 +0530 From: Laxman Dewangan User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.4.0 MIME-Version: 1.0 To: Julia Lawall CC: , LKML Subject: Re: How to get the coccicheck error from patch References: <56938BFD.3040200@nvidia.com> <56938DD2.30409@nvidia.com> <56939FFC.4000207@nvidia.com> <569505CB.1010203@nvidia.com> In-Reply-To: X-Originating-IP: [10.19.65.30] X-ClientProxiedBy: DRUKMAIL102.nvidia.com (10.25.59.20) To bgmail102.nvidia.com (10.25.59.11) Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tuesday 12 January 2016 09:59 PM, Julia Lawall wrote: > > On Tue, 12 Jan 2016, Laxman Dewangan wrote: > >> Nicolas, >> >> When I run the commands coccicheck for the file with of_table.cocci, it >> reports error as: >> >> spatch --sp-file ./scripts/coccinelle/misc/of_table.cocci >> drivers/rtc/rtc-max77xxx.c --o tmp.cinit_defs_builtins: >> /usr/share/coccinelle/standard.h >> Fatal error: exception Failure("unexpected struct/union type name") >> >> ldewangan@ldewanganubuntu-System-Product-Name:~/upstream/linux-next/linux-next$ >> spatch -D report --very-quiet --no-show-diff --cocci-file >> ./scripts/coccinelle/misc/of_table.cocci drivers/rtc/rtc-max77xxx.c >> >> Fatal error: exception Failure("unexpected struct/union type name") > Hmm, actually, it might be your version of Coccinelle. What version are > you using? The latest is 1.0.4, which you can get from github. > > julia > I have following version for ubuntu. spatch --version spatch version 1.0.0-rc10 with Python support and with PCRE support ldewangan@ldewanganubuntu-System-Product-Name:~$ sudo apt-get install coccinelle Reading package lists... Done Building dependency tree Reading state information... Done coccinelle is already the newest version. 0 upgraded, 0 newly installed, 0 to remove and 753 not upgraded. ldewangan@ldewanganubuntu-System-Product-Name:~$ The page is not accessible. http://cocci.ekstranet.diku.dk/wiki/doku.php I got the coccinellery from git hub git clone https://github.com/coccinelle/coccinellery.git Now how do I build for ubuntu and install it? Per documentation, it is ./cofigure make But I did not see this.