[<prev] [next>] [day] [month] [year] [list]
Message-ID: <417df11f-3dea-9efc-212f-dcaa8c6dc331@web.de>
Date: Sun, 14 Jun 2020 18:12:21 +0200
From: Markus Elfring <Markus.Elfring@....de>
To: Julia Lawall <julia.lawall@...ia.fr>,
Randy Dunlap <rdunlap@...radead.org>
Cc: cocci@...teme.lip6.fr, linux-kernel@...r.kernel.org
Subject: Re: [Cocci] coccinelle issues
> > Note2: https://github.com/coccinelle/coccinelle/blob/master/install.txt
> > says that 'spatch' is a script, but it seems to be a binary executable file.
>
> Actually, it is a script, and the fact that you say it is a binary may be
> the reason for your python problem. Normally there is a script
> (scripts/spatch) that make install puts in place that refers back to where
> your Coccinelle is installed.
I suggest to take another look at the corresponding software development history.
The build infrastructures were occasionally updated in the meantime.
elfring@...ne:~> SP=$(which spatch) && file $SP && du -h $SP
/usr/local/bin/spatch: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 3.2.0, with debug_info, not stripped
16M /usr/local/bin/spatch
Regards,
Markus
Powered by blists - more mailing lists